Android当我点击推荐链接然后如果我的应用程序可用然后打开引用令牌,否则重定向播放商店,如果从播放商店下载然后也打开应用程序与推荐令牌...那怎么办?而且也不要直接打开我的应用程序打开对话框
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.LAUNCHER" />
<data android:scheme="https"
android:host="example.com"
android:pathPrefix="/demo/public/1234" />
<category android:name="android.intent.category.LAUNCHER" />