| |
|
|
Value |
|
| String |
ACCESS_ASSISTED_GPS |
Allows an application to access Assisted GPS (AGPS)
|
"android.permission.ACCESS_ASSISTED_GPS" |
| String |
ACCESS_CELL_ID |
Allows an application to access Cell-ID location
|
"android.permission.ACCESS_CELL_ID" |
| String |
ACCESS_GPS |
Allows an application to access GPS location
|
"android.permission.ACCESS_GPS" |
| String |
ACCESS_LOCATION |
Allows an application to access geographical location
(GPS, cell-id, etc.)
|
"android.permission.ACCESS_LOCATION" |
| String |
ACCESS_SURFACE_FLINGER |
Allows an application to use SurfaceFlinger's low level features
|
"android.permission.ACCESS_SURFACE_FLINGER" |
| String |
ADD_SYSTEM_SERVICE |
Allows an application to publish system-level services. |
"android.permission.ADD_SYSTEM_SERVICE" |
| String |
BROADCAST_PACKAGE_REMOVED |
Allows an application to broadcast a notification that an application
package has been removed. |
"android.permission.BROADCAST_PACKAGE_REMOVED" |
| String |
BROADCAST_STICKY |
Allows an application to broadcast sticky intents. |
"android.permission.BROADCAST_STICKY" |
| String |
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. |
"android.permission.CALL_PHONE" |
| String |
CHANGE_COMPONENT_ENABLED_STATE |
Allows an application to change whether an application component (other than it's own) is
enabled or not. |
"android.permission.CHANGE_COMPONENT_ENABLED_STATE" |
| String |
DELETE_PACKAGES |
Allows an application to delete packages. |
"android.permission.DELETE_PACKAGES" |
| String |
DUMP |
Allows an application to retrieve state dump information from system
services. |
"android.permission.DUMP" |
| String |
FOTA_UPDATE |
|
"android.permission.FOTA_UPDATE" |
| String |
GET_TASKS |
Allows an application to get information about the currently
or recently running tasks: a thumbnail representation of the tasks,
what activities are running in it, etc. |
"android.permission.GET_TASKS" |
| String |
INSTALL_PACKAGES |
Allows an application to install packages. |
"android.permission.INSTALL_PACKAGES" |
| String |
INTERNAL_SYSTEM_WINDOW |
Allows an application to open windows that are for use by parts
of the system user interface. |
"android.permission.INTERNAL_SYSTEM_WINDOW" |
| String |
RAISED_THREAD_PRIORITY |
Allows an application to get raised thread priorities, for realtime
audio playback. |
"android.permission.RAISED_THREAD_PRIORITY" |
| String |
READ_CONTACTS |
Allows an application to read the user's contacts data. |
"android.permission.READ_CONTACTS" |
| String |
READ_FRAME_BUFFER |
Allows an application to take screen shots and more generally
get access to the frame buffer data
|
"android.permission.READ_FRAME_BUFFER" |
| String |
RECEIVE_BOOT_COMPLETED |
Allows an application to receive the
BOOT_COMPLETED_ACTION that is
broadcast after the system finishes booting. |
"android.permission.RECEIVE_BOOT_COMPLETED" |
| String |
RECEIVE_SMS |
Allows an application to monitor incoming SMS messages, to record
or perform processing on them. |
"android.permission.RECEIVE_SMS" |
| String |
RECEIVE_WAP_PUSH |
Allows an application to monitor incoming WAP push messages. |
"android.permission.RECEIVE_WAP_PUSH" |
| String |
RUN_INSTRUMENTATION |
Allows an application to start running an instrumentation package. |
"android.permission.RUN_INSTRUMENTATION" |
| String |
SET_ACTIVITY_WATCHER |
Allows an application to watch and control how activities are
started globally in the system. |
"android.permission.SET_ACTIVITY_WATCHER" |
| String |
SET_PREFERRED_APPLICATIONS |
Allows an application to modify the list of preferred applications
with the PackageManager.addPackageToPreferred() and
PackageManager.removePackageFromPreferred() methods. |
"android.permission.SET_PREFERRED_APPLICATIONS" |
| String |
SIGNAL_PERSISTENT_PROCESSES |
Allow an application to request that a signal be sent to all persistent processes
|
"android.permission.SIGNAL_PERSISTENT_PROCESSES" |
| String |
SYSTEM_ALERT_WINDOW |
Allows an application to open windows using the type
TYPE_SYSTEM_ALERT,
shown on top of all other applications. |
"android.permission.SYSTEM_ALERT_WINDOW" |
| String |
WRITE_CONTACTS |
Allows an application to write (but not read) the user's
contacts data. |
"android.permission.WRITE_CONTACTS" |
| String |
WRITE_SETTINGS |
Allows an application to read or write the user's contacts data. |
"android.permission.WRITE_SETTINGS" |