京东网页唤醒跳转到app,我是小白,您写好了代码,告知我怎么样放到后台,我有自己的服务器和域名
<activity android:name=".DeepLinkActivity">
<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="https://www.jd.com"
android:scheme="https" />
</intent-filter>
</activity>
<div>
<br/><br/>
<a href="https://www.jd.com">立即打开京东>></a>
</div>
建议如下:如有帮助,请采纳一下,谢谢
https 跳转让浏览器网络请求