我的要求是将我的应用程序与google playstore网址相关联。所以每当申请链接 https://play.google.com/store/apps/details?id=package-name 单击我的应用程序必须启动,如果安装在设备中。
在清单中我补充道:
<data
android:scheme="https"
android:host="play.google.com"
android:pathPrefix="/store/apps/details"/>
此链接也会启动我的应用程序以获取其他Playstore链接。
如何在数据部分下添加id = package-name参数?