Skip to content

Commit

Permalink
fix: AndroidManifest to redirect to email correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
its-me-abhishek committed Mar 8, 2025
1 parent 6a4504a commit 8cc4241
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 @@ -20,6 +20,10 @@
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https"/>
</intent>
<intent>
<action android:name="android.intent.action.SEND_MULTIPLE" />
<data android:mimeType="*/*" />
</intent>
</queries>

<application
Expand Down

0 comments on commit 8cc4241

Please sign in to comment.