Skip to content

Instantly share code, notes, and snippets.

@aabhasr1
Created July 23, 2022 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aabhasr1/ea334883f40cdf52932dc6a6a3e1255c to your computer and use it in GitHub Desktop.
Save aabhasr1/ea334883f40cdf52932dc6a6a3e1255c to your computer and use it in GitHub Desktop.
Manifest Changes
<manifest package="com.example.game">
<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="upi" android:host="pay"/>
</intent>
<package android:name="com.android.chrome" />
</queries>
...
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment