Skip to content

Commit

Permalink
add venmo to intent filter list on android manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Jun 21, 2021
1 parent 408b7e0 commit f06dab2
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 linking to services in other apps, media browser clients
that target Android 11+ need to add the following in their manifest -->
<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 f06dab2

Please sign in to comment.