Created
July 23, 2022 07:31
-
-
Save aabhasr1/ea334883f40cdf52932dc6a6a3e1255c to your computer and use it in GitHub Desktop.
Manifest Changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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