Skip to content

Commit

Permalink
Merge pull request #3713 from Expensify/cmartins-android-add-venmo-su…
Browse files Browse the repository at this point in the history
…pport

Add Venmo to intent filter list in AndroidManifest.xml
  • Loading branch information
luacmartins authored Jun 21, 2021
2 parents c1536a8 + 5835491 commit 4de0c44
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

<!-- To provide a link to services in other apps
that target Android 11+ we need to add the following -->
<queries>
<intent>
<action android:name="android.intent.action.VIEW"/>
<data android:scheme="venmo"/>
</intent>
</queries>

<application
android:name=".MainApplication"
android:label="@string/app_name"
Expand Down

0 comments on commit 4de0c44

Please sign in to comment.