gpt4 book ai didi

android - 如何防止用户安装使用某些特定权限的应用程序

转载 作者:太空宇宙 更新时间:2023-11-03 13:35:19 25 4
gpt4 key购买 nike

防止用户下载和安装使用某些特定权限(如位置和短信)的应用程序的最佳方法是什么。

是否可以在应用程序安装之前以编程方式解析来自市场的应用程序 list 并查找特定权限并提醒用户?

最佳答案

What is the best way to prevent a user from downloading and installing applications which uses some specific permissions like location and sms.

编写您自己的固件,您可以在其中将正常的安装程序机制替换为执行您所需标准的机制。

Android SDK 应用程序不能干扰应用程序安装。

Is it programatically possible to parse the manifest of an application from the market before it get installed and look for the specific permissions and alert the user?

不,对不起。

但是,您可以监听 ACTION_PACKAGE_ADDED 并通过 PackageManager 检查新安装的包,并在此时提醒用户。由于已安装的软件包无法在安装后立即运行,我认为您的警报很有可能会在用户尝试使用新安装的应用程序之前出现。

关于android - 如何防止用户安装使用某些特定权限的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8010282/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com