<!--allows you to read and write the property sheet when you log in to the database and upload the changed values--
<uses-permission android:name= "Android.permission.ACCESS_CHECKIN_PROPERTIES"/>
<!--allows app access (such as WiFi) to be located--
<uses-permission android:name= "Android.permission.ACCESS_COARSE_LOCATION"/>
<!--allows applications to access accurate (GPS-like) positioning-
<uses-permission android:name= "Android.permission.ACCESS_FINE_LOCATION"/>
<!--allow access to additional commands that provide targeting--
<uses-permission android:name= "Android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"/>
<!--allows an app to create an analog location provider for testing--
<uses-permission android:name= "Android.permission.ACCESS_MOCK_LOCATION"/>
<!--allows apps to access information on the network--
<uses-permission android:name= "Android.permission.ACCESS_NETWORK_STATE"/>
<!--allow apps to use features of the lower version view--
<uses-permission android:name= "Android.permission.ACCESS_SURFACE_FLINGER"/>
<!--allows apps to access Guan Yu's Wi-Fi network information--
<uses-permission android:name= "Android.permission.ACCESS_WIFI_STATE"/>
<!--allow app access to account certification--
<uses-permission android:name= "Android.permission.ACCOUNT_MANAGER"/>
<!--allows apps to play an account authentication system for Account_manager--
<uses-permission android:name= "Android.permission.AUTHENTICATE_ACCOUNTS"/>
<!--allows apps to stat power information--
<uses-permission android:name= "Android.permission.BATTERY_STATS"/>
<!--allows the app to tell Appwidget which app has access to the Appwidget data--
<uses-permission android:name= "Android.permission.BIND_APPWIDGET"/>
<!--must ensure that only the system can interact with the request of the shutdown receiver
<uses-permission android:name= "Android.permission.BIND_DEVICE_ADMIN"/>
<!--must make sure that only the system can bind with the Inputmethodservice request
<uses-permission android:name= "Android.permission.BIND_INPUT_METHOD"/>
<!--must make sure that only the system can bind with the Wallpaperservice request
<uses-permission android:name= "Android.permission.BIND_WALLPAPER"/>
<!--allow apps to connect to Bluetooth devices--
<uses-permission android:name= "Android.permission.BLUETOOTH"/>
<!--allows apps to find a Bluetooth device connected to it--
<uses-permission android:name= "Android.permission.BLUETOOTH_ADMIN"/>
<!--be requested to revoke the device (very dangerous)--
<uses-permission android:name= "Android.permission.BRICK"/>
<!--allows the app to emit a broadcast message that a package was removed--
<uses-permission android:name= "Android.permission.BROADCAST_PACKAGE_REMOVED"/>
<!--allows the app to send a message to the SMS-
<uses-permission android:name= "Android.permission.BROADCAST_SMS"/>
<!--allows the app to emit a message connected to the intent-
<uses-permission android:name= "Android.permission.BROADCAST_STICKY"/>
<!--allows an app to issue a broadcast message that receives a WAP push--
<uses-permission android:name= "Android.permission.BROADCAST_WAP_PUSH"/>
<!--allows an app to start a user confirmation call that is dialed without dialing the phone's user interface's calling program--
<uses-permission android:name= "Android.permission.CALL_PHONE"/>
<!--allows an app to start a user to confirm that the call was dialed without dialing any number from the user interface of the call, including the emergency number. -
<uses-permission android:name= "Android.permission.CALL_PRIVILEGED"/>
<!--a request to start the camera device--
<uses-permission android:name= "Android.permission.CAMERA"/>
<!--allow apps to change whether an app is active
<uses-permission android:name= "Android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
<!--allows the app to modify the current configuration, such as local settings-
<uses-permission android:name= "Android.permission.CHANGE_CONFIGURATION"/>
<!--allows apps to change the connection state of the network--
<uses-permission android:name= "Android.permission.CHANGE_NETWORK_STATE"/>
<!--allow apps to go to Wi-Fi multicast--
<uses-permission android:name= "Android.permission.CHANGE_WIFI_MULTICAST_STATE"/>
<!--allow app to change Wi-Fi connection status--
<uses-permission android:name= "Android.permission.CHANGE_WIFI_STATE"/>
<!--allows apps to erase all apps installed on your device--
<uses-permission android:name= "Android.permission.CLEAR_APP_CACHE"/>
<!--allows the app to erase the user's information--
<uses-permission android:name= "Android.permission.CLEAR_APP_USER_DATA"/>
<!--allows you to update or not update local messages from a broadcast device-
<uses-permission android:name= "Android.permission.CONTROL_LOCATION_UPDATES"/>
<!--allow apps to delete cache files--
<uses-permission android:name= "Android.permission.DELETE_CACHE_FILES"/>
<!--allow apps to remove packages--
<uses-permission android:name= "Android.permission.DELETE_PACKAGES"/>
<!--allow low-privileged access to power management items--
<uses-permission android:name= "Android.permission.DEVICE_POWER"/>
<!--allows application of diagnostic resources--
<uses-permission android:name= "Android.permission.DIAGNOSTIC"/>
<!--allow apps to disable keyboard lock--
<uses-permission android:name= "Android.permission.DISABLE_KEYGUARD"/>
<!--allow apps to recover dumps from system services--
<uses-permission android:name= "Android.permission.DUMP"/>
<!--allow apps to expand or shrink the status bar--
<uses-permission android:name= "Android.permission.EXPAND_STATUS_BAR"/>
<!--as a manufacturer-tested app with the ultimate rights user-
<uses-permission android:name= "Android.permission.FACTORY_TEST"/>
<!--allow access to flashlight--
<uses-permission android:name= "Android.permission.FLASHLIGHT"/>
<!--allows a forced return operation to be applied, regardless of the final activity--
<uses-permission android:name= "Android.permission.FORCE_BACK"/>
<!--allow apps to access the statistics list in the accounts service--
<uses-permission android:name= "Android.permission.GET_ACCOUNTS"/>
<!--allows the app to find out what space is used by any package--
<uses-permission android:name= "Android.permission.GET_PACKAGE_SIZE"/>
<!--allow apps to find out about current or most recently run tasks and in which acitivities run
<uses-permission android:name= "Android.permission.GET_TASKS"/>
<!--This permission can be used by content providers to allow full search of their data--
<uses-permission android:name= "Android.permission.GLOBAL_SEARCH"/>
<!--allows access to hardware and peripherals. -
<uses-permission android:name= "Android.permission.HARDWARE_TEST"/>
<!--allows the app to inject user events (keyboard, touch) into the event and then provide it to any window--
<uses-permission android:name= "Android.permission.INJECT_EVENTS"/>
<!--allows an app to install a location provider into the location manager--
<uses-permission android:name= "Android.permission.INSTALL_LOCATION_PROVIDER"/>
<!--allows the app to install packages. -
<uses-permission android:name= "Android.permission.INSTALL_PACKAGES"/>
<!--allow apps to open windows that are used by some system user interfaces--
<uses-permission android:name= "Android.permission.INTERNAL_SYSTEM_WINDOW"/>
<!--allow the app to open the network socket interface--
<uses-permission android:name= "Android.permission.INTERNET"/>
<!--allow the app to call Killbackgroundprocesses (String). Method--
<uses-permission android:name= "Android.permission.KILL_BACKGROUND_PROCESSES"/>
<!--allow apps to manage important lists in account managers--
<uses-permission android:name= "Android.permission.MANAGE_ACCOUNTS"/>
<!--allows applications to manage (create, destroy, order) applications in window managers--
<uses-permission android:name= "Android.permission.MANAGE_APP_TOKENS"/>
<uses-permission android:name= "Android.permission.MASTER_CLEAR"/>
<!--allows the app to modify global audio settings--
<uses-permission android:name= "Android.permission.MODIFY_AUDIO_SETTINGS"/>
<!--allows you to change the status of a phone call-power, etc.-
<uses-permission android:name= "Android.permission.MODIFY_PHONE_STATE"/>
<!--allows you to format the file system of a Removable Storage warehouse--
<uses-permission android:name= "Android.permission.MOUNT_FORMAT_FILESYSTEMS"/>
<!--allows you to equip or unblock a Removable Storage warehouse file system--
<uses-permission android:name= "Android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
<!--allows the app to make its activities more durable--
<uses-permission android:name= "Android.permission.PERSISTENT_ACTIVITY"/>
<!--allows applications to monitor, qualify or terminate outgoing calls--
<uses-permission android:name= "Android.permission.PROCESS_OUTGOING_CALLS"/>
<!--allows the app to read the user's calendar data--
<uses-permission android:name= "Android.permission.READ_CALENDAR"/>
<!--allows the app to read the user's contact data--
<uses-permission android:name= "Android.permission.READ_CONTACTS"/>
<!--allows the app to capture screens and more available buffered data--
<uses-permission android:name= "Android.permission.READ_FRAME_BUFFER"/>
<!--allows apps to read (not write) user browsing history and bookmarks--
<uses-permission android:name= "Android.permission.READ_HISTORY_BOOKMARKS"/>
<!--allows the application to go to the current keyboard and control state--
<uses-permission android:name= "Android.permission.READ_INPUT_STATE"/>
<!--allows applications to read low-level system log files--
<uses-permission android:name= "Android.permission.READ_LOGS"/>
<!--allows the app to read the owner's data--
<uses-permission android:name= "Android.permission.READ_OWNER_DATA"/>
<!--allows you to read the phone's status--
<uses-permission android:name= "Android.permission.READ_PHONE_STATE"/>
<!--allows the app to read text messages. -
<uses-permission android:name= "Android.permission.READ_SMS"/>
<!--allow app to read sync settings--
<uses-permission android:name= "Android.permission.READ_SYNC_SETTINGS"/>
<!--allows the app to read synchronized statistics--
<uses-permission android:name= "Android.permission.READ_SYNC_STATS"/>
<!--request to restart the device--
<uses-permission android:name= "Android.permission.REBOOT"/>
<!--allows the app to receive action_boot_completed broadcast messages that are emitted after the system finishes booting--
<uses-permission android:name= "Android.permission.RECEIVE_BOOT_COMPLETED"/>
<!--allows applications to listen to multimedia messages and record and process them.
<uses-permission android:name= "Android.permission.RECEIVE_MMS"/>
<!--allows apps to listen for short messages and record and handle them--
<uses-permission android:name= "Android.permission.RECEIVE_SMS"/>
<!--allows applications to monitor WAP push information--
<uses-permission android:name= "Android.permission.RECEIVE_WAP_PUSH"/>
<!--allows apps to record audio information--
<uses-permission android:name= "Android.permission.RECORD_AUDIO"/>
<!--allows the app to change the relationship location of the task--
<uses-permission android:name= "Android.permission.REORDER_TASKS"/>
<!--deprecated and used
<uses-permission android:name= "Android.permission.RESTART_PACKAGES"/>
<!--allows apps to send short messages. -
<uses-permission android:name= "Android.permission.SEND_SMS"/>
<!--allows the app to view and control how the activities is running in the system--
<uses-permission android:name= "Android.permission.SET_ACTIVITY_WATCHER"/>
<!--allows the app to control whether immediate contact ends when activities is overwritten--
<uses-permission android:name= "Android.permission.SET_ALWAYS_FINISH"/>
<!--to change the scale factor of the animation--
<uses-permission android:name= "Android.permission.SET_ANIMATION_SCALE"/>
<!--setting up an app for debug mode--
<uses-permission android:name= "Android.permission.SET_DEBUG_APP"/>
<!--allow low-level settings for screen orientation--
<uses-permission android:name= "Android.permission.SET_ORIENTATION"/>
<!--deprecated-
<uses-permission android:name= "Android.permission.SET_PREFERRED_APPLICATIONS"/>
<!--allows apps to set the maximum number of applications that can run.
<uses-permission android:name= "Android.permission.SET_PROCESS_LIMIT"/>
<!--allows the app to set the system time--
<uses-permission android:name= "Android.permission.SET_TIME"/>
<!--allows the app to set the system timezone time--
-
<uses-permission android:name= "Android.permission.SET_TIME_ZONE"/>
<!--allow app settings wallpaper--
<uses-permission android:name= "Android.permission.SET_WALLPAPER"/>
<!--allow app to set locked wallpaper--
<uses-permission android:name= "Android.permission.SET_WALLPAPER_HINTS"/>
<!--allows the app to send a request to all stable process signals--
<uses-permission android:name= "Android.permission.SIGNAL_PERSISTENT_PROCESSES"/>
<!--allow apps to turn on, off, or disable the status bar or icon-
<uses-permission android:name= "Android.permission.STATUS_BAR"/>
<!--allows the app to access the content provider's signature authentication--
<uses-permission android:name= "Android.permission.SUBSCRIBED_FEEDS_READ"/>
<uses-permission android:name= "Android.permission.SUBSCRIBED_FEEDS_WRITE"/>
<!--allows apps to use Type_system_alert to open windows and display windows at the top of other apps--
<uses-permission android:name= "Android.permission.SYSTEM_ALERT_WINDOW"/>
<!--allows apps to update device profile information--
<uses-permission android:name= "Android.permission.UPDATE_DEVICE_STATS"/>
<!--allows applications to get authorization requests from the manager--
<uses-permission android:name= "Android.permission.USE_CREDENTIALS"/>
<!--allows application access to the vibrator--
<uses-permission android:name= "Android.permission.VIBRATE"/>
<!--allows you to use power Lock management to hibernate or darken the screen-
<uses-permission android:name= "Android.permission.WAKE_LOCK"/>
<!--allow apps to write to access point settings--
<uses-permission android:name= "Android.permission.WRITE_APN_SETTINGS"/>
<!--allows the application to write (not read) the user's calendar data--
<uses-permission android:name= "Android.permission.WRITE_CALENDAR"/>
<!--allows the application to write (not read) the user's contact data--
<uses-permission android:name= "Android.permission.WRITE_CONTACTS"/>
<!--allows the application to write (not read) the user's external memory--
<uses-permission android:name= "Android.permission.WRITE_EXTERNAL_STORAGE"/>
<!--allow apps to modify Google services map--
<uses-permission android:name= "Android.permission.WRITE_GSERVICES"/>
<!--allows the app to write (not read) the user's browser history and bookmarks--
<uses-permission android:name= "Android.permission.WRITE_HISTORY_BOOKMARKS"/>
<!--allows the application to write (not read) the user's data--
<uses-permission android:name= "Android.permission.WRITE_OWNER_DATA"/>
<!--allows the app to write or read the current system settings--
<uses-permission android:name= "Android.permission.WRITE_SECURE_SETTINGS"/>
<!--allows you to apply write or read system settings--
<uses-permission android:name= "Android.permission.WRITE_SETTINGS"/>
<!--allows applications to write short message information--
<uses-permission android:name= "Android.permission.WRITE_SMS"/>
<!--allows you to apply write sync settings-
<uses-permission android:name= "Android.permission.WRITE_SYNC_SETTINGS"/>