Android 权限类别以及 DELETE_PACKAGES 和 INSTALL_PACKAGES 权限

标签 android android-manifest

我有一个应用程序需要 DELETE_PACKAGESINSTALL_PACKAGES 权限。该应用程序未通过市场分发,需要启用“未知来源”。当我安装此应用程序时,安装页面会向用户显示权限类别列表,其中包括以下类别:

  1. 您的位置
  2. 网络通信
  3. 存储
  4. 需要付费的服务
  5. 电话

权限 DELETE_PACKAGESINSTALL_PACKAGES 是否包含在这些类别之一中?如果有,是哪一个?如果不是,用户是否不会收到此权限请求的警告?

有关一些背景信息,请参阅 List of android application categories and permissions

最佳答案

I have an application that requires the DELETE_PACKAGES and INSTALL_PACKAGES permissions.

SDK 应用程序无法拥有这些权限,除非它们是固件的一部分。

Are the permissions DELETE_PACKAGES and INSTALL_PACKAGES included in one of these categories?

可能不会,但用户没有安装您的应用程序,因为它将成为固件的一部分,因此这一点可能没有实际意义。

关于Android 权限类别以及 DELETE_PACKAGES 和 INSTALL_PACKAGES 权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7531724/

相关文章:

java - Android 在网络不可用时将 http 请求排队并在打开时处理它们

java - 从另一个程序安装 apk

android - 未找到 TargetPlatform.android_x86 的应用程序

Android - Play 商店不支持的设备

android-manifest - 安卓市场 "This app is incompatible with all of your devices."

android - 解锁模拟器或设备以进行 Android 测试

java - 通过 webview 登录后的空白页面

java - 在 android TextView 中检测新行

android - RecyclerView 在聊天屏幕中滚动到 notifyDataSetChanged 顶部

javascript - Android 中的图像停止加载