简体   繁体   English

Android如何防止手机从Playstore下载应用程序?

[英]android how do i prevent mobile to download apps from playstore?

im creating anapplication which load user download aplication in list view im using database which store playstore application id in database and match system install app with that database see this image http://imgur.com/CA0Tpy0 in this image playstore give application package id=... in url 我创建了一个在列表视图中加载用户下载应用程序的应用程序,我使用数据库在数据库中存储了playstore应用程序ID,并将系统安装应用程序与该数据库匹配,请参见此图像http://imgur.com/CA0Tpy0 。 ...在网址中

playstore give application in url which is id=air.com.ea.superherocity_row&feature so that id is save in database so easily retrive that applictaion in listview which add frm playstore but problem is this if user dont view product detail and just click app install button see this image http://imgur.com/bFOqE3x play store not show any id in url so that application not save in listview how do i prevent my mobile to must vew product detail other wise not install any app form play store??? playstore在id = air.com.ea.superherocity_row&feature的URL中提供应用程序,以便将ID保存在数据库中,以便轻松地在列表视图中检索添加了frm playstore的应用程序,但是如果用户不查看产品详细信息并仅单击应用程序安装按钮,则问题是这看到此图像http://imgur.com/bFOqE3x播放商店未在url中显示任何ID,以便应用程序无法保存在listview中我如何防止手机必须查看产品详细信息,否则将不安装任何应用程序形式的播放商店?

您无法像这样控制Play商店应用的行为,原因很简单,因为它不是您的应用,并且它们不提供可用于执行此操作的设置或API。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何防止从Playstore安装新应用? 但是应该有更新应用程序的选项 - How to prevent installing new apps from playstore? However there should be option for updating apps 在Android中如何阻止用户按住主页按钮显示最近启动的应用程序? - In Android how do I prevent the user from holding the home button to display recently launched apps? 如何防止其他Android应用访问我的活动 - How do I prevent other android apps from accessing my activities 如何解决我在Playstore中被拒绝的Android应用程序的问题? - How do I solve the problem with my rejected android app in playstore? 如何停用 Android PlayStore 上的特定应用测试版? - How do I deactivate a specific app beta version on Android PlayStore? 如何将原生Android应用提交到Playstore? - How do I submit a react-native android app to the playstore? 当被浏览器要求时,如何阻止Google Play在我的Android设备上安装应用程序? - How can I prevent Google Play from installing apps on my Android device when asked to do so from a browser? 从Playstore下载Google+登录名后,在我的Android应用程序中无法正常运行 - Google+ login is not working in my android application when i download it from playstore 从 PlayStore 下载时,我无法登录我的 android 应用程序 - I can't login in my android app when download it from PlayStore [Android]如何从Google PlayStore应用页面中提取可用应用的应用内屏幕截图? - [Android]How to extract in-app screenshots of available apps from Google PlayStore App pages?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM