본문 바로가기

Android

[android]manifest permission constants

java.lang.Object

android.Manifest.permission

Summary

Constants
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 derived from network location sources such as cell towers and Wi-Fi.
StringACCESS_FINE_LOCATIONAllows an app to access precise location from location sources such as GPS, cell towers, and Wi-Fi.
StringACCESS_LOCATION_EXTRA_COMMANDSAllows an application to access extra location provider commands
StringACCESS_MOCK_LOCATIONAllows an application to create mock location providers for testing
StringACCESS_NETWORK_STATEAllows applications to access information about networks
StringACCESS_SURFACE_FLINGERAllows an application to use SurfaceFlinger's low level features
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.
StringAUTHENTICATE_ACCOUNTSAllows an application to act as an AccountAuthenticator for the AccountManager
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_DEVICE_ADMINMust be required by device administration receiver, to ensure that only the system can interact with it.
StringBIND_INPUT_METHODMust be required by an InputMethodService, 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_TEXT_SERVICEMust be required by a TextService (e.g.
StringBIND_VPN_SERVICEMust be required by an 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
StringBRICKRequired to be able to disable the device (very dangerous!).
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 being placed.
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.
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.
StringCLEAR_APP_USER_DATAAllows an application to clear user data
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.
StringDEVICE_POWERAllows low-level access to power management
StringDIAGNOSTICAllows applications to RW to diagnostic resources.
StringDISABLE_KEYGUARDAllows applications to disable the keyguard
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
StringFORCE_BACKAllows an application to force a BACK operation on whatever is the top activity.
StringGET_ACCOUNTSAllows 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_TASKSAllows an application to get information about the currently or recently running tasks.
StringGLOBAL_SEARCHThis permission can be used on content providers to allow the global search system to access their data.
StringHARDWARE_TESTAllows access to hardware peripherals.
StringINJECT_EVENTSAllows an application to inject user events (keys, touch, trackball) into the event stream and deliver them to ANY window.
StringINSTALL_LOCATION_PROVIDERAllows an application to install a location provider into the Location Manager
StringINSTALL_PACKAGESAllows an application to install packages.
StringINTERNAL_SYSTEM_WINDOWAllows an application to open windows that are for use by parts of the system user interface.
StringINTERNETAllows applications to open network sockets.
인터넷 사용
StringKILL_BACKGROUND_PROCESSESAllows an application to callkillBackgroundProcesses(String).
StringMANAGE_ACCOUNTSAllows an application to manage the list of accounts in the AccountManager
StringMANAGE_APP_TOKENSAllows an application to manage (create, destroy, Z-order) application tokens in the window manager.
StringMASTER_CLEAR
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
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 monitor, modify, or abort outgoing calls.
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_HISTORY_BOOKMARKSAllows an application to read (but not write) the user's browsing history and bookmarks.
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_PROFILEAllows an application to read the user's personal profile data.
StringREAD_SMSAllows an application to read SMS messages.
StringREAD_SOCIAL_STREAMAllows an application to read from the user's social stream.
StringREAD_SYNC_SETTINGSAllows applications to read the sync settings
StringREAD_SYNC_STATSAllows applications to read the sync stats
StringREAD_USER_DICTIONARYAllows an application to read the user dictionary.
StringREBOOTRequired to be able to reboot the device.
StringRECEIVE_BOOT_COMPLETEDAllows an application to receive theACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
StringRECEIVE_MMSAllows an application to monitor incoming MMS messages, to record or perform processing on them.
StringRECEIVE_SMSAllows an application to monitor incoming SMS messages, to record or perform processing on them.
StringRECEIVE_WAP_PUSHAllows an application to monitor incoming WAP push messages.
StringRECORD_AUDIOAllows an application to record audio
StringREORDER_TASKSAllows an application to change the Z-order of tasks
StringRESTART_PACKAGESThis constant was deprecated in API level 8. TherestartPackage(String) API is no longer supported.
StringSEND_SMSAllows an application to send SMS messages.
StringSET_ACTIVITY_WATCHERAllows an application to watch and control how activities are started globally in the system.
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_ORIENTATIONAllows low-level access to setting the orientation (actually rotation) of the screen.
StringSET_POINTER_SPEEDAllows low-level access to setting the pointer speed.
StringSET_PREFERRED_APPLICATIONSThis constant was deprecated in API level 7. No longer useful, see addPackageToPreferred(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.
StringSUBSCRIBED_FEEDS_READAllows an application to allow access the subscribed feeds ContentProvider.
StringSUBSCRIBED_FEEDS_WRITE
StringSYSTEM_ALERT_WINDOWAllows an application to open windows using the typeTYPE_SYSTEM_ALERT, shown on top of all other applications.
StringUPDATE_DEVICE_STATSAllows an application to update device statistics.
StringUSE_CREDENTIALSAllows an application to request authtokens from the AccountManager
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 (but not read) 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 (but not read) 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_HISTORY_BOOKMARKSAllows an application to write (but not read) the user's browsing history and bookmarks.
StringWRITE_PROFILEAllows an application to write (but not read) the user's personal profile data.
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_SMSAllows an application to write SMS messages.
StringWRITE_SOCIAL_STREAMAllows an application to write (but not read) the user's social stream data.
StringWRITE_SYNC_SETTINGSAllows applications to write the sync settings
StringWRITE_USER_DICTIONARYAllows an application to write to the user dictionary.