AndroidManifest.xml revision f4ece2086f3b7060edc4b93a12f04c9af648867a
19066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project<?xml version="1.0" encoding="utf-8"?>
29066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project<!--
39066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project/* //device/apps/common/AndroidManifest.xml
49066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project**
59066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project** Copyright 2006, The Android Open Source Project
69066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project**
79066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project** Licensed under the Apache License, Version 2.0 (the "License");
89066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project** you may not use this file except in compliance with the License.
99066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project** You may obtain a copy of the License at
109066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project**
119066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project**     http://www.apache.org/licenses/LICENSE-2.0
129066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project**
139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project** Unless required by applicable law or agreed to in writing, software
149066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project** distributed under the License is distributed on an "AS IS" BASIS,
159066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
169066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project** See the License for the specific language governing permissions and
179066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project** limitations under the License.
189066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project*/
199066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project-->
209066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project<manifest xmlns:android="http://schemas.android.com/apk/res/android"
219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    package="android" android:sharedUserId="android.uid.system"
229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    android:sharedUserLabel="@string/android_system_label">
239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
24854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <!-- ================================================ -->
25854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <!-- Special broadcasts that only the system can send -->
26854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <!-- ================================================ -->
27854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <eat-comment />
28d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana
29854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.SCREEN_OFF" />
30854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.SCREEN_ON" />
31854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.USER_PRESENT" />
32854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.TIME_TICK" />
33854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.TIMEZONE_CHANGED" />
34854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.BOOT_COMPLETED" />
35854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.PACKAGE_INSTALL" />
36854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.PACKAGE_ADDED" />
37854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.PACKAGE_REPLACED" />
38854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.PACKAGE_REMOVED" />
39854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.PACKAGE_CHANGED" />
40854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.PACKAGE_RESTARTED" />
41854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
42854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
43854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
44362d5b9b6429a2766f5b980d2010262135788ad8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
45854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
46854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
47854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
48854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
49854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
50854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
51854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
52854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
53bb3716332321e22537a5015be13e2229fb9b90bcJake Hamby    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
54bb3716332321e22537a5015be13e2229fb9b90bcJake Hamby    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
55854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
56854060af30f928c0a65591e9c8314ae17056e6b8Dianne Hackborn    <protected-broadcast android:name="android.intent.action.REBOOT" />
577299c41630935a2b106e73e5603579a7747f7535Dianne Hackborn    <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
58d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana
597299c41630935a2b106e73e5603579a7747f7535Dianne Hackborn    <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
607299c41630935a2b106e73e5603579a7747f7535Dianne Hackborn    <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
617299c41630935a2b106e73e5603579a7747f7535Dianne Hackborn    <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
627299c41630935a2b106e73e5603579a7747f7535Dianne Hackborn    <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
637299c41630935a2b106e73e5603579a7747f7535Dianne Hackborn    
644cc86e1ae80eb1938500fe5fa06bbdf8b4b7b50dChristopher Tate    <protected-broadcast android:name="android.backup.intent.RUN" />
654cc86e1ae80eb1938500fe5fa06bbdf8b4b7b50dChristopher Tate    <protected-broadcast android:name="android.backup.intent.CLEAR" />
664cc86e1ae80eb1938500fe5fa06bbdf8b4b7b50dChristopher Tate    <protected-broadcast android:name="android.backup.intent.INIT" />
674cc86e1ae80eb1938500fe5fa06bbdf8b4b7b50dChristopher Tate
6872440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
6972440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
7072440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
7172440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
7272440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
7372440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
7472440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
7572440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
7672440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
7772440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
7872440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
7972440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
8072440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
8172440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
8272440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
8372440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly    <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
8472440a0e2c8f73240e0dcee36e58b1840ffbb5fdNick Pelly
852423607a32d63a0c646b17758ebeb4dc1d0b791fMike Lockwood    <protected-broadcast android:name="android.hardware.action.USB_CONNECTED" />
862423607a32d63a0c646b17758ebeb4dc1d0b791fMike Lockwood    <protected-broadcast android:name="android.hardware.action.USB_DISCONNECTED" />
87059f009d970fb37ac4e408dcf8e1d2d2cdcf0a84Mike Lockwood    <protected-broadcast android:name="android.hardware.action.USB_STATE" />
882423607a32d63a0c646b17758ebeb4dc1d0b791fMike Lockwood
899066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ====================================== -->
909066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Permissions for things that cost money -->
919066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ====================================== -->
929066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <eat-comment />
93603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana
949066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Used for permissions that can be used to make the user spend money
959066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         without their direct involvement.  For example, this is the group
969066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         for permissions that allow you to directly place phone calls,
979066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         directly send SMS messages, etc. -->
989066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission-group android:name="android.permission-group.COST_MONEY"
999066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permgrouplab_costMoney"
1009066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permgroupdesc_costMoney" />
1019066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1029066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to send SMS messages. -->
1039066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SEND_SMS"
1049066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.COST_MONEY"
1059066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
1069066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_sendSms"
1079066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_sendSms" />
1089066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1099066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to initiate a phone call without going through
1109066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         the Dialer user interface for the user to confirm the call
1119066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         being placed. -->
1129066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.CALL_PHONE"
1139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.COST_MONEY"
1149066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
1159066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_callPhone"
1169066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_callPhone" />
1179066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1189066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ================================== -->
1199066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Permissions for accessing messages -->
1209066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ================================== -->
1219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <eat-comment />
122603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana
1239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Used for permissions that allow an application to send messages
1249066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         on behalf of the user or intercept messages being received by the
1259066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         user.  This is primarily intended for SMS/MMS messaging, such as
1269066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         receiving or reading an MMS. -->
1279066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission-group android:name="android.permission-group.MESSAGES"
1289066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permgrouplab_messages"
1299066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permgroupdesc_messages" />
1309066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1319066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to monitor incoming SMS messages, to record
1329066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         or perform processing on them. -->
1339066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.RECEIVE_SMS"
1349066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.MESSAGES"
1359066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
1369066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_receiveSms"
1379066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_receiveSms" />
1389066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1399066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to monitor incoming MMS messages, to record
1409066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         or perform processing on them. -->
1419066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.RECEIVE_MMS"
1429066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.MESSAGES"
1439066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
1449066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_receiveMms"
1459066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_receiveMms" />
1469066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1479066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to read SMS messages. -->
1489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.READ_SMS"
1499066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.MESSAGES"
1509066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
1519066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_readSms"
1529066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_readSms" />
1539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to write SMS messages. -->
1559066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.WRITE_SMS"
1569066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.MESSAGES"
1579066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
1589066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_writeSms"
1599066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_writeSms" />
1609066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1619066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to monitor incoming WAP push messages. -->
1629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.RECEIVE_WAP_PUSH"
1639066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.MESSAGES"
1649066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
1659066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_receiveWapPush"
1669066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_receiveWapPush" />
1679066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1689066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- =============================================================== -->
1699066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Permissions for accessing personal info (contacts and calendar) -->
1709066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- =============================================================== -->
1719066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <eat-comment />
172603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana
1739066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Used for permissions that provide access to the user's private data,
1749066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         such as contacts, calendar events, e-mail messages, etc.  This includes
1759066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         both reading and writing of this data (which should generally be
1769066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         expressed as two distinct permissions). -->
1779066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission-group android:name="android.permission-group.PERSONAL_INFO"
1789066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permgrouplab_personalInfo"
1799066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permgroupdesc_personalInfo" />
1809066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1819066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to read the user's contacts data. -->
1829066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.READ_CONTACTS"
1839066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.PERSONAL_INFO"
1849066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
1859066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_readContacts"
1869066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_readContacts" />
1879066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1889066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to write (but not read) the user's
1899066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         contacts data. -->
1909066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.WRITE_CONTACTS"
1919066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.PERSONAL_INFO"
1929066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
1939066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_writeContacts"
1949066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_writeContacts" />
1959066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1969066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to read the user's calendar data. -->
1979066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.READ_CALENDAR"
1989066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.PERSONAL_INFO"
1999066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
2009066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_readCalendar"
2019066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_readCalendar" />
2029066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
2039066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to write (but not read) the user's
2049066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         calendar data. -->
2059066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.WRITE_CALENDAR"
2069066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.PERSONAL_INFO"
2079066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
2089066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_writeCalendar"
2099066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_writeCalendar" />
2109066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
2119066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to read the user dictionary. This should
212603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana         really only be required by an IME, or a dictionary editor like
213603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana         the Settings app.
2149066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         @hide Pending API council approval -->
2159066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.READ_USER_DICTIONARY"
2169066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.PERSONAL_INFO"
2179066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
2189066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_readDictionary"
2199066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_readDictionary" />
2209066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
2219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to write to the user dictionary.
2229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         @hide Pending API council approval -->
2239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.WRITE_USER_DICTIONARY"
2249066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.PERSONAL_INFO"
2259066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
2269066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_writeDictionary"
2279066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_writeDictionary" />
2289066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
2299ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins    <!-- Allows an application to read (but not write) the user's
2309ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins        browsing history and bookmarks. -->
231e7d1c8f3777375468de2e5932a691ef388ee2e75Leon Scroggins    <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
2329ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins        android:permissionGroup="android.permission-group.PERSONAL_INFO"
2339ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins        android:label="@string/permlab_readHistoryBookmarks"
2349ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins        android:description="@string/permdesc_readHistoryBookmarks"
2359ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins        android:protectionLevel="dangerous" />
2369ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins
2379ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins    <!-- Allows an application to write (but not read) the user's
2389ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins        browsing history and bookmarks. -->
239e7d1c8f3777375468de2e5932a691ef388ee2e75Leon Scroggins    <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
2409ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins        android:permissionGroup="android.permission-group.PERSONAL_INFO"
2419ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins        android:label="@string/permlab_writeHistoryBookmarks"
2429ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins        android:description="@string/permdesc_writeHistoryBookmarks"
2439ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins        android:protectionLevel="dangerous" />
2449ce4c6c5cfc111a73e0cfc3c94daa50346c56867Leon Scroggins
2459066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ======================================= -->
2469066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Permissions for accessing location info -->
2479066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ======================================= -->
2489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <eat-comment />
249603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana
2509066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Used for permissions that allow access to the user's current
2519066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         location. -->
2529066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission-group android:name="android.permission-group.LOCATION"
2539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permgrouplab_location"
2549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permgroupdesc_location" />
2559066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
2569066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to access fine (e.g., GPS) location -->
2579066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.ACCESS_FINE_LOCATION"
2589066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.LOCATION"
2599066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
2609066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_accessFineLocation"
2619066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_accessFineLocation" />
2629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
2639066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
2649066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
2659066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.LOCATION"
2669066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
2679066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_accessCoarseLocation"
2689066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_accessCoarseLocation" />
2699066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
2709066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to create mock location providers for testing -->
2719066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
2729066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.LOCATION"
273935ae463d495d41155e27feb849768ad2b8b16dbDianne Hackborn        android:protectionLevel="dangerous"
2749066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_accessMockLocation"
2759066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_accessMockLocation" />
2769066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
2779066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to access extra location provider commands -->
2789066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
2799066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.LOCATION"
280935ae463d495d41155e27feb849768ad2b8b16dbDianne Hackborn        android:protectionLevel="normal"
2819066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_accessLocationExtraCommands"
2829066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_accessLocationExtraCommands" />
2839066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
284275555c8eb3fb5df6e7320873b88b77cdde85a9eMike Lockwood    <!-- Allows an application to install a location provider into the Location Manager -->
285275555c8eb3fb5df6e7320873b88b77cdde85a9eMike Lockwood    <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
286275555c8eb3fb5df6e7320873b88b77cdde85a9eMike Lockwood        android:protectionLevel="signatureOrSystem"
287275555c8eb3fb5df6e7320873b88b77cdde85a9eMike Lockwood        android:label="@string/permlab_installLocationProvider"
288275555c8eb3fb5df6e7320873b88b77cdde85a9eMike Lockwood        android:description="@string/permdesc_installLocationProvider" />
289275555c8eb3fb5df6e7320873b88b77cdde85a9eMike Lockwood
2909066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ======================================= -->
2919066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Permissions for accessing networks -->
2929066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ======================================= -->
2939066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <eat-comment />
294603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana
2959066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Used for permissions that provide access to networking services.  The
2969066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         main permission here is internet access, but this is also an
2979066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         appropriate group for accessing or modifying any network configuration
2989066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         or other related network operations. -->
2999066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission-group android:name="android.permission-group.NETWORK"
3009066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permgrouplab_network"
3019066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permgroupdesc_network" />
3029066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
3039066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to open network sockets. -->
3049066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.INTERNET"
3059066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.NETWORK"
3069066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
3079066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_createNetworkSockets"
3089066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_createNetworkSockets" />
3099066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
3109066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to access information about networks -->
3119066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.ACCESS_NETWORK_STATE"
3129066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.NETWORK"
3139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
3149066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_accessNetworkState"
3159066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_accessNetworkState" />
3169066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
3179066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to access information about Wi-Fi networks -->
3189066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.ACCESS_WIFI_STATE"
3199066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.NETWORK"
3209066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
3219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_accessWifiState"
3229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_accessWifiState" />
3239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
3249066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to connect to paired bluetooth devices -->
3259066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.BLUETOOTH"
3269066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.NETWORK"
3279066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
3289066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_bluetooth"
3299066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_bluetooth" />
3309066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
331d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana    <!-- Allows applications to call into AccountAuthenticators. Only
332d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana    the system can get this permission. -->
333f7ae77cd67f1a3993b8e56c1af4720a7adf4e69dFred Quintana    <permission android:name="android.permission.ACCOUNT_MANAGER"
334d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:permissionGroup="android.permission-group.ACCOUNTS"
335d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:protectionLevel="signature"
336d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:description="@string/permdesc_accountManagerService"
337d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:label="@string/permlab_accountManagerService" />
338d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana
3399066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ================================== -->
3409066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Permissions for accessing accounts -->
3419066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ================================== -->
3429066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <eat-comment />
343603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana
34496cb8d0b94b5737d0a06088bff3bf409ced3cd3dDebajit Ghosh    <!-- Permissions for direct access to the accounts managed
34596cb8d0b94b5737d0a06088bff3bf409ced3cd3dDebajit Ghosh         by the Account Manager. -->
3469066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission-group android:name="android.permission-group.ACCOUNTS"
3479066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permgrouplab_accounts"
3489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permgroupdesc_accounts" />
3499066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
3509066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows access to the list of accounts in the Accounts Service -->
3519066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.GET_ACCOUNTS"
3529066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.ACCOUNTS"
3539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
3549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_getAccounts"
3559066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_getAccounts" />
3569066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
357d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana    <!-- Allows an application to act as an AccountAuthenticator for
358d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana         the AccountManager -->
359d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana    <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
360d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:permissionGroup="android.permission-group.ACCOUNTS"
361d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:protectionLevel="dangerous"
362d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:label="@string/permlab_authenticateAccounts"
363d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:description="@string/permdesc_authenticateAccounts" />
364d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana
365d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana    <!-- Allows an application to request authtokens from the AccountManager -->
366d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana    <permission android:name="android.permission.USE_CREDENTIALS"
367d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:permissionGroup="android.permission-group.ACCOUNTS"
368d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:protectionLevel="dangerous"
369d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:label="@string/permlab_useCredentials"
370d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:description="@string/permdesc_useCredentials" />
371d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana
372d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana    <!-- Allows an application to manage the list of accounts in the AccountManager -->
373d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana    <permission android:name="android.permission.MANAGE_ACCOUNTS"
374d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:permissionGroup="android.permission-group.ACCOUNTS"
375d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:protectionLevel="dangerous"
376d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:label="@string/permlab_manageAccounts"
377d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        android:description="@string/permdesc_manageAccounts" />
378d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana
3799066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ================================== -->
3809066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Permissions for accessing hardware -->
3819066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ================================== -->
3829066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <eat-comment />
383603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana
3849066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Used for permissions that provide direct access to the hardware on
3859066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         the device.  This includes audio, the camera, vibrator, etc. -->
3869066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
3879066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permgrouplab_hardwareControls"
3889066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permgroupdesc_hardwareControls" />
3899066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
3909066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to modify global audio settings -->
3919066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
3929066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
3939066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
3949066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_modifyAudioSettings"
3959066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_modifyAudioSettings" />
3969066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
3979066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to record audio -->
3989066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.RECORD_AUDIO"
3999066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
4009066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
4019066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_recordAudio"
4029066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_recordAudio" />
4039066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
4040b91635caf91b76d304e80997c82fe582b636428Scott Main    <!-- Required to be able to access the camera device.
4050b91635caf91b76d304e80997c82fe582b636428Scott Main         <p>This will automatically enforce the <a
4060b91635caf91b76d304e80997c82fe582b636428Scott Main         href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
4070b91635caf91b76d304e80997c82fe582b636428Scott Main         &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
4080b91635caf91b76d304e80997c82fe582b636428Scott Main         If you do not require all camera features or can properly operate if a camera
4090b91635caf91b76d304e80997c82fe582b636428Scott Main         is not available, then you must modify your manifest as appropriate in order to
4100b91635caf91b76d304e80997c82fe582b636428Scott Main         install on devices that don't support all camera features.</p> -->
4119066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.CAMERA"
4129066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
4139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
4149066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_camera"
4159066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_camera" />
4169066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
4179066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows access to the vibrator -->
4189066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.VIBRATE"
4199066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
4209066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
4219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_vibrate"
4229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_vibrate" />
4239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
4249066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows access to the flashlight -->
4259066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.FLASHLIGHT"
4269066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
4279066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
4289066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_flashlight"
4299066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_flashlight" />
4309066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
4319163d42a50076c2a77694ff394363264d862c7bfMike Lockwood    <!-- Allows an application to access USB devices
4329163d42a50076c2a77694ff394363264d862c7bfMike Lockwood         @hide -->
4339163d42a50076c2a77694ff394363264d862c7bfMike Lockwood    <permission android:name="android.permission.ACCESS_USB"
4349163d42a50076c2a77694ff394363264d862c7bfMike Lockwood        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
4359163d42a50076c2a77694ff394363264d862c7bfMike Lockwood        android:protectionLevel="signatureOrSystem"
4369163d42a50076c2a77694ff394363264d862c7bfMike Lockwood        android:label="@string/permlab_accessUsb"
4379163d42a50076c2a77694ff394363264d862c7bfMike Lockwood        android:description="@string/permdesc_accessUsb" />
4389163d42a50076c2a77694ff394363264d862c7bfMike Lockwood
4399066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows access to hardware peripherals.  Intended only for hardware testing -->
4409066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.HARDWARE_TEST"
4419066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
4429066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature"
4439066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_hardware_test"
4449066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_hardware_test" />
4459066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
4469066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- =========================================== -->
4479066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Permissions associated with telephony state -->
4489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- =========================================== -->
4499066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <eat-comment />
450603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana
4519066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Used for permissions that are associated with accessing and modifyign
4529066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         telephony state: intercepting outgoing calls, reading
4539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         and modifying the phone state.  Note that
4549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         placing phone calls is not in this group, since that is in the
4559066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         more important "takin' yer moneys" group. -->
4569066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission-group android:name="android.permission-group.PHONE_CALLS"
4579066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permgrouplab_phoneCalls"
4589066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permgroupdesc_phoneCalls" />
4599066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
4609066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to monitor, modify, or abort outgoing
4619066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         calls. -->
4629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
4639066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.PHONE_CALLS"
4649066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
4659066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_processOutgoingCalls"
4669066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_processOutgoingCalls" />
4679066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
4689066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows modification of the telephony state - power on, mmi, etc.
4699066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         Does not include placing calls. -->
4709066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.MODIFY_PHONE_STATE"
4719066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.PHONE_CALLS"
472f4ece2086f3b7060edc4b93a12f04c9af648867aDavid Brown        android:protectionLevel="signatureOrSystem"
4739066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_modifyPhoneState"
4749066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_modifyPhoneState" />
4759066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
4769066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows read only access to phone state. -->
4779066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.READ_PHONE_STATE"
4789066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.PHONE_CALLS"
4799066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
4809066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_readPhoneState"
4819066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_readPhoneState" />
4829066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
48329b57e63e54321f99ff086bb25439098d83292f6San Mehat    <!-- ================================== -->
48429b57e63e54321f99ff086bb25439098d83292f6San Mehat    <!-- Permissions for sdcard interaction -->
48529b57e63e54321f99ff086bb25439098d83292f6San Mehat    <!-- ================================== -->
48629b57e63e54321f99ff086bb25439098d83292f6San Mehat    <eat-comment />
48729b57e63e54321f99ff086bb25439098d83292f6San Mehat
48829b57e63e54321f99ff086bb25439098d83292f6San Mehat    <!-- Group of permissions that are related to SD card access. -->
48929b57e63e54321f99ff086bb25439098d83292f6San Mehat    <permission-group android:name="android.permission-group.STORAGE"
49029b57e63e54321f99ff086bb25439098d83292f6San Mehat        android:label="@string/permgrouplab_storage"
49129b57e63e54321f99ff086bb25439098d83292f6San Mehat        android:description="@string/permgroupdesc_storage" />
49229b57e63e54321f99ff086bb25439098d83292f6San Mehat
4935a3a77dabd744d5be79d7745c2a977c108a9ad98San Mehat    <!-- Allows an application to write to external storage -->
4945a3a77dabd744d5be79d7745c2a977c108a9ad98San Mehat    <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
49529b57e63e54321f99ff086bb25439098d83292f6San Mehat        android:permissionGroup="android.permission-group.STORAGE"
49629b57e63e54321f99ff086bb25439098d83292f6San Mehat        android:label="@string/permlab_sdcardWrite"
49729b57e63e54321f99ff086bb25439098d83292f6San Mehat        android:description="@string/permdesc_sdcardWrite"
49862da8461ed5317fe78ae5e3793662694e7fc99a3Dianne Hackborn        android:protectionLevel="dangerous" />
49929b57e63e54321f99ff086bb25439098d83292f6San Mehat
5009066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ============================================ -->
5019066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Permissions for low-level system interaction -->
5029066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ============================================ -->
5039066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <eat-comment />
504603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana
5059066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Group of permissions that are related to system APIs.  Many
5069066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         of these are not permissions the user will be expected to understand,
5079066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         and such permissions should generally be marked as "normal" protection
5089066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         level so they don't get displayed.  This can also, however, be used
5099066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         for miscellaneous features that provide access to the operating system,
5109066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         such as writing the global system settings. -->
5119066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
5129066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permgrouplab_systemTools"
5139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permgroupdesc_systemTools" />
5149066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
5159066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to read or write the system settings. -->
5169066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.WRITE_SETTINGS"
5179066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
5189066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
5199066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_writeSettings"
5209066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_writeSettings" />
5219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
5229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to read or write the secure system settings. -->
5239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
5249066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signatureOrSystem"
5259066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_writeSecureSettings"
5269066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_writeSecureSettings" />
5279066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
5289066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to modify the Google service map. -->
5299066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.WRITE_GSERVICES"
530ac63ebc82433347e6c8e74e26fa670717acffac7Dan Egnor        android:protectionLevel="signatureOrSystem"
5319066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_writeGservices"
5329066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_writeGservices" />
5339066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
5349066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to expand or collapse the status bar. -->
5359066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.EXPAND_STATUS_BAR"
5369066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
5379066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
5389066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_expandStatusBar"
5399066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_expandStatusBar" />
5409066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
5419066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to get information about the currently
5429066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         or recently running tasks: a thumbnail representation of the tasks,
5439066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         what activities are running in it, etc. -->
5449066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.GET_TASKS"
5459066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
5469066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
5479066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_getTasks"
5489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_getTasks" />
5499066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
5509066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to change the Z-order of tasks -->
5519066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.REORDER_TASKS"
5529066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
5539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
5549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_reorderTasks"
5559066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_reorderTasks" />
5569066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
5579066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to modify the current configuration, such
5589066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         as locale. -->
5599066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.CHANGE_CONFIGURATION"
5609066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
5619066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
5629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_changeConfiguration"
5639066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_changeConfiguration" />
5649066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
56503abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn    <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
56603abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        API is no longer supported. -->
5679066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.RESTART_PACKAGES"
5689066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
56903abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        android:protectionLevel="normal"
57003abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        android:label="@string/permlab_killBackgroundProcesses"
57103abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        android:description="@string/permdesc_killBackgroundProcesses" />
57203abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn
57303abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn    <!-- Allows an application to call
57403abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        {@link android.app.ActivityManager#killBackgroundProcesses}. -->
57503abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn    <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
57603abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
57703abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        android:protectionLevel="normal"
57803abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        android:label="@string/permlab_killBackgroundProcesses"
57903abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        android:description="@string/permdesc_killBackgroundProcesses" />
58003abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn
58103abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn    <!-- Allows an application to call
58203abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        {@link android.app.ActivityManager#forceStopPackage}.
58303abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        @hide -->
58403abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn    <permission android:name="android.permission.FORCE_STOP_PACKAGES"
58503abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
58603abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        android:protectionLevel="signature"
58703abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        android:label="@string/permlab_forceStopPackages"
58803abb8179f0d912e6dabfc0e2b0f129d85066d17Dianne Hackborn        android:description="@string/permdesc_forceStopPackages" />
5899066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
5909066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to retrieve state dump information from system
5919066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         services. -->
5929066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.DUMP"
5939066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
5949066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
5959066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_dump"
5969066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_dump" />
5979066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
5989066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to open windows using the type
5999066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
6009066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         shown on top of all other applications.  Very few applications
6019066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         should use this permission; these windows are intended for
6029066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         system-level interaction with the user. -->
6039066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
6049066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
6059066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
6069066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_systemAlertWindow"
6079066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_systemAlertWindow" />
6089066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
6099066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Modify the global animation scaling factor. -->
6109066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SET_ANIMATION_SCALE"
6119066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
6129066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
6139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_setAnimationScale"
6149066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_setAnimationScale" />
6159066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
616d3efa3924407da6d38aa5931ac29aa088d9eb986Dianne Hackborn    <!-- @deprecated This functionality will be removed in the future; please do
617d3efa3924407da6d38aa5931ac29aa088d9eb986Dianne Hackborn         not use.
618d3efa3924407da6d38aa5931ac29aa088d9eb986Dianne Hackborn
619d3efa3924407da6d38aa5931ac29aa088d9eb986Dianne Hackborn         Allow an application to make its activities persistent. -->
6209066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.PERSISTENT_ACTIVITY"
6219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
6229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
6239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_persistentActivity"
6249066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_persistentActivity" />
6259066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
6269066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to find out the space used by any package. -->
6279066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.GET_PACKAGE_SIZE"
6289066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
6299066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
6309066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_getPackageSize"
6319066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_getPackageSize" />
6329066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
633a7ca0e5e320bbb643f8bc9feb4717dbc5e78e0b9Dianne Hackborn    <!-- @deprecated No longer useful, see
634a7ca0e5e320bbb643f8bc9feb4717dbc5e78e0b9Dianne Hackborn         {@link android.content.pm.PackageManager#addPackageToPreferred}
635a7ca0e5e320bbb643f8bc9feb4717dbc5e78e0b9Dianne Hackborn         for details. -->
6369066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
6379066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
6382ee89ea2887252053c31541c54126a8b084c9bcaDianne Hackborn        android:protectionLevel="signature"
6399066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_setPreferredApplications"
6409066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_setPreferredApplications" />
6419066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
6429066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to receive the
6439066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
6449066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         broadcast after the system finishes booting.  If you don't
6459066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         request this permission, you will not receive the broadcast at
6469066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         that time.  Though holding this permission does not have any
6479066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         security implications, it can have a negative impact on the
6489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         user experience by increasing the amount of time it takes the
6499066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         system to start and allowing applications to have themselves
6509066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         running without the user being aware of them.  As such, you must
6519066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         explicitly declare your use of this facility to make that visible
6529066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         to the user. -->
6539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
6549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
6559066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
6569066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_receiveBootCompleted"
6579066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_receiveBootCompleted" />
6589066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
6599066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to broadcast sticky intents.  These are
6609066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         broadcasts whose data is held by the system after being finished,
6619066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         so that clients can quickly retrieve that data without having
6629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         to wait for the next broadcast. -->
6639066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.BROADCAST_STICKY"
6649066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
6659066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
6669066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_broadcastSticky"
6679066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_broadcastSticky" />
6689066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
6699066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
6709066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         from dimming -->
6719066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.WAKE_LOCK"
6729066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
6739066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
6749066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_wakeLock"
6759066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_wakeLock" />
6769066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
6779066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to set the wallpaper -->
6789066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SET_WALLPAPER"
6799066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
6809066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
6819066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_setWallpaper"
6829066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_setWallpaper" />
6839066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
6849066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to set the wallpaper hints -->
6859066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SET_WALLPAPER_HINTS"
6869066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
6879066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
6889066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_setWallpaperHints"
6899066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_setWallpaperHints" />
6909066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
69197e44947282b3918ee0bed2d16b33b983f882580Dan Egnor    <!-- Allows applications to set the system time -->
69297e44947282b3918ee0bed2d16b33b983f882580Dan Egnor    <permission android:name="android.permission.SET_TIME"
69397e44947282b3918ee0bed2d16b33b983f882580Dan Egnor        android:protectionLevel="signatureOrSystem"
69497e44947282b3918ee0bed2d16b33b983f882580Dan Egnor        android:label="@string/permlab_setTime"
69597e44947282b3918ee0bed2d16b33b983f882580Dan Egnor        android:description="@string/permdesc_setTime" />
69697e44947282b3918ee0bed2d16b33b983f882580Dan Egnor
6979066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to set the system time zone -->
6989066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SET_TIME_ZONE"
6999066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
7009066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
7019066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_setTimeZone"
7029066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_setTimeZone" />
7039066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
7049066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows mounting and unmounting file systems for removable storage. -->
7059066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
7069066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
7079066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
7089066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_mount_unmount_filesystems"
7099066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_mount_unmount_filesystems" />
7109066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
7119066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows formatting file systems for removable storage. -->
7129066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
7139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
7149066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
7159066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_mount_format_filesystems"
7169066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_mount_format_filesystems" />
7179066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
71802735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat    <!-- Allows access to ASEC non-destructive API calls
71902735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat         @hide  -->
72002735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat    <permission android:name="android.permission.ASEC_ACCESS"
72102735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
722cbf953ed09b036441d90e14b0723a2ea417b3f35San Mehat        android:protectionLevel="signature"
72302735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:label="@string/permlab_asec_access"
72402735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:description="@string/permdesc_asec_access" />
72502735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat
72602735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat    <!-- Allows creation of ASEC volumes
72702735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat         @hide  -->
72802735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat    <permission android:name="android.permission.ASEC_CREATE"
72902735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
730cbf953ed09b036441d90e14b0723a2ea417b3f35San Mehat        android:protectionLevel="signature"
73102735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:label="@string/permlab_asec_create"
73202735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:description="@string/permdesc_asec_create" />
73302735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat
73402735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat    <!-- Allows destruction of ASEC volumes
73502735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat         @hide  -->
73602735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat    <permission android:name="android.permission.ASEC_DESTROY"
73702735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
738cbf953ed09b036441d90e14b0723a2ea417b3f35San Mehat        android:protectionLevel="signature"
73902735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:label="@string/permlab_asec_destroy"
74002735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:description="@string/permdesc_asec_destroy" />
74102735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat
74202735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat    <!-- Allows mount / unmount of ASEC volumes
74302735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat         @hide  -->
74402735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat    <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
74502735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
746cbf953ed09b036441d90e14b0723a2ea417b3f35San Mehat        android:protectionLevel="signature"
74702735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:label="@string/permlab_asec_mount_unmount"
74802735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:description="@string/permdesc_asec_mount_unmount" />
74902735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat
75002735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat    <!-- Allows rename of ASEC volumes
75102735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat         @hide  -->
75202735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat    <permission android:name="android.permission.ASEC_RENAME"
75302735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
754cbf953ed09b036441d90e14b0723a2ea417b3f35San Mehat        android:protectionLevel="signature"
75502735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:label="@string/permlab_asec_rename"
75602735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat        android:description="@string/permdesc_asec_rename" />
75702735bc9b7686e56957cdec9c10660c4a6dd1090San Mehat
7589066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to disable the keyguard -->
7599066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.DISABLE_KEYGUARD"
7609066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
761d3efa3924407da6d38aa5931ac29aa088d9eb986Dianne Hackborn        android:protectionLevel="dangerous"
7629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_disableKeyguard"
7639066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_disableKeyguard" />
7649066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
7659066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to read the sync settings -->
7669066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.READ_SYNC_SETTINGS"
7679066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
7689066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
7699066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_readSyncSettings"
7709066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_readSyncSettings" />
7719066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
7729066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to write the sync settings -->
7739066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
7749066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
7759066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
7769066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_writeSyncSettings"
7779066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_writeSyncSettings" />
7789066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
7799066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to read the sync stats -->
7809066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.READ_SYNC_STATS"
7819066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
7829066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal"
7839066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_readSyncStats"
7849066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_readSyncStats" />
7859066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
7869066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to write the apn settings -->
7879066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.WRITE_APN_SETTINGS"
7889066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
7899066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:protectionLevel="dangerous"
7909066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:description="@string/permdesc_writeApnSettings"
7919066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:label="@string/permlab_writeApnSettings" />
7929066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
793603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana    <!-- Allows an application to allow access the subscribed feeds
7949066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         ContentProvider. -->
7959066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
7969066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
7979066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_subscribedFeedsRead"
7989066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_subscribedFeedsRead"
7999066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal" />
8009066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
8019066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
8029066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_subscribedFeedsWrite"
8039066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_subscribedFeedsWrite"
8049066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous" />
805603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana
8069066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to change network connectivity state -->
8079066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.CHANGE_NETWORK_STATE"
8089066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
8099066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
8109066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_changeNetworkState"
8119066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_changeNetworkState" />
8129066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
8139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to change Wi-Fi connectivity state -->
8149066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.CHANGE_WIFI_STATE"
8159066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
8169066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
8179066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_changeWifiState"
8189066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_changeWifiState" />
8199066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
820fc1b15cfbfc5f69235ec1f367abd7a909381cd05Robert Greenwalt    <!-- Allows applications to enter Wi-Fi Multicast mode -->
821fc1b15cfbfc5f69235ec1f367abd7a909381cd05Robert Greenwalt    <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
822fc1b15cfbfc5f69235ec1f367abd7a909381cd05Robert Greenwalt        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
823fc1b15cfbfc5f69235ec1f367abd7a909381cd05Robert Greenwalt        android:protectionLevel="dangerous"
824fc1b15cfbfc5f69235ec1f367abd7a909381cd05Robert Greenwalt        android:description="@string/permdesc_changeWifiMulticastState"
825fc1b15cfbfc5f69235ec1f367abd7a909381cd05Robert Greenwalt        android:label="@string/permlab_changeWifiMulticastState" />
826fc1b15cfbfc5f69235ec1f367abd7a909381cd05Robert Greenwalt
8279066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to discover and pair bluetooth devices -->
8289066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.BLUETOOTH_ADMIN"
8299066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
8309066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
8319066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_bluetoothAdmin"
8329066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_bluetoothAdmin" />
8339066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
8349066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to clear the caches of all installed
8359066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         applications on the device.  -->
8369066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.CLEAR_APP_CACHE"
8379066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
8389066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
8399066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_clearAppCache"
8409066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_clearAppCache" />
8419066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
8429066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to read the low-level system log files.
8439066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         These can contain slightly private information about what is
8449066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         happening on the device, but should never contain the user's
8459066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         private information. -->
8469066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.READ_LOGS"
8479066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
8489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
8499066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_readLogs"
8509066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_readLogs" />
8519066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
8529066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ========================================= -->
8539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Permissions for special development tools -->
8549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ========================================= -->
8559066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <eat-comment />
856603073430bbcb1bd29db7afb9b14e2732ad589fbFred Quintana
8579066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Group of permissions that are related to development features.  These
8589066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         are not permissions that should appear in normal applications; they
8599066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         protect APIs that are intended only to be used for development
8609066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         purposes. -->
8619066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
8629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permgrouplab_developmentTools"
8639066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permgroupdesc_developmentTools" />
8649066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
8659066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Configure an application for debugging. -->
8669066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SET_DEBUG_APP"
8679066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
8689066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
8699066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_setDebugApp"
8709066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_setDebugApp" />
8719066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
8729066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to set the maximum number of (not needed)
8739066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         application processes that can be running. -->
8749066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SET_PROCESS_LIMIT"
8759066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
8769066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
8779066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_setProcessLimit"
8789066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_setProcessLimit" />
8799066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
8809066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to control whether activities are immediately
8819066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         finished when put in the background. -->
8829066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SET_ALWAYS_FINISH"
8839066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
8849066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
8859066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_setAlwaysFinish"
8869066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_setAlwaysFinish" />
8879066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
8889066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allow an application to request that a signal be sent to all persistent processes -->
8899066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
8909066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
8919066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="dangerous"
8929066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_signalPersistentProcesses"
8939066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_signalPersistentProcesses" />
8949066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
8959066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ==================================== -->
8969066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Private (signature-only) permissions -->
8979066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- ==================================== -->
8989066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <eat-comment />
8999066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
9009066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to RW to diagnostic resources. -->
9019066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.DIAGNOSTIC"
9029066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
9039066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature"
9049066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_diagnostic"
9059066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_diagnostic" />
9069066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
9079066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to open, close, or disable the status bar
9089066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         and its icons. -->
9099066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.STATUS_BAR"
9109066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_statusBar"
9119066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_statusBar"
9129066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signatureOrSystem" />
9139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
9148bc6c5141974dbc36a6fe416853f558921be9f24Joe Onorato    <!-- Allows an application to be the status bar.  Currently used only by SystemUI.apk
9158bc6c5141974dbc36a6fe416853f558921be9f24Joe Onorato    @hide -->
9168bc6c5141974dbc36a6fe416853f558921be9f24Joe Onorato    <permission android:name="android.permission.STATUS_BAR_SERVICE"
9178bc6c5141974dbc36a6fe416853f558921be9f24Joe Onorato        android:label="@string/permlab_statusBarService"
9188bc6c5141974dbc36a6fe416853f558921be9f24Joe Onorato        android:description="@string/permdesc_statusBarService"
9198bc6c5141974dbc36a6fe416853f558921be9f24Joe Onorato        android:protectionLevel="signature" />
9208bc6c5141974dbc36a6fe416853f558921be9f24Joe Onorato
9219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to force a BACK operation on whatever is the
9229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         top activity. -->
9239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.FORCE_BACK"
9249066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_forceBack"
9259066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_forceBack"
9269066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
9279066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
9289066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to update device statistics. Not for
9299066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         use by third party apps. -->
9309066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.UPDATE_DEVICE_STATS"
9319066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_batteryStats"
9329066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_batteryStats"
9337e9f4eb2608148436cef36c9969bf8a599b39e72Dianne Hackborn        android:protectionLevel="signatureOrSystem" />
9349066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
9359066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to open windows that are for use by parts
9369066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         of the system user interface.  Not for use by third party apps. -->
9379066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
9389066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_internalSystemWindow"
9399066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_internalSystemWindow"
9409066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
9419066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
9429066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to manage (create, destroy,
9439066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         Z-order) application tokens in the window manager.  This is only
9449066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         for use by the system. -->
9459066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.MANAGE_APP_TOKENS"
9469066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_manageAppTokens"
9479066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_manageAppTokens"
9489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
9499066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
9509066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to inject user events (keys, touch, trackball)
9519066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         into the event stream and deliver them to ANY window.  Without this
9529066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         permission, you can only deliver events to windows in your own process.
9539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         Very few applications should need to use this permission. -->
9549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.INJECT_EVENTS"
9559066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_injectEvents"
9569066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_injectEvents"
9579066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
9589066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
9599066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to watch and control how activities are
9609066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         started globally in the system.  Only for is in debugging
9619066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         (usually the monkey command). -->
9629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
9639066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_runSetActivityWatcher"
9649066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_runSetActivityWatcher"
9659066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
9669066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
96795fc68f24a2a93e5664e2234abcfe479d385cc05Dianne Hackborn    <!-- Allows an application to call the activity manager shutdown() API
9687f2054392e9957d3ba8579ef08c29cfb27df564eDianne Hackborn         to put the higher-level system there into a shutdown state.
9697f2054392e9957d3ba8579ef08c29cfb27df564eDianne Hackborn         @hide -->
97055280a91884b9256e8db6af6a09f28b3feeaa9d8Dianne Hackborn    <permission android:name="android.permission.SHUTDOWN"
97155280a91884b9256e8db6af6a09f28b3feeaa9d8Dianne Hackborn        android:label="@string/permlab_shutdown"
97255280a91884b9256e8db6af6a09f28b3feeaa9d8Dianne Hackborn        android:description="@string/permdesc_shutdown"
97355280a91884b9256e8db6af6a09f28b3feeaa9d8Dianne Hackborn        android:protectionLevel="signature" />
97455280a91884b9256e8db6af6a09f28b3feeaa9d8Dianne Hackborn
97595fc68f24a2a93e5664e2234abcfe479d385cc05Dianne Hackborn    <!-- Allows an application to tell the activity manager to temporarily
97695fc68f24a2a93e5664e2234abcfe479d385cc05Dianne Hackborn         stop application switches, putting it into a special mode that
97795fc68f24a2a93e5664e2234abcfe479d385cc05Dianne Hackborn         prevents applications from immediately switching away from some
9787f2054392e9957d3ba8579ef08c29cfb27df564eDianne Hackborn         critical UI such as the home screen.
9797f2054392e9957d3ba8579ef08c29cfb27df564eDianne Hackborn         @hide -->
98095fc68f24a2a93e5664e2234abcfe479d385cc05Dianne Hackborn    <permission android:name="android.permission.STOP_APP_SWITCHES"
98195fc68f24a2a93e5664e2234abcfe479d385cc05Dianne Hackborn        android:label="@string/permlab_stopAppSwitches"
98295fc68f24a2a93e5664e2234abcfe479d385cc05Dianne Hackborn        android:description="@string/permdesc_stopAppSwitches"
98395fc68f24a2a93e5664e2234abcfe479d385cc05Dianne Hackborn        android:protectionLevel="signature" />
98495fc68f24a2a93e5664e2234abcfe479d385cc05Dianne Hackborn
9859066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to retrieve the current state of keys and
9869066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         switches.  This is only for use by the system.-->
9879066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.READ_INPUT_STATE"
9889066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_readInputState"
9899066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_readInputState"
9909066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
9919066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
992d68478467e3f837511196c80891d7245d0e163dfDianne Hackborn    <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
993d68478467e3f837511196c80891d7245d0e163dfDianne Hackborn         to ensure that only the system can bind to it. -->
9949066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.BIND_INPUT_METHOD"
9959066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_bindInputMethod"
9969066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_bindInputMethod"
9979066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
9989066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
999d68478467e3f837511196c80891d7245d0e163dfDianne Hackborn    <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1000d68478467e3f837511196c80891d7245d0e163dfDianne Hackborn         to ensure that only the system can bind to it. -->
10014c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn    <permission android:name="android.permission.BIND_WALLPAPER"
10024c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn        android:label="@string/permlab_bindWallpaper"
10034c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn        android:description="@string/permdesc_bindWallpaper"
1004284ac93aa30642fda87d5c40263a1263677c21cdDianne Hackborn        android:protectionLevel="signatureOrSystem" />
10054c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn
1006d68478467e3f837511196c80891d7245d0e163dfDianne Hackborn    <!-- Must be required by device administration receiver, to ensure that only the
1007d68478467e3f837511196c80891d7245d0e163dfDianne Hackborn         system can interact with it. -->
1008d68478467e3f837511196c80891d7245d0e163dfDianne Hackborn    <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1009d68478467e3f837511196c80891d7245d0e163dfDianne Hackborn        android:label="@string/permlab_bindDeviceAdmin"
1010d68478467e3f837511196c80891d7245d0e163dfDianne Hackborn        android:description="@string/permdesc_bindDeviceAdmin"
1011d68478467e3f837511196c80891d7245d0e163dfDianne Hackborn        android:protectionLevel="signature" />
1012d68478467e3f837511196c80891d7245d0e163dfDianne Hackborn
10139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows low-level access to setting the orientation (actually
10149066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         rotation) of the screen.  Not for use by normal applications. -->
10159066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.SET_ORIENTATION"
10169066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_setOrientation"
10179066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_setOrientation"
10189066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
10199066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
10209066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to install packages. -->
10219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.INSTALL_PACKAGES"
10229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_installPackages"
10239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_installPackages"
1024246924180995326ed368dadbc59772b41095d6e6Jasper Lin        android:protectionLevel="signatureOrSystem" />
10259066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
10269066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to clear user data -->
10279066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.CLEAR_APP_USER_DATA"
10289066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_clearAppUserData"
10299066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_clearAppUserData"
10309066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
10319066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
10329066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to delete cache files. -->
10339066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.DELETE_CACHE_FILES"
10349066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_deleteCacheFiles"
10359066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_deleteCacheFiles"
103650a21f4d3b70360b36acad20e234c380654fd59fDoug Zongker        android:protectionLevel="signatureOrSystem" />
10379066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
10389066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to delete packages. -->
10399066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.DELETE_PACKAGES"
10409066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_deletePackages"
10419066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_deletePackages"
1042246924180995326ed368dadbc59772b41095d6e6Jasper Lin        android:protectionLevel="signatureOrSystem" />
10439066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1044ec7c78fbf526816cd361fd482bdf3792ecfd9a9fJeff Brown    <!-- Allows an application to move location of installed package.
1045ec7c78fbf526816cd361fd482bdf3792ecfd9a9fJeff Brown         @hide -->
10468946dd3355fc1dcbad872c0546e356474d4cc5deSuchi Amalapurapu    <permission android:name="android.permission.MOVE_PACKAGE"
10478946dd3355fc1dcbad872c0546e356474d4cc5deSuchi Amalapurapu        android:label="@string/permlab_movePackage"
10488946dd3355fc1dcbad872c0546e356474d4cc5deSuchi Amalapurapu        android:description="@string/permdesc_movePackage"
10498946dd3355fc1dcbad872c0546e356474d4cc5deSuchi Amalapurapu        android:protectionLevel="signatureOrSystem" />
10508946dd3355fc1dcbad872c0546e356474d4cc5deSuchi Amalapurapu
10519066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to change whether an application component (other than its own) is
10529066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         enabled or not. -->
10539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
10549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_changeComponentState"
10559066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_changeComponentState"
10569066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
10579066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
10589066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to use SurfaceFlinger's low level features -->
10599066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
10609066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_accessSurfaceFlinger"
10619066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_accessSurfaceFlinger"
10629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
10639066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
10649066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to take screen shots and more generally
10659066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         get access to the frame buffer data -->
10669066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.READ_FRAME_BUFFER"
10679066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_readFrameBuffer"
10689066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_readFrameBuffer"
10699066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
10709066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
10719066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Required to be able to disable the device (very dangerous!). -->
10729066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.BRICK"
10739066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_brick"
10749066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_brick"
10759066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
10769066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
10779066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Required to be able to reboot the device. -->
10789066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.REBOOT"
10799066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_reboot"
10809066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_reboot"
108150a21f4d3b70360b36acad20e234c380654fd59fDoug Zongker        android:protectionLevel="signatureOrSystem" />
10829066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
10839066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project   <!-- Allows low-level access to power management -->
10849066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.DEVICE_POWER"
10859066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_devicePower"
10869066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_devicePower"
10879066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
10889066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
10899066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Run as a manufacturer test application, running as the root user.
10909066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         Only available when the device is running in manufacturer test mode. -->
10919066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.FACTORY_TEST"
10929066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_factoryTest"
10939066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_factoryTest"
10949066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
10959066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
10969066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to broadcast a notification that an application
10979066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         package has been removed. -->
10989066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
10999066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
11009066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_broadcastPackageRemoved"
11019066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_broadcastPackageRemoved"
11029066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
11039066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
11049066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to broadcast an SMS receipt notification -->
11059066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.BROADCAST_SMS"
11069066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.MESSAGES"
11079066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_broadcastSmsReceived"
11089066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_broadcastSmsReceived"
11099066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
11109066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
11119066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
11129066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.BROADCAST_WAP_PUSH"
11139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.MESSAGES"
11149066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_broadcastWapPush"
11159066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_broadcastWapPush"
11169066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature" />
11179066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
11189066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.MASTER_CLEAR"
11199066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_masterClear"
11209066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_masterClear"
11219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signatureOrSystem" />
11229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
11239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to call any phone number, including emergency
11249066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         numbers, without going through the Dialer user interface for the user
11259066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         to confirm the call being placed. -->
11269066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.CALL_PRIVILEGED"
11279066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_callPrivileged"
11289066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_callPrivileged"
11299066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signatureOrSystem" />
11309066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1131767be5f0b929cc1eeb8a7d5aa7a02e228053e9bbJim Miller    <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1132767be5f0b929cc1eeb8a7d5aa7a02e228053e9bbJim Miller    <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1133767be5f0b929cc1eeb8a7d5aa7a02e228053e9bbJim Miller        android:label="@string/permlab_performCdmaProvisioning"
1134767be5f0b929cc1eeb8a7d5aa7a02e228053e9bbJim Miller        android:description="@string/permdesc_performCdmaProvisioning"
1135767be5f0b929cc1eeb8a7d5aa7a02e228053e9bbJim Miller        android:protectionLevel="signatureOrSystem" />
1136767be5f0b929cc1eeb8a7d5aa7a02e228053e9bbJim Miller
11379066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows enabling/disabling location update notifications from
11389066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         the radio. Not for use by normal applications. -->
11399066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
11409066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_locationUpdates"
11419066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_locationUpdates"
1142275555c8eb3fb5df6e7320873b88b77cdde85a9eMike Lockwood        android:protectionLevel="signatureOrSystem" />
11439066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
11449066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows read/write access to the "properties" table in the checkin
11459066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         database, to change values that get uploaded. -->
11469066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
11479066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_checkinProperties"
11489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_checkinProperties"
1149246924180995326ed368dadbc59772b41095d6e6Jasper Lin        android:protectionLevel="signatureOrSystem" />
11509066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
11519066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to collect component usage
115215ba27802eb23e01f4fada11f3fa1f35925eab49Dianne Hackborn         statistics @hide -->
11539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.PACKAGE_USAGE_STATS"
11549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_pkgUsageStats"
11559066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_pkgUsageStats"
115615ba27802eb23e01f4fada11f3fa1f35925eab49Dianne Hackborn        android:protectionLevel="signature" />
11579066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
11589066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows an application to collect battery statistics -->
11599066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.BATTERY_STATS"
11609066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_batteryStats"
11619066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_batteryStats"
11629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="normal" />
11639066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1164181fafaf48208978b8ba2022683ffa78aaeddde1Christopher Tate    <!-- Allows an application to control the backup and restore process
1165181fafaf48208978b8ba2022683ffa78aaeddde1Christopher Tate         @hide pending API council -->
1166181fafaf48208978b8ba2022683ffa78aaeddde1Christopher Tate    <permission android:name="android.permission.BACKUP"
1167181fafaf48208978b8ba2022683ffa78aaeddde1Christopher Tate        android:label="@string/permlab_backup"
1168181fafaf48208978b8ba2022683ffa78aaeddde1Christopher Tate        android:description="@string/permdesc_backup"
11698aeaf2e079a1776c5b17f95bf7ad401966f2beefJoe Onorato        android:protectionLevel="signatureOrSystem" />
1170181fafaf48208978b8ba2022683ffa78aaeddde1Christopher Tate
1171c39a6e0c51e182338deb8b63d07933b585134929The Android Open Source Project    <!-- Allows an application to tell the AppWidget service which application
1172c39a6e0c51e182338deb8b63d07933b585134929The Android Open Source Project         can access AppWidget's data.  The normal user flow is that a user
1173c39a6e0c51e182338deb8b63d07933b585134929The Android Open Source Project         picks an AppWidget to go into a particular host, thereby giving that
1174c39a6e0c51e182338deb8b63d07933b585134929The Android Open Source Project         host application access to the private data from the AppWidget app.
11759066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         An application that has this permission should honor that contract.
11769066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         Very few applications should need to use this permission. -->
1177c39a6e0c51e182338deb8b63d07933b585134929The Android Open Source Project    <permission android:name="android.permission.BIND_APPWIDGET"
11789066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.PERSONAL_INFO"
11799066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_bindGadget"
11809066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_bindGadget"
1181af9992802992aaccfe1fb5893448939f215dd607Jeff Sharkey        android:protectionLevel="signatureOrSystem" />
11829066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
11839066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- Allows applications to change the background data setting
11849066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project         @hide pending API council -->
11859066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
11869066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
11879066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:protectionLevel="signature"
11889066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:description="@string/permdesc_changeBackgroundDataSetting"
11899066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        android:label="@string/permlab_changeBackgroundDataSetting" />
11909066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
11912af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn    <!-- This permission can be used on content providers to allow the global
11922af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         search system to access their data.  Typically it used when the
11932af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         provider has some permissions protecting it (which global search
11942af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         would not be expected to hold), and added as a read-only permission
11952af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         to the path in the provider where global search queries are
11962af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         performed.  This permission can not be held by regular applications;
11972af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         it is used by applications to protect themselves from everyone else
11982af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         besides global search. -->
11992af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn    <permission android:name="android.permission.GLOBAL_SEARCH"
12002af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
12012af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn        android:protectionLevel="signatureOrSystem" />
12022af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn
12032af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn    <!-- Internal permission protecting access to the global search
12042af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         system: ensures that only the system can access the provider
12052af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         to perform queries (since this otherwise provides unrestricted
12062af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         access to a variety of content providers), and to write the
12072af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         search statistics (to keep applications from gaming the source
12082af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         ranking).
12092af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn         @hide -->
12102af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn    <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
12112af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
12122af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn        android:protectionLevel="signature" />
12132af632f87d487deaa5b2eb71341cfc4f0c0d1173Dianne Hackborn
12144c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn    <!-- Allows applications to set a live wallpaper.
1215aef405d82931a08a7683cf0f58b5e74dbe268d45Dianne Hackborn         @hide XXX Change to signature once the picker is moved to its
1216aef405d82931a08a7683cf0f58b5e74dbe268d45Dianne Hackborn         own apk as Ghod Intended. -->
12174c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn    <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
12184c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1219aef405d82931a08a7683cf0f58b5e74dbe268d45Dianne Hackborn        android:protectionLevel="signatureOrSystem" />
12204c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn
1221ec7c78fbf526816cd361fd482bdf3792ecfd9a9fJeff Brown    <!-- Allow an application to read and write the cache partition.
1222ec7c78fbf526816cd361fd482bdf3792ecfd9a9fJeff Brown         @hide -->
12236e99b7a3b29fbb1936463a3a48fe693dae909c8fDoug Zongker    <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
12246e99b7a3b29fbb1936463a3a48fe693dae909c8fDoug Zongker        android:label="@string/permlab_cache_filesystem"
12256e99b7a3b29fbb1936463a3a48fe693dae909c8fDoug Zongker        android:description="@string/permdesc_cache_filesystem"
12266e99b7a3b29fbb1936463a3a48fe693dae909c8fDoug Zongker        android:protectionLevel="signatureOrSystem" />
12276e99b7a3b29fbb1936463a3a48fe693dae909c8fDoug Zongker
1228c028be4f3b8c7476b46859f66c3f33d528adf181Suchi Amalapurapu    <!-- Must be required by default container service so that only
1229c028be4f3b8c7476b46859f66c3f33d528adf181Suchi Amalapurapu         the system can bind to it and use it to copy
1230c028be4f3b8c7476b46859f66c3f33d528adf181Suchi Amalapurapu         protected data to secure containers or files
1231c028be4f3b8c7476b46859f66c3f33d528adf181Suchi Amalapurapu         accessible to the system.
1232c028be4f3b8c7476b46859f66c3f33d528adf181Suchi Amalapurapu         @hide -->
1233c028be4f3b8c7476b46859f66c3f33d528adf181Suchi Amalapurapu    <permission android:name="android.permission.COPY_PROTECTED_DATA"
1234c028be4f3b8c7476b46859f66c3f33d528adf181Suchi Amalapurapu        android:label="@string/permlab_copyProtectedData"
1235c028be4f3b8c7476b46859f66c3f33d528adf181Suchi Amalapurapu        android:description="@string/permlab_copyProtectedData"
1236c028be4f3b8c7476b46859f66c3f33d528adf181Suchi Amalapurapu        android:protectionLevel="signature" />
1237c028be4f3b8c7476b46859f66c3f33d528adf181Suchi Amalapurapu
12388d83f9e31bfff0281b522c53e035dffc7dd00ba9Costin Manolache    <!-- C2DM permission. 
123963cfebf2dbe628508cccc10f47754fdacd48c1a0Costin Manolache         @hide Used internally.
124063cfebf2dbe628508cccc10f47754fdacd48c1a0Costin Manolache     -->
12418d83f9e31bfff0281b522c53e035dffc7dd00ba9Costin Manolache    <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
124263cfebf2dbe628508cccc10f47754fdacd48c1a0Costin Manolache          android:protectionLevel="signature" />
12438d83f9e31bfff0281b522c53e035dffc7dd00ba9Costin Manolache    <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
124463cfebf2dbe628508cccc10f47754fdacd48c1a0Costin Manolache
12459066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <application android:process="system"
12469066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                 android:persistent="true"
12479066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                 android:hasCode="false"
12489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                 android:label="@string/android_system_label"
12499066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                 android:allowClearUserData="false"
12509bb8fd77c8dc177aab9ac96bed4f55972dcda70aJoe Onorato                 android:backupAgent="com.android.server.SystemBackupAgent"
12515e1ab335e6e8fbfa19c64d53880a22f472010953Christopher Tate                 android:killAfterRestore="false"
12529066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                 android:icon="@drawable/ic_launcher_android">
12539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        <activity android:name="com.android.internal.app.ChooserActivity"
12549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:theme="@style/Theme.Dialog.Alert"
1255ffa424800d0338b8b894aef2ea1e3e3344cbda7aDianne Hackborn                android:finishOnCloseSystemDialogs="true"
12569066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:excludeFromRecents="true"
12579066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:multiprocess="true">
12589066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project            <intent-filter>
12599066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                <action android:name="android.intent.action.CHOOSER" />
12609066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                <category android:name="android.intent.category.DEFAULT" />
12619066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project            </intent-filter>
12629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        </activity>
1263860755faa6bdd3c2aeae49c05b87b5bc080ae60cDianne Hackborn        <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
1264860755faa6bdd3c2aeae49c05b87b5bc080ae60cDianne Hackborn                android:theme="@style/Theme.Dialog"
1265860755faa6bdd3c2aeae49c05b87b5bc080ae60cDianne Hackborn                android:label="@string/heavy_weight_switcher_title"
1266860755faa6bdd3c2aeae49c05b87b5bc080ae60cDianne Hackborn                android:finishOnCloseSystemDialogs="true"
1267860755faa6bdd3c2aeae49c05b87b5bc080ae60cDianne Hackborn                android:excludeFromRecents="true">
1268860755faa6bdd3c2aeae49c05b87b5bc080ae60cDianne Hackborn        </activity>
126908d5b8fad8d46ccb64db2fdcb4d66972ec87bf48Dianne Hackborn        <activity android:name="com.android.internal.app.PlatLogoActivity"
127008d5b8fad8d46ccb64db2fdcb4d66972ec87bf48Dianne Hackborn                android:theme="@style/Theme.NoTitleBar.Fullscreen">
127108d5b8fad8d46ccb64db2fdcb4d66972ec87bf48Dianne Hackborn        </activity>
1272154f7a1cc2d4f0468a7cc8dfa36e837c84cd9f7eTobias Haamel        <activity android:name="com.android.internal.app.DisableCarModeActivity"
1273154f7a1cc2d4f0468a7cc8dfa36e837c84cd9f7eTobias Haamel                android:theme="@style/Theme.NoDisplay"
1274154f7a1cc2d4f0468a7cc8dfa36e837c84cd9f7eTobias Haamel                android:excludeFromRecents="true">
1275154f7a1cc2d4f0468a7cc8dfa36e837c84cd9f7eTobias Haamel        </activity>
12769066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        <activity android:name="com.android.internal.app.RingtonePickerActivity"
12779066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:theme="@style/Theme.Dialog.Alert"
12789066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:excludeFromRecents="true"
12799066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:multiprocess="true">
12809066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project            <intent-filter>
12819066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                <action android:name="android.intent.action.RINGTONE_PICKER" />
12829066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                <category android:name="android.intent.category.DEFAULT" />
12839066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project            </intent-filter>
12849066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        </activity>
12859066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        <activity android:name="com.android.internal.app.ExternalMediaFormatActivity"
12869066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:theme="@style/Theme.Dialog.Alert"
12879066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                android:excludeFromRecents="true">
12889066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        </activity>
12899066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
12903326920329cecb57c7ff1fc5c6add5c98aab9ed9Fred Quintana        <activity android:name="android.accounts.ChooseAccountActivity"
12913326920329cecb57c7ff1fc5c6add5c98aab9ed9Fred Quintana                android:excludeFromRecents="true"
12923326920329cecb57c7ff1fc5c6add5c98aab9ed9Fred Quintana                android:exported="true">
12933326920329cecb57c7ff1fc5c6add5c98aab9ed9Fred Quintana        </activity>
12943326920329cecb57c7ff1fc5c6add5c98aab9ed9Fred Quintana
1295d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1296d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana                android:excludeFromRecents="true"
1297d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana                android:exported="true">
1298d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana        </activity>
1299d4a1d2e14297a3387fdb5761090961e714370492Fred Quintana
1300bad80e0dccdeaeea97991f7d092678ff0df1bc84Mike Lockwood        <activity android:name="com.android.server.ShutdownActivity"
1301bad80e0dccdeaeea97991f7d092678ff0df1bc84Mike Lockwood            android:permission="android.permission.SHUTDOWN"
130249f746823eafabbf251f27a059ddd8c94ada04f1Mike Lockwood            android:excludeFromRecents="true">
1303bad80e0dccdeaeea97991f7d092678ff0df1bc84Mike Lockwood            <intent-filter>
1304bad80e0dccdeaeea97991f7d092678ff0df1bc84Mike Lockwood                <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1305bad80e0dccdeaeea97991f7d092678ff0df1bc84Mike Lockwood                <category android:name="android.intent.category.DEFAULT" />
1306bad80e0dccdeaeea97991f7d092678ff0df1bc84Mike Lockwood            </intent-filter>
1307bad80e0dccdeaeea97991f7d092678ff0df1bc84Mike Lockwood        </activity>
130822d1f9fb23015471de6af1a70e40fb5c82ecb665Danke Xie        <activity android:name="com.android.internal.app.NetInitiatedActivity"
130922d1f9fb23015471de6af1a70e40fb5c82ecb665Danke Xie                android:theme="@style/Theme.Dialog.Alert"
131022d1f9fb23015471de6af1a70e40fb5c82ecb665Danke Xie                android:excludeFromRecents="true">
131122d1f9fb23015471de6af1a70e40fb5c82ecb665Danke Xie        </activity>
1312bad80e0dccdeaeea97991f7d092678ff0df1bc84Mike Lockwood
13139066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        <service android:name="com.android.server.LoadAverageService"
13144c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn                android:exported="true" />
13154c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn
13164c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn        <service android:name="com.android.internal.service.wallpaper.ImageWallpaper"
13174c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn                android:permission="android.permission.BIND_WALLPAPER">
13184c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3Dianne Hackborn        </service>
13199066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
13209066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        <receiver android:name="com.android.server.BootReceiver" >
13219066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project            <intent-filter>
13229066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                <action android:name="android.intent.action.BOOT_COMPLETED" />
13239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project            </intent-filter>
13249066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        </receiver>
13259066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
13269066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        <receiver android:name="com.android.server.MasterClearReceiver"
13279066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project            android:permission="android.permission.MASTER_CLEAR" >
13289066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project            <intent-filter>
132918e939623556928f73fcc7511c85a537929a4a7eDan Egnor                <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
133018e939623556928f73fcc7511c85a537929a4a7eDan Egnor                <action android:name="android.intent.action.MASTER_CLEAR" />
133118e939623556928f73fcc7511c85a537929a4a7eDan Egnor
133218e939623556928f73fcc7511c85a537929a4a7eDan Egnor                <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
13338d83f9e31bfff0281b522c53e035dffc7dd00ba9Costin Manolache                <action android:name="com.google.android.c2dm.intent.RECEIVE" />
13349066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project                <category android:name="android.intent.category.MASTER_CLEAR" />
13359066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project            </intent-filter>
13369066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project        </receiver>
13379066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    </application>
13389066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
13399066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project</manifest>
13409066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
13419066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
1342