Activitiy
Anonymous
actionscript
09/17/2021 10:36 AM
528 B
29
Indexable
<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:host="www.yourlink.com"
android:scheme="https" />
</intent-filter>Editor is loading...