Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c8bb275

Browse files
committed
Add queries section to the engine Android manifest file
1 parent 326f990 commit c8bb275

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

shell/platform/android/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,12 @@
2424
</intent-filter>
2525
</activity>
2626
</application>
27+
28+
<!-- Use by io.flutter.plugin.text.ProcessTextPlugin to query activities that can process text. -->
29+
<queries>
30+
<intent>
31+
<action android:name="android.intent.action.PROCESS_TEXT" />
32+
<data android:mimeType="text/plain" />
33+
</intent>
34+
</queries>
2735
</manifest>

0 commit comments

Comments
 (0)