AndroidManifest.xml revision bbf4270a6c8c6441dfb9b22f3cc5394d42cdada8
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* //device/apps/common/AndroidManifest.xml
4**
5** Copyright 2006, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11**     http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<manifest xmlns:android="http://schemas.android.com/apk/res/android"
21    package="android" coreApp="true" android:sharedUserId="android.uid.system"
22    android:sharedUserLabel="@string/android_system_label">
23
24    <!-- ================================================ -->
25    <!-- Special broadcasts that only the system can send -->
26    <!-- ================================================ -->
27    <eat-comment />
28
29    <protected-broadcast android:name="android.intent.action.SCREEN_OFF" />
30    <protected-broadcast android:name="android.intent.action.SCREEN_ON" />
31    <protected-broadcast android:name="android.intent.action.USER_PRESENT" />
32    <protected-broadcast android:name="android.intent.action.TIME_SET" />
33    <protected-broadcast android:name="android.intent.action.TIME_TICK" />
34    <protected-broadcast android:name="android.intent.action.TIMEZONE_CHANGED" />
35    <protected-broadcast android:name="android.intent.action.DATE_CHANGED" />
36    <protected-broadcast android:name="android.intent.action.BOOT_COMPLETED" />
37    <protected-broadcast android:name="android.intent.action.PACKAGE_INSTALL" />
38    <protected-broadcast android:name="android.intent.action.PACKAGE_ADDED" />
39    <protected-broadcast android:name="android.intent.action.PACKAGE_REPLACED" />
40    <protected-broadcast android:name="android.intent.action.MY_PACKAGE_REPLACED" />
41    <protected-broadcast android:name="android.intent.action.PACKAGE_REMOVED" />
42    <protected-broadcast android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
43    <protected-broadcast android:name="android.intent.action.PACKAGE_CHANGED" />
44    <protected-broadcast android:name="android.intent.action.PACKAGE_RESTARTED" />
45    <protected-broadcast android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
46    <protected-broadcast android:name="android.intent.action.PACKAGE_FIRST_LAUNCH" />
47    <protected-broadcast android:name="android.intent.action.PACKAGE_NEEDS_VERIFICATION" />
48    <protected-broadcast android:name="android.intent.action.PACKAGE_VERIFIED" />
49    <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
50    <protected-broadcast android:name="android.intent.action.QUERY_PACKAGE_RESTART" />
51    <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
52    <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
53    <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
54    <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
55    <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
56    <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
57    <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
58    <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
59    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
60    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
61    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
62    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
63    <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
64    <protected-broadcast android:name="android.intent.action.REBOOT" />
65    <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
66    <protected-broadcast android:name="android.intent.action.MASTER_CLEAR_NOTIFICATION" />
67    <protected-broadcast android:name="android.intent.action.USER_ADDED" />
68    <protected-broadcast android:name="android.intent.action.USER_REMOVED" />
69    <protected-broadcast android:name="android.intent.action.USER_STARTING" />
70    <protected-broadcast android:name="android.intent.action.USER_STARTED" />
71    <protected-broadcast android:name="android.intent.action.USER_STOPPING" />
72    <protected-broadcast android:name="android.intent.action.USER_STOPPED" />
73    <protected-broadcast android:name="android.intent.action.USER_BACKGROUND" />
74    <protected-broadcast android:name="android.intent.action.USER_FOREGROUND" />
75    <protected-broadcast android:name="android.intent.action.USER_SWITCHED" />
76
77    <protected-broadcast android:name="android.os.action.POWER_SAVE_MODE_CHANGED" />
78
79    <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
80    <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
81    <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
82    <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
83
84    <protected-broadcast android:name="android.appwidget.action.APPWIDGET_UPDATE_OPTIONS" />
85    <protected-broadcast android:name="android.appwidget.action.APPWIDGET_DELETED" />
86    <protected-broadcast android:name="android.appwidget.action.APPWIDGET_DISABLED" />
87    <protected-broadcast android:name="android.appwidget.action.APPWIDGET_ENABLED" />
88    <protected-broadcast android:name="android.appwidget.action.APPWIDGET_HOST_RESTORED" />
89    <protected-broadcast android:name="android.appwidget.action.APPWIDGET_RESTORED" />
90
91    <protected-broadcast android:name="android.backup.intent.RUN" />
92    <protected-broadcast android:name="android.backup.intent.CLEAR" />
93    <protected-broadcast android:name="android.backup.intent.INIT" />
94
95    <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
96    <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
97    <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
98    <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
99    <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
100    <protected-broadcast android:name="android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED" />
101    <protected-broadcast android:name="android.bluetooth.device.action.UUID" />
102    <protected-broadcast android:name="android.bluetooth.device.action.ALIAS_CHANGED" />
103    <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
104    <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
105    <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
106    <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
107    <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
108    <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
109    <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
110    <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
111    <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
112    <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
113    <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
114    <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
115    <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
116    <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
117    <protected-broadcast android:name="android.bluetooth.devicepicker.action.LAUNCH" />
118    <protected-broadcast android:name="android.bluetooth.devicepicker.action.DEVICE_SELECTED" />
119    <protected-broadcast
120        android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
121    <protected-broadcast
122        android:name="android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED" />
123    <protected-broadcast
124        android:name="android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" />
125    <protected-broadcast
126        android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED" />
127    <protected-broadcast
128        android:name="android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED" />
129    <protected-broadcast
130        android:name="android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED" />
131    <protected-broadcast
132        android:name="android.bluetooth.input.profile.action.PROTOCOL_MODE_CHANGED" />
133    <protected-broadcast
134        android:name="android.bluetooth.input.profile.action.VIRTUAL_UNPLUG_STATUS" />
135    <protected-broadcast
136        android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" />
137    <protected-broadcast android:name="android.bluetooth.pbap.intent.action.PBAP_STATE_CHANGED" />
138    <protected-broadcast android:name="android.btopp.intent.action.INCOMING_FILE_NOTIFICATION" />
139    <protected-broadcast android:name="android.btopp.intent.action.BT_OPP_HANDOVER_STARTED" />
140    <protected-broadcast android:name="android.btopp.intent.action.TRANSFER_COMPLETE" />
141    <protected-broadcast android:name="android.btopp.intent.action.USER_CONFIRMATION_TIMEOUT" />
142    <protected-broadcast android:name="android.btopp.intent.action.BT_OPP_TRANSFER_PROGRESS" />
143    <protected-broadcast android:name="android.btopp.intent.action.LIST" />
144    <protected-broadcast android:name="android.btopp.intent.action.OPEN_OUTBOUND" />
145    <protected-broadcast android:name="android.btopp.intent.action.HIDE_COMPLETE" />
146    <protected-broadcast android:name="android.btopp.intent.action.CONFIRM" />
147    <protected-broadcast android:name="android.btopp.intent.action.HIDE" />
148    <protected-broadcast android:name="android.btopp.intent.action.BT_OPP_TRANSFER_DONE" />
149    <protected-broadcast android:name="android.btopp.intent.action.RETRY" />
150    <protected-broadcast android:name="android.btopp.intent.action.OPEN" />
151    <protected-broadcast android:name="android.btopp.intent.action.OPEN_INBOUND" />
152    <protected-broadcast android:name="com.android.bluetooth.pbap.authchall" />
153    <protected-broadcast android:name="com.android.bluetooth.pbap.userconfirmtimeout" />
154    <protected-broadcast android:name="com.android.bluetooth.pbap.authresponse" />
155    <protected-broadcast android:name="com.android.bluetooth.pbap.authcancelled" />
156
157    <protected-broadcast android:name="android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED" />
158
159    <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
160    <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
161    <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
162    <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
163    <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
164
165    <protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />
166    <protected-broadcast android:name="android.intent.action.ANALOG_AUDIO_DOCK_PLUG" />
167    <protected-broadcast android:name="android.intent.action.DIGITAL_AUDIO_DOCK_PLUG" />
168    <protected-broadcast android:name="android.intent.action.HDMI_AUDIO_PLUG" />
169    <protected-broadcast android:name="android.intent.action.USB_AUDIO_ACCESSORY_PLUG" />
170    <protected-broadcast android:name="android.intent.action.USB_AUDIO_DEVICE_PLUG" />
171
172    <protected-broadcast android:name="android.media.AUDIO_BECOMING_NOISY" />
173    <protected-broadcast android:name="android.media.RINGER_MODE_CHANGED" />
174    <protected-broadcast android:name="android.media.VIBRATE_SETTING_CHANGED" />
175    <protected-broadcast android:name="android.media.VOLUME_CHANGED_ACTION" />
176    <protected-broadcast android:name="android.media.MASTER_VOLUME_CHANGED_ACTION" />
177    <protected-broadcast android:name="android.media.MASTER_MUTE_CHANGED_ACTION" />
178    <protected-broadcast android:name="android.media.SCO_AUDIO_STATE_CHANGED" />
179    <protected-broadcast android:name="android.media.ACTION_SCO_AUDIO_STATE_UPDATED" />
180
181    <protected-broadcast android:name="android.intent.action.MEDIA_REMOVED" />
182    <protected-broadcast android:name="android.intent.action.MEDIA_UNMOUNTED" />
183    <protected-broadcast android:name="android.intent.action.MEDIA_CHECKING" />
184    <protected-broadcast android:name="android.intent.action.MEDIA_NOFS" />
185    <protected-broadcast android:name="android.intent.action.MEDIA_MOUNTED" />
186    <protected-broadcast android:name="android.intent.action.MEDIA_SHARED" />
187    <protected-broadcast android:name="android.intent.action.MEDIA_UNSHARED" />
188    <protected-broadcast android:name="android.intent.action.MEDIA_BAD_REMOVAL" />
189    <protected-broadcast android:name="android.intent.action.MEDIA_UNMOUNTABLE" />
190    <protected-broadcast android:name="android.intent.action.MEDIA_EJECT" />
191
192    <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
193    <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
194    <protected-broadcast android:name="android.net.conn.DATA_ACTIVITY_CHANGE" />
195    <protected-broadcast android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" />
196    <protected-broadcast android:name="android.net.conn.CAPTIVE_PORTAL_TEST_COMPLETED" />
197
198    <protected-broadcast android:name="android.net.nsd.STATE_CHANGED" />
199
200    <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
201    <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
202    <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
203    <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
204
205    <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
206    <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
207    <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
208
209    <protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
210
211    <protected-broadcast android:name="android.intent.action.DREAMING_STARTED" />
212    <protected-broadcast android:name="android.intent.action.DREAMING_STOPPED" />
213    <protected-broadcast android:name="android.intent.action.ANY_DATA_STATE" />
214    <protected-broadcast android:name="android.intent.action.DATA_CONNECTION_CONNECTED_TO_PROVISIONING_APN" />
215
216    <protected-broadcast android:name="com.android.server.WifiManager.action.START_SCAN" />
217    <protected-broadcast android:name="com.android.server.WifiManager.action.DELAYED_DRIVER_STOP" />
218    <protected-broadcast android:name="android.net.wifi.WIFI_STATE_CHANGED" />
219    <protected-broadcast android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" />
220    <protected-broadcast android:name="android.net.wifi.WIFI_SCAN_AVAILABLE" />
221    <protected-broadcast android:name="android.net.wifi.SCAN_RESULTS" />
222    <protected-broadcast android:name="android.net.wifi.RSSI_CHANGED" />
223    <protected-broadcast android:name="android.net.wifi.STATE_CHANGE" />
224    <protected-broadcast android:name="android.net.wifi.LINK_CONFIGURATION_CHANGED" />
225    <protected-broadcast android:name="android.net.wifi.CONFIGURED_NETWORKS_CHANGE" />
226    <protected-broadcast android:name="android.net.wifi.supplicant.CONNECTION_CHANGE" />
227    <protected-broadcast android:name="android.net.wifi.supplicant.STATE_CHANGE" />
228    <protected-broadcast android:name="android.net.wifi.p2p.STATE_CHANGED" />
229    <protected-broadcast android:name="android.net.wifi.p2p.DISCOVERY_STATE_CHANGE" />
230    <protected-broadcast android:name="android.net.wifi.p2p.THIS_DEVICE_CHANGED" />
231    <protected-broadcast android:name="android.net.wifi.p2p.PEERS_CHANGED" />
232    <protected-broadcast android:name="android.net.wifi.p2p.CONNECTION_STATE_CHANGE" />
233    <protected-broadcast android:name="android.net.wifi.p2p.PERSISTENT_GROUPS_CHANGED" />
234    <protected-broadcast android:name="android.net.conn.TETHER_STATE_CHANGED" />
235    <protected-broadcast android:name="android.net.conn.INET_CONDITION_ACTION" />
236    <protected-broadcast android:name="android.net.conn.NETWORK_CONDITIONS_MEASURED" />
237    <protected-broadcast
238            android:name="android.net.ConnectivityService.action.PKT_CNT_SAMPLE_INTERVAL_ELAPSED" />
239    <protected-broadcast android:name="android.net.scoring.SCORE_NETWORKS" />
240    <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
241    <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE" />
242    <protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" />
243    <protected-broadcast android:name="android.intent.action.ADVANCED_SETTINGS" />
244    <protected-broadcast android:name="android.intent.action.APPLICATION_RESTRICTIONS_CHANGED" />
245    <protected-broadcast android:name="android.intent.action.BUGREPORT_FINISHED" />
246
247    <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_START" />
248    <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_END" />
249
250    <protected-broadcast android:name="android.intent.action.HDMI_PLUGGED" />
251
252    <protected-broadcast android:name="android.intent.action.PHONE_STATE" />
253
254    <protected-broadcast android:name="android.location.GPS_ENABLED_CHANGE" />
255    <protected-broadcast android:name="android.location.PROVIDERS_CHANGED" />
256    <protected-broadcast android:name="android.location.MODE_CHANGED" />
257    <protected-broadcast android:name="android.location.GPS_FIX_CHANGE" />
258    <protected-broadcast android:name="android.net.proxy.PAC_REFRESH" />
259
260    <protected-broadcast
261        android:name="com.android.server.connectivityservice.CONNECTED_TO_PROVISIONING_NETWORK_ACTION" />
262
263    <!-- Defined in RestrictionsManager -->
264    <protected-broadcast
265        android:name="android.intent.action.PERMISSION_RESPONSE_RECEIVED" />
266    <!-- Defined in RestrictionsManager -->
267    <protected-broadcast android:name="android.intent.action.REQUEST_PERMISSION" />
268
269    <!-- ====================================== -->
270    <!-- Permissions for things that cost money -->
271    <!-- ====================================== -->
272    <eat-comment />
273
274    <!-- Used for permissions that can be used to make the user spend money
275         without their direct involvement. -->
276    <permission-group android:name="android.permission-group.COST_MONEY"
277        android:label="@string/permgrouplab_costMoney"
278        android:description="@string/permgroupdesc_costMoney" />
279
280    <!-- ================================== -->
281    <!-- Permissions for accessing messages -->
282    <!-- ================================== -->
283    <eat-comment />
284
285    <!-- Used for permissions that allow an application to send messages
286         on behalf of the user or intercept messages being received by the
287         user.  This is primarily intended for SMS/MMS messaging, such as
288         receiving or reading an MMS. -->
289    <permission-group android:name="android.permission-group.MESSAGES"
290        android:label="@string/permgrouplab_messages"
291        android:icon="@drawable/perm_group_messages"
292        android:description="@string/permgroupdesc_messages"
293        android:permissionGroupFlags="personalInfo"
294        android:priority="360"/>
295
296    <!-- Allows an application to send SMS messages. -->
297    <permission android:name="android.permission.SEND_SMS"
298        android:permissionGroup="android.permission-group.MESSAGES"
299        android:protectionLevel="dangerous"
300        android:permissionFlags="costsMoney"
301        android:label="@string/permlab_sendSms"
302        android:description="@string/permdesc_sendSms" />
303
304    <!-- Allows an application (Phone) to send a request to other applications
305         to handle the respond-via-message action during incoming calls.
306         <p>Not for use by third-party applications. -->
307    <permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE"
308        android:permissionGroup="android.permission-group.MESSAGES"
309        android:protectionLevel="signature|system"
310        android:label="@string/permlab_sendRespondViaMessageRequest"
311        android:description="@string/permdesc_sendRespondViaMessageRequest" />
312
313    <!-- Allows an application to monitor incoming SMS messages, to record
314         or perform processing on them. -->
315    <permission android:name="android.permission.RECEIVE_SMS"
316        android:permissionGroup="android.permission-group.MESSAGES"
317        android:protectionLevel="dangerous"
318        android:label="@string/permlab_receiveSms"
319        android:description="@string/permdesc_receiveSms" />
320
321    <!-- Allows an application to monitor incoming MMS messages, to record
322         or perform processing on them. -->
323    <permission android:name="android.permission.RECEIVE_MMS"
324        android:permissionGroup="android.permission-group.MESSAGES"
325        android:protectionLevel="dangerous"
326        android:label="@string/permlab_receiveMms"
327        android:description="@string/permdesc_receiveMms" />
328
329    <!-- Allows an application to receive emergency cell broadcast messages,
330         to record or display them to the user.
331         <p>Not for use by third-party applications.
332         @hide Pending API council approval -->
333    <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
334        android:permissionGroup="android.permission-group.MESSAGES"
335        android:protectionLevel="signature|system"
336        android:label="@string/permlab_receiveEmergencyBroadcast"
337        android:description="@string/permdesc_receiveEmergencyBroadcast" />
338
339    <!-- Allows an application to read previously received cell broadcast
340         messages and to register a content observer to get notifications when
341         a cell broadcast has been received and added to the database. For
342         emergency alerts, the database is updated immediately after the
343         alert dialog and notification sound/vibration/speech are presented.
344         The "read" column is then updated after the user dismisses the alert.
345         This enables supplementary emergency assistance apps to start loading
346         additional emergency information (if Internet access is available)
347         when the alert is first received, and to delay presenting the info
348         to the user until after the initial alert dialog is dismissed.
349         @hide Pending API council approval -->
350    <permission android:name="android.permission.READ_CELL_BROADCASTS"
351        android:permissionGroup="android.permission-group.MESSAGES"
352        android:protectionLevel="dangerous"
353        android:label="@string/permlab_readCellBroadcasts"
354        android:description="@string/permdesc_readCellBroadcasts" />
355
356    <!-- Allows an application to read SMS messages. -->
357    <permission android:name="android.permission.READ_SMS"
358        android:permissionGroup="android.permission-group.MESSAGES"
359        android:protectionLevel="dangerous"
360        android:label="@string/permlab_readSms"
361        android:description="@string/permdesc_readSms" />
362
363    <!-- Allows an application to write SMS messages. -->
364    <permission android:name="android.permission.WRITE_SMS"
365        android:permissionGroup="android.permission-group.MESSAGES"
366        android:protectionLevel="dangerous"
367        android:label="@string/permlab_writeSms"
368        android:description="@string/permdesc_writeSms" />
369
370    <!-- Allows an application to monitor incoming WAP push messages. -->
371    <permission android:name="android.permission.RECEIVE_WAP_PUSH"
372        android:permissionGroup="android.permission-group.MESSAGES"
373        android:protectionLevel="dangerous"
374        android:label="@string/permlab_receiveWapPush"
375        android:description="@string/permdesc_receiveWapPush" />
376
377    <!-- =============================================================== -->
378    <!-- Permissions for accessing social info (contacts and social) -->
379    <!-- =============================================================== -->
380    <eat-comment />
381
382    <!-- Used for permissions that provide access to the user's social connections,
383         such as contacts, call logs, social stream, etc.  This includes
384         both reading and writing of this data (which should generally be
385         expressed as two distinct permissions). -->
386
387    <permission-group android:name="android.permission-group.SOCIAL_INFO"
388        android:label="@string/permgrouplab_socialInfo"
389        android:icon="@drawable/perm_group_social_info"
390        android:description="@string/permgroupdesc_socialInfo"
391        android:permissionGroupFlags="personalInfo"
392        android:priority="320" />
393
394    <!-- Allows an application to read the user's contacts data. -->
395    <permission android:name="android.permission.READ_CONTACTS"
396        android:permissionGroup="android.permission-group.SOCIAL_INFO"
397        android:protectionLevel="dangerous"
398        android:label="@string/permlab_readContacts"
399        android:description="@string/permdesc_readContacts" />
400
401    <!-- Allows an application to write (but not read) the user's
402         contacts data. -->
403    <permission android:name="android.permission.WRITE_CONTACTS"
404        android:permissionGroup="android.permission-group.SOCIAL_INFO"
405        android:protectionLevel="dangerous"
406        android:label="@string/permlab_writeContacts"
407        android:description="@string/permdesc_writeContacts" />
408
409    <!-- Allows an application to execute contacts directory search.
410         This should only be used by ContactsProvider.
411         <p>Not for use by third-party applications. -->
412    <!-- @hide -->
413    <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
414        android:permissionGroup="android.permission-group.PERSONAL_INFO"
415        android:protectionLevel="signature|system" />
416
417    <!-- Allows an application to read the user's call log.
418         <p class="note"><strong>Note:</strong> If your app uses the
419         {@link #READ_CONTACTS} permission and <em>both</em> your <a
420         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
421         minSdkVersion}</a> and <a
422         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
423         targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
424         grants your app this permission. If you don't need this permission, be sure your <a
425         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
426         targetSdkVersion}</a> is 16 or higher.</p> -->
427    <permission android:name="android.permission.READ_CALL_LOG"
428        android:permissionGroup="android.permission-group.SOCIAL_INFO"
429        android:protectionLevel="dangerous"
430        android:label="@string/permlab_readCallLog"
431        android:description="@string/permdesc_readCallLog" />
432
433    <!-- Allows an application to write (but not read) the user's
434         contacts data.
435         <p class="note"><strong>Note:</strong> If your app uses the
436         {@link #WRITE_CONTACTS} permission and <em>both</em> your <a
437         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
438         minSdkVersion}</a> and <a
439         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
440         targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
441         grants your app this permission. If you don't need this permission, be sure your <a
442         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
443         targetSdkVersion}</a> is 16 or higher.</p>  -->
444    <permission android:name="android.permission.WRITE_CALL_LOG"
445        android:permissionGroup="android.permission-group.SOCIAL_INFO"
446        android:protectionLevel="dangerous"
447        android:label="@string/permlab_writeCallLog"
448        android:description="@string/permdesc_writeCallLog" />
449
450  <!-- Allows an application to read from the user's social stream. -->
451    <permission android:name="android.permission.READ_SOCIAL_STREAM"
452        android:permissionGroup="android.permission-group.SOCIAL_INFO"
453        android:protectionLevel="dangerous"
454        android:label="@string/permlab_readSocialStream"
455        android:description="@string/permdesc_readSocialStream" />
456
457    <!-- Allows an application to write (but not read) the user's
458         social stream data. -->
459    <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
460        android:permissionGroup="android.permission-group.SOCIAL_INFO"
461        android:protectionLevel="dangerous"
462        android:label="@string/permlab_writeSocialStream"
463        android:description="@string/permdesc_writeSocialStream" />
464
465    <!-- =============================================================== -->
466    <!-- Permissions for accessing information about the device owner    -->
467    <!-- =============================================================== -->
468    <eat-comment />
469
470    <!-- Used for permissions that provide access to information about the device
471         user such as profile information.  This includes both reading and
472         writing of this data (which should generally be expressed as two
473         distinct permissions). -->
474    <permission-group android:name="android.permission-group.PERSONAL_INFO"
475        android:label="@string/permgrouplab_personalInfo"
476        android:icon="@drawable/perm_group_personal_info"
477        android:description="@string/permgroupdesc_personalInfo"
478        android:permissionGroupFlags="personalInfo"
479        android:priority="310" />
480
481    <!-- Allows an application to read the user's personal profile data. -->
482    <permission android:name="android.permission.READ_PROFILE"
483        android:permissionGroup="android.permission-group.PERSONAL_INFO"
484        android:protectionLevel="dangerous"
485        android:label="@string/permlab_readProfile"
486        android:description="@string/permdesc_readProfile" />
487
488    <!-- Allows an application to write (but not read) the user's
489         personal profile data. -->
490    <permission android:name="android.permission.WRITE_PROFILE"
491        android:permissionGroup="android.permission-group.PERSONAL_INFO"
492        android:protectionLevel="dangerous"
493        android:label="@string/permlab_writeProfile"
494        android:description="@string/permdesc_writeProfile" />
495
496    <!-- Allows an application to access data from sensors that the user uses to
497         measure what is happening inside his/her body, such as heart rate. -->
498    <permission android:name="android.permission.BODY_SENSORS"
499        android:permissionGroup="android.permission-group.PERSONAL_INFO"
500        android:label="@string/permlab_bodySensors"
501        android:description="@string/permdesc_bodySensors" />
502
503    <!-- =============================================================== -->
504    <!-- Permissions for accessing the device calendar                   -->
505    <!-- =============================================================== -->
506    <eat-comment />
507
508    <!-- Used for permissions that provide access to the device
509         calendar to create / view events.-->
510    <permission-group android:name="android.permission-group.CALENDAR"
511        android:label="@string/permgrouplab_calendar"
512        android:icon="@drawable/perm_group_calendar"
513        android:description="@string/permgroupdesc_calendar"
514        android:permissionGroupFlags="personalInfo"
515        android:priority="290" />
516
517    <!-- Allows an application to read the user's calendar data. -->
518    <permission android:name="android.permission.READ_CALENDAR"
519        android:permissionGroup="android.permission-group.PERSONAL_INFO"
520        android:protectionLevel="dangerous"
521        android:label="@string/permlab_readCalendar"
522        android:description="@string/permdesc_readCalendar" />
523
524    <!-- Allows an application to write (but not read) the user's
525         calendar data. -->
526    <permission android:name="android.permission.WRITE_CALENDAR"
527        android:permissionGroup="android.permission-group.PERSONAL_INFO"
528        android:protectionLevel="dangerous"
529        android:label="@string/permlab_writeCalendar"
530        android:description="@string/permdesc_writeCalendar" />
531
532    <!-- =============================================================== -->
533    <!-- Permissions for accessing the user dictionary-->
534    <!-- =============================================================== -->
535    <eat-comment />
536
537    <!-- Used for permissions that provide access to the user
538         calendar to create / view events.-->
539    <permission-group android:name="android.permission-group.USER_DICTIONARY"
540        android:label="@string/permgrouplab_dictionary"
541        android:icon="@drawable/perm_group_user_dictionary"
542        android:description="@string/permgroupdesc_dictionary"
543        android:permissionGroupFlags="personalInfo"
544        android:priority="170" />
545
546    <!-- Allows an application to read the user dictionary. This should
547         really only be required by an IME, or a dictionary editor like
548         the Settings app. -->
549    <permission android:name="android.permission.READ_USER_DICTIONARY"
550        android:permissionGroup="android.permission-group.USER_DICTIONARY"
551        android:protectionLevel="dangerous"
552        android:label="@string/permlab_readDictionary"
553        android:description="@string/permdesc_readDictionary" />
554
555    <!-- Used for permissions that provide access to the user
556         calendar to create / view events.-->
557    <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
558        android:label="@string/permgrouplab_writeDictionary"
559        android:icon="@drawable/perm_group_user_dictionary_write"
560        android:description="@string/permgroupdesc_writeDictionary"
561        android:priority="160" />
562
563    <!-- Allows an application to write to the user dictionary. -->
564    <permission android:name="android.permission.WRITE_USER_DICTIONARY"
565        android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
566        android:protectionLevel="normal"
567        android:label="@string/permlab_writeDictionary"
568        android:description="@string/permdesc_writeDictionary" />
569
570    <!-- =============================================================== -->
571    <!-- Permissions for accessing the user bookmarks                    -->
572    <!-- =============================================================== -->
573    <eat-comment />
574
575    <!-- Used for permissions that provide access to the user
576         bookmarks and browser history.-->
577    <permission-group android:name="android.permission-group.BOOKMARKS"
578        android:label="@string/permgrouplab_bookmarks"
579        android:icon="@drawable/perm_group_bookmarks"
580        android:description="@string/permgroupdesc_bookmarks"
581        android:permissionGroupFlags="personalInfo"
582        android:priority="300" />
583
584    <!-- Allows an application to read (but not write) the user's
585        browsing history and bookmarks. -->
586    <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
587        android:permissionGroup="android.permission-group.BOOKMARKS"
588        android:label="@string/permlab_readHistoryBookmarks"
589        android:description="@string/permdesc_readHistoryBookmarks"
590        android:protectionLevel="dangerous" />
591
592    <!-- Allows an application to write (but not read) the user's
593        browsing history and bookmarks. -->
594    <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
595        android:permissionGroup="android.permission-group.BOOKMARKS"
596        android:label="@string/permlab_writeHistoryBookmarks"
597        android:description="@string/permdesc_writeHistoryBookmarks"
598        android:protectionLevel="dangerous" />
599
600    <!-- =============================================================== -->
601    <!-- Permissions for setting the device alarm                        -->
602    <!-- =============================================================== -->
603    <eat-comment />
604
605    <!-- Used for permissions that provide access to device alarms. -->
606    <permission-group android:name="android.permission-group.DEVICE_ALARMS"
607        android:label="@string/permgrouplab_deviceAlarms"
608        android:icon="@drawable/perm_group_device_alarms"
609        android:description="@string/permgroupdesc_deviceAlarms"
610        android:permissionGroupFlags="personalInfo"
611        android:priority="210" />
612
613    <!-- Allows an application to broadcast an Intent to set an alarm for the
614         user. -->
615    <permission android:name="com.android.alarm.permission.SET_ALARM"
616        android:permissionGroup="android.permission-group.DEVICE_ALARMS"
617        android:label="@string/permlab_setAlarm"
618        android:description="@string/permdesc_setAlarm"
619        android:protectionLevel="normal" />
620
621    <!-- =============================================================== -->
622    <!-- Permissions for accessing the user voicemail                    -->
623    <!-- =============================================================== -->
624    <eat-comment />
625
626    <!-- Used for permissions that provide access to the user voicemail box. -->
627    <permission-group android:name="android.permission-group.VOICEMAIL"
628        android:label="@string/permgrouplab_voicemail"
629        android:icon="@drawable/perm_group_voicemail"
630        android:description="@string/permgroupdesc_voicemail"
631        android:permissionGroupFlags="personalInfo"
632        android:priority="280" />
633
634   <!-- Allows an application to add voicemails into the system. -->
635    <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
636        android:permissionGroup="android.permission-group.VOICEMAIL"
637        android:protectionLevel="dangerous"
638        android:label="@string/permlab_addVoicemail"
639        android:description="@string/permdesc_addVoicemail" />
640
641    <!-- =============================================== -->
642    <!-- Permissions for enabling accessibility features -->
643    <!-- =============================================== -->
644    <eat-comment />
645
646    <!-- Used for permissions that allow requesting certain accessibility features. -->
647    <permission-group android:name="android.permission-group.ACCESSIBILITY_FEATURES"
648        android:label="@string/permgrouplab_accessibilityFeatures"
649        android:icon="@drawable/perm_group_accessibility_features"
650        android:description="@string/permgroupdesc_accessibilityFeatures"
651        android:priority="380" />
652
653    <!-- ======================================= -->
654    <!-- Permissions for accessing location info -->
655    <!-- ======================================= -->
656    <eat-comment />
657
658    <!-- Used for permissions that allow access to the user's current
659         location. -->
660    <permission-group android:name="android.permission-group.LOCATION"
661        android:label="@string/permgrouplab_location"
662        android:icon="@drawable/perm_group_location"
663        android:description="@string/permgroupdesc_location"
664        android:permissionGroupFlags="personalInfo"
665        android:priority="330" />
666
667    <!-- Allows an app to access precise location from location sources such
668         as GPS, cell towers, and Wi-Fi. -->
669    <permission android:name="android.permission.ACCESS_FINE_LOCATION"
670        android:permissionGroup="android.permission-group.LOCATION"
671        android:protectionLevel="dangerous"
672        android:label="@string/permlab_accessFineLocation"
673        android:description="@string/permdesc_accessFineLocation" />
674
675    <!-- Allows an app to access approximate location derived from network location
676         sources such as cell towers and Wi-Fi. -->
677    <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
678        android:permissionGroup="android.permission-group.LOCATION"
679        android:protectionLevel="dangerous"
680        android:label="@string/permlab_accessCoarseLocation"
681        android:description="@string/permdesc_accessCoarseLocation" />
682
683    <!-- Allows an application to create mock location providers for testing -->
684    <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
685        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
686        android:protectionLevel="dangerous"
687        android:label="@string/permlab_accessMockLocation"
688        android:description="@string/permdesc_accessMockLocation" />
689
690    <!-- Allows an application to access extra location provider commands -->
691    <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
692        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
693        android:protectionLevel="normal"
694        android:label="@string/permlab_accessLocationExtraCommands"
695        android:description="@string/permdesc_accessLocationExtraCommands" />
696
697    <!-- Allows an application to install a location provider into the Location Manager.
698    <p>Not for use by third-party applications. -->
699    <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
700        android:protectionLevel="signature|system"
701        android:label="@string/permlab_installLocationProvider"
702        android:description="@string/permdesc_installLocationProvider" />
703
704    <!-- Allows HDMI-CEC service to access device and configuration files.
705         @hide This should only be used by HDMI-CEC service.
706    -->
707    <permission android:name="android.permission.HDMI_CEC"
708        android:protectionLevel="signatureOrSystem" />
709
710    <!-- Allows an application to use location features in hardware,
711         such as the geofencing api.
712         <p>Not for use by third-party applications. -->
713    <permission android:name="android.permission.LOCATION_HARDWARE"
714        android:permissionGroup="android.permission-group.LOCATION"
715        android:protectionLevel="signature|system" />
716    <uses-permission android:name="android.permission.LOCATION_HARDWARE"/>
717
718    <!-- ======================================= -->
719    <!-- Permissions for accessing networks -->
720    <!-- ======================================= -->
721    <eat-comment />
722
723    <!-- Used for permissions that provide access to networking services.  The
724         main permission here is internet access, but this is also an
725         appropriate group for accessing or modifying any network configuration
726         or other related network operations. -->
727    <permission-group android:name="android.permission-group.NETWORK"
728        android:label="@string/permgrouplab_network"
729        android:icon="@drawable/perm_group_network"
730        android:description="@string/permgroupdesc_network"
731        android:priority="270" />
732
733    <!-- Allows applications to open network sockets. -->
734    <permission android:name="android.permission.INTERNET"
735        android:permissionGroup="android.permission-group.NETWORK"
736        android:protectionLevel="dangerous"
737        android:description="@string/permdesc_createNetworkSockets"
738        android:label="@string/permlab_createNetworkSockets" />
739
740    <!-- Allows applications to access information about networks -->
741    <permission android:name="android.permission.ACCESS_NETWORK_STATE"
742        android:permissionGroup="android.permission-group.NETWORK"
743        android:protectionLevel="normal"
744        android:description="@string/permdesc_accessNetworkState"
745        android:label="@string/permlab_accessNetworkState" />
746
747    <!-- Allows applications to access information about Wi-Fi networks -->
748    <permission android:name="android.permission.ACCESS_WIFI_STATE"
749        android:permissionGroup="android.permission-group.NETWORK"
750        android:protectionLevel="normal"
751        android:description="@string/permdesc_accessWifiState"
752        android:label="@string/permlab_accessWifiState" />
753
754    <!-- Allows applications to change Wi-Fi connectivity state -->
755    <permission android:name="android.permission.CHANGE_WIFI_STATE"
756        android:permissionGroup="android.permission-group.NETWORK"
757        android:protectionLevel="dangerous"
758        android:description="@string/permdesc_changeWifiState"
759        android:label="@string/permlab_changeWifiState" />
760
761    <!-- @hide -->
762    <permission android:name="android.permission.ACCESS_WIMAX_STATE"
763        android:permissionGroup="android.permission-group.NETWORK"
764        android:protectionLevel="normal"
765        android:description="@string/permdesc_accessWimaxState"
766        android:label="@string/permlab_accessWimaxState" />
767
768    <!-- @hide -->
769    <permission android:name="android.permission.CHANGE_WIMAX_STATE"
770        android:permissionGroup="android.permission-group.NETWORK"
771        android:protectionLevel="dangerous"
772        android:description="@string/permdesc_changeWimaxState"
773        android:label="@string/permlab_changeWimaxState" />
774
775    <!-- Allows applications to act as network scorers. @hide -->
776    <permission android:name="android.permission.SCORE_NETWORKS"
777        android:permissionGroup="android.permission-group.NETWORK"
778        android:protectionLevel="normal"
779        android:description="@string/permdesc_scoreNetworks"
780        android:label="@string/permlab_scoreNetworks" />
781
782    <!-- ======================================= -->
783    <!-- Permissions for short range, peripheral networks -->
784    <!-- ======================================= -->
785    <eat-comment />
786
787    <!-- Used for permissions that provide access to other devices through Bluetooth.-->
788    <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
789        android:label="@string/permgrouplab_bluetoothNetwork"
790        android:icon="@drawable/perm_group_bluetooth"
791        android:description="@string/permgroupdesc_bluetoothNetwork"
792        android:priority="260" />
793
794    <!-- Allows applications to connect to paired bluetooth devices -->
795    <permission android:name="android.permission.BLUETOOTH"
796        android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
797        android:protectionLevel="dangerous"
798        android:description="@string/permdesc_bluetooth"
799        android:label="@string/permlab_bluetooth" />
800
801    <!-- Allows applications to discover and pair bluetooth devices -->
802    <permission android:name="android.permission.BLUETOOTH_ADMIN"
803        android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
804        android:protectionLevel="dangerous"
805        android:description="@string/permdesc_bluetoothAdmin"
806        android:label="@string/permlab_bluetoothAdmin" />
807
808    <!-- Allows applications to pair bluetooth devices without user interaction.
809         This is not available to third party applications. -->
810    <permission android:name="android.permission.BLUETOOTH_PRIVILEGED"
811        android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
812        android:protectionLevel="system|signature"
813        android:description="@string/permdesc_bluetoothPriv"
814        android:label="@string/permlab_bluetoothPriv" />
815
816    <!-- Allows bluetooth stack to access files
817         @hide This should only be used by Bluetooth apk.
818    -->
819    <permission android:name="android.permission.BLUETOOTH_STACK"
820        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
821        android:protectionLevel="signature" />
822
823    <!-- Allows applications to perform I/O operations over NFC -->
824    <permission android:name="android.permission.NFC"
825        android:permissionGroup="android.permission-group.NETWORK"
826        android:protectionLevel="dangerous"
827        android:description="@string/permdesc_nfc"
828        android:label="@string/permlab_nfc" />
829
830    <!-- Allows an internal user to use privileged ConnectivityManager APIs.
831        @hide -->
832    <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
833        android:permissionGroup="android.permission-group.NETWORK"
834        android:protectionLevel="signature|system" />
835
836    <!-- @hide -->
837    <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
838        android:permissionGroup="android.permission-group.NETWORK"
839        android:protectionLevel="signature|system" />
840
841    <!-- Allows access to the loop radio (Android@Home mesh network) device.
842	@hide -->
843    <permission android:name="android.permission.LOOP_RADIO"
844	android:permissionGroup="android.permission-group.NETWORK"
845	android:protectionLevel="signature|system" />
846
847    <!-- ================================== -->
848    <!-- Permissions for accessing accounts -->
849    <!-- ================================== -->
850    <eat-comment />
851
852    <!-- Permissions for direct access to the accounts managed
853         by the Account Manager. -->
854    <permission-group android:name="android.permission-group.ACCOUNTS"
855        android:label="@string/permgrouplab_accounts"
856        android:icon="@drawable/perm_group_accounts"
857        android:description="@string/permgroupdesc_accounts"
858        android:permissionGroupFlags="personalInfo"
859        android:priority="200" />
860
861    <!-- Allows access to the list of accounts in the Accounts Service -->
862    <permission android:name="android.permission.GET_ACCOUNTS"
863        android:permissionGroup="android.permission-group.ACCOUNTS"
864        android:protectionLevel="normal"
865        android:description="@string/permdesc_getAccounts"
866        android:label="@string/permlab_getAccounts" />
867
868    <!-- Allows an application to act as an AccountAuthenticator for
869         the AccountManager -->
870    <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
871        android:permissionGroup="android.permission-group.ACCOUNTS"
872        android:protectionLevel="dangerous"
873        android:label="@string/permlab_authenticateAccounts"
874        android:description="@string/permdesc_authenticateAccounts" />
875
876    <!-- Allows an application to request authtokens from the AccountManager -->
877    <permission android:name="android.permission.USE_CREDENTIALS"
878        android:permissionGroup="android.permission-group.ACCOUNTS"
879        android:protectionLevel="dangerous"
880        android:label="@string/permlab_useCredentials"
881        android:description="@string/permdesc_useCredentials" />
882
883    <!-- Allows an application to manage the list of accounts in the AccountManager -->
884    <permission android:name="android.permission.MANAGE_ACCOUNTS"
885        android:permissionGroup="android.permission-group.ACCOUNTS"
886        android:protectionLevel="dangerous"
887        android:label="@string/permlab_manageAccounts"
888        android:description="@string/permdesc_manageAccounts" />
889
890    <!-- Allows applications to call into AccountAuthenticators.
891    <p>Not for use by third-party applications. -->
892    <permission android:name="android.permission.ACCOUNT_MANAGER"
893        android:permissionGroup="android.permission-group.ACCOUNTS"
894        android:protectionLevel="signature"
895        android:description="@string/permdesc_accountManagerService"
896        android:label="@string/permlab_accountManagerService" />
897
898    <!-- ================================== -->
899    <!-- Permissions for accessing hardware that may effect battery life-->
900    <!-- ================================== -->
901    <eat-comment />
902
903    <!-- Used for permissions that provide direct access to the hardware on
904         the device that has an effect on battery life.  This includes vibrator,
905         flashlight,  etc. -->
906
907    <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
908        android:label="@string/permgrouplab_affectsBattery"
909        android:icon="@drawable/perm_group_affects_battery"
910        android:description="@string/permgroupdesc_affectsBattery"
911        android:priority="180" />
912
913    <!-- Allows applications to enter Wi-Fi Multicast mode -->
914    <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
915        android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
916        android:protectionLevel="dangerous"
917        android:description="@string/permdesc_changeWifiMulticastState"
918        android:label="@string/permlab_changeWifiMulticastState" />
919
920    <!-- Allows access to the vibrator -->
921    <permission android:name="android.permission.VIBRATE"
922        android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
923        android:protectionLevel="normal"
924        android:label="@string/permlab_vibrate"
925        android:description="@string/permdesc_vibrate" />
926
927    <!-- Allows access to the flashlight -->
928    <permission android:name="android.permission.FLASHLIGHT"
929        android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
930        android:protectionLevel="normal"
931        android:label="@string/permlab_flashlight"
932        android:description="@string/permdesc_flashlight" />
933
934    <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
935         from dimming -->
936    <permission android:name="android.permission.WAKE_LOCK"
937        android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
938        android:protectionLevel="normal"
939        android:label="@string/permlab_wakeLock"
940        android:description="@string/permdesc_wakeLock" />
941
942    <!-- Allows using the device's IR transmitter, if available -->
943    <permission android:name="android.permission.TRANSMIT_IR"
944        android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
945        android:protectionLevel="normal"
946        android:label="@string/permlab_transmitIr"
947        android:description="@string/permdesc_transmitIr" />
948
949    <!-- ==================================================== -->
950    <!-- Permissions related to changing audio settings   -->
951    <!-- ==================================================== -->
952    <eat-comment />
953
954    <!-- Used for permissions that provide direct access to speaker settings
955         the device. -->
956    <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
957        android:label="@string/permgrouplab_audioSettings"
958        android:icon="@drawable/perm_group_audio_settings"
959        android:description="@string/permgroupdesc_audioSettings"
960        android:priority="130" />
961
962    <!-- Allows an application to modify global audio settings -->
963    <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
964        android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
965        android:protectionLevel="normal"
966        android:label="@string/permlab_modifyAudioSettings"
967        android:description="@string/permdesc_modifyAudioSettings" />
968
969    <!-- ================================== -->
970    <!-- Permissions for accessing hardware -->
971    <!-- ================================== -->
972    <eat-comment />
973
974    <!-- Used for permissions that provide direct access to the hardware on
975         the device.  This includes audio, the camera, vibrator, etc. -->
976    <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
977        android:label="@string/permgrouplab_hardwareControls"
978        android:description="@string/permgroupdesc_hardwareControls"
979        android:priority="260"/>
980
981    <!-- Allows an application to manage preferences and permissions for USB devices
982         @hide -->
983    <permission android:name="android.permission.MANAGE_USB"
984        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
985        android:protectionLevel="signature|system"
986        android:label="@string/permlab_manageUsb"
987        android:description="@string/permdesc_manageUsb" />
988
989    <!-- Allows an application to access the MTP USB kernel driver.
990         For use only by the device side MTP implementation.
991         @hide -->
992    <permission android:name="android.permission.ACCESS_MTP"
993        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
994        android:protectionLevel="signature|system"
995        android:label="@string/permlab_accessMtp"
996        android:description="@string/permdesc_accessMtp" />
997
998    <!-- Allows access to hardware peripherals.  Intended only for hardware testing.
999    <p>Not for use by third-party applications. -->
1000    <permission android:name="android.permission.HARDWARE_TEST"
1001        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
1002        android:protectionLevel="signature"
1003        android:label="@string/permlab_hardware_test"
1004        android:description="@string/permdesc_hardware_test" />
1005
1006    <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
1007         @hide -->
1008    <permission android:name="android.permission.NET_ADMIN"
1009        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1010        android:protectionLevel="signature" />
1011
1012    <!-- Allows registration for remote audio playback. @hide -->
1013    <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
1014        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1015        android:protectionLevel="signature" />
1016
1017    <!-- Allows an application to communicate with a SIM card using logical
1018         channels. -->
1019    <permission android:name="android.permission.SIM_COMMUNICATION"
1020        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1021        android:label="@string/permlab_sim_communication"
1022        android:description="@string/permdesc_sim_communication"
1023        android:protectionLevel="dangerous" />
1024
1025    <!-- Allows TvInputService to access underlying TV input hardware such as
1026         built-in tuners and HDMI-in's.
1027         @hide This should only be used by OEM's TvInputService's.
1028    -->
1029    <permission android:name="android.permission.TV_INPUT_HARDWARE"
1030        android:protectionLevel="signatureOrSystem" />
1031
1032    <!-- =========================================== -->
1033    <!-- Permissions associated with audio capture -->
1034    <!-- =========================================== -->
1035    <eat-comment />
1036
1037    <!-- Used for permissions that are associated with accessing
1038         microphone audio from the device. Note that phone calls also capture audio
1039         but are in a separate (more visible) permission group. -->
1040    <permission-group android:name="android.permission-group.MICROPHONE"
1041        android:label="@string/permgrouplab_microphone"
1042        android:icon="@drawable/perm_group_microphone"
1043        android:description="@string/permgroupdesc_microphone"
1044        android:permissionGroupFlags="personalInfo"
1045        android:priority="340" />
1046
1047    <!-- Allows an application to record audio -->
1048    <permission android:name="android.permission.RECORD_AUDIO"
1049        android:permissionGroup="android.permission-group.MICROPHONE"
1050        android:protectionLevel="dangerous"
1051        android:label="@string/permlab_recordAudio"
1052        android:description="@string/permdesc_recordAudio" />
1053
1054
1055    <!-- =========================================== -->
1056    <!-- Permissions associated with camera and image capture -->
1057    <!-- =========================================== -->
1058    <eat-comment />
1059
1060    <!-- Used for permissions that are associated with accessing
1061         camera or capturing images/video from the device. -->
1062    <permission-group android:name="android.permission-group.CAMERA"
1063        android:label="@string/permgrouplab_camera"
1064        android:icon="@drawable/perm_group_camera"
1065        android:description="@string/permgroupdesc_camera"
1066        android:permissionGroupFlags="personalInfo"
1067        android:priority="350" />
1068
1069    <!-- Required to be able to access the camera device.
1070         <p>This will automatically enforce the <a
1071         href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
1072         &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
1073         If you do not require all camera features or can properly operate if a camera
1074         is not available, then you must modify your manifest as appropriate in order to
1075         install on devices that don't support all camera features.</p> -->
1076    <permission android:name="android.permission.CAMERA"
1077        android:permissionGroup="android.permission-group.CAMERA"
1078        android:protectionLevel="dangerous"
1079        android:label="@string/permlab_camera"
1080        android:description="@string/permdesc_camera" />
1081
1082    <!-- Allows disabling the transmit-indicator LED that is normally on when
1083         a camera is in use by an application.
1084         @hide -->
1085    <permission android:name="android.permission.CAMERA_DISABLE_TRANSMIT_LED"
1086        android:permissionGroup="android.permission-group.CAMERA"
1087        android:protectionLevel="signature|system"
1088        android:label="@string/permlab_cameraDisableTransmitLed"
1089        android:description="@string/permdesc_cameraDisableTransmitLed" />
1090
1091    <!-- =========================================== -->
1092    <!-- Permissions associated with telephony state -->
1093    <!-- =========================================== -->
1094    <eat-comment />
1095
1096    <!-- Used for permissions that are associated with accessing and modifying
1097         telephony state: placing calls, intercepting outgoing calls, reading
1098         and modifying the phone state. -->
1099    <permission-group android:name="android.permission-group.PHONE_CALLS"
1100        android:label="@string/permgrouplab_phoneCalls"
1101        android:icon="@drawable/perm_group_phone_calls"
1102        android:description="@string/permgroupdesc_phoneCalls"
1103        android:permissionGroupFlags="personalInfo"
1104        android:priority="370" />
1105
1106    <!-- Allows an application to see the number being dialed during an outgoing
1107         call with the option to redirect the call to a different number or
1108         abort the call altogether. -->
1109    <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
1110        android:permissionGroup="android.permission-group.PHONE_CALLS"
1111        android:protectionLevel="dangerous"
1112        android:label="@string/permlab_processOutgoingCalls"
1113        android:description="@string/permdesc_processOutgoingCalls" />
1114
1115    <!-- Allows modification of the telephony state - power on, mmi, etc.
1116         Does not include placing calls.
1117         <p>Not for use by third-party applications. -->
1118    <permission android:name="android.permission.MODIFY_PHONE_STATE"
1119        android:permissionGroup="android.permission-group.PHONE_CALLS"
1120        android:protectionLevel="signature|system"
1121        android:label="@string/permlab_modifyPhoneState"
1122        android:description="@string/permdesc_modifyPhoneState" />
1123
1124    <!-- Allows read only access to phone state.
1125         <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1126         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1127         minSdkVersion}</a> and <a
1128         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1129         targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1130         grants your app this permission. If you don't need this permission, be sure your <a
1131         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1132         targetSdkVersion}</a> is 4 or higher. -->
1133    <permission android:name="android.permission.READ_PHONE_STATE"
1134        android:permissionGroup="android.permission-group.PHONE_CALLS"
1135        android:protectionLevel="dangerous"
1136        android:label="@string/permlab_readPhoneState"
1137        android:description="@string/permdesc_readPhoneState" />
1138
1139    <!-- Allows read only access to precise phone state.
1140         @hide Pending API council approval -->
1141    <permission android:name="android.permission.READ_PRECISE_PHONE_STATE"
1142        android:permissionGroup="android.permission-group.PHONE_CALLS"
1143        android:protectionLevel="dangerous"
1144        android:label="@string/permlab_readPrecisePhoneState"
1145        android:description="@string/permdesc_readPrecisePhoneState" />
1146
1147    <!-- Allows read access to privileged phone state.
1148         @hide Used internally. -->
1149    <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
1150        android:permissionGroup="android.permission-group.PHONE_CALLS"
1151        android:protectionLevel="signature|system" />
1152
1153     <!-- Allows an application to initiate a phone call without going through
1154         the Dialer user interface for the user to confirm the call
1155         being placed. -->
1156    <permission android:name="android.permission.CALL_PHONE"
1157        android:permissionGroup="android.permission-group.PHONE_CALLS"
1158        android:protectionLevel="dangerous"
1159        android:permissionFlags="costsMoney"
1160        android:label="@string/permlab_callPhone"
1161        android:description="@string/permdesc_callPhone" />
1162
1163    <!-- Allows an application to use SIP service -->
1164    <permission android:name="android.permission.USE_SIP"
1165        android:permissionGroup="android.permission-group.PHONE_CALLS"
1166        android:protectionLevel="dangerous"
1167        android:description="@string/permdesc_use_sip"
1168        android:label="@string/permlab_use_sip" />
1169
1170    <!-- Allows an application to request CallHandlerService implementations.
1171         @hide -->
1172    <permission android:name="android.permission.BIND_CALL_SERVICE"
1173        android:permissionGroup="android.permission-group.PHONE_CALLS"
1174        android:protectionLevel="system|signature"
1175        android:description="@string/permdesc_bind_call_service"
1176        android:label="@string/permlab_bind_call_service" />
1177
1178    <!-- ================================== -->
1179    <!-- Permissions for sdcard interaction -->
1180    <!-- ================================== -->
1181    <eat-comment />
1182
1183    <!-- Group of permissions that are related to SD card access. -->
1184    <permission-group android:name="android.permission-group.STORAGE"
1185        android:label="@string/permgrouplab_storage"
1186        android:icon="@drawable/perm_group_storage"
1187        android:description="@string/permgroupdesc_storage"
1188        android:permissionGroupFlags="personalInfo"
1189        android:priority="240" />
1190
1191    <!-- Allows an application to read from external storage.
1192         <p>Any app that declares the {@link #WRITE_EXTERNAL_STORAGE} permission is implicitly
1193         granted this permission.</p>
1194         <p>This permission is enforced starting in API level 19.  Before API level 19, this
1195         permission is not enforced and all apps still have access to read from external storage.
1196         You can test your app with the permission enforced by enabling <em>Protect USB
1197         storage</em> under Developer options in the Settings app on a device running Android 4.1 or
1198         higher.</p>
1199         <p>Also starting in API level 19, this permission is <em>not</em> required to
1200         read/write files in your application-specific directories returned by
1201         {@link android.content.Context#getExternalFilesDir} and
1202         {@link android.content.Context#getExternalCacheDir}.
1203         <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1204         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1205         minSdkVersion}</a> and <a
1206         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1207         targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1208         grants your app this permission. If you don't need this permission, be sure your <a
1209         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1210         targetSdkVersion}</a> is 4 or higher.-->
1211    <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
1212        android:permissionGroup="android.permission-group.STORAGE"
1213        android:label="@string/permlab_sdcardRead"
1214        android:description="@string/permdesc_sdcardRead"
1215        android:protectionLevel="normal" />
1216
1217    <!-- Allows an application to write to external storage.
1218         <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1219         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1220         minSdkVersion}</a> and <a
1221         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1222         targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1223         grants your app this permission. If you don't need this permission, be sure your <a
1224         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1225         targetSdkVersion}</a> is 4 or higher.
1226         <p>Starting in API level 19, this permission is <em>not</em> required to
1227         read/write files in your application-specific directories returned by
1228         {@link android.content.Context#getExternalFilesDir} and
1229         {@link android.content.Context#getExternalCacheDir}. -->
1230    <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
1231        android:permissionGroup="android.permission-group.STORAGE"
1232        android:label="@string/permlab_sdcardWrite"
1233        android:description="@string/permdesc_sdcardWrite"
1234        android:protectionLevel="dangerous" />
1235
1236    <!-- Allows an application to write to internal media storage
1237         @hide  -->
1238    <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
1239        android:permissionGroup="android.permission-group.STORAGE"
1240        android:label="@string/permlab_mediaStorageWrite"
1241        android:description="@string/permdesc_mediaStorageWrite"
1242        android:protectionLevel="signature|system" />
1243
1244    <!-- Allows an application to manage access to documents, usually as part
1245         of a document picker. -->
1246    <permission android:name="android.permission.MANAGE_DOCUMENTS"
1247        android:permissionGroup="android.permission-group.STORAGE"
1248        android:label="@string/permlab_manageDocs"
1249        android:description="@string/permdesc_manageDocs"
1250        android:protectionLevel="signature" />
1251
1252    <!-- ================================== -->
1253    <!-- Permissions for screenlock         -->
1254    <!-- ================================== -->
1255    <eat-comment />
1256
1257    <!-- Group of permissions that are related to the screenlock. -->
1258    <permission-group android:name="android.permission-group.SCREENLOCK"
1259        android:label="@string/permgrouplab_screenlock"
1260        android:icon="@drawable/perm_group_screenlock"
1261        android:permissionGroupFlags="personalInfo"
1262        android:description="@string/permgroupdesc_screenlock"
1263        android:priority="230" />
1264
1265    <!-- Allows applications to disable the keyguard -->
1266    <permission android:name="android.permission.DISABLE_KEYGUARD"
1267        android:permissionGroup="android.permission-group.SCREENLOCK"
1268        android:protectionLevel="dangerous"
1269        android:description="@string/permdesc_disableKeyguard"
1270        android:label="@string/permlab_disableKeyguard" />
1271
1272    <!-- ================================== -->
1273    <!-- Permissions to access other installed applications  -->
1274    <!-- ================================== -->
1275    <eat-comment />
1276
1277    <!-- Group of permissions that are related to the other applications
1278         installed on the system.  Examples include such as listing
1279         running apps, or killing background processes. -->
1280    <permission-group android:name="android.permission-group.APP_INFO"
1281        android:label="@string/permgrouplab_appInfo"
1282        android:icon="@drawable/perm_group_app_info"
1283        android:description="@string/permgroupdesc_appInfo"
1284        android:priority="220" />
1285
1286    <!-- Allows an application to get information about the currently
1287         or recently running tasks. -->
1288    <permission android:name="android.permission.GET_TASKS"
1289        android:permissionGroup="android.permission-group.APP_INFO"
1290        android:protectionLevel="signature|system"
1291        android:label="@string/permlab_getTasks"
1292        android:description="@string/permdesc_getTasks" />
1293    <!-- @hide Allows an application to call APIs that allow it to do interactions
1294         across the users on the device, using singleton services and
1295         user-targeted broadcasts.  This permission is not available to
1296         third party applications. -->
1297    <permission android:name="android.permission.INTERACT_ACROSS_USERS"
1298        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1299        android:protectionLevel="signature|system|development"
1300        android:label="@string/permlab_interactAcrossUsers"
1301        android:description="@string/permdesc_interactAcrossUsers" />
1302
1303    <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
1304         that removes restrictions on where broadcasts can be sent and allows other
1305         types of interactions. -->
1306    <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
1307        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1308        android:protectionLevel="signature"
1309        android:label="@string/permlab_interactAcrossUsersFull"
1310        android:description="@string/permdesc_interactAcrossUsersFull" />
1311
1312    <!-- @hide Allows an application to call APIs that allow it to query and manage
1313         users on the device. This permission is not available to
1314         third party applications. -->
1315    <permission android:name="android.permission.MANAGE_USERS"
1316        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1317        android:protectionLevel="signature|system"
1318        android:label="@string/permlab_manageUsers"
1319        android:description="@string/permdesc_manageUsers" />
1320
1321    <!-- Allows an application to get full detailed information about
1322         recently running tasks, with full fidelity to the real state.
1323         @hide -->
1324    <permission android:name="android.permission.GET_DETAILED_TASKS"
1325        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1326        android:protectionLevel="signature"
1327        android:label="@string/permlab_getDetailedTasks"
1328        android:description="@string/permdesc_getDetailedTasks" />
1329
1330    <!-- Allows an application to change the Z-order of tasks -->
1331    <permission android:name="android.permission.REORDER_TASKS"
1332        android:permissionGroup="android.permission-group.APP_INFO"
1333        android:protectionLevel="normal"
1334        android:label="@string/permlab_reorderTasks"
1335        android:description="@string/permdesc_reorderTasks" />
1336
1337    <!-- @hide Allows an application to change to remove/kill tasks -->
1338    <permission android:name="android.permission.REMOVE_TASKS"
1339        android:permissionGroup="android.permission-group.APP_INFO"
1340        android:protectionLevel="signature"
1341        android:label="@string/permlab_removeTasks"
1342        android:description="@string/permdesc_removeTasks" />
1343
1344    <!-- @hide Allows an application to create/manage/remove stacks -->
1345    <permission android:name="android.permission.MANAGE_ACTIVITY_STACKS"
1346        android:permissionGroup="android.permission-group.APP_INFO"
1347        android:protectionLevel="signature|system"
1348        android:label="@string/permlab_manageActivityStacks"
1349        android:description="@string/permdesc_manageActivityStacks" />
1350
1351    <!-- Allows an application to start any activity, regardless of permission
1352         protection or exported state. @hide -->
1353    <permission android:name="android.permission.START_ANY_ACTIVITY"
1354        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1355        android:protectionLevel="signature"
1356        android:label="@string/permlab_startAnyActivity"
1357        android:description="@string/permdesc_startAnyActivity" />
1358
1359    <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1360        API is no longer supported. -->
1361    <permission android:name="android.permission.RESTART_PACKAGES"
1362        android:permissionGroup="android.permission-group.APP_INFO"
1363        android:protectionLevel="normal"
1364        android:label="@string/permlab_killBackgroundProcesses"
1365        android:description="@string/permdesc_killBackgroundProcesses" />
1366
1367    <!-- Allows an application to call
1368        {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1369    <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1370        android:permissionGroup="android.permission-group.APP_INFO"
1371        android:protectionLevel="normal"
1372        android:label="@string/permlab_killBackgroundProcesses"
1373        android:description="@string/permdesc_killBackgroundProcesses" />
1374
1375    <!-- ================================== -->
1376    <!-- Permissions affecting the display of other applications  -->
1377    <!-- ================================== -->
1378    <eat-comment />
1379
1380    <!-- Group of permissions that allow manipulation of how
1381         another application displays UI to the user. -->
1382    <permission-group android:name="android.permission-group.DISPLAY"
1383        android:label="@string/permgrouplab_display"
1384        android:icon="@drawable/perm_group_display"
1385        android:description="@string/permgroupdesc_display"
1386        android:priority="190"/>
1387
1388    <!-- Allows an application to open windows using the type
1389         {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1390         shown on top of all other applications.  Very few applications
1391         should use this permission; these windows are intended for
1392         system-level interaction with the user. -->
1393    <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1394        android:permissionGroup="android.permission-group.DISPLAY"
1395        android:protectionLevel="dangerous"
1396        android:label="@string/permlab_systemAlertWindow"
1397        android:description="@string/permdesc_systemAlertWindow" />
1398
1399    <!-- ================================== -->
1400    <!-- Permissions affecting the system wallpaper -->
1401    <!-- ================================== -->
1402    <eat-comment />
1403
1404    <!-- Group of permissions that allow manipulation of how
1405         another application displays UI to the user. -->
1406    <permission-group android:name="android.permission-group.WALLPAPER"
1407        android:label="@string/permgrouplab_wallpaper"
1408        android:icon="@drawable/perm_group_wallpaper"
1409        android:description="@string/permgroupdesc_wallpaper"
1410        android:priority="150" />
1411
1412    <!-- Allows applications to set the wallpaper -->
1413    <permission android:name="android.permission.SET_WALLPAPER"
1414        android:permissionGroup="android.permission-group.WALLPAPER"
1415        android:protectionLevel="normal"
1416        android:label="@string/permlab_setWallpaper"
1417        android:description="@string/permdesc_setWallpaper" />
1418
1419    <!-- Allows applications to set the wallpaper hints -->
1420    <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1421        android:permissionGroup="android.permission-group.WALLPAPER"
1422        android:protectionLevel="normal"
1423        android:label="@string/permlab_setWallpaperHints"
1424        android:description="@string/permdesc_setWallpaperHints" />
1425
1426    <!-- ============================================ -->
1427    <!-- Permissions for changing the system clock -->
1428    <!-- ============================================ -->
1429    <eat-comment />
1430
1431    <!-- Group of permissions that are related to system clock. -->
1432    <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1433        android:label="@string/permgrouplab_systemClock"
1434        android:icon="@drawable/perm_group_system_clock"
1435        android:description="@string/permgroupdesc_systemClock"
1436        android:priority="140" />
1437
1438    <!-- Allows applications to set the system time.
1439    <p>Not for use by third-party applications. -->
1440    <permission android:name="android.permission.SET_TIME"
1441        android:protectionLevel="signature|system"
1442        android:label="@string/permlab_setTime"
1443        android:description="@string/permdesc_setTime" />
1444
1445    <!-- Allows applications to set the system time zone -->
1446    <permission android:name="android.permission.SET_TIME_ZONE"
1447        android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1448        android:protectionLevel="normal"
1449        android:label="@string/permlab_setTimeZone"
1450        android:description="@string/permdesc_setTimeZone" />
1451
1452    <!-- ==================================================== -->
1453    <!-- Permissions related to changing status bar   -->
1454    <!-- ==================================================== -->
1455    <eat-comment />
1456
1457    <!-- Used for permissions that change the status bar -->
1458    <permission-group android:name="android.permission-group.STATUS_BAR"
1459        android:label="@string/permgrouplab_statusBar"
1460        android:icon="@drawable/perm_group_status_bar"
1461        android:description="@string/permgroupdesc_statusBar"
1462        android:priority="110" />
1463
1464    <!-- Allows an application to expand or collapse the status bar. -->
1465    <permission android:name="android.permission.EXPAND_STATUS_BAR"
1466        android:permissionGroup="android.permission-group.STATUS_BAR"
1467        android:protectionLevel="normal"
1468        android:label="@string/permlab_expandStatusBar"
1469        android:description="@string/permdesc_expandStatusBar" />
1470
1471    <!-- ============================================================== -->
1472    <!-- Permissions related to adding/removing shortcuts from Launcher -->
1473    <!-- ============================================================== -->
1474    <eat-comment />
1475
1476    <!-- Allows an application to install a shortcut in Launcher -->
1477    <permission
1478        android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
1479        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1480        android:protectionLevel="dangerous"
1481        android:label="@string/permlab_install_shortcut"
1482        android:description="@string/permdesc_install_shortcut" />
1483
1484        <!-- Allows an application to uninstall a shortcut in Launcher -->
1485    <permission
1486        android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT"
1487        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1488        android:protectionLevel="dangerous"
1489        android:label="@string/permlab_uninstall_shortcut"
1490        android:description="@string/permdesc_uninstall_shortcut"/>
1491
1492    <!-- ==================================================== -->
1493    <!-- Permissions related to accessing sync settings   -->
1494    <!-- ==================================================== -->
1495    <eat-comment />
1496
1497    <!-- Used for permissions that access the sync settings or sync
1498         related information. -->
1499    <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1500        android:label="@string/permgrouplab_syncSettings"
1501        android:icon="@drawable/perm_group_sync_settings"
1502        android:description="@string/permgroupdesc_syncSettings"
1503        android:priority="120" />
1504
1505    <!-- Allows applications to read the sync settings -->
1506    <permission android:name="android.permission.READ_SYNC_SETTINGS"
1507        android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1508        android:protectionLevel="normal"
1509        android:description="@string/permdesc_readSyncSettings"
1510        android:label="@string/permlab_readSyncSettings" />
1511
1512    <!-- Allows applications to write the sync settings -->
1513    <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1514        android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1515        android:protectionLevel="normal"
1516        android:description="@string/permdesc_writeSyncSettings"
1517        android:label="@string/permlab_writeSyncSettings" />
1518
1519    <!-- Allows applications to read the sync stats -->
1520    <permission android:name="android.permission.READ_SYNC_STATS"
1521        android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1522        android:protectionLevel="normal"
1523        android:description="@string/permdesc_readSyncStats"
1524        android:label="@string/permlab_readSyncStats" />
1525
1526
1527    <!-- ============================================ -->
1528    <!-- Permissions for low-level system interaction -->
1529    <!-- ============================================ -->
1530    <eat-comment />
1531
1532    <!-- Group of permissions that are related to system APIs.  Many
1533         of these are not permissions the user will be expected to understand,
1534         and such permissions should generally be marked as "normal" protection
1535         level so they don't get displayed.  This can also, however, be used
1536         for miscellaneous features that provide access to the operating system,
1537         such as writing the global system settings. -->
1538    <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1539        android:label="@string/permgrouplab_systemTools"
1540        android:icon="@drawable/perm_group_system_tools"
1541        android:description="@string/permgroupdesc_systemTools"
1542        android:priority="100" />
1543
1544    <!-- @hide Change the screen compatibility mode of applications -->
1545    <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1546        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1547        android:protectionLevel="signature"
1548        android:label="@string/permlab_setScreenCompatibility"
1549        android:description="@string/permdesc_setScreenCompatibility" />
1550
1551    <!-- Allows an application to access all multi-user external storage @hide -->
1552    <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
1553        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1554        android:label="@string/permlab_sdcardAccessAll"
1555        android:description="@string/permdesc_sdcardAccessAll"
1556        android:protectionLevel="signature" />
1557
1558    <!-- Allows an application to modify the current configuration, such
1559         as locale. -->
1560    <permission android:name="android.permission.CHANGE_CONFIGURATION"
1561        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1562        android:protectionLevel="signature|system|development"
1563        android:label="@string/permlab_changeConfiguration"
1564        android:description="@string/permdesc_changeConfiguration" />
1565
1566    <!-- Allows an application to read or write the system settings. -->
1567    <permission android:name="android.permission.WRITE_SETTINGS"
1568        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1569        android:protectionLevel="normal"
1570        android:label="@string/permlab_writeSettings"
1571        android:description="@string/permdesc_writeSettings" />
1572
1573    <!-- Allows an application to modify the Google service map.
1574    <p>Not for use by third-party applications. -->
1575    <permission android:name="android.permission.WRITE_GSERVICES"
1576        android:protectionLevel="signature|system"
1577        android:label="@string/permlab_writeGservices"
1578        android:description="@string/permdesc_writeGservices" />
1579
1580    <!-- Allows an application to call
1581        {@link android.app.ActivityManager#forceStopPackage}.
1582        @hide -->
1583    <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1584        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1585        android:protectionLevel="signature|system"
1586        android:label="@string/permlab_forceStopPackages"
1587        android:description="@string/permdesc_forceStopPackages" />
1588
1589    <!-- @hide Allows an application to retrieve the content of the active window
1590         An active window is the window that has fired an accessibility event. -->
1591    <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1592        android:permissionGroup="android.permission-group.PERSONAL_INFO"
1593        android:protectionLevel="signature|system"
1594        android:label="@string/permlab_retrieve_window_content"
1595        android:description="@string/permdesc_retrieve_window_content" />
1596
1597    <!-- Modify the global animation scaling factor.
1598    <p>Not for use by third-party applications. -->
1599    <permission android:name="android.permission.SET_ANIMATION_SCALE"
1600        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1601        android:protectionLevel="signature|system|development"
1602        android:label="@string/permlab_setAnimationScale"
1603        android:description="@string/permdesc_setAnimationScale" />
1604
1605    <!-- @deprecated This functionality will be removed in the future; please do
1606         not use. Allow an application to make its activities persistent. -->
1607    <permission android:name="android.permission.PERSISTENT_ACTIVITY"
1608        android:permissionGroup="android.permission-group.APP_INFO"
1609        android:protectionLevel="normal"
1610        android:label="@string/permlab_persistentActivity"
1611        android:description="@string/permdesc_persistentActivity" />
1612
1613    <!-- Allows an application to find out the space used by any package. -->
1614    <permission android:name="android.permission.GET_PACKAGE_SIZE"
1615        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1616        android:protectionLevel="normal"
1617        android:label="@string/permlab_getPackageSize"
1618        android:description="@string/permdesc_getPackageSize" />
1619
1620    <!-- @deprecated No longer useful, see
1621         {@link android.content.pm.PackageManager#addPackageToPreferred}
1622         for details. -->
1623    <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1624        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1625        android:protectionLevel="signature"
1626        android:label="@string/permlab_setPreferredApplications"
1627        android:description="@string/permdesc_setPreferredApplications" />
1628
1629    <!-- Allows an application to receive the
1630         {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1631         broadcast after the system finishes booting.  If you don't
1632         request this permission, you will not receive the broadcast at
1633         that time.  Though holding this permission does not have any
1634         security implications, it can have a negative impact on the
1635         user experience by increasing the amount of time it takes the
1636         system to start and allowing applications to have themselves
1637         running without the user being aware of them.  As such, you must
1638         explicitly declare your use of this facility to make that visible
1639         to the user. -->
1640    <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
1641        android:permissionGroup="android.permission-group.APP_INFO"
1642        android:protectionLevel="normal"
1643        android:label="@string/permlab_receiveBootCompleted"
1644        android:description="@string/permdesc_receiveBootCompleted" />
1645
1646    <!-- Allows an application to broadcast sticky intents.  These are
1647         broadcasts whose data is held by the system after being finished,
1648         so that clients can quickly retrieve that data without having
1649         to wait for the next broadcast. -->
1650    <permission android:name="android.permission.BROADCAST_STICKY"
1651        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1652        android:protectionLevel="normal"
1653        android:label="@string/permlab_broadcastSticky"
1654        android:description="@string/permdesc_broadcastSticky" />
1655
1656    <!-- Allows mounting and unmounting file systems for removable storage.
1657    <p>Not for use by third-party applications.-->
1658    <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1659        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1660        android:protectionLevel="system|signature"
1661        android:label="@string/permlab_mount_unmount_filesystems"
1662        android:description="@string/permdesc_mount_unmount_filesystems" />
1663
1664    <!-- Allows formatting file systems for removable storage.
1665    <p>Not for use by third-party applications. -->
1666    <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1667        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1668        android:protectionLevel="system|signature"
1669        android:label="@string/permlab_mount_format_filesystems"
1670        android:description="@string/permdesc_mount_format_filesystems" />
1671
1672    <!-- Allows access to ASEC non-destructive API calls
1673         @hide  -->
1674    <permission android:name="android.permission.ASEC_ACCESS"
1675        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1676        android:protectionLevel="signature"
1677        android:label="@string/permlab_asec_access"
1678        android:description="@string/permdesc_asec_access" />
1679
1680    <!-- Allows creation of ASEC volumes
1681         @hide  -->
1682    <permission android:name="android.permission.ASEC_CREATE"
1683        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1684        android:protectionLevel="signature"
1685        android:label="@string/permlab_asec_create"
1686        android:description="@string/permdesc_asec_create" />
1687
1688    <!-- Allows destruction of ASEC volumes
1689         @hide  -->
1690    <permission android:name="android.permission.ASEC_DESTROY"
1691        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1692        android:protectionLevel="signature"
1693        android:label="@string/permlab_asec_destroy"
1694        android:description="@string/permdesc_asec_destroy" />
1695
1696    <!-- Allows mount / unmount of ASEC volumes
1697         @hide  -->
1698    <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1699        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1700        android:protectionLevel="signature"
1701        android:label="@string/permlab_asec_mount_unmount"
1702        android:description="@string/permdesc_asec_mount_unmount" />
1703
1704    <!-- Allows rename of ASEC volumes
1705         @hide  -->
1706    <permission android:name="android.permission.ASEC_RENAME"
1707        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1708        android:protectionLevel="signature"
1709        android:label="@string/permlab_asec_rename"
1710        android:description="@string/permdesc_asec_rename" />
1711
1712    <!-- Allows applications to write the apn settings.
1713    <p>Not for use by third-party applications. -->
1714    <permission android:name="android.permission.WRITE_APN_SETTINGS"
1715                android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1716                android:protectionLevel="signature|system"
1717                android:description="@string/permdesc_writeApnSettings"
1718                android:label="@string/permlab_writeApnSettings" />
1719
1720    <!-- Allows an application to allow access the subscribed feeds
1721         ContentProvider. -->
1722    <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1723        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1724        android:label="@string/permlab_subscribedFeedsRead"
1725        android:description="@string/permdesc_subscribedFeedsRead"
1726        android:protectionLevel="normal" />
1727    <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1728        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1729        android:label="@string/permlab_subscribedFeedsWrite"
1730        android:description="@string/permdesc_subscribedFeedsWrite"
1731        android:protectionLevel="dangerous" />
1732
1733    <!-- Allows applications to change network connectivity state -->
1734    <permission android:name="android.permission.CHANGE_NETWORK_STATE"
1735        android:permissionGroup="android.permission-group.NETWORK"
1736        android:protectionLevel="normal"
1737        android:description="@string/permdesc_changeNetworkState"
1738        android:label="@string/permlab_changeNetworkState" />
1739
1740    <!-- Allows an application to clear the caches of all installed
1741         applications on the device.  -->
1742    <permission android:name="android.permission.CLEAR_APP_CACHE"
1743        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1744        android:protectionLevel="dangerous"
1745        android:label="@string/permlab_clearAppCache"
1746        android:description="@string/permdesc_clearAppCache" />
1747
1748    <!-- Allows an application to use any media decoder when decoding for playback
1749         @hide -->
1750    <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
1751        android:protectionLevel="signature|system"
1752        android:label="@string/permlab_anyCodecForPlayback"
1753        android:description="@string/permdesc_anyCodecForPlayback" />
1754
1755    <!-- Allows an application to install and/or uninstall CA certificates on
1756         behalf of the user.
1757         @hide -->
1758    <permission android:name="android.permission.MANAGE_CA_CERTIFICATES"
1759        android:protectionLevel="signature|system"
1760        android:label="@string/permlab_manageCaCertificates"
1761        android:description="@string/permdesc_manageCaCertificates" />
1762
1763    <!-- Allows an application to do certain operations needed for
1764         interacting with the recovery (system update) system. -->
1765    <permission android:name="android.permission.RECOVERY"
1766        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1767        android:protectionLevel="signature|system"
1768        android:label="@string/permlab_recovery"
1769        android:description="@string/permdesc_recovery" />
1770
1771    <!-- Allows the system to bind to an application's idle services
1772         @hide -->
1773    <permission android:name="android.permission.BIND_IDLE_SERVICE"
1774        android:protectionLevel="signature"
1775        android:label="@string/permlab_bindIdleService"
1776        android:description="@string/permdesc_bindIdleService" />
1777
1778    <!-- ========================================= -->
1779    <!-- Permissions for special development tools -->
1780    <!-- ========================================= -->
1781    <eat-comment />
1782
1783    <!-- Group of permissions that are related to development features.  These
1784         are not permissions that should appear in third-party applications; they
1785         protect APIs that are intended only to be used for development
1786         purposes. -->
1787    <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1788        android:label="@string/permgrouplab_developmentTools"
1789        android:description="@string/permgroupdesc_developmentTools"
1790        android:priority="310" />
1791
1792    <!-- Allows an application to read or write the secure system settings.
1793    <p>Not for use by third-party applications. -->
1794    <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1795        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1796        android:protectionLevel="signature|system|development"
1797        android:label="@string/permlab_writeSecureSettings"
1798        android:description="@string/permdesc_writeSecureSettings" />
1799
1800    <!-- Allows an application to retrieve state dump information from system services.
1801    <p>Not for use by third-party applications. -->
1802    <permission android:name="android.permission.DUMP"
1803        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1804        android:protectionLevel="signature|system|development"
1805        android:label="@string/permlab_dump"
1806        android:description="@string/permdesc_dump" />
1807
1808    <!-- Allows an application to read the low-level system log files.
1809    <p>Not for use by third-party applications, because
1810    Log entries can contain the user's private information. -->
1811    <permission android:name="android.permission.READ_LOGS"
1812        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1813        android:protectionLevel="signature|system|development"
1814        android:label="@string/permlab_readLogs"
1815        android:description="@string/permdesc_readLogs" />
1816
1817    <!-- Configure an application for debugging.
1818    <p>Not for use by third-party applications. -->
1819    <permission android:name="android.permission.SET_DEBUG_APP"
1820        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1821        android:protectionLevel="signature|system|development"
1822        android:label="@string/permlab_setDebugApp"
1823        android:description="@string/permdesc_setDebugApp" />
1824
1825    <!-- Allows an application to set the maximum number of (not needed)
1826         application processes that can be running.
1827         <p>Not for use by third-party applications. -->
1828    <permission android:name="android.permission.SET_PROCESS_LIMIT"
1829        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1830        android:protectionLevel="signature|system|development"
1831        android:label="@string/permlab_setProcessLimit"
1832        android:description="@string/permdesc_setProcessLimit" />
1833
1834    <!-- Allows an application to control whether activities are immediately
1835         finished when put in the background.
1836         <p>Not for use by third-party applications. -->
1837    <permission android:name="android.permission.SET_ALWAYS_FINISH"
1838        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1839        android:protectionLevel="signature|system|development"
1840        android:label="@string/permlab_setAlwaysFinish"
1841        android:description="@string/permdesc_setAlwaysFinish" />
1842
1843    <!-- Allow an application to request that a signal be sent to all persistent processes.
1844    <p>Not for use by third-party applications. -->
1845    <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1846        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1847        android:protectionLevel="signature|system|development"
1848        android:label="@string/permlab_signalPersistentProcesses"
1849        android:description="@string/permdesc_signalPersistentProcesses" />
1850
1851    <!-- ==================================== -->
1852    <!-- Private (signature-only) permissions -->
1853    <!-- ==================================== -->
1854    <eat-comment />
1855
1856    <!-- Allows applications to RW to diagnostic resources.
1857    <p>Not for use by third-party applications. -->
1858    <permission android:name="android.permission.DIAGNOSTIC"
1859        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1860        android:protectionLevel="signature"
1861        android:description="@string/permdesc_diagnostic"
1862        android:label="@string/permlab_diagnostic" />
1863
1864    <!-- Allows an application to open, close, or disable the status bar
1865         and its icons.
1866         <p>Not for use by third-party applications. -->
1867    <permission android:name="android.permission.STATUS_BAR"
1868        android:label="@string/permlab_statusBar"
1869        android:description="@string/permdesc_statusBar"
1870        android:protectionLevel="signature|system" />
1871
1872    <!-- Allows an application to be the status bar.  Currently used only by SystemUI.apk
1873    @hide -->
1874    <permission android:name="android.permission.STATUS_BAR_SERVICE"
1875        android:label="@string/permlab_statusBarService"
1876        android:description="@string/permdesc_statusBarService"
1877        android:protectionLevel="signature" />
1878
1879    <!-- Allows an application to force a BACK operation on whatever is the
1880         top activity.
1881         <p>Not for use by third-party applications. -->
1882    <permission android:name="android.permission.FORCE_BACK"
1883        android:label="@string/permlab_forceBack"
1884        android:description="@string/permdesc_forceBack"
1885        android:protectionLevel="signature" />
1886
1887    <!-- Allows an application to update device statistics.
1888    <p>Not for use by third-party applications. -->
1889    <permission android:name="android.permission.UPDATE_DEVICE_STATS"
1890        android:label="@string/permlab_updateBatteryStats"
1891        android:description="@string/permdesc_updateBatteryStats"
1892        android:protectionLevel="signature|system" />
1893
1894    <!-- @hide Allows an application to collect battery statistics -->
1895    <permission android:name="android.permission.GET_APP_OPS_STATS"
1896        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1897        android:label="@string/permlab_getAppOpsStats"
1898        android:description="@string/permdesc_getAppOpsStats"
1899        android:protectionLevel="signature|system|development" />
1900
1901    <!-- Allows an application to update application operation statistics. Not for
1902         use by third party apps. @hide -->
1903    <permission android:name="android.permission.UPDATE_APP_OPS_STATS"
1904        android:label="@string/permlab_updateAppOpsStats"
1905        android:description="@string/permdesc_updateAppOpsStats"
1906        android:protectionLevel="signature|system" />
1907
1908    <!-- Allows an application to open windows that are for use by parts
1909         of the system user interface.
1910         <p>Not for use by third-party applications. -->
1911    <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1912        android:label="@string/permlab_internalSystemWindow"
1913        android:description="@string/permdesc_internalSystemWindow"
1914        android:protectionLevel="signature" />
1915
1916    <!-- Allows an application to manage (create, destroy,
1917         Z-order) application tokens in the window manager.
1918         <p>Not for use by third-party applications. -->
1919    <permission android:name="android.permission.MANAGE_APP_TOKENS"
1920        android:label="@string/permlab_manageAppTokens"
1921        android:description="@string/permdesc_manageAppTokens"
1922        android:protectionLevel="signature" />
1923
1924    <!-- @hide Allows the application to temporarily freeze the screen for a
1925         full-screen transition. -->
1926    <permission android:name="android.permission.FREEZE_SCREEN"
1927        android:label="@string/permlab_freezeScreen"
1928        android:description="@string/permdesc_freezeScreen"
1929        android:protectionLevel="signature" />
1930
1931    <!-- Allows an application to inject user events (keys, touch, trackball)
1932         into the event stream and deliver them to ANY window.  Without this
1933         permission, you can only deliver events to windows in your own process.
1934         <p>Not for use by third-party applications. -->
1935    <permission android:name="android.permission.INJECT_EVENTS"
1936        android:label="@string/permlab_injectEvents"
1937        android:description="@string/permdesc_injectEvents"
1938        android:protectionLevel="signature" />
1939
1940    <!-- @hide Allows an application to register an input filter which filters the stream
1941         of user events (keys, touch, trackball) before they are dispatched to any window. -->
1942    <permission android:name="android.permission.FILTER_EVENTS"
1943        android:label="@string/permlab_filter_events"
1944        android:description="@string/permdesc_filter_events"
1945        android:protectionLevel="signature" />
1946
1947    <!-- @hide Allows an application to retrieve the window token from the accessibility manager. -->
1948    <permission android:name="android.permission.RETRIEVE_WINDOW_TOKEN"
1949        android:label="@string/permlab_retrieveWindowToken"
1950        android:description="@string/permdesc_retrieveWindowToken"
1951        android:protectionLevel="signature" />
1952
1953    <!-- @hide Allows an application to collect frame statistics -->
1954    <permission android:name="android.permission.FRAME_STATS"
1955         android:label="@string/permlab_frameStats"
1956         android:description="@string/permdesc_frameStats"
1957         android:protectionLevel="signature" />
1958
1959    <!-- @hide Allows an application to temporary enable accessibility on the device. -->
1960    <permission android:name="android.permission.TEMPORARY_ENABLE_ACCESSIBILITY"
1961        android:label="@string/permlab_temporary_enable_accessibility"
1962        android:description="@string/permdesc_temporary_enable_accessibility"
1963        android:protectionLevel="signature" />
1964
1965    <!-- Allows an application to watch and control how activities are
1966         started globally in the system.  Only for is in debugging
1967         (usually the monkey command).
1968         <p>Not for use by third-party applications. -->
1969    <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1970        android:label="@string/permlab_runSetActivityWatcher"
1971        android:description="@string/permdesc_runSetActivityWatcher"
1972        android:protectionLevel="signature" />
1973
1974    <!-- Allows an application to call the activity manager shutdown() API
1975         to put the higher-level system there into a shutdown state.
1976         @hide -->
1977    <permission android:name="android.permission.SHUTDOWN"
1978        android:label="@string/permlab_shutdown"
1979        android:description="@string/permdesc_shutdown"
1980        android:protectionLevel="signature|system" />
1981
1982    <!-- Allows an application to tell the activity manager to temporarily
1983         stop application switches, putting it into a special mode that
1984         prevents applications from immediately switching away from some
1985         critical UI such as the home screen.
1986         @hide -->
1987    <permission android:name="android.permission.STOP_APP_SWITCHES"
1988        android:label="@string/permlab_stopAppSwitches"
1989        android:description="@string/permdesc_stopAppSwitches"
1990        android:protectionLevel="signature|system" />
1991
1992    <!-- Allows an application to retrieve private information about
1993         the current top activity, such as any assist context it can provide.
1994         <p>Not for use by third-party applications. -->
1995    <permission android:name="android.permission.GET_TOP_ACTIVITY_INFO"
1996        android:label="@string/permlab_getTopActivityInfo"
1997        android:description="@string/permdesc_getTopActivityInfo"
1998        android:protectionLevel="signature" />
1999
2000    <!-- Allows an application to retrieve the current state of keys and
2001         switches.
2002         <p>Not for use by third-party applications.
2003         @deprecated The API that used this permission has been removed. -->
2004    <permission android:name="android.permission.READ_INPUT_STATE"
2005        android:label="@string/permlab_readInputState"
2006        android:description="@string/permdesc_readInputState"
2007        android:protectionLevel="signature" />
2008
2009    <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
2010         to ensure that only the system can bind to it. -->
2011    <permission android:name="android.permission.BIND_INPUT_METHOD"
2012        android:label="@string/permlab_bindInputMethod"
2013        android:description="@string/permdesc_bindInputMethod"
2014        android:protectionLevel="signature" />
2015
2016    <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
2017         to ensure that only the system can bind to it. -->
2018    <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
2019        android:label="@string/permlab_bindAccessibilityService"
2020        android:description="@string/permdesc_bindAccessibilityService"
2021        android:protectionLevel="signature" />
2022
2023    <!-- Must be required by a {@link android.printservice.PrintService},
2024         to ensure that only the system can bind to it. -->
2025    <permission android:name="android.permission.BIND_PRINT_SERVICE"
2026        android:label="@string/permlab_bindPrintService"
2027        android:description="@string/permdesc_bindPrintService"
2028        android:protectionLevel="signature" />
2029
2030    <!-- Must be required by a {@link android.nfc.cardemulation.HostApduService}
2031         or {@link android.nfc.cardemulation.OffHostApduService} to ensure that only
2032         the system can bind to it. -->
2033    <permission android:name="android.permission.BIND_NFC_SERVICE"
2034        android:label="@string/permlab_bindNfcService"
2035        android:description="@string/permdesc_bindNfcService"
2036        android:protectionLevel="signature" />
2037
2038    <!-- Must be required by the PrintSpooler to ensure that only the system can bind to it.
2039         @hide -->
2040    <permission android:name="android.permission.BIND_PRINT_SPOOLER_SERVICE"
2041        android:label="@string/permlab_bindPrintSpoolerService"
2042        android:description="@string/permdesc_bindPrintSpoolerService"
2043        android:protectionLevel="signature" />
2044
2045    <!-- Must be required by a TextService (e.g. SpellCheckerService)
2046         to ensure that only the system can bind to it. -->
2047    <permission android:name="android.permission.BIND_TEXT_SERVICE"
2048        android:label="@string/permlab_bindTextService"
2049        android:description="@string/permdesc_bindTextService"
2050        android:protectionLevel="signature" />
2051
2052    <!-- Must be required by a {@link android.net.VpnService},
2053         to ensure that only the system can bind to it. -->
2054    <permission android:name="android.permission.BIND_VPN_SERVICE"
2055        android:label="@string/permlab_bindVpnService"
2056        android:description="@string/permdesc_bindVpnService"
2057        android:protectionLevel="signature" />
2058
2059    <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
2060         to ensure that only the system can bind to it. -->
2061    <permission android:name="android.permission.BIND_WALLPAPER"
2062        android:label="@string/permlab_bindWallpaper"
2063        android:description="@string/permdesc_bindWallpaper"
2064        android:protectionLevel="signature|system" />
2065
2066    <!-- Must be required by a {@link android.service.voice.VoiceInteractionService},
2067         to ensure that only the system can bind to it. -->
2068    <permission android:name="android.permission.BIND_VOICE_INTERACTION"
2069        android:label="@string/permlab_bindVoiceInteraction"
2070        android:description="@string/permdesc_bindVoiceInteraction"
2071        android:protectionLevel="signature" />
2072
2073    <!-- Must be required by a {@link com.android.media.remotedisplay.RemoteDisplayProvider},
2074         to ensure that only the system can bind to it.
2075         @hide -->
2076    <permission android:name="android.permission.BIND_REMOTE_DISPLAY"
2077        android:label="@string/permlab_bindRemoteDisplay"
2078        android:description="@string/permdesc_bindRemoteDisplay"
2079        android:protectionLevel="signature" />
2080
2081    <!-- Must be required by a {@link android.media.tv.TvInputService}
2082         to ensure that only the system can bind to it. -->
2083    <permission android:name="android.permission.BIND_TV_INPUT"
2084        android:label="@string/permlab_bindTvInput"
2085        android:description="@string/permdesc_bindTvInput"
2086        android:protectionLevel="signature|system" />
2087
2088    <!-- Must be required by a {@link android.media.routeprovider.RouteProviderService}
2089         to ensure that only the system can interact with it.
2090         @hide -->
2091    <permission android:name="android.permission.BIND_ROUTE_PROVIDER"
2092        android:label="@string/permlab_bindRouteProvider"
2093        android:description="@string/permdesc_bindRouteProvider"
2094        android:protectionLevel="signature" />
2095
2096    <!-- Must be required by device administration receiver, to ensure that only the
2097         system can interact with it. -->
2098    <permission android:name="android.permission.BIND_DEVICE_ADMIN"
2099        android:label="@string/permlab_bindDeviceAdmin"
2100        android:description="@string/permdesc_bindDeviceAdmin"
2101        android:protectionLevel="signature" />
2102
2103    <!-- Required to add or remove another application as a device admin.
2104         <p>Not for use by third-party applications.
2105         @hide -->
2106    <permission android:name="android.permission.MANAGE_DEVICE_ADMINS"
2107        android:label="@string/permlab_manageDeviceAdmins"
2108        android:description="@string/permdesc_manageDeviceAdmins"
2109        android:protectionLevel="signature|system" />
2110
2111    <!-- Allows low-level access to setting the orientation (actually
2112         rotation) of the screen.
2113         <p>Not for use by third-party applications. -->
2114    <permission android:name="android.permission.SET_ORIENTATION"
2115        android:label="@string/permlab_setOrientation"
2116        android:description="@string/permdesc_setOrientation"
2117        android:protectionLevel="signature" />
2118
2119    <!-- Allows low-level access to setting the pointer speed.
2120         <p>Not for use by third-party applications. -->
2121    <permission android:name="android.permission.SET_POINTER_SPEED"
2122        android:label="@string/permlab_setPointerSpeed"
2123        android:description="@string/permdesc_setPointerSpeed"
2124        android:protectionLevel="signature" />
2125
2126    <!-- Allows low-level access to setting input device calibration.
2127         <p>Not for use by normal applications.
2128         @hide -->
2129    <permission android:name="android.permission.SET_INPUT_CALIBRATION"
2130        android:label="@string/permlab_setInputCalibration"
2131        android:description="@string/permdesc_setInputCalibration"
2132        android:protectionLevel="signature" />
2133
2134    <!-- Allows low-level access to setting the keyboard layout.
2135         <p>Not for use by third-party applications.
2136         @hide -->
2137    <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
2138        android:label="@string/permlab_setKeyboardLayout"
2139        android:description="@string/permdesc_setKeyboardLayout"
2140        android:protectionLevel="signature" />
2141
2142    <!-- Allows an application to install packages.
2143    <p>Not for use by third-party applications. -->
2144    <permission android:name="android.permission.INSTALL_PACKAGES"
2145        android:label="@string/permlab_installPackages"
2146        android:description="@string/permdesc_installPackages"
2147        android:protectionLevel="signature|system" />
2148
2149    <!-- Allows an application to clear user data.
2150    <p>Not for use by third-party applications. -->
2151    <permission android:name="android.permission.CLEAR_APP_USER_DATA"
2152        android:label="@string/permlab_clearAppUserData"
2153        android:description="@string/permdesc_clearAppUserData"
2154        android:protectionLevel="signature" />
2155
2156    <!-- Allows an application to delete cache files.
2157    <p>Not for use by third-party applications. -->
2158    <permission android:name="android.permission.DELETE_CACHE_FILES"
2159        android:label="@string/permlab_deleteCacheFiles"
2160        android:description="@string/permdesc_deleteCacheFiles"
2161        android:protectionLevel="signature|system" />
2162
2163    <!-- Allows an application to delete packages.
2164    <p>Not for use by third-party applications. -->
2165    <permission android:name="android.permission.DELETE_PACKAGES"
2166        android:label="@string/permlab_deletePackages"
2167        android:description="@string/permdesc_deletePackages"
2168        android:protectionLevel="signature|system" />
2169
2170    <!-- Allows an application to move location of installed package.
2171         @hide -->
2172    <permission android:name="android.permission.MOVE_PACKAGE"
2173        android:label="@string/permlab_movePackage"
2174        android:description="@string/permdesc_movePackage"
2175        android:protectionLevel="signature|system" />
2176
2177    <!-- Allows an application to change whether an application component (other than its own) is
2178         enabled or not.
2179         <p>Not for use by third-party applications. -->
2180    <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
2181        android:label="@string/permlab_changeComponentState"
2182        android:description="@string/permdesc_changeComponentState"
2183        android:protectionLevel="signature|system" />
2184
2185    <!-- @hide Allows an application to grant or revoke specific permissions. -->
2186    <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
2187        android:label="@string/permlab_grantRevokePermissions"
2188        android:description="@string/permdesc_grantRevokePermissions"
2189        android:protectionLevel="signature" />
2190
2191    <!-- Allows an application to use SurfaceFlinger's low level features.
2192    <p>Not for use by third-party applications. -->
2193    <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
2194        android:label="@string/permlab_accessSurfaceFlinger"
2195        android:description="@string/permdesc_accessSurfaceFlinger"
2196        android:protectionLevel="signature" />
2197
2198    <!-- Allows an application to take screen shots and more generally
2199         get access to the frame buffer data.
2200         <p>Not for use by third-party applications. -->
2201    <permission android:name="android.permission.READ_FRAME_BUFFER"
2202        android:label="@string/permlab_readFrameBuffer"
2203        android:description="@string/permdesc_readFrameBuffer"
2204        android:protectionLevel="signature|system" />
2205
2206    <!-- Allows an application to use InputFlinger's low level features.
2207    <p>Not for use by third-party applications. -->
2208    <permission android:name="android.permission.ACCESS_INPUT_FLINGER"
2209        android:label="@string/permlab_accessInputFlinger"
2210        android:description="@string/permdesc_accessInputFlinger"
2211        android:protectionLevel="signature" />
2212
2213    <!-- Allows an application to configure and connect to Wifi displays
2214         @hide -->
2215    <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
2216        android:label="@string/permlab_configureWifiDisplay"
2217        android:description="@string/permdesc_configureWifiDisplay"
2218        android:protectionLevel="signature" />
2219
2220    <!-- Allows an application to control low-level features of Wifi displays
2221         such as opening an RTSP socket.  This permission should only be used
2222         by the display manager.
2223         @hide -->
2224    <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
2225        android:label="@string/permlab_controlWifiDisplay"
2226        android:description="@string/permdesc_controlWifiDisplay"
2227        android:protectionLevel="signature" />
2228
2229    <!-- Allows an application to capture audio output.
2230         <p>Not for use by third-party applications.</p> -->
2231    <permission android:name="android.permission.CAPTURE_AUDIO_OUTPUT"
2232        android:label="@string/permlab_captureAudioOutput"
2233        android:description="@string/permdesc_captureAudioOutput"
2234        android:protectionLevel="signature|system" />
2235
2236    <!-- Allows an application to capture audio for hotword detection.
2237         <p>Not for use by third-party applications.</p>
2238         @hide -->
2239    <permission android:name="android.permission.CAPTURE_AUDIO_HOTWORD"
2240        android:label="@string/permlab_captureAudioHotword"
2241        android:description="@string/permdesc_captureAudioHotword"
2242        android:protectionLevel="signature|system" />
2243
2244    <!-- Allows an application to modify audio routing and override policy decisions.
2245         <p>Not for use by third-party applications.</p>
2246         @hide -->
2247    <permission android:name="android.permission.MODIFY_AUDIO_ROUTING"
2248        android:label="@string/permlab_modifyAudioRouting"
2249        android:description="@string/permdesc_modifyAudioRouting"
2250        android:protectionLevel="signature|system" />
2251
2252    <!-- Allows an application to capture video output.
2253         <p>Not for use by third-party applications.</p> -->
2254    <permission android:name="android.permission.CAPTURE_VIDEO_OUTPUT"
2255        android:label="@string/permlab_captureVideoOutput"
2256        android:description="@string/permdesc_captureVideoOutput"
2257        android:protectionLevel="signature|system" />
2258
2259    <!-- Allows an application to capture secure video output.
2260         <p>Not for use by third-party applications.</p> -->
2261    <permission android:name="android.permission.CAPTURE_SECURE_VIDEO_OUTPUT"
2262        android:label="@string/permlab_captureSecureVideoOutput"
2263        android:description="@string/permdesc_captureSecureVideoOutput"
2264        android:protectionLevel="signature|system" />
2265
2266    <!-- Allows an application to know what content is playing and control its playback.
2267         <p>Not for use by third-party applications due to privacy of media consumption</p>  -->
2268    <permission android:name="android.permission.MEDIA_CONTENT_CONTROL"
2269        android:label="@string/permlab_mediaContentControl"
2270        android:description="@string/permdesc_mediaContentControl"
2271        android:protectionLevel="signature|system" />
2272
2273    <!-- Required to be able to disable the device (very dangerous!).
2274    <p>Not for use by third-party applications.. -->
2275    <permission android:name="android.permission.BRICK"
2276        android:label="@string/permlab_brick"
2277        android:description="@string/permdesc_brick"
2278        android:protectionLevel="signature" />
2279
2280    <!-- Required to be able to reboot the device.
2281    <p>Not for use by third-party applications. -->
2282    <permission android:name="android.permission.REBOOT"
2283        android:label="@string/permlab_reboot"
2284        android:description="@string/permdesc_reboot"
2285        android:protectionLevel="signature|system" />
2286
2287   <!-- Allows low-level access to power management.
2288   <p>Not for use by third-party applications. -->
2289    <permission android:name="android.permission.DEVICE_POWER"
2290        android:label="@string/permlab_devicePower"
2291        android:description="@string/permdesc_devicePower"
2292        android:protectionLevel="signature" />
2293
2294   <!-- @hide Allows low-level access to tun tap driver -->
2295    <permission android:name="android.permission.NET_TUNNELING"
2296        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2297        android:protectionLevel="signature" />
2298
2299    <!-- Run as a manufacturer test application, running as the root user.
2300         Only available when the device is running in manufacturer test mode.
2301         <p>Not for use by third-party applications. -->
2302    <permission android:name="android.permission.FACTORY_TEST"
2303        android:label="@string/permlab_factoryTest"
2304        android:description="@string/permdesc_factoryTest"
2305        android:protectionLevel="signature" />
2306
2307    <!-- Allows an application to broadcast a notification that an application
2308         package has been removed.
2309         <p>Not for use by third-party applications. -->
2310    <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
2311        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2312        android:label="@string/permlab_broadcastPackageRemoved"
2313        android:description="@string/permdesc_broadcastPackageRemoved"
2314        android:protectionLevel="signature" />
2315
2316    <!-- Allows an application to broadcast an SMS receipt notification.
2317    <p>Not for use by third-party applications. -->
2318    <permission android:name="android.permission.BROADCAST_SMS"
2319        android:permissionGroup="android.permission-group.MESSAGES"
2320        android:label="@string/permlab_broadcastSmsReceived"
2321        android:description="@string/permdesc_broadcastSmsReceived"
2322        android:protectionLevel="signature" />
2323
2324    <!-- Allows an application to broadcast a WAP PUSH receipt notification.
2325    <p>Not for use by third-party applications. -->
2326    <permission android:name="android.permission.BROADCAST_WAP_PUSH"
2327        android:permissionGroup="android.permission-group.MESSAGES"
2328        android:label="@string/permlab_broadcastWapPush"
2329        android:description="@string/permdesc_broadcastWapPush"
2330        android:protectionLevel="signature" />
2331
2332    <!-- Allows an application to broadcast a SCORE_NETWORKS request.
2333         <p>Not for use by third-party applications. @hide -->
2334    <permission android:name="android.permission.BROADCAST_SCORE_NETWORKS"
2335        android:label="@string/permlab_broadcastScoreNetworks"
2336        android:description="@string/permdesc_broadcastScoreNetworks"
2337        android:protectionLevel="signature|system" />
2338
2339    <!-- Not for use by third-party applications. -->
2340    <permission android:name="android.permission.MASTER_CLEAR"
2341        android:label="@string/permlab_masterClear"
2342        android:description="@string/permdesc_masterClear"
2343        android:protectionLevel="signature|system" />
2344
2345    <!-- Allows an application to call any phone number, including emergency
2346         numbers, without going through the Dialer user interface for the user
2347         to confirm the call being placed.
2348         <p>Not for use by third-party applications. -->
2349    <permission android:name="android.permission.CALL_PRIVILEGED"
2350        android:label="@string/permlab_callPrivileged"
2351        android:description="@string/permdesc_callPrivileged"
2352        android:protectionLevel="signature|system" />
2353
2354    <!-- Allows an application to perform CDMA OTA provisioning @hide -->
2355    <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
2356        android:label="@string/permlab_performCdmaProvisioning"
2357        android:description="@string/permdesc_performCdmaProvisioning"
2358        android:protectionLevel="signature|system" />
2359
2360    <!-- Allows enabling/disabling location update notifications from
2361         the radio.
2362         <p>Not for use by third-party applications. -->
2363    <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
2364        android:label="@string/permlab_locationUpdates"
2365        android:description="@string/permdesc_locationUpdates"
2366        android:protectionLevel="signature|system" />
2367
2368    <!-- Allows read/write access to the "properties" table in the checkin
2369         database, to change values that get uploaded.
2370         <p>Not for use by third-party applications. -->
2371    <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
2372        android:label="@string/permlab_checkinProperties"
2373        android:description="@string/permdesc_checkinProperties"
2374        android:protectionLevel="signature|system" />
2375
2376    <!-- Allows an application to collect component usage
2377         statistics @hide -->
2378    <permission android:name="android.permission.PACKAGE_USAGE_STATS"
2379        android:label="@string/permlab_pkgUsageStats"
2380        android:description="@string/permdesc_pkgUsageStats"
2381        android:protectionLevel="signature|system" />
2382
2383    <!-- Allows an application to collect battery statistics -->
2384    <permission android:name="android.permission.BATTERY_STATS"
2385        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2386        android:label="@string/permlab_batteryStats"
2387        android:description="@string/permdesc_batteryStats"
2388        android:protectionLevel="signature|system" />
2389
2390    <!-- Allows an application to control the backup and restore process.
2391    <p>Not for use by third-party applications.
2392         @hide pending API council -->
2393    <permission android:name="android.permission.BACKUP"
2394        android:label="@string/permlab_backup"
2395        android:description="@string/permdesc_backup"
2396        android:protectionLevel="signature|system" />
2397
2398    <!-- Allows a package to launch the secure full-backup confirmation UI.
2399         ONLY the system process may hold this permission.
2400         @hide -->
2401    <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
2402        android:label="@string/permlab_confirm_full_backup"
2403        android:description="@string/permdesc_confirm_full_backup"
2404        android:protectionLevel="signature" />
2405
2406    <!-- Must be required by a {@link android.widget.RemoteViewsService},
2407         to ensure that only the system can bind to it. -->
2408    <permission android:name="android.permission.BIND_REMOTEVIEWS"
2409        android:label="@string/permlab_bindRemoteViews"
2410        android:description="@string/permdesc_bindRemoteViews"
2411        android:protectionLevel="signature|system" />
2412
2413    <!-- Allows an application to tell the AppWidget service which application
2414         can access AppWidget's data.  The normal user flow is that a user
2415         picks an AppWidget to go into a particular host, thereby giving that
2416         host application access to the private data from the AppWidget app.
2417         An application that has this permission should honor that contract.
2418         <p>Not for use by third-party applications. -->
2419    <permission android:name="android.permission.BIND_APPWIDGET"
2420        android:permissionGroup="android.permission-group.PERSONAL_INFO"
2421        android:label="@string/permlab_bindGadget"
2422        android:description="@string/permdesc_bindGadget"
2423        android:protectionLevel="signature|system" />
2424
2425    <!-- Private permission, to restrict who can bring up a dialog to add a new
2426         keyguard widget
2427         @hide -->
2428    <permission android:name="android.permission.BIND_KEYGUARD_APPWIDGET"
2429        android:permissionGroup="android.permission-group.PERSONAL_INFO"
2430        android:protectionLevel="signature|system" />
2431
2432    <!-- Internal permission allowing an application to query/set which
2433         applications can bind AppWidgets.
2434         @hide -->
2435    <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
2436        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2437        android:protectionLevel="signature|system" />
2438
2439    <!-- Allows applications to change the background data setting.
2440    <p>Not for use by third-party applications.
2441         @hide pending API council -->
2442    <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
2443        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2444        android:protectionLevel="signature"
2445        android:description="@string/permdesc_changeBackgroundDataSetting"
2446        android:label="@string/permlab_changeBackgroundDataSetting" />
2447
2448    <!-- This permission can be used on content providers to allow the global
2449         search system to access their data.  Typically it used when the
2450         provider has some permissions protecting it (which global search
2451         would not be expected to hold), and added as a read-only permission
2452         to the path in the provider where global search queries are
2453         performed.  This permission can not be held by regular applications;
2454         it is used by applications to protect themselves from everyone else
2455         besides global search. -->
2456    <permission android:name="android.permission.GLOBAL_SEARCH"
2457        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2458        android:protectionLevel="signature|system" />
2459
2460    <!-- Internal permission protecting access to the global search
2461         system: ensures that only the system can access the provider
2462         to perform queries (since this otherwise provides unrestricted
2463         access to a variety of content providers), and to write the
2464         search statistics (to keep applications from gaming the source
2465         ranking).
2466         @hide -->
2467    <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
2468        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2469        android:protectionLevel="signature" />
2470
2471    <!-- Internal permission to allows an application to read indexable data.
2472        @hide -->
2473    <permission android:name="android.permission.READ_SEARCH_INDEXABLES"
2474        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2475        android:protectionLevel="signature|system" />
2476
2477    <!-- Allows applications to set a live wallpaper.
2478         @hide XXX Change to signature once the picker is moved to its
2479         own apk as Ghod Intended. -->
2480    <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
2481        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2482        android:protectionLevel="signature|system" />
2483
2484    <!-- Allows applications to read dream settings and dream state.
2485         @hide -->
2486    <permission android:name="android.permission.READ_DREAM_STATE"
2487        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2488        android:protectionLevel="signature|system" />
2489
2490    <!-- Allows applications to write dream settings, and start or stop dreaming.
2491         @hide -->
2492    <permission android:name="android.permission.WRITE_DREAM_STATE"
2493        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2494        android:protectionLevel="signature|system" />
2495
2496    <!-- Allow an application to read and write the cache partition.
2497         @hide -->
2498    <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
2499        android:label="@string/permlab_cache_filesystem"
2500        android:description="@string/permdesc_cache_filesystem"
2501        android:protectionLevel="signature|system" />
2502
2503    <!-- Must be required by default container service so that only
2504         the system can bind to it and use it to copy
2505         protected data to secure containers or files
2506         accessible to the system.
2507         @hide -->
2508    <permission android:name="android.permission.COPY_PROTECTED_DATA"
2509        android:label="@string/permlab_copyProtectedData"
2510        android:description="@string/permlab_copyProtectedData"
2511        android:protectionLevel="signature" />
2512
2513    <!-- Internal permission protecting access to the encryption methods
2514        @hide
2515    -->
2516    <permission android:name="android.permission.CRYPT_KEEPER"
2517        android:protectionLevel="signature|system" />
2518
2519    <!-- Allows an application to read historical network usage for
2520         specific networks and applications. @hide -->
2521    <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
2522        android:label="@string/permlab_readNetworkUsageHistory"
2523        android:description="@string/permdesc_readNetworkUsageHistory"
2524        android:protectionLevel="signature|system" />
2525
2526    <!-- Allows an application to manage network policies (such as warning and disable
2527         limits) and to define application-specific rules. @hide -->
2528    <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
2529        android:label="@string/permlab_manageNetworkPolicy"
2530        android:description="@string/permdesc_manageNetworkPolicy"
2531        android:protectionLevel="signature" />
2532
2533    <!-- Allows an application to account its network traffic against other UIDs. Used
2534         by system services like download manager and media server. Not for use by
2535         third party apps. @hide -->
2536    <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
2537        android:label="@string/permlab_modifyNetworkAccounting"
2538        android:description="@string/permdesc_modifyNetworkAccounting"
2539        android:protectionLevel="signature|system" />
2540
2541    <!-- Allows an application to mark traffic as from another user for per user routing.
2542         Used by system wide services like media server that execute delegated network connections
2543         for users.
2544         @hide
2545    -->
2546    <permission android:name="android.permission.MARK_NETWORK_SOCKET"
2547        android:label="@string/permlab_markNetworkSocket"
2548        android:description="@string/permdesc_markNetworkSocket"
2549        android:protectionLevel="signature|system" />
2550
2551    <!-- C2DM permission.
2552         @hide Used internally.
2553     -->
2554    <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
2555          android:protectionLevel="signature" />
2556    <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
2557
2558    <!-- @hide Package verifier needs to have this permission before the PackageManager will
2559         trust it to verify packages.
2560    -->
2561    <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
2562        android:label="@string/permlab_packageVerificationAgent"
2563        android:description="@string/permdesc_packageVerificationAgent"
2564        android:protectionLevel="signature|system" />
2565
2566    <!-- Must be required by package verifier receiver, to ensure that only the
2567         system can interact with it.
2568         @hide
2569    -->
2570    <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
2571        android:label="@string/permlab_bindPackageVerifier"
2572        android:description="@string/permdesc_bindPackageVerifier"
2573        android:protectionLevel="signature" />
2574
2575    <!-- Allows applications to access serial ports via the SerialManager.
2576         @hide -->
2577    <permission android:name="android.permission.SERIAL_PORT"
2578        android:label="@string/permlab_serialPort"
2579        android:description="@string/permdesc_serialPort"
2580        android:protectionLevel="signature|system" />
2581
2582    <!-- Allows the holder to access content providers from outside an ApplicationThread.
2583         This permission is enforced by the ActivityManagerService on the corresponding APIs,
2584         in particular ActivityManagerService#getContentProviderExternal(String) and
2585         ActivityManagerService#removeContentProviderExternal(String).
2586         @hide
2587    -->
2588    <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
2589        android:label="@string/permlab_accessContentProvidersExternally"
2590        android:description="@string/permdesc_accessContentProvidersExternally"
2591        android:protectionLevel="signature" />
2592    <!-- Allows an application to hold an UpdateLock, recommending that a headless
2593         OTA reboot *not* occur while the lock is held.
2594         @hide -->
2595    <permission android:name="android.permission.UPDATE_LOCK"
2596        android:label="@string/permlab_updateLock"
2597        android:description="@string/permdesc_updateLock"
2598        android:protectionLevel="signatureOrSystem" />
2599
2600    <!-- Allows an application to read the current set of notifications, including
2601         any metadata and intents attached.
2602         @hide -->
2603    <permission android:name="android.permission.ACCESS_NOTIFICATIONS"
2604        android:label="@string/permlab_accessNotifications"
2605        android:description="@string/permdesc_accessNotifications"
2606        android:protectionLevel="signature|system" />
2607
2608    <!-- Allows access to keyguard secure storage.  Only allowed for system processes.
2609        @hide -->
2610    <permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"
2611        android:protectionLevel="signature"
2612        android:label="@string/permlab_access_keyguard_secure_storage"
2613        android:description="@string/permdesc_access_keyguard_secure_storage" />
2614
2615    <!-- Allows an application to control keyguard.  Only allowed for system processes.
2616        @hide -->
2617    <permission android:name="android.permission.CONTROL_KEYGUARD"
2618        android:protectionLevel="signature"
2619        android:label="@string/permlab_control_keyguard"
2620        android:description="@string/permdesc_control_keyguard" />
2621
2622    <!-- Allows an application to listen to trust changes.  Only allowed for system processes.
2623        @hide -->
2624    <permission android:name="android.permission.TRUST_LISTENER"
2625                android:protectionLevel="signature"
2626                android:label="@string/permlab_trust_listener"
2627                android:description="@string/permdesc_trust_listener" />
2628
2629    <!-- Allows an application to provide a trust agent.
2630         @hide For security reasons, this is a platform-only permission. -->
2631    <permission android:name="android.permission.PROVIDE_TRUST_AGENT"
2632                android:protectionLevel="signatureOrSystem"
2633                android:label="@string/permlab_provide_trust_agent"
2634                android:description="@string/permdesc_provide_trust_agent" />
2635
2636    <!-- Must be required by an {@link
2637         android.service.trust.TrustAgentService},
2638         to ensure that only the system can bind to it. -->
2639    <permission android:name="android.permission.BIND_TRUST_AGENT"
2640                android:protectionLevel="signature"
2641                android:label="@string/permlab_bind_trust_agent_service"
2642                android:description="@string/permdesc_bind_trust_agent_service" />
2643
2644    <!-- Must be required by an {@link
2645         android.service.notification.NotificationListenerService},
2646         to ensure that only the system can bind to it. -->
2647    <permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
2648        android:label="@string/permlab_bindNotificationListenerService"
2649        android:description="@string/permdesc_bindNotificationListenerService"
2650        android:protectionLevel="signature" />
2651
2652    <!-- Must be required by an {@link
2653         android.service.notification.ConditionProviderService},
2654         to ensure that only the system can bind to it.
2655         @hide -->
2656    <permission android:name="android.permission.BIND_CONDITION_PROVIDER_SERVICE"
2657        android:label="@string/permlab_bindConditionProviderService"
2658        android:description="@string/permdesc_bindConditionProviderService"
2659        android:protectionLevel="signature" />
2660
2661    <!-- Allows an application to call into a carrier setup flow. It is up to the
2662         carrier setup application to enforce that this permission is required
2663         @hide This is not a third-party API (intended for OEMs and system apps). -->
2664    <permission android:name="android.permission.INVOKE_CARRIER_SETUP"
2665        android:label="@string/permlab_invokeCarrierSetup"
2666        android:description="@string/permdesc_invokeCarrierSetup"
2667        android:protectionLevel="signature|system" />
2668
2669    <!-- Allows an application to listen for network condition observations.
2670         @hide This is not a third-party API (intended for system apps). -->
2671    <permission android:name="android.permission.ACCESS_NETWORK_CONDITIONS"
2672        android:label="@string/permlab_accessNetworkConditions"
2673        android:description="@string/permdesc_accessNetworkConditions"
2674        android:protectionLevel="signature|system" />
2675
2676    <!-- Allows an application to provision and access DRM certificates
2677         @hide This is not a third-party API (intended for system apps). -->
2678    <permission android:name="android.permission.ACCESS_DRM_CERTIFICATES"
2679        android:label="@string/permlab_accessDrmCertificates"
2680        android:description="@string/permdesc_accessDrmCertificates"
2681        android:protectionLevel="signature|system" />
2682
2683    <!-- The system process is explicitly the only one allowed to launch the
2684         confirmation UI for full backup/restore -->
2685    <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
2686
2687    <application android:process="system"
2688                 android:persistent="true"
2689                 android:hasCode="false"
2690                 android:label="@string/android_system_label"
2691                 android:allowClearUserData="false"
2692                 android:backupAgent="com.android.server.backup.SystemBackupAgent"
2693                 android:killAfterRestore="false"
2694                 android:icon="@drawable/ic_launcher_android"
2695                 android:supportsRtl="true">
2696        <activity android:name="com.android.internal.app.ChooserActivity"
2697                android:theme="@style/Theme.Holo.Dialog.Alert"
2698                android:finishOnCloseSystemDialogs="true"
2699                android:excludeFromRecents="true"
2700                android:multiprocess="true">
2701            <intent-filter>
2702                <action android:name="android.intent.action.CHOOSER" />
2703                <category android:name="android.intent.category.DEFAULT" />
2704            </intent-filter>
2705        </activity>
2706        <activity android:name="com.android.internal.app.IntentForwarderActivity"
2707                android:finishOnCloseSystemDialogs="true"
2708                android:theme="@style/Theme.NoDisplay"
2709                android:excludeFromRecents="true"
2710                android:label="@string/user_owner_label"
2711                android:exported="true"
2712                >
2713        </activity>
2714        <activity-alias android:name="com.android.internal.app.ForwardIntentToUserOwner"
2715                android:targetActivity="com.android.internal.app.IntentForwarderActivity"
2716                android:icon="@drawable/personal_icon"
2717                android:exported="true"
2718                android:label="@string/user_owner_label">
2719        </activity-alias>
2720        <activity-alias android:name="com.android.internal.app.ForwardIntentToManagedProfile"
2721                android:targetActivity="com.android.internal.app.IntentForwarderActivity"
2722                android:icon="@drawable/work_icon"
2723                android:exported="true"
2724                android:label="@string/managed_profile_label">
2725        </activity-alias>
2726        <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
2727                android:theme="@style/Theme.Holo.Dialog"
2728                android:label="@string/heavy_weight_switcher_title"
2729                android:finishOnCloseSystemDialogs="true"
2730                android:excludeFromRecents="true"
2731                android:process=":ui">
2732        </activity>
2733        <activity android:name="com.android.internal.app.PlatLogoActivity"
2734                android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
2735                android:process=":ui">
2736        </activity>
2737        <activity android:name="com.android.internal.app.DisableCarModeActivity"
2738                android:theme="@style/Theme.NoDisplay"
2739                android:excludeFromRecents="true"
2740                android:process=":ui">
2741        </activity>
2742
2743        <activity android:name="android.accounts.ChooseAccountActivity"
2744                android:excludeFromRecents="true"
2745                android:exported="true"
2746                android:theme="@android:style/Theme.Holo.Dialog"
2747                android:label="@string/choose_account_label"
2748                android:process=":ui">
2749        </activity>
2750
2751        <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
2752                android:excludeFromRecents="true"
2753                android:exported="true"
2754                android:theme="@android:style/Theme.Holo.Dialog"
2755                android:label="@string/choose_account_label"
2756                android:process=":ui">
2757        </activity>
2758
2759        <activity android:name="android.accounts.ChooseAccountTypeActivity"
2760                android:excludeFromRecents="true"
2761                android:theme="@android:style/Theme.Holo.Dialog"
2762                android:label="@string/choose_account_label"
2763                android:process=":ui">
2764        </activity>
2765
2766        <activity android:name="android.accounts.CantAddAccountActivity"
2767                android:excludeFromRecents="true"
2768                android:exported="true"
2769                android:theme="@android:style/Theme.Holo.Dialog.NoActionBar"
2770                android:process=":ui">
2771        </activity>
2772
2773        <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
2774                android:excludeFromRecents="true"
2775                android:exported="true"
2776                android:theme="@android:style/Theme.Holo.DialogWhenLarge"
2777                android:process=":ui">
2778        </activity>
2779
2780        <activity android:name="android.content.SyncActivityTooManyDeletes"
2781               android:theme="@android:style/Theme.Holo.Dialog"
2782               android:label="@string/sync_too_many_deletes"
2783               android:process=":ui">
2784        </activity>
2785
2786        <activity android:name="com.android.server.ShutdownActivity"
2787            android:permission="android.permission.SHUTDOWN"
2788            android:excludeFromRecents="true">
2789            <intent-filter>
2790                <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2791                <category android:name="android.intent.category.DEFAULT" />
2792            </intent-filter>
2793            <intent-filter>
2794                <action android:name="android.intent.action.REBOOT" />
2795                <category android:name="android.intent.category.DEFAULT" />
2796            </intent-filter>
2797        </activity>
2798
2799        <activity android:name="com.android.internal.app.NetInitiatedActivity"
2800                android:theme="@style/Theme.Holo.Dialog.Alert"
2801                android:excludeFromRecents="true"
2802                android:process=":ui">
2803        </activity>
2804
2805        <activity android:name="com.android.internal.app.RestrictionsPinActivity"
2806                android:theme="@style/Theme.Material.Light.Dialog.Alert"
2807                android:excludeFromRecents="true"
2808                android:windowSoftInputMode="adjustPan"
2809                android:process=":ui">
2810            <intent-filter android:priority="100">
2811                <action android:name="android.intent.action.RESTRICTIONS_CHALLENGE" />
2812                <category android:name="android.intent.category.DEFAULT" />
2813            </intent-filter>
2814        </activity>
2815
2816        <receiver android:name="com.android.server.BootReceiver"
2817                android:primaryUserOnly="true">
2818            <intent-filter android:priority="1000">
2819                <action android:name="android.intent.action.BOOT_COMPLETED" />
2820            </intent-filter>
2821        </receiver>
2822
2823        <receiver android:name="com.android.server.updates.CertPinInstallReceiver" >
2824            <intent-filter>
2825                <action android:name="android.intent.action.UPDATE_PINS" />
2826            </intent-filter>
2827        </receiver>
2828
2829        <receiver android:name="com.android.server.updates.IntentFirewallInstallReceiver" >
2830            <intent-filter>
2831                <action android:name="android.intent.action.UPDATE_INTENT_FIREWALL" />
2832            </intent-filter>
2833        </receiver>
2834
2835        <receiver android:name="com.android.server.updates.SmsShortCodesInstallReceiver" >
2836            <intent-filter>
2837                <action android:name="android.intent.action.UPDATE_SMS_SHORT_CODES" />
2838            </intent-filter>
2839        </receiver>
2840
2841        <receiver android:name="com.android.server.updates.CarrierProvisioningUrlsInstallReceiver" >
2842            <intent-filter>
2843                <action android:name="android.intent.action.UPDATE_CARRIER_PROVISIONING_URLS" />
2844            </intent-filter>
2845        </receiver>
2846
2847        <receiver android:name="com.android.server.updates.TZInfoInstallReceiver" >
2848            <intent-filter>
2849                <action android:name="android.intent.action.UPDATE_TZINFO" />
2850            </intent-filter>
2851        </receiver>
2852
2853        <receiver android:name="com.android.server.updates.SELinuxPolicyInstallReceiver" >
2854            <intent-filter>
2855                <action android:name="android.intent.action.UPDATE_SEPOLICY" />
2856            </intent-filter>
2857        </receiver>
2858
2859        <receiver android:name="com.android.server.MasterClearReceiver"
2860            android:permission="android.permission.MASTER_CLEAR">
2861            <intent-filter
2862                    android:priority="100" >
2863                <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2864                <action android:name="android.intent.action.MASTER_CLEAR" />
2865
2866                <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
2867                <action android:name="com.google.android.c2dm.intent.RECEIVE" />
2868                <category android:name="android.intent.category.MASTER_CLEAR" />
2869            </intent-filter>
2870        </receiver>
2871
2872        <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2873            android:permission="android.permission.MASTER_CLEAR"
2874            android:exported="true" />
2875
2876        <service android:name="android.hardware.location.GeofenceHardwareService"
2877            android:permission="android.permission.LOCATION_HARDWARE"
2878            android:exported="false" />
2879
2880        <service android:name="com.android.internal.backup.LocalTransportService"
2881                android:permission="android.permission.CONFIRM_FULL_BACKUP"
2882                android:exported="false">
2883            <intent-filter>
2884                <action android:name="android.backup.TRANSPORT_HOST" />
2885            </intent-filter>
2886        </service>
2887
2888        <service android:name="com.android.server.MountServiceIdler"
2889                 android:exported="false"
2890                 android:permission="android.permission.BIND_IDLE_SERVICE" >
2891            <intent-filter>
2892                <action android:name="android.service.idle.IdleService" />
2893            </intent-filter>
2894        </service>
2895
2896    </application>
2897
2898</manifest>
2899