Android permissions categories and DELETE_PACKAGES and INSTALL_PACKAGES permissions

走远了吗. 提交于 2020-01-15 07:03:56

问题


I have an application that requires the DELETE_PACKAGES and INSTALL_PACKAGES permissions. The app is NOT being distributed through the market and requires "unknown sources" to be enabled. When I install this application the install page presents the user with a list of permission categories that include the categories:

  1. Your location
  2. Network communication
  3. Storage
  4. Services that cost you money
  5. Phone Calls

Are the permissions DELETE_PACKAGES and INSTALL_PACKAGES included in one of these categories? If so, which? If not, is the user not warned about this permission request?

For some background see List of android application categories and permissions


回答1:


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

SDK applications cannot hold these permissions, unless they are part of the firmware.

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

Probably not, but the user isn't installing your application, as it will be part of the firmware, so the point is presumably moot.



来源:https://stackoverflow.com/questions/7531724/android-permissions-categories-and-delete-packages-and-install-packages-permissi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!