...
<!-- URL Scheme -->
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="myapp"/>
<!-- <data android:scheme="myapp" android:host="pay"/> -->
</intent-filter>
</activity>
...
Duplicate Check
Describe the requested feature
<application
android:label="base_project"
...>
<activity
android:name=".MainActivity"
...>
Suggest a solution
No response
Screenshots
No response
Additional details
No response