Android Permission Category

Source: Internet
Author: User
Tags system log delete cache

Android Permissions Sub-fine, but the name of a more humane, Android permission than symbiancapabilities have a lot of improvements, the following to see what permissions are defined, and found that there are more than a variety of, If you find that your program somewhere debug error is likely to be androidpermission access control in mischief, this is also to prevent the mobile phone become a virus place. The Android Development network gets the message that you don't have to buy a high digital signature certificate, the permissions are determined by the user rather than the handset manufacturer and the platform provider, which has to be explained for Android developers, The following information is required to be added in the Androidmanifest.xml file.
Program execution needs to read to security sensitive items must be declared in Androidmanifest.xml related permission request, Android Development Network has been translated and used in bilingual
Android.permission.ACCESS_CHECKIN_PROPERTIES allow read and write access to the "PROPERTIES" table in the CHECKIN database, change the value can be modified upload (allows read/write access to The "Properties" table inthe checkin database, to change values that get uploaded)
Android.permission.ACCESS_COARSE_LOCATION allows a program to access Cellid or WiFi hotspots to get a rough location (allows an application to access coarse (e.g., Cell-id, WiFi) location)
Android.permission.ACCESS_FINE_LOCATION allows a program to access sophisticated locations (such as GPS) (allows a application to access FINE (e.g, GPS) location)
Android.permission.ACCESS_LOCATION_EXTRA_COMMANDS allows applications to access additional locations to provide commands (allows an application to access EXTRA location Provider commands)
Android.permission.ACCESS_MOCK_LOCATION allows the program to create a mock location for testing (allows an application to create mock locations providers fortesting)
Android.permission.ACCESS_NETWORK_STATE allows programs to access information about GSM network (allows applications to accessinformation about networks)
Android.permission.ACCESS_SURFACE_FLINGER allows the program to use Surfaceflinger underlying features (allows an application touse Surfaceflinger ' s low Level features)
Android.permission.ACCESS_WIFI_STATE allow programs to access Wi-Fi network status information (allows applications to accessinformation about Wi-Fi networks)
Android.permission.ADD_SYSTEM_SERVICE allows programs to publish system-level services (allows an application to publish System-level services).
Android.permission.BATTERY_STATS allows programs to update phone battery statistics (allows an application to update the collected BATTERY statistics)
Android.permission.BLUETOOTH allow programs to connect to paired Bluetooth devices (allows applications to connect to paired Bluetooth devices)
Android.permission.BLUETOOTH_ADMIN allows programs to discover and pair Bluetooth devices (allows applications to discover and pair Bluetooth devices)
The Android.permission.BRICK request is capable of disabling the device (very dangerous) (Required to being able to disable the devices (very dangerous!).)
Android.permission.BROADCAST_PACKAGE_REMOVED allows a program to broadcast a prompt message after an application package has been removed (allows an application to broadcast a Notification that anapplication package has been removed)
Android.permission.BROADCAST_STICKY. Allow a program to broadcast common intents (allows an application to broadcast STICKY intents)
Android.permission.CALL_PHONE allows a program to initialize a phone dial-up without requiring user confirmation via the Dial-up user interface (allows an application to initiate a phone call without Goingthrough the Dialer user interface for the user to confirm the call beingplaced.)
Android.permission.CALL_PRIVILEGED allows a program to dial any number that contains an emergency number without requiring user confirmation via the Dial-up user interface (allows an application including Emergencynumbers, without going through the Dialer user interface for the user toconfirm the call being placed)
Android.permission.CAMERA request access using a photographic device (Required to being able to access the camera devices.)
Android.permission.CHANGE_COMPONENT_ENABLED_STATE allows a program to alter whether a component or other is enabled or disabled (allows an application to the change whether an Application component (other than it own) is enabled or not. )
Android.permission.CHANGE_CONFIGURATION allows a program to modify the current settings, such as localization (allows a application to modify the present configuration, Such aslocale. )
Android.permission.CHANGE_NETWORK_STATE allows the program to alter the network connection status (allows applications to change networks connectivity State)
Android.permission.CHANGE_WIFI_STATE allow program to change Wi-Fi Connection status (allows applications to CHANGEWI-FI connectivity State)
Android.permission.CLEAR_APP_CACHE allows a program to be clearly cached from all installed programs in the device (allows an application to clear the caches of all Installedapplications on the device. )
Android.permission.CLEAR_APP_USER_DATA allows a program to clear user settings (allows an application to clear subscriber DATA)
Android.permission.CONTROL_LOCATION_UPDATES allow disable location update prompt from wireless module (allows enabling/disabling site update Notifications from Theradio. )
Android.permission.DELETE_CACHE_FILES allows the program to delete cache files (allows a application to delete cache file)
Android.permission.DELETE_PACKAGES allows a program to delete a package (allows an application to delete PACKAGES)
Android.permission.DEVICE_POWER allows access to the underlying power management (allows low-level access to power management)
Android.permission.DIAGNOSTIC allows the program RW diagnostic resource (allows applications to RW todiagnostic resources.)
Android.permission.DISABLE_KEYGUARD Allow program to disable keyboard lock (allows applications to DISABLE the Keyguard)
Android.permission.DUMP allows the program to return state crawl information from the system service (allows an application to retrieve, DUMP information, Fromsystem services.)
Android.permission.EXPAND_STATUS_BAR allows a program extension to shrink in the status bar, the Android development net hint should be a tray program similar to Windows Mobile (allows an application To expand or collapse the status bar. )
Android.permission.FACTORY_TEST as a factory test program that runs on the root user (run as a manufacturer TestApplication, running as the root users.)
Android.permission.FLASHLIGHT access Flash, Android development Web tips HTC Dream does not include Flash (allows access to the flashlight)
Android.permission.FORCE_BACK allows the program to force a fallback operation on the top level activities (allows a application to forces a back operation Onwhatever are T He top activity. )
Android.permission.FOTA_UPDATE temporarily do not understand what it is to use, the Android Development network analysis may be a reserved privilege.
Android.permission.GET_ACCOUNTS Access an account list in the ACCOUNTS service (allows access to the Listof ACCOUNTS in the ACCOUNTS service)
Android.permission.GET_PACKAGE_SIZE allows a program to obtain any package footprint capacity (allows an application to findout the space used by any PACKAG E.)
Android.permission.GET_TASKS allows a program to get information about the current or most recently run tasks, an abbreviated task state, whether the activity is active, and so on (allows an application to GET information about The currently orrecently running tasks:a thumbnail representation of the tasks, Whatactivities is running in it, etc.)
Android.permission.HARDWARE_TEST allows access to hardware (allows access to HARDWARE peripherals.)
Android.permission.INJECT_EVENTS allows a program to intercept user events such as keystrokes, touches, trackball, etc. wait until a time stream, the Android Development Network alert is hook technology bar (allows an application to Inject user events (keys, touch, trackball) into the event stream and deliver them to any window.)
Android.permission.INSTALL_PACKAGES allows a program to install PACKAGES (allows a application to install PACKAGES.)
Android.permission.INTERNAL_SYSTEM_WINDOW allows the window to be opened using the System user interface (allows an application to open windows? is for uses by parts O Fthe System user interface. )
Android.permission.INTERNET allow program to open network sockets (allows applications to open networks sockets)
Android.permission.MANAGE_APP_TOKENS allows program management (creation, post, z-order default to Z-axis) program references in the window manager (allows an application to MANAGE (create , destroy, Z-order) application tokens in the window manager. )
Android.permission.MASTER_CLEAR currently does not have a clear explanation, the Android Development network analysis may be to clear all data, similar to the hard-grid machine
Android.permission.MODIFY_AUDIO_SETTINGS allows the program to modify global audio settings (allows an application to MODIFY Globe audio SETTINGS)
Android.permission.MODIFY_PHONE_STATE allows to modify the status of the phone, such as power, human-computer interface (allows modification of the telephony state-power on, MMI, etc. )
Android.permission.MOUNT_UNMOUNT_FILESYSTEMS allows for Mount and anti-mount file system Removable Storage (allows mounting and unmounting files systems for Removable Storage.)
Android.permission.PERSISTENT_ACTIVITY allows a program to set his activities display (allow a application to makeits activities persistent.)
Android.permission.PROCESS_OUTGOING_CALLS allows the program to monitor and modify the broadcast phone (allows an application to monitor, modify, or abort outgoing Calls
Android.permission.READ_CALENDAR allows the program to read the user's calendar data (allows an application to the read the subscriber's calendars.)
Android.permission.READ_CONTACTS allows the program to read the user's contact data (allows an application to read the Subscriber CONTACTS data.)
Android.permission.READ_FRAME_BUFFER allows program screen waves or more regular access to frame buffer data (allows an application to take-up screens shots and more generally Getaccess to the frame buffer data)
The Android.permission.READ_INPUT_STATE allows the program to return the current key state (allows a application to retrieve, and the same as of keys andswitches. )
Android.permission.READ_LOGS allows the program to read the underlying syslog file (allows an application to read the low-level system log files.)
Android.permission.READ_OWNER_DATA allows the program to read the owner data (allows a application to read the owner's information)
Android.permission.READ_SMS allows the program to read short messages (allows an application to read SMS messages.)
Android.permission.READ_SYNC_SETTINGS allows the program to read the sync settings (allows applications to read the sync SETTINGS)
Android.permission.READ_SYNC_STATS allows the program to read the sync status (allows applications to read the sync STATS)
The Android.permission.REBOOT request is able to reboot the device (Required to is able to REBOOT.)
Android.permission.RECEIVE_BOOT_COMPLETED allows a program to receive action_boot_completed broadcasts on system completion boot (allows anapplication to receive The action_boot_completed that's broadcast after Thesystem finishes booting. )
Android.permission.RECEIVE_MMS allows a program monitor to receive MMS MMS, record or process (Allowsan application to monitor incoming MMS messages, to record or performprocessing on them. )
Android.permission.RECEIVE_SMS allows the program to monitor a message, record or process (allows an application to monitor incoming SMS messages, to record ORP Erform processing on them.)
Android.permission.RECEIVE_WAP_PUSH allows program monitoring to receive WAP push messages (allows an application to monitorincoming WAP push messages.)
Android.permission.RECORD_AUDIO allow program to record audio (allows a application to record audio)
Android.permission.REORDER_TASKS allows the program to vary the z-axis arrangement task (allows an application to change thez-order of tasks)
Android.permission.RESTART_PACKAGES allow programs to restart other programs (allows an application to RESTART other applications)
Android.permission.SEND_SMS allows the program to send SMS messages (allows an application to send smsmessages)
Android.permission.SET_ACTIVITY_WATCHER allows the program to monitor or control activities has started the global system in allows an application towatch and control how Activities is started globally in the system.
Android.permission.SET_ALWAYS_FINISH allows the control of whether the activity is indirectly completed in the background when allows an application to controls whether activities is Immediatelyfinished when put in the background.
Android.permission.SET_ANIMATION_SCALE Modify the Global information scale (Modify the ANIMATION scaling factor.)
Android.permission.SET_DEBUG_APP configures a program for debugging (Configure an application for debugging.)
Android.permission.SET_ORIENTATION allows the underlying access to set the screen orientation and the actual rotation (allows low-level access to setting the ORIENTATION ( actuallyrotation) of the screen.)
Android.permission.SET_PREFERRED_APPLICATIONS allows a program to modify list Parameters packagemanager.addpackagetopreferred () and Packagemanager.removepackagefrompreferred () method (allows an application to modify the list of preferred Applicationswith The packagemanager.addpackagetopreferred () andpackagemanager.removepackagefrompreferred () methods.)
Android.permission.SET_PROCESS_FOREGROUND allows the program to run the program currently forced to the foreground (allows an application to force any currently running process To bein the foreground.)
Android.permission.SET_PROCESS_LIMIT allows you to set the maximum number of running processes (allows an application to set the maximum numbers of (not needed) Applica tion processes that can is running. )
Android.permission.SET_TIME_ZONE allows the program to set the time area (allows applications to set the system timing zone)
Android.permission.SET_WALLPAPER allow program to set wallpaper (allows applications to set the wallpaper)
Android.permission.SET_WALLPAPER_HINTS allow program to set wallpaper hits (allows applications to set the wallpaper HINTS)
Android.permission.SIGNAL_PERSISTENT_PROCESSES allows the program to request a signal to all the displayed processes (allow an application to request, a SIGNAL be sent to Allpersistent processes)
Android.permission.STATUS_BAR allows programs to open, close, or disable the status bar and icons allows an application to open, close, or disable the status bar andits ico Ns.
Android.permission.SUBSCRIBED_FEEDS_READ allows a program to access subscribed RSS feed content provided (allows an application to allowaccess the subscribed Feeds ContentProvider. )
The Android.permission.SUBSCRIBED_FEEDS_WRITE system temporarily retains its settings, and the Android Development Network believes the feature will be added to the future version.
Android.permission.SYSTEM_ALERT_WINDOW allows a program to open a window using Type_system_alert, which is displayed on top of all other programs (allows Anapplication to open Windows using the type Type_system_alert, shown on top ofall and other applications. )
Android.permission.VIBRATE allow access to vibrating devices (allows access to the vibrator)
Android.permission.WAKE_LOCK allows the PowerManager wakelocks to be used to keep the process from disappearing from the screen while hibernating (allows Usingpowermanager wakelocks to keep Processor from sleeping or screens from dimming)
Android.permission.WRITE_APN_SETTINGS allow program to write API settings (allows applications to write the apnsettings)
Android.permission.WRITE_CALENDAR allows a program to write without reading the user's calendar data (allows an application to write (and not read) the users ' Calendardat A.)
Android.permission.WRITE_CONTACTS allows the program to write without reading the user's contact data (allows an application to write (and not read) the "s Contactsdata . )
Android.permission.WRITE_GSERVICES allows programs to modify Google services maps (allows an application to modifythe Google Service map.)
The Android.permission.WRITE_OWNER_DATA allows a program to write without reading the owner data (allows a application to write (but not read) the owner.)
The Android.permission.WRITE_SETTINGS allows the program to read or write system settings (allows an application to read or write the Systems SETTINGS.)
Android.permission.WRITE_SMS allow program to write SMS (allows a application to write SMS messages)
Android.permission.WRITE_SYNC_SETTINGS allow program to write sync settings (allows applications to write the sync SETTINGS
Android.permission.WRITE_EXTERNAL_STORAGE allows the program to write data in the SDcard, note that it is incorporated into the encoding "Utf-8" before writing, otherwise garbled

Android Permission Category

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.