Skip to content

Commit

Permalink
fix get activities for Android version 11+ (API version 30+)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fbriere committed Dec 12, 2023
1 parent 72278ef commit 8381ec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -441,5 +441,9 @@
<action android:name="android.intent.action.SENDTO" />
<data android:scheme="mailto" />
</intent>
<intent>
<action android:name="android.intent.action.PROCESS_TEXT" />
<data android:mimeType="text/plain" />
</intent>
</queries>
</manifest>

0 comments on commit 8381ec6

Please sign in to comment.