android - 如何防止从 Playstore 安装新应用程序?但是应该有更新应用程序的选项

标签 android google-play-services device

如何防止在 Android 设备中安装来自 Play 商店的新应用程序?我想在他们的手机上提供有限的应用程序,但是这些应用程序可以从 Play 商店更新,但我想阻止安装新的应用程序。

这是我的客户需要的,因为他会为他们的客户提供定制设备。 (已经 Root 了。)

最佳答案

正如@brahmy adigopula 所说,您不能限制某人在设备上下载或安装应用程序。但是,我发现了这个 similar thread这可能会有所帮助。

There are multiple approaches you could take:

  • a solution. That would pin the user to a certain app or group of apps defined as "kiosk"
  • apps, which are often a specific variant of kiosk
  • use an App-Locker

The latter most likely is the approach best fitting your current case: You can define which apps should be "locked down" and which not. Locking e.g. settings and the Playstore app, while are disabled, would prevent any new installations. With auto-updates enabled in the Playstore app, these would still be applied automatically.

请注意,为了防止通过 Google Play 网络界面进行安装,用户不得拥有链接到设备的任何 Google 帐户的凭据(否则没有机会) .

希望这对您有所帮助!

关于android - 如何防止从 Playstore 安装新应用程序?但是应该有更新应用程序的选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39909981/

相关文章:

windows - 一些支持 "\Device\Xxx"格式的NT命名空间绝对路径的API

java - 使用 android.support.v7.widget.SearchView 时获取类转换异常

android - 如何在 android 中为 tcp 套接字强制发送 RST 而不是 FIN

android - WebRTC 如何修改我的视频分辨率?

android - 安装我的应用程序时谷歌帐户的身份验证错误

Unity3D导入google play服务库后找不到jar系统路径

android - 如何检测客户端是否故意离开 Google Play 游戏实时多人游戏中的房间?

ios - UIScrollView 在设备上的奇怪行为

android - 我如何在 Android 中获取设备 ID?

android - 按排序顺序存储传入消息(根据传入号码)