问题
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:
- Your location
- Network communication
- Storage
- Services that cost you money
- 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