ACCESS_NETWORK_STATE
Allows applications to access information about networks
VIBRATE
Allows access to the vibrator
READ_PHONE_STATE
Allows read only access to phone state.
ACCESS_COARSE_LOCATION
Allows an app to access approximate location derived from network location sources such as cell towers and Wi-Fi.
INTERNET
Allows applications to open network sockets.
GET_TASKS
Allows an application to get information about the currently or recently running tasks.
READ_CONTACTS
Allows an application to read the user's contacts data.
WRITE_EXTERNAL_STORAGE
Allows an application to write to external storage.
WRITE_SETTINGS
Allows an application to read or write the system settings.
CALL_PHONE
Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.
SET_WALLPAPER
Allows applications to set the wallpaper
RESTART_PACKAGES
This constant was deprecated in API level 8. The restartPackage(String) API is no longer supported.
EXPAND_STATUS_BAR
Allows an application to expand or collapse the status bar.
PERSISTENT_ACTIVITY
This constant was deprecated in API level 9. This functionality will be removed in the future; please do not use. Allow an application to make its activities persistent.
BIND_APPWIDGET
Allows an application to tell the AppWidget service which application can access AppWidget's data.
SET_PREFERRED_APPLICATIONS
This constant was deprecated in API level 7. No longer useful, see addPackageToPreferred(String) for details.
BIND_WALLPAPER
Must be required by a WallpaperService, to ensure that only the system can bind to it.