Android Permission with detailed description

A basic Android application has no permissions associated with it by default, meaning it cannot do anything that would adversely impact the user experience or any data on the device. To make use of protected features of the device, you must include one or more <uses-permission> tags in your app manifest.

List of android permission:


StringACCESS_CHECKIN_PROPERTIESAllows read/write access to the "properties" table in the checkin database, to change values that get uploaded.
StringACCESS_COARSE_LOCATIONAllows an app to access approximate location.
StringACCESS_FINE_LOCATIONAllows an app to access precise location.
StringACCESS_LOCATION_EXTRA_COMMANDSAllows an application to access extra location provider commands.
StringACCESS_NETWORK_STATEAllows applications to access information about networks.
StringACCESS_NOTIFICATION_POLICYMarker permission for applications that wish to access notification policy.
StringACCESS_WIFI_STATEAllows applications to access information about Wi-Fi networks.
StringACCOUNT_MANAGERAllows applications to call into AccountAuthenticators.
StringADD_VOICEMAILAllows an application to add voicemails into the system.
StringBATTERY_STATSAllows an application to collect battery statistics
StringBIND_ACCESSIBILITY_SERVICEMust be required by an AccessibilityService, to ensure that only the system can bind to it.
StringBIND_APPWIDGETAllows an application to tell the AppWidget service which application can access AppWidget's data.
StringBIND_CARRIER_MESSAGING_SERVICEThis constant was deprecated in API level 23. Use BIND_CARRIER_SERVICES instead
StringBIND_CARRIER_SERVICESThe system process that is allowed to bind to services in carrier apps will have this permission.
StringBIND_CHOOSER_TARGET_SERVICEMust be required by a ChooserTargetService, to ensure that only the system can bind to it.
StringBIND_DEVICE_ADMINMust be required by device administration receiver, to ensure that only the system can interact with it.
StringBIND_DREAM_SERVICEMust be required by an DreamService, to ensure that only the system can bind to it.
StringBIND_INCALL_SERVICEMust be required by a InCallService, to ensure that only the system can bind to it.
StringBIND_INPUT_METHODMust be required by an InputMethodService, to ensure that only the system can bind to it.
StringBIND_MIDI_DEVICE_SERVICEMust be required by an MidiDeviceService, to ensure that only the system can bind to it.
StringBIND_NFC_SERVICEMust be required by a HostApduService or OffHostApduService to ensure that only the system can bind to it.
StringBIND_NOTIFICATION_LISTENER_SERVICEMust be required by an NotificationListenerService, to ensure that only the system can bind to it.
StringBIND_PRINT_SERVICEMust be required by a PrintService, to ensure that only the system can bind to it.
StringBIND_REMOTEVIEWSMust be required by a RemoteViewsService, to ensure that only the system can bind to it.
StringBIND_TELECOM_CONNECTION_SERVICEMust be required by a ConnectionService, to ensure that only the system can bind to it.
StringBIND_TEXT_SERVICEMust be required by a TextService (eg SpellCheckerService) to ensure that only the system can bind to it.
StringBIND_TV_INPUTMust be required by a TvInputService to ensure that only the system can bind to it.
StringBIND_VOICE_INTERACTIONMust be required by a VoiceInteractionService, to ensure that only the system can bind to it.
StringBIND_VPN_SERVICEMust be required by a VpnService, to ensure that only the system can bind to it.
StringBIND_WALLPAPERMust be required by a WallpaperService, to ensure that only the system can bind to it.
StringBLUETOOTHAllows applications to connect to paired bluetooth devices.
StringBLUETOOTH_ADMINAllows applications to discover and pair bluetooth devices.
StringBLUETOOTH_PRIVILEGEDAllows applications to pair bluetooth devices without user interaction, and to allow or disallow phonebook access or message access.
StringBODY_SENSORSAllows an application to access data from sensors that the user uses to measure what is happening inside his/her body, such as heart rate.
StringBROADCAST_PACKAGE_REMOVEDAllows an application to broadcast a notification that an application package has been removed.
StringBROADCAST_SMSAllows an application to broadcast an SMS receipt notification.
StringBROADCAST_STICKYAllows an application to broadcast sticky intents.
StringBROADCAST_WAP_PUSHAllows an application to broadcast a WAP PUSH receipt notification.
StringCALL_PHONEAllows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.
StringCALL_PRIVILEGEDAllows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user to confirm the call being placed.
StringCAMERARequired to be able to access the camera device.
StringCAPTURE_AUDIO_OUTPUTAllows an application to capture audio output.
StringCAPTURE_SECURE_VIDEO_OUTPUTAllows an application to capture secure video output.
StringCAPTURE_VIDEO_OUTPUTAllows an application to capture video output.
StringCHANGE_COMPONENT_ENABLED_STATEAllows an application to change whether an application component (other than its own) is enabled or not.
StringCHANGE_CONFIGURATIONAllows an application to modify the current configuration, such as locale.
StringCHANGE_NETWORK_STATEAllows applications to change network connectivity state.
StringCHANGE_WIFI_MULTICAST_STATEAllows applications to enter Wi-Fi Multicast mode.
StringCHANGE_WIFI_STATEAllows applications to change Wi-Fi connectivity state.
StringCLEAR_APP_CACHEAllows an application to clear the caches of all installed applications on the device.
StringCONTROL_LOCATION_UPDATESAllows enabling/disabling location update notifications from the radio.
StringDELETE_CACHE_FILESAllows an application to delete cache files.
StringDELETE_PACKAGESAllows an application to delete packages.
StringDIAGNOSTICAllows applications to RW to diagnostic resources.
StringDISABLE_KEYGUARDAllows applications to disable the keyguard if it is not secure.
StringDUMPAllows an application to retrieve state dump information from system services.
StringEXPAND_STATUS_BARAllows an application to expand or collapse the status bar.
StringFACTORY_TESTRun as a manufacturer test application, running as the root user.
StringFLASHLIGHTAllows access to the flashlight.
StringGET_ACCOUNTSAllows access to the list of accounts in the Accounts Service.
StringGET_ACCOUNTS_PRIVILEGEDAllows access to the list of accounts in the Accounts Service.
StringGET_PACKAGE_SIZEAllows an application to find out the space used by any package.
StringGET_TASKSThis constant was deprecated in API level 21. No longer enforced.
StringGLOBAL_SEARCHThis permission can be used on content providers to allow the global search system to access their data.
StringINSTALL_LOCATION_PROVIDERAllows an application to install a location provider into the Location Manager.
StringINSTALL_PACKAGESAllows an application to install packages.
StringINSTALL_SHORTCUTAllows an application to install a shortcut in Launcher.
StringINTERNETAllows applications to open network sockets.
StringKILL_BACKGROUND_PROCESSESAllows an application to call killBackgroundProcesses(String).
StringLOCATION_HARDWAREAllows an application to use location features in hardware, such as the geofencing api.
StringMANAGE_DOCUMENTSAllows an application to manage access to documents, usually as part of a document picker.
StringMASTER_CLEARNot for use by third-party applications.
StringMEDIA_CONTENT_CONTROLAllows an application to know what content is playing and control its playback.
StringMODIFY_AUDIO_SETTINGSAllows an application to modify global audio settings.
StringMODIFY_PHONE_STATEAllows modification of the telephony state - power on, mmi, etc.
StringMOUNT_FORMAT_FILESYSTEMSAllows formatting file systems for removable storage.
StringMOUNT_UNMOUNT_FILESYSTEMSAllows mounting and unmounting file systems for removable storage.
StringNFCAllows applications to perform I/O operations over NFC.
StringPACKAGE_USAGE_STATSAllows an application to collect component usage statistics
Declaring the permission implies intention to use the API and the user of the device can grant permission through the Settings application.
StringPERSISTENT_ACTIVITYThis 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.
StringPROCESS_OUTGOING_CALLSAllows an application to see the number being dialed during an outgoing call with the option to redirect the call to a different number or abort the call altogether.
StringREAD_CALENDARAllows an application to read the user's calendar data.
StringREAD_CALL_LOGAllows an application to read the user's call log.
StringREAD_CONTACTSAllows an application to read the user's contacts data.
StringREAD_EXTERNAL_STORAGEAllows an application to read from external storage.
StringREAD_FRAME_BUFFERAllows an application to take screen shots and more generally get access to the frame buffer data.
StringREAD_INPUT_STATEThis constant was deprecated in API level 16. The API that used this permission has been removed.
StringREAD_LOGSAllows an application to read the low-level system log files.
StringREAD_PHONE_STATEAllows read only access to phone state.
StringREAD_SMSAllows an application to read SMS messages.
StringREAD_SYNC_SETTINGSAllows applications to read the sync settings.
StringREAD_SYNC_STATSAllows applications to read the sync stats.
StringREAD_VOICEMAILAllows an application to read voicemails in the system.
StringREBOOTRequired to be able to reboot the device.
StringRECEIVE_BOOT_COMPLETEDAllows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
StringRECEIVE_MMSAllows an application to monitor incoming MMS messages.
StringRECEIVE_SMSAllows an application to receive SMS messages.
StringRECEIVE_WAP_PUSHAllows an application to receive WAP push messages.
StringRECORD_AUDIOAllows an application to record audio.
StringREORDER_TASKSAllows an application to change the Z-order of tasks.
StringREQUEST_IGNORE_BATTERY_OPTIMIZATIONSPermission an application must hold in order to useACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS.
StringREQUEST_INSTALL_PACKAGESAllows an application to request installing packages.
StringRESTART_PACKAGESThis constant was deprecated in API level 8. The restartPackage(String) API is no longer supported.
StringSEND_RESPOND_VIA_MESSAGEAllows an application (Phone) to send a request to other applications to handle the respond-via-message action during incoming calls.
StringSEND_SMSAllows an application to send SMS messages.
StringSET_ALARMAllows an application to broadcast an Intent to set an alarm for the user.
StringSET_ALWAYS_FINISHAllows an application to control whether activities are immediately finished when put in the background.
StringSET_ANIMATION_SCALEModify the global animation scaling factor.
StringSET_DEBUG_APPConfigure an application for debugging.
StringSET_PREFERRED_APPLICATIONSThis constant was deprecated in API level 7. No longer useful, seeaddPackageToPreferred(String) for details.
StringSET_PROCESS_LIMITAllows an application to set the maximum number of (not needed) application processes that can be running.
StringSET_TIMEAllows applications to set the system time.
StringSET_TIME_ZONEAllows applications to set the system time zone.
StringSET_WALLPAPERAllows applications to set the wallpaper.
StringSET_WALLPAPER_HINTSAllows applications to set the wallpaper hints.
StringSIGNAL_PERSISTENT_PROCESSESAllow an application to request that a signal be sent to all persistent processes.
StringSTATUS_BARAllows an application to open, close, or disable the status bar and its icons.
StringSYSTEM_ALERT_WINDOWAllows an app to create windows using the type TYPE_SYSTEM_ALERT, shown on top of all other apps.
StringTRANSMIT_IRAllows using the device's IR transmitter, if available.
StringUNINSTALL_SHORTCUTAllows an application to uninstall a shortcut in Launcher.
StringUPDATE_DEVICE_STATSAllows an application to update device statistics.
StringUSE_FINGERPRINTAllows an app to use fingerprint hardware.
StringUSE_SIPAllows an application to use SIP service.
StringVIBRATEAllows access to the vibrator.
StringWAKE_LOCKAllows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
StringWRITE_APN_SETTINGSAllows applications to write the apn settings.
StringWRITE_CALENDARAllows an application to write the user's calendar data.
StringWRITE_CALL_LOGAllows an application to write (but not read) the user's contacts data.
StringWRITE_CONTACTSAllows an application to write the user's contacts data.
StringWRITE_EXTERNAL_STORAGEAllows an application to write to external storage.
StringWRITE_GSERVICESAllows an application to modify the Google service map.
StringWRITE_SECURE_SETTINGSAllows an application to read or write the secure system settings.
StringWRITE_SETTINGSAllows an application to read or write the system settings.
StringWRITE_SYNC_SETTINGSAllows applications to write the sync settings.
StringWRITE_VOICEMAILAllows an application to modify and remove existing voicemails in the system.


Share this

Related Posts

Previous
Next Post »