AndroidManifest.xml revision fd5015be41080970c9a992a8ef17a1deefb57478
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_TICK" />
33    <protected-broadcast android:name="android.intent.action.TIMEZONE_CHANGED" />
34    <protected-broadcast android:name="android.intent.action.BOOT_COMPLETED" />
35    <protected-broadcast android:name="android.intent.action.PACKAGE_INSTALL" />
36    <protected-broadcast android:name="android.intent.action.PACKAGE_ADDED" />
37    <protected-broadcast android:name="android.intent.action.PACKAGE_REPLACED" />
38    <protected-broadcast android:name="android.intent.action.MY_PACKAGE_REPLACED" />
39    <protected-broadcast android:name="android.intent.action.PACKAGE_REMOVED" />
40    <protected-broadcast android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
41    <protected-broadcast android:name="android.intent.action.PACKAGE_CHANGED" />
42    <protected-broadcast android:name="android.intent.action.PACKAGE_RESTARTED" />
43    <protected-broadcast android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
44    <protected-broadcast android:name="android.intent.action.PACKAGE_FIRST_LAUNCH" />
45    <protected-broadcast android:name="android.intent.action.PACKAGE_NEEDS_VERIFICATION" />
46    <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
47    <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
48    <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
49    <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
50    <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
51    <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
52    <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
53    <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
54    <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
55    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
56    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
57    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
58    <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
59    <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
60    <protected-broadcast android:name="android.intent.action.REBOOT" />
61    <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
62    <protected-broadcast android:name="android.intent.action.MASTER_CLEAR_NOTIFICATION" />
63    <protected-broadcast android:name="android.intent.action.USER_ADDED" />
64    <protected-broadcast android:name="android.intent.action.USER_REMOVED" />
65    <protected-broadcast android:name="android.intent.action.USER_SWITCHED" />
66
67    <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
68    <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
69    <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
70    <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
71
72    <protected-broadcast android:name="android.backup.intent.RUN" />
73    <protected-broadcast android:name="android.backup.intent.CLEAR" />
74    <protected-broadcast android:name="android.backup.intent.INIT" />
75
76    <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
77    <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
78    <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
79    <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
80    <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
81    <protected-broadcast android:name="android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED" />
82    <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
83    <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
84    <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
85    <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
86    <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
87    <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
88    <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
89    <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
90    <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
91    <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
92    <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
93    <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
94    <protected-broadcast
95        android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
96    <protected-broadcast
97        android:name="android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED" />
98    <protected-broadcast
99        android:name="android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" />
100    <protected-broadcast
101        android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED" />
102    <protected-broadcast
103        android:name="android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED" />
104    <protected-broadcast
105        android:name="android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED" />
106    <protected-broadcast
107        android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" />
108
109    <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
110    <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
111    <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
112    <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
113    <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
114
115    <protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />
116    <protected-broadcast android:name="android.intent.action.ANALOG_AUDIO_DOCK_PLUG" />
117    <protected-broadcast android:name="android.intent.action.DIGITAL_AUDIO_DOCK_PLUG" />
118    <protected-broadcast android:name="android.intent.action.HDMI_AUDIO_PLUG" />
119    <protected-broadcast android:name="android.intent.action.USB_AUDIO_ACCESSORY_PLUG" />
120    <protected-broadcast android:name="android.intent.action.USB_AUDIO_DEVICE_PLUG" />
121
122    <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
123    <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
124
125    <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
126    <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
127    <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
128    <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
129
130    <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
131    <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
132    <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
133
134    <protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
135
136    <!-- ====================================== -->
137    <!-- Permissions for things that cost money -->
138    <!-- ====================================== -->
139    <eat-comment />
140
141    <!-- Used for permissions that can be used to make the user spend money
142         without their direct involvement.  For example, this is the group
143         for permissions that allow you to directly place phone calls,
144         directly send SMS messages, etc. -->
145    <permission-group android:name="android.permission-group.COST_MONEY"
146        android:label="@string/permgrouplab_costMoney"
147        android:description="@string/permgroupdesc_costMoney" />
148
149    <!-- Allows an application to send SMS messages. -->
150    <permission android:name="android.permission.SEND_SMS"
151        android:permissionGroup="android.permission-group.COST_MONEY"
152        android:protectionLevel="dangerous"
153        android:label="@string/permlab_sendSms"
154        android:description="@string/permdesc_sendSms" />
155
156    <!-- Allows an application to send SMS messages via the Messaging app with no user
157         input or confirmation.
158         @hide -->
159    <permission android:name="android.permission.SEND_SMS_NO_CONFIRMATION"
160        android:permissionGroup="android.permission-group.COST_MONEY"
161        android:protectionLevel="signature|system"
162        android:label="@string/permlab_sendSmsNoConfirmation"
163        android:description="@string/permdesc_sendSmsNoConfirmation" />
164
165    <!-- Allows an application to initiate a phone call without going through
166         the Dialer user interface for the user to confirm the call
167         being placed. -->
168    <permission android:name="android.permission.CALL_PHONE"
169        android:permissionGroup="android.permission-group.COST_MONEY"
170        android:protectionLevel="dangerous"
171        android:label="@string/permlab_callPhone"
172        android:description="@string/permdesc_callPhone" />
173
174    <!-- ================================== -->
175    <!-- Permissions for accessing messages -->
176    <!-- ================================== -->
177    <eat-comment />
178
179    <!-- Used for permissions that allow an application to send messages
180         on behalf of the user or intercept messages being received by the
181         user.  This is primarily intended for SMS/MMS messaging, such as
182         receiving or reading an MMS. -->
183    <permission-group android:name="android.permission-group.MESSAGES"
184        android:label="@string/permgrouplab_messages"
185        android:description="@string/permgroupdesc_messages" />
186
187    <!-- Allows an application to monitor incoming SMS messages, to record
188         or perform processing on them. -->
189    <permission android:name="android.permission.RECEIVE_SMS"
190        android:permissionGroup="android.permission-group.MESSAGES"
191        android:protectionLevel="dangerous"
192        android:label="@string/permlab_receiveSms"
193        android:description="@string/permdesc_receiveSms" />
194
195    <!-- Allows an application to monitor incoming MMS messages, to record
196         or perform processing on them. -->
197    <permission android:name="android.permission.RECEIVE_MMS"
198        android:permissionGroup="android.permission-group.MESSAGES"
199        android:protectionLevel="dangerous"
200        android:label="@string/permlab_receiveMms"
201        android:description="@string/permdesc_receiveMms" />
202
203    <!-- Allows an application to receive emergency cell broadcast messages,
204         to record or display them to the user. Reserved for system apps.
205         @hide Pending API council approval -->
206    <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
207        android:permissionGroup="android.permission-group.MESSAGES"
208        android:protectionLevel="signature|system"
209        android:label="@string/permlab_receiveEmergencyBroadcast"
210        android:description="@string/permdesc_receiveEmergencyBroadcast" />
211
212    <!-- Allows an application to read previously received cell broadcast
213         messages and to register a content observer to get notifications when
214         a cell broadcast has been received and added to the database. For
215         emergency alerts, the database is updated immediately after the
216         alert dialog and notification sound/vibration/speech are presented.
217         The "read" column is then updated after the user dismisses the alert.
218         This enables supplementary emergency assistance apps to start loading
219         additional emergency information (if Internet access is available)
220         when the alert is first received, and to delay presenting the info
221         to the user until after the initial alert dialog is dismissed.
222         @hide Pending API council approval -->
223    <permission android:name="android.permission.READ_CELL_BROADCASTS"
224        android:permissionGroup="android.permission-group.MESSAGES"
225        android:protectionLevel="dangerous"
226        android:label="@string/permlab_readCellBroadcasts"
227        android:description="@string/permdesc_readCellBroadcasts" />
228
229    <!-- Allows an application to read SMS messages. -->
230    <permission android:name="android.permission.READ_SMS"
231        android:permissionGroup="android.permission-group.MESSAGES"
232        android:protectionLevel="dangerous"
233        android:label="@string/permlab_readSms"
234        android:description="@string/permdesc_readSms" />
235
236    <!-- Allows an application to write SMS messages. -->
237    <permission android:name="android.permission.WRITE_SMS"
238        android:permissionGroup="android.permission-group.MESSAGES"
239        android:protectionLevel="dangerous"
240        android:label="@string/permlab_writeSms"
241        android:description="@string/permdesc_writeSms" />
242
243    <!-- Allows an application to monitor incoming WAP push messages. -->
244    <permission android:name="android.permission.RECEIVE_WAP_PUSH"
245        android:permissionGroup="android.permission-group.MESSAGES"
246        android:protectionLevel="dangerous"
247        android:label="@string/permlab_receiveWapPush"
248        android:description="@string/permdesc_receiveWapPush" />
249
250    <!-- =============================================================== -->
251    <!-- Permissions for accessing personal info (contacts and calendar) -->
252    <!-- =============================================================== -->
253    <eat-comment />
254
255    <!-- Used for permissions that provide access to the user's private data,
256         such as contacts, calendar events, e-mail messages, etc.  This includes
257         both reading and writing of this data (which should generally be
258         expressed as two distinct permissions). -->
259    <permission-group android:name="android.permission-group.PERSONAL_INFO"
260        android:label="@string/permgrouplab_personalInfo"
261        android:description="@string/permgroupdesc_personalInfo"
262        android:permissionGroupFlags="personalInfo" />
263
264    <!-- Allows an application to read the user's contacts data. -->
265    <permission android:name="android.permission.READ_CONTACTS"
266        android:permissionGroup="android.permission-group.PERSONAL_INFO"
267        android:protectionLevel="dangerous"
268        android:label="@string/permlab_readContacts"
269        android:description="@string/permdesc_readContacts" />
270
271    <!-- Allows an application to write (but not read) the user's
272         contacts data. -->
273    <permission android:name="android.permission.WRITE_CONTACTS"
274        android:permissionGroup="android.permission-group.PERSONAL_INFO"
275        android:protectionLevel="dangerous"
276        android:label="@string/permlab_writeContacts"
277        android:description="@string/permdesc_writeContacts" />
278
279    <!-- Allows an application to read the user's call log. -->
280    <permission android:name="android.permission.READ_CALL_LOG"
281        android:permissionGroup="android.permission-group.PERSONAL_INFO"
282        android:protectionLevel="dangerous"
283        android:label="@string/permlab_readCallLog"
284        android:description="@string/permdesc_readCallLog" />
285
286    <!-- Allows an application to write (but not read) the user's
287         contacts data. -->
288    <permission android:name="android.permission.WRITE_CALL_LOG"
289        android:permissionGroup="android.permission-group.PERSONAL_INFO"
290        android:protectionLevel="dangerous"
291        android:label="@string/permlab_writeCallLog"
292        android:description="@string/permdesc_writeCallLog" />
293
294
295    <!-- Allows an application to read the user's personal profile data. -->
296    <permission android:name="android.permission.READ_PROFILE"
297        android:permissionGroup="android.permission-group.PERSONAL_INFO"
298        android:protectionLevel="dangerous"
299        android:label="@string/permlab_readProfile"
300        android:description="@string/permdesc_readProfile" />
301
302    <!-- Allows an application to write (but not read) the user's
303         personal profile data. -->
304    <permission android:name="android.permission.WRITE_PROFILE"
305        android:permissionGroup="android.permission-group.PERSONAL_INFO"
306        android:protectionLevel="dangerous"
307        android:label="@string/permlab_writeProfile"
308        android:description="@string/permdesc_writeProfile" />
309
310    <!-- Allows an application to read from the user's social stream. -->
311    <permission android:name="android.permission.READ_SOCIAL_STREAM"
312        android:permissionGroup="android.permission-group.PERSONAL_INFO"
313        android:protectionLevel="dangerous"
314        android:label="@string/permlab_readSocialStream"
315        android:description="@string/permdesc_readSocialStream" />
316
317    <!-- Allows an application to write (but not read) the user's
318         social stream data. -->
319    <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
320        android:permissionGroup="android.permission-group.PERSONAL_INFO"
321        android:protectionLevel="dangerous"
322        android:label="@string/permlab_writeSocialStream"
323        android:description="@string/permdesc_writeSocialStream" />
324
325    <!-- Allows an application to read the user's calendar data. -->
326    <permission android:name="android.permission.READ_CALENDAR"
327        android:permissionGroup="android.permission-group.PERSONAL_INFO"
328        android:protectionLevel="dangerous"
329        android:label="@string/permlab_readCalendar"
330        android:description="@string/permdesc_readCalendar" />
331
332    <!-- Allows an application to write (but not read) the user's
333         calendar data. -->
334    <permission android:name="android.permission.WRITE_CALENDAR"
335        android:permissionGroup="android.permission-group.PERSONAL_INFO"
336        android:protectionLevel="dangerous"
337        android:label="@string/permlab_writeCalendar"
338        android:description="@string/permdesc_writeCalendar" />
339
340    <!-- Allows an application to read the user dictionary. This should
341         really only be required by an IME, or a dictionary editor like
342         the Settings app. -->
343    <permission android:name="android.permission.READ_USER_DICTIONARY"
344        android:permissionGroup="android.permission-group.PERSONAL_INFO"
345        android:protectionLevel="dangerous"
346        android:label="@string/permlab_readDictionary"
347        android:description="@string/permdesc_readDictionary" />
348
349    <!-- Allows an application to write to the user dictionary. -->
350    <permission android:name="android.permission.WRITE_USER_DICTIONARY"
351        android:permissionGroup="android.permission-group.PERSONAL_INFO"
352        android:protectionLevel="normal"
353        android:label="@string/permlab_writeDictionary"
354        android:description="@string/permdesc_writeDictionary" />
355
356    <!-- Allows an application to read (but not write) the user's
357        browsing history and bookmarks. -->
358    <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
359        android:permissionGroup="android.permission-group.PERSONAL_INFO"
360        android:label="@string/permlab_readHistoryBookmarks"
361        android:description="@string/permdesc_readHistoryBookmarks"
362        android:protectionLevel="dangerous" />
363
364    <!-- Allows an application to write (but not read) the user's
365        browsing history and bookmarks. -->
366    <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
367        android:permissionGroup="android.permission-group.PERSONAL_INFO"
368        android:label="@string/permlab_writeHistoryBookmarks"
369        android:description="@string/permdesc_writeHistoryBookmarks"
370        android:protectionLevel="dangerous" />
371
372    <!-- Allows an application to broadcast an Intent to set an alarm for the
373         user. -->
374    <permission android:name="com.android.alarm.permission.SET_ALARM"
375        android:permissionGroup="android.permission-group.PERSONAL_INFO"
376        android:label="@string/permlab_setAlarm"
377        android:description="@string/permdesc_setAlarm"
378        android:protectionLevel="normal" />
379
380   <!-- Allows an application to add voicemails into the system. -->
381    <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
382        android:permissionGroup="android.permission-group.PERSONAL_INFO"
383        android:protectionLevel="dangerous"
384        android:label="@string/permlab_addVoicemail"
385        android:description="@string/permdesc_addVoicemail" />
386
387    <!-- ======================================= -->
388    <!-- Permissions for accessing location info -->
389    <!-- ======================================= -->
390    <eat-comment />
391
392    <!-- Used for permissions that allow access to the user's current
393         location. -->
394    <permission-group android:name="android.permission-group.LOCATION"
395        android:label="@string/permgrouplab_location"
396        android:description="@string/permgroupdesc_location" />
397
398    <!-- Allows an application to access fine (e.g., GPS) location -->
399    <permission android:name="android.permission.ACCESS_FINE_LOCATION"
400        android:permissionGroup="android.permission-group.LOCATION"
401        android:protectionLevel="dangerous"
402        android:label="@string/permlab_accessFineLocation"
403        android:description="@string/permdesc_accessFineLocation" />
404
405    <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
406    <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
407        android:permissionGroup="android.permission-group.LOCATION"
408        android:protectionLevel="dangerous"
409        android:label="@string/permlab_accessCoarseLocation"
410        android:description="@string/permdesc_accessCoarseLocation" />
411
412    <!-- Allows an application to create mock location providers for testing -->
413    <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
414        android:permissionGroup="android.permission-group.LOCATION"
415        android:protectionLevel="dangerous"
416        android:label="@string/permlab_accessMockLocation"
417        android:description="@string/permdesc_accessMockLocation" />
418
419    <!-- Allows an application to access extra location provider commands -->
420    <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
421        android:permissionGroup="android.permission-group.LOCATION"
422        android:protectionLevel="normal"
423        android:label="@string/permlab_accessLocationExtraCommands"
424        android:description="@string/permdesc_accessLocationExtraCommands" />
425
426    <!-- Allows an application to install a location provider into the Location Manager -->
427    <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
428        android:protectionLevel="signature|system"
429        android:label="@string/permlab_installLocationProvider"
430        android:description="@string/permdesc_installLocationProvider" />
431
432    <!-- ======================================= -->
433    <!-- Permissions for accessing networks -->
434    <!-- ======================================= -->
435    <eat-comment />
436
437    <!-- Used for permissions that provide access to networking services.  The
438         main permission here is internet access, but this is also an
439         appropriate group for accessing or modifying any network configuration
440         or other related network operations. -->
441    <permission-group android:name="android.permission-group.NETWORK"
442        android:label="@string/permgrouplab_network"
443        android:description="@string/permgroupdesc_network" />
444
445    <!-- Allows applications to open network sockets. -->
446    <permission android:name="android.permission.INTERNET"
447        android:permissionGroup="android.permission-group.NETWORK"
448        android:protectionLevel="dangerous"
449        android:description="@string/permdesc_createNetworkSockets"
450        android:label="@string/permlab_createNetworkSockets" />
451
452    <!-- Allows applications to access information about networks -->
453    <permission android:name="android.permission.ACCESS_NETWORK_STATE"
454        android:permissionGroup="android.permission-group.NETWORK"
455        android:protectionLevel="normal"
456        android:description="@string/permdesc_accessNetworkState"
457        android:label="@string/permlab_accessNetworkState" />
458
459    <!-- Allows applications to access information about Wi-Fi networks -->
460    <permission android:name="android.permission.ACCESS_WIFI_STATE"
461        android:permissionGroup="android.permission-group.NETWORK"
462        android:protectionLevel="normal"
463        android:description="@string/permdesc_accessWifiState"
464        android:label="@string/permlab_accessWifiState" />
465
466    <!-- @hide -->
467    <permission android:name="android.permission.ACCESS_WIMAX_STATE"
468        android:permissionGroup="android.permission-group.NETWORK"
469        android:protectionLevel="normal"
470        android:description="@string/permdesc_accessWimaxState"
471        android:label="@string/permlab_accessWimaxState" />
472    <!-- Allows applications to connect to paired bluetooth devices -->
473    <permission android:name="android.permission.BLUETOOTH"
474        android:permissionGroup="android.permission-group.NETWORK"
475        android:protectionLevel="dangerous"
476        android:description="@string/permdesc_bluetooth"
477        android:label="@string/permlab_bluetooth" />
478
479    <!-- Allows applications to perform I/O operations over NFC -->
480    <permission android:name="android.permission.NFC"
481        android:permissionGroup="android.permission-group.NETWORK"
482        android:protectionLevel="dangerous"
483        android:description="@string/permdesc_nfc"
484        android:label="@string/permlab_nfc" />
485
486    <!-- Allows an application to use SIP service -->
487    <permission android:name="android.permission.USE_SIP"
488        android:permissionGroup="android.permission-group.NETWORK"
489        android:protectionLevel="dangerous"
490        android:description="@string/permdesc_use_sip"
491        android:label="@string/permlab_use_sip" />
492
493    <!-- Allows applications to call into AccountAuthenticators. Only
494    the system can get this permission. -->
495    <permission android:name="android.permission.ACCOUNT_MANAGER"
496        android:permissionGroup="android.permission-group.ACCOUNTS"
497        android:protectionLevel="signature"
498        android:description="@string/permdesc_accountManagerService"
499        android:label="@string/permlab_accountManagerService" />
500
501    <!-- Allows an internal user to use privaledged ConnectivityManager
502    APIs.
503        @hide -->
504    <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
505        android:permissionGroup="android.permission-group.NETWORK"
506        android:protectionLevel="signature|system" />
507
508    <!-- ================================== -->
509    <!-- Permissions for accessing accounts -->
510    <!-- ================================== -->
511    <eat-comment />
512
513    <!-- Permissions for direct access to the accounts managed
514         by the Account Manager. -->
515    <permission-group android:name="android.permission-group.ACCOUNTS"
516        android:label="@string/permgrouplab_accounts"
517        android:description="@string/permgroupdesc_accounts" />
518
519    <!-- Allows access to the list of accounts in the Accounts Service -->
520    <permission android:name="android.permission.GET_ACCOUNTS"
521        android:permissionGroup="android.permission-group.ACCOUNTS"
522        android:protectionLevel="normal"
523        android:description="@string/permdesc_getAccounts"
524        android:label="@string/permlab_getAccounts" />
525
526    <!-- Allows an application to act as an AccountAuthenticator for
527         the AccountManager -->
528    <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
529        android:permissionGroup="android.permission-group.ACCOUNTS"
530        android:protectionLevel="dangerous"
531        android:label="@string/permlab_authenticateAccounts"
532        android:description="@string/permdesc_authenticateAccounts" />
533
534    <!-- Allows an application to request authtokens from the AccountManager -->
535    <permission android:name="android.permission.USE_CREDENTIALS"
536        android:permissionGroup="android.permission-group.ACCOUNTS"
537        android:protectionLevel="dangerous"
538        android:label="@string/permlab_useCredentials"
539        android:description="@string/permdesc_useCredentials" />
540
541    <!-- Allows an application to manage the list of accounts in the AccountManager -->
542    <permission android:name="android.permission.MANAGE_ACCOUNTS"
543        android:permissionGroup="android.permission-group.ACCOUNTS"
544        android:protectionLevel="dangerous"
545        android:label="@string/permlab_manageAccounts"
546        android:description="@string/permdesc_manageAccounts" />
547
548    <!-- ================================== -->
549    <!-- Permissions for accessing hardware -->
550    <!-- ================================== -->
551    <eat-comment />
552
553    <!-- Used for permissions that provide direct access to the hardware on
554         the device.  This includes audio, the camera, vibrator, etc. -->
555    <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
556        android:label="@string/permgrouplab_hardwareControls"
557        android:description="@string/permgroupdesc_hardwareControls" />
558
559    <!-- Allows an application to modify global audio settings -->
560    <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
561        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
562        android:protectionLevel="dangerous"
563        android:label="@string/permlab_modifyAudioSettings"
564        android:description="@string/permdesc_modifyAudioSettings" />
565
566    <!-- Allows an application to record audio -->
567    <permission android:name="android.permission.RECORD_AUDIO"
568        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
569        android:protectionLevel="dangerous"
570        android:label="@string/permlab_recordAudio"
571        android:description="@string/permdesc_recordAudio" />
572
573    <!-- Required to be able to access the camera device.
574         <p>This will automatically enforce the <a
575         href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
576         &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
577         If you do not require all camera features or can properly operate if a camera
578         is not available, then you must modify your manifest as appropriate in order to
579         install on devices that don't support all camera features.</p> -->
580    <permission android:name="android.permission.CAMERA"
581        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
582        android:protectionLevel="dangerous"
583        android:label="@string/permlab_camera"
584        android:description="@string/permdesc_camera" />
585
586    <!-- Allows access to the vibrator -->
587    <permission android:name="android.permission.VIBRATE"
588        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
589        android:protectionLevel="normal"
590        android:label="@string/permlab_vibrate"
591        android:description="@string/permdesc_vibrate" />
592
593    <!-- Allows access to the flashlight -->
594    <permission android:name="android.permission.FLASHLIGHT"
595        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
596        android:protectionLevel="normal"
597        android:label="@string/permlab_flashlight"
598        android:description="@string/permdesc_flashlight" />
599
600    <!-- Allows an application to manage preferences and permissions for USB devices
601         @hide -->
602    <permission android:name="android.permission.MANAGE_USB"
603        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
604        android:protectionLevel="signature|system"
605        android:label="@string/permlab_manageUsb"
606        android:description="@string/permdesc_manageUsb" />
607
608    <!-- Allows an application to access the MTP USB kernel driver.
609         For use only by the device side MTP implementation.
610         @hide -->
611    <permission android:name="android.permission.ACCESS_MTP"
612        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
613        android:protectionLevel="signature|system"
614        android:label="@string/permlab_accessMtp"
615        android:description="@string/permdesc_accessMtp" />
616
617    <!-- Allows access to hardware peripherals.  Intended only for hardware testing -->
618    <permission android:name="android.permission.HARDWARE_TEST"
619        android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
620        android:protectionLevel="signature"
621        android:label="@string/permlab_hardware_test"
622        android:description="@string/permdesc_hardware_test" />
623
624    <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
625         @hide -->
626    <permission android:name="android.permission.NET_ADMIN"
627        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
628        android:protectionLevel="signature" />
629
630    <!-- Allows registration for remote audio playback. @hide -->
631    <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
632        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
633        android:protectionLevel="signature" />
634
635    <!-- =========================================== -->
636    <!-- Permissions associated with telephony state -->
637    <!-- =========================================== -->
638    <eat-comment />
639
640    <!-- Used for permissions that are associated with accessing and modifyign
641         telephony state: intercepting outgoing calls, reading
642         and modifying the phone state.  Note that
643         placing phone calls is not in this group, since that is in the
644         more important "takin' yer moneys" group. -->
645    <permission-group android:name="android.permission-group.PHONE_CALLS"
646        android:label="@string/permgrouplab_phoneCalls"
647        android:description="@string/permgroupdesc_phoneCalls" />
648
649    <!-- Allows an application to monitor, modify, or abort outgoing
650         calls. -->
651    <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
652        android:permissionGroup="android.permission-group.PHONE_CALLS"
653        android:protectionLevel="dangerous"
654        android:label="@string/permlab_processOutgoingCalls"
655        android:description="@string/permdesc_processOutgoingCalls" />
656
657    <!-- Allows modification of the telephony state - power on, mmi, etc.
658         Does not include placing calls. -->
659    <permission android:name="android.permission.MODIFY_PHONE_STATE"
660        android:permissionGroup="android.permission-group.PHONE_CALLS"
661        android:protectionLevel="signature|system"
662        android:label="@string/permlab_modifyPhoneState"
663        android:description="@string/permdesc_modifyPhoneState" />
664
665    <!-- Allows read only access to phone state. -->
666    <permission android:name="android.permission.READ_PHONE_STATE"
667        android:permissionGroup="android.permission-group.PHONE_CALLS"
668        android:protectionLevel="dangerous"
669        android:label="@string/permlab_readPhoneState"
670        android:description="@string/permdesc_readPhoneState" />
671
672    <!-- Allows read access to privileged phone state.
673         @hide Used internally. -->
674    <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
675        android:permissionGroup="android.permission-group.PHONE_CALLS"
676        android:protectionLevel="signature|system" />
677
678    <!-- ================================== -->
679    <!-- Permissions for sdcard interaction -->
680    <!-- ================================== -->
681    <eat-comment />
682
683    <!-- Group of permissions that are related to SD card access. -->
684    <permission-group android:name="android.permission-group.STORAGE"
685        android:label="@string/permgrouplab_storage"
686        android:description="@string/permgroupdesc_storage" />
687
688    <!-- Allows an application to read from external storage -->
689    <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
690        android:permissionGroup="android.permission-group.STORAGE"
691        android:label="@string/permlab_sdcardRead"
692        android:description="@string/permdesc_sdcardRead"
693        android:protectionLevel="dangerous" />
694
695    <!-- Allows an application to write to external storage -->
696    <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
697        android:permissionGroup="android.permission-group.STORAGE"
698        android:label="@string/permlab_sdcardWrite"
699        android:description="@string/permdesc_sdcardWrite"
700        android:protectionLevel="dangerous" />
701
702    <!-- Allows an application to write to internal media storage
703         @hide  -->
704    <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
705        android:permissionGroup="android.permission-group.STORAGE"
706        android:label="@string/permlab_mediaStorageWrite"
707        android:description="@string/permdesc_mediaStorageWrite"
708        android:protectionLevel="signature|system" />
709
710    <!-- ============================================ -->
711    <!-- Permissions for low-level system interaction -->
712    <!-- ============================================ -->
713    <eat-comment />
714
715    <!-- Group of permissions that are related to system APIs.  Many
716         of these are not permissions the user will be expected to understand,
717         and such permissions should generally be marked as "normal" protection
718         level so they don't get displayed.  This can also, however, be used
719         for miscellaneous features that provide access to the operating system,
720         such as writing the global system settings. -->
721    <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
722        android:label="@string/permgrouplab_systemTools"
723        android:description="@string/permgroupdesc_systemTools" />
724
725    <!-- Allows an application to read or write the system settings. -->
726    <permission android:name="android.permission.WRITE_SETTINGS"
727        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
728        android:protectionLevel="dangerous"
729        android:label="@string/permlab_writeSettings"
730        android:description="@string/permdesc_writeSettings" />
731
732    <!-- Allows an application to modify the Google service map. -->
733    <permission android:name="android.permission.WRITE_GSERVICES"
734        android:protectionLevel="signature|system"
735        android:label="@string/permlab_writeGservices"
736        android:description="@string/permdesc_writeGservices" />
737
738    <!-- Allows an application to expand or collapse the status bar. -->
739    <permission android:name="android.permission.EXPAND_STATUS_BAR"
740        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
741        android:protectionLevel="normal"
742        android:label="@string/permlab_expandStatusBar"
743        android:description="@string/permdesc_expandStatusBar" />
744
745    <!-- Allows an application to get information about the currently
746         or recently running tasks. -->
747    <permission android:name="android.permission.GET_TASKS"
748        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
749        android:protectionLevel="dangerous"
750        android:label="@string/permlab_getTasks"
751        android:description="@string/permdesc_getTasks" />
752
753    <!-- Allows an application to get full detailed information about
754         recently running tasks, with full fidelity to the real state.
755         @hide -->
756    <permission android:name="android.permission.GET_DETAILED_TASKS"
757        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
758        android:protectionLevel="signature"
759        android:label="@string/permlab_getDetailedTasks"
760        android:description="@string/permdesc_getDetailedTasks" />
761
762    <!-- Allows an application to change the Z-order of tasks -->
763    <permission android:name="android.permission.REORDER_TASKS"
764        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
765        android:protectionLevel="dangerous"
766        android:label="@string/permlab_reorderTasks"
767        android:description="@string/permdesc_reorderTasks" />
768
769    <!-- @hide Allows an application to change to remove/kill tasks -->
770    <permission android:name="android.permission.REMOVE_TASKS"
771        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
772        android:protectionLevel="signature"
773        android:label="@string/permlab_removeTasks"
774        android:description="@string/permdesc_removeTasks" />
775
776    <!-- Allows an application to start any activity, regardless of permission
777         protection or exported state. @hide -->
778    <permission android:name="android.permission.START_ANY_ACTIVITY"
779        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
780        android:protectionLevel="signature"
781        android:label="@string/permlab_startAnyActivity"
782        android:description="@string/permdesc_startAnyActivity" />
783
784    <!-- @hide Change the screen compatibility mode of applications -->
785    <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
786        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
787        android:protectionLevel="signature"
788        android:label="@string/permlab_setScreenCompatibility"
789        android:description="@string/permdesc_setScreenCompatibility" />
790
791    <!-- Allows an application to modify the current configuration, such
792         as locale. -->
793    <permission android:name="android.permission.CHANGE_CONFIGURATION"
794        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
795        android:protectionLevel="signature|system|development"
796        android:label="@string/permlab_changeConfiguration"
797        android:description="@string/permdesc_changeConfiguration" />
798
799    <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
800        API is no longer supported. -->
801    <permission android:name="android.permission.RESTART_PACKAGES"
802        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
803        android:protectionLevel="normal"
804        android:label="@string/permlab_killBackgroundProcesses"
805        android:description="@string/permdesc_killBackgroundProcesses" />
806
807    <!-- Allows an application to call
808        {@link android.app.ActivityManager#killBackgroundProcesses}. -->
809    <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
810        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
811        android:protectionLevel="normal"
812        android:label="@string/permlab_killBackgroundProcesses"
813        android:description="@string/permdesc_killBackgroundProcesses" />
814
815    <!-- Allows an application to call
816        {@link android.app.ActivityManager#forceStopPackage}.
817        @hide -->
818    <permission android:name="android.permission.FORCE_STOP_PACKAGES"
819        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
820        android:protectionLevel="signature"
821        android:label="@string/permlab_forceStopPackages"
822        android:description="@string/permdesc_forceStopPackages" />
823
824    <!-- @hide Allows an application to retrieve the content of the active window
825         An active window is the window that has fired an accessibility event. -->
826    <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
827        android:permissionGroup="android.permission-group.PERSONAL_INFO"
828        android:protectionLevel="signature|system"
829        android:label="@string/permlab_retrieve_window_content"
830        android:description="@string/permdesc_retrieve_window_content" />
831
832    <!-- Allows an application to open windows using the type
833         {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
834         shown on top of all other applications.  Very few applications
835         should use this permission; these windows are intended for
836         system-level interaction with the user. -->
837    <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
838        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
839        android:protectionLevel="dangerous"
840        android:label="@string/permlab_systemAlertWindow"
841        android:description="@string/permdesc_systemAlertWindow" />
842
843    <!-- Modify the global animation scaling factor. -->
844    <permission android:name="android.permission.SET_ANIMATION_SCALE"
845        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
846        android:protectionLevel="signature|system|development"
847        android:label="@string/permlab_setAnimationScale"
848        android:description="@string/permdesc_setAnimationScale" />
849
850    <!-- @deprecated This functionality will be removed in the future; please do
851         not use.
852
853         Allow an application to make its activities persistent. -->
854    <permission android:name="android.permission.PERSISTENT_ACTIVITY"
855        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
856        android:protectionLevel="dangerous"
857        android:label="@string/permlab_persistentActivity"
858        android:description="@string/permdesc_persistentActivity" />
859
860    <!-- Allows an application to find out the space used by any package. -->
861    <permission android:name="android.permission.GET_PACKAGE_SIZE"
862        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
863        android:protectionLevel="normal"
864        android:label="@string/permlab_getPackageSize"
865        android:description="@string/permdesc_getPackageSize" />
866
867    <!-- @deprecated No longer useful, see
868         {@link android.content.pm.PackageManager#addPackageToPreferred}
869         for details. -->
870    <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
871        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
872        android:protectionLevel="signature"
873        android:label="@string/permlab_setPreferredApplications"
874        android:description="@string/permdesc_setPreferredApplications" />
875
876    <!-- Allows an application to receive the
877         {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
878         broadcast after the system finishes booting.  If you don't
879         request this permission, you will not receive the broadcast at
880         that time.  Though holding this permission does not have any
881         security implications, it can have a negative impact on the
882         user experience by increasing the amount of time it takes the
883         system to start and allowing applications to have themselves
884         running without the user being aware of them.  As such, you must
885         explicitly declare your use of this facility to make that visible
886         to the user. -->
887    <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
888        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
889        android:protectionLevel="normal"
890        android:label="@string/permlab_receiveBootCompleted"
891        android:description="@string/permdesc_receiveBootCompleted" />
892
893    <!-- Allows an application to broadcast sticky intents.  These are
894         broadcasts whose data is held by the system after being finished,
895         so that clients can quickly retrieve that data without having
896         to wait for the next broadcast. -->
897    <permission android:name="android.permission.BROADCAST_STICKY"
898        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
899        android:protectionLevel="normal"
900        android:label="@string/permlab_broadcastSticky"
901        android:description="@string/permdesc_broadcastSticky" />
902
903    <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
904         from dimming -->
905    <permission android:name="android.permission.WAKE_LOCK"
906        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
907        android:protectionLevel="dangerous"
908        android:label="@string/permlab_wakeLock"
909        android:description="@string/permdesc_wakeLock" />
910
911    <!-- Allows applications to set the wallpaper -->
912    <permission android:name="android.permission.SET_WALLPAPER"
913        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
914        android:protectionLevel="normal"
915        android:label="@string/permlab_setWallpaper"
916        android:description="@string/permdesc_setWallpaper" />
917
918    <!-- Allows applications to set the wallpaper hints -->
919    <permission android:name="android.permission.SET_WALLPAPER_HINTS"
920        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
921        android:protectionLevel="normal"
922        android:label="@string/permlab_setWallpaperHints"
923        android:description="@string/permdesc_setWallpaperHints" />
924
925    <!-- Allows applications to set the system time -->
926    <permission android:name="android.permission.SET_TIME"
927        android:protectionLevel="signature|system"
928        android:label="@string/permlab_setTime"
929        android:description="@string/permdesc_setTime" />
930
931    <!-- Allows applications to set the system time zone -->
932    <permission android:name="android.permission.SET_TIME_ZONE"
933        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
934        android:protectionLevel="dangerous"
935        android:label="@string/permlab_setTimeZone"
936        android:description="@string/permdesc_setTimeZone" />
937
938    <!-- Allows mounting and unmounting file systems for removable storage. -->
939    <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
940        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
941        android:protectionLevel="dangerous"
942        android:label="@string/permlab_mount_unmount_filesystems"
943        android:description="@string/permdesc_mount_unmount_filesystems" />
944
945    <!-- Allows formatting file systems for removable storage. -->
946    <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
947        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
948        android:protectionLevel="dangerous"
949        android:label="@string/permlab_mount_format_filesystems"
950        android:description="@string/permdesc_mount_format_filesystems" />
951
952    <!-- Allows access to ASEC non-destructive API calls
953         @hide  -->
954    <permission android:name="android.permission.ASEC_ACCESS"
955        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
956        android:protectionLevel="signature"
957        android:label="@string/permlab_asec_access"
958        android:description="@string/permdesc_asec_access" />
959
960    <!-- Allows creation of ASEC volumes
961         @hide  -->
962    <permission android:name="android.permission.ASEC_CREATE"
963        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
964        android:protectionLevel="signature"
965        android:label="@string/permlab_asec_create"
966        android:description="@string/permdesc_asec_create" />
967
968    <!-- Allows destruction of ASEC volumes
969         @hide  -->
970    <permission android:name="android.permission.ASEC_DESTROY"
971        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
972        android:protectionLevel="signature"
973        android:label="@string/permlab_asec_destroy"
974        android:description="@string/permdesc_asec_destroy" />
975
976    <!-- Allows mount / unmount of ASEC volumes
977         @hide  -->
978    <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
979        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
980        android:protectionLevel="signature"
981        android:label="@string/permlab_asec_mount_unmount"
982        android:description="@string/permdesc_asec_mount_unmount" />
983
984    <!-- Allows rename of ASEC volumes
985         @hide  -->
986    <permission android:name="android.permission.ASEC_RENAME"
987        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
988        android:protectionLevel="signature"
989        android:label="@string/permlab_asec_rename"
990        android:description="@string/permdesc_asec_rename" />
991
992    <!-- Allows applications to disable the keyguard -->
993    <permission android:name="android.permission.DISABLE_KEYGUARD"
994        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
995        android:protectionLevel="dangerous"
996        android:description="@string/permdesc_disableKeyguard"
997        android:label="@string/permlab_disableKeyguard" />
998
999    <!-- Allows applications to read the sync settings -->
1000    <permission android:name="android.permission.READ_SYNC_SETTINGS"
1001        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1002        android:protectionLevel="normal"
1003        android:description="@string/permdesc_readSyncSettings"
1004        android:label="@string/permlab_readSyncSettings" />
1005
1006    <!-- Allows applications to write the sync settings -->
1007    <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1008        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1009        android:protectionLevel="dangerous"
1010        android:description="@string/permdesc_writeSyncSettings"
1011        android:label="@string/permlab_writeSyncSettings" />
1012
1013    <!-- Allows applications to read the sync stats -->
1014    <permission android:name="android.permission.READ_SYNC_STATS"
1015        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1016        android:protectionLevel="normal"
1017        android:description="@string/permdesc_readSyncStats"
1018        android:label="@string/permlab_readSyncStats" />
1019
1020    <!-- Allows applications to write the apn settings -->
1021    <permission android:name="android.permission.WRITE_APN_SETTINGS"
1022                android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1023                android:protectionLevel="signature|system"
1024                android:description="@string/permdesc_writeApnSettings"
1025                android:label="@string/permlab_writeApnSettings" />
1026
1027    <!-- Allows an application to allow access the subscribed feeds
1028         ContentProvider. -->
1029    <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1030        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1031        android:label="@string/permlab_subscribedFeedsRead"
1032        android:description="@string/permdesc_subscribedFeedsRead"
1033        android:protectionLevel="normal" />
1034    <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1035        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1036        android:label="@string/permlab_subscribedFeedsWrite"
1037        android:description="@string/permdesc_subscribedFeedsWrite"
1038        android:protectionLevel="dangerous" />
1039
1040    <!-- Allows applications to change network connectivity state -->
1041    <permission android:name="android.permission.CHANGE_NETWORK_STATE"
1042        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1043        android:protectionLevel="dangerous"
1044        android:description="@string/permdesc_changeNetworkState"
1045        android:label="@string/permlab_changeNetworkState" />
1046
1047    <!-- Allows applications to change Wi-Fi connectivity state -->
1048    <permission android:name="android.permission.CHANGE_WIFI_STATE"
1049        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1050        android:protectionLevel="dangerous"
1051        android:description="@string/permdesc_changeWifiState"
1052        android:label="@string/permlab_changeWifiState" />
1053
1054    <!-- @hide -->
1055    <permission android:name="android.permission.CHANGE_WIMAX_STATE"
1056        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1057        android:protectionLevel="dangerous"
1058        android:description="@string/permdesc_changeWimaxState"
1059        android:label="@string/permlab_changeWimaxState" />
1060    <!-- Allows applications to enter Wi-Fi Multicast mode -->
1061    <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
1062        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1063        android:protectionLevel="dangerous"
1064        android:description="@string/permdesc_changeWifiMulticastState"
1065        android:label="@string/permlab_changeWifiMulticastState" />
1066
1067    <!-- Allows applications to discover and pair bluetooth devices -->
1068    <permission android:name="android.permission.BLUETOOTH_ADMIN"
1069        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1070        android:protectionLevel="dangerous"
1071        android:description="@string/permdesc_bluetoothAdmin"
1072        android:label="@string/permlab_bluetoothAdmin" />
1073
1074    <!-- Allows an application to clear the caches of all installed
1075         applications on the device.  -->
1076    <permission android:name="android.permission.CLEAR_APP_CACHE"
1077        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1078        android:protectionLevel="dangerous"
1079        android:label="@string/permlab_clearAppCache"
1080        android:description="@string/permdesc_clearAppCache" />
1081
1082    <!-- Allows an application to use any media decoder when decoding for playback
1083         @hide -->
1084    <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
1085        android:protectionLevel="signature|system"
1086        android:label="@string/permlab_anyCodecForPlayback"
1087        android:description="@string/permdesc_anyCodecForPlayback" />
1088
1089    <!-- ========================================= -->
1090    <!-- Permissions for special development tools -->
1091    <!-- ========================================= -->
1092    <eat-comment />
1093
1094    <!-- Group of permissions that are related to development features.  These
1095         are not permissions that should appear in normal applications; they
1096         protect APIs that are intended only to be used for development
1097         purposes. -->
1098    <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1099        android:label="@string/permgrouplab_developmentTools"
1100        android:description="@string/permgroupdesc_developmentTools" />
1101
1102    <!-- Allows an application to read or write the secure system settings. -->
1103    <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1104        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1105        android:protectionLevel="signature|system|development"
1106        android:label="@string/permlab_writeSecureSettings"
1107        android:description="@string/permdesc_writeSecureSettings" />
1108
1109    <!-- Allows an application to retrieve state dump information from system
1110         services. -->
1111    <permission android:name="android.permission.DUMP"
1112        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1113        android:protectionLevel="signature|system|development"
1114        android:label="@string/permlab_dump"
1115        android:description="@string/permdesc_dump" />
1116
1117    <!-- Allows an application to read the low-level system log files.
1118         Log entries can contain the user's private information,
1119         which is why this permission is not available to normal apps. -->
1120    <permission android:name="android.permission.READ_LOGS"
1121        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1122        android:protectionLevel="signature|system|development"
1123        android:label="@string/permlab_readLogs"
1124        android:description="@string/permdesc_readLogs" />
1125
1126    <!-- Configure an application for debugging. -->
1127    <permission android:name="android.permission.SET_DEBUG_APP"
1128        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1129        android:protectionLevel="signature|system|development"
1130        android:label="@string/permlab_setDebugApp"
1131        android:description="@string/permdesc_setDebugApp" />
1132
1133    <!-- Allows an application to set the maximum number of (not needed)
1134         application processes that can be running. -->
1135    <permission android:name="android.permission.SET_PROCESS_LIMIT"
1136        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1137        android:protectionLevel="signature|system|development"
1138        android:label="@string/permlab_setProcessLimit"
1139        android:description="@string/permdesc_setProcessLimit" />
1140
1141    <!-- Allows an application to control whether activities are immediately
1142         finished when put in the background. -->
1143    <permission android:name="android.permission.SET_ALWAYS_FINISH"
1144        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1145        android:protectionLevel="signature|system|development"
1146        android:label="@string/permlab_setAlwaysFinish"
1147        android:description="@string/permdesc_setAlwaysFinish" />
1148
1149    <!-- Allow an application to request that a signal be sent to all persistent processes -->
1150    <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1151        android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1152        android:protectionLevel="signature|system|development"
1153        android:label="@string/permlab_signalPersistentProcesses"
1154        android:description="@string/permdesc_signalPersistentProcesses" />
1155
1156    <!-- ==================================== -->
1157    <!-- Private (signature-only) permissions -->
1158    <!-- ==================================== -->
1159    <eat-comment />
1160
1161    <!-- Allows applications to RW to diagnostic resources. -->
1162    <permission android:name="android.permission.DIAGNOSTIC"
1163        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1164        android:protectionLevel="signature"
1165        android:description="@string/permdesc_diagnostic"
1166        android:label="@string/permlab_diagnostic" />
1167
1168    <!-- Allows an application to open, close, or disable the status bar
1169         and its icons. -->
1170    <permission android:name="android.permission.STATUS_BAR"
1171        android:label="@string/permlab_statusBar"
1172        android:description="@string/permdesc_statusBar"
1173        android:protectionLevel="signature|system" />
1174
1175    <!-- Allows an application to be the status bar.  Currently used only by SystemUI.apk
1176    @hide -->
1177    <permission android:name="android.permission.STATUS_BAR_SERVICE"
1178        android:label="@string/permlab_statusBarService"
1179        android:description="@string/permdesc_statusBarService"
1180        android:protectionLevel="signature" />
1181
1182    <!-- Allows an application to force a BACK operation on whatever is the
1183         top activity. -->
1184    <permission android:name="android.permission.FORCE_BACK"
1185        android:label="@string/permlab_forceBack"
1186        android:description="@string/permdesc_forceBack"
1187        android:protectionLevel="signature" />
1188
1189    <!-- Allows an application to update device statistics. Not for
1190         use by third party apps. -->
1191    <permission android:name="android.permission.UPDATE_DEVICE_STATS"
1192        android:label="@string/permlab_batteryStats"
1193        android:description="@string/permdesc_batteryStats"
1194        android:protectionLevel="signature|system" />
1195
1196    <!-- Allows an application to open windows that are for use by parts
1197         of the system user interface.  Not for use by third party apps. -->
1198    <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1199        android:label="@string/permlab_internalSystemWindow"
1200        android:description="@string/permdesc_internalSystemWindow"
1201        android:protectionLevel="signature" />
1202
1203    <!-- Allows an application to manage (create, destroy,
1204         Z-order) application tokens in the window manager.  This is only
1205         for use by the system. -->
1206    <permission android:name="android.permission.MANAGE_APP_TOKENS"
1207        android:label="@string/permlab_manageAppTokens"
1208        android:description="@string/permdesc_manageAppTokens"
1209        android:protectionLevel="signature" />
1210
1211    <!-- Allows an application to inject user events (keys, touch, trackball)
1212         into the event stream and deliver them to ANY window.  Without this
1213         permission, you can only deliver events to windows in your own process.
1214         Very few applications should need to use this permission. -->
1215    <permission android:name="android.permission.INJECT_EVENTS"
1216        android:label="@string/permlab_injectEvents"
1217        android:description="@string/permdesc_injectEvents"
1218        android:protectionLevel="signature" />
1219
1220    <!-- Allows an application to watch and control how activities are
1221         started globally in the system.  Only for is in debugging
1222         (usually the monkey command). -->
1223    <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1224        android:label="@string/permlab_runSetActivityWatcher"
1225        android:description="@string/permdesc_runSetActivityWatcher"
1226        android:protectionLevel="signature" />
1227
1228    <!-- Allows an application to call the activity manager shutdown() API
1229         to put the higher-level system there into a shutdown state.
1230         @hide -->
1231    <permission android:name="android.permission.SHUTDOWN"
1232        android:label="@string/permlab_shutdown"
1233        android:description="@string/permdesc_shutdown"
1234        android:protectionLevel="signature|system" />
1235
1236    <!-- Allows an application to tell the activity manager to temporarily
1237         stop application switches, putting it into a special mode that
1238         prevents applications from immediately switching away from some
1239         critical UI such as the home screen.
1240         @hide -->
1241    <permission android:name="android.permission.STOP_APP_SWITCHES"
1242        android:label="@string/permlab_stopAppSwitches"
1243        android:description="@string/permdesc_stopAppSwitches"
1244        android:protectionLevel="signature|system" />
1245
1246    <!-- Allows an application to retrieve the current state of keys and
1247         switches.  This is only for use by the system.
1248         @deprecated The API that used this permission has been removed. -->
1249    <permission android:name="android.permission.READ_INPUT_STATE"
1250        android:label="@string/permlab_readInputState"
1251        android:description="@string/permdesc_readInputState"
1252        android:protectionLevel="signature" />
1253
1254    <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1255         to ensure that only the system can bind to it. -->
1256    <permission android:name="android.permission.BIND_INPUT_METHOD"
1257        android:label="@string/permlab_bindInputMethod"
1258        android:description="@string/permdesc_bindInputMethod"
1259        android:protectionLevel="signature" />
1260
1261    <!-- Must be required by a TextService (e.g. SpellCheckerService)
1262         to ensure that only the system can bind to it. -->
1263    <permission android:name="android.permission.BIND_TEXT_SERVICE"
1264        android:label="@string/permlab_bindTextService"
1265        android:description="@string/permdesc_bindTextService"
1266        android:protectionLevel="signature" />
1267
1268    <!-- Must be required by an {@link android.net.VpnService},
1269         to ensure that only the system can bind to it. -->
1270    <permission android:name="android.permission.BIND_VPN_SERVICE"
1271        android:label="@string/permlab_bindVpnService"
1272        android:description="@string/permdesc_bindVpnService"
1273        android:protectionLevel="signature" />
1274
1275    <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1276         to ensure that only the system can bind to it. -->
1277    <permission android:name="android.permission.BIND_WALLPAPER"
1278        android:label="@string/permlab_bindWallpaper"
1279        android:description="@string/permdesc_bindWallpaper"
1280        android:protectionLevel="signature|system" />
1281
1282    <!-- Must be required by device administration receiver, to ensure that only the
1283         system can interact with it. -->
1284    <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1285        android:label="@string/permlab_bindDeviceAdmin"
1286        android:description="@string/permdesc_bindDeviceAdmin"
1287        android:protectionLevel="signature" />
1288
1289    <!-- Allows low-level access to setting the orientation (actually
1290         rotation) of the screen.  Not for use by normal applications. -->
1291    <permission android:name="android.permission.SET_ORIENTATION"
1292        android:label="@string/permlab_setOrientation"
1293        android:description="@string/permdesc_setOrientation"
1294        android:protectionLevel="signature" />
1295
1296    <!-- Allows low-level access to setting the pointer speed.
1297         Not for use by normal applications. -->
1298    <permission android:name="android.permission.SET_POINTER_SPEED"
1299        android:label="@string/permlab_setPointerSpeed"
1300        android:description="@string/permdesc_setPointerSpeed"
1301        android:protectionLevel="signature" />
1302
1303    <!-- Allows low-level access to setting the keyboard layout.
1304         Not for use by normal applications. -->
1305    <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1306        android:label="@string/permlab_setKeyboardLayout"
1307        android:description="@string/permdesc_setKeyboardLayout"
1308        android:protectionLevel="signature" />
1309
1310    <!-- Allows an application to install packages. -->
1311    <permission android:name="android.permission.INSTALL_PACKAGES"
1312        android:label="@string/permlab_installPackages"
1313        android:description="@string/permdesc_installPackages"
1314        android:protectionLevel="signature|system" />
1315
1316    <!-- Allows an application to clear user data -->
1317    <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1318        android:label="@string/permlab_clearAppUserData"
1319        android:description="@string/permdesc_clearAppUserData"
1320        android:protectionLevel="signature" />
1321
1322    <!-- Allows an application to delete cache files. -->
1323    <permission android:name="android.permission.DELETE_CACHE_FILES"
1324        android:label="@string/permlab_deleteCacheFiles"
1325        android:description="@string/permdesc_deleteCacheFiles"
1326        android:protectionLevel="signature|system" />
1327
1328    <!-- Allows an application to delete packages. -->
1329    <permission android:name="android.permission.DELETE_PACKAGES"
1330        android:label="@string/permlab_deletePackages"
1331        android:description="@string/permdesc_deletePackages"
1332        android:protectionLevel="signature|system" />
1333
1334    <!-- Allows an application to move location of installed package.
1335         @hide -->
1336    <permission android:name="android.permission.MOVE_PACKAGE"
1337        android:label="@string/permlab_movePackage"
1338        android:description="@string/permdesc_movePackage"
1339        android:protectionLevel="signature|system" />
1340
1341    <!-- Allows an application to change whether an application component (other than its own) is
1342         enabled or not. -->
1343    <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1344        android:label="@string/permlab_changeComponentState"
1345        android:description="@string/permdesc_changeComponentState"
1346        android:protectionLevel="signature|system" />
1347
1348    <!-- @hide Allows an application to grant or revoke specific permissions. -->
1349    <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1350        android:label="@string/permlab_grantRevokePermissions"
1351        android:description="@string/permdesc_grantRevokePermissions"
1352        android:protectionLevel="signature" />
1353
1354    <!-- Allows an application to use SurfaceFlinger's low level features -->
1355    <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1356        android:label="@string/permlab_accessSurfaceFlinger"
1357        android:description="@string/permdesc_accessSurfaceFlinger"
1358        android:protectionLevel="signature" />
1359
1360    <!-- Allows an application to take screen shots and more generally
1361         get access to the frame buffer data -->
1362    <permission android:name="android.permission.READ_FRAME_BUFFER"
1363        android:label="@string/permlab_readFrameBuffer"
1364        android:description="@string/permdesc_readFrameBuffer"
1365        android:protectionLevel="signature|system" />
1366
1367    <!-- Required to be able to disable the device (very dangerous!). -->
1368    <permission android:name="android.permission.BRICK"
1369        android:label="@string/permlab_brick"
1370        android:description="@string/permdesc_brick"
1371        android:protectionLevel="signature" />
1372
1373    <!-- Required to be able to reboot the device. -->
1374    <permission android:name="android.permission.REBOOT"
1375        android:label="@string/permlab_reboot"
1376        android:description="@string/permdesc_reboot"
1377        android:protectionLevel="signature|system" />
1378
1379   <!-- Allows low-level access to power management -->
1380    <permission android:name="android.permission.DEVICE_POWER"
1381        android:label="@string/permlab_devicePower"
1382        android:description="@string/permdesc_devicePower"
1383        android:protectionLevel="signature" />
1384
1385    <!-- Run as a manufacturer test application, running as the root user.
1386         Only available when the device is running in manufacturer test mode. -->
1387    <permission android:name="android.permission.FACTORY_TEST"
1388        android:label="@string/permlab_factoryTest"
1389        android:description="@string/permdesc_factoryTest"
1390        android:protectionLevel="signature" />
1391
1392    <!-- Allows an application to broadcast a notification that an application
1393         package has been removed. -->
1394    <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1395        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1396        android:label="@string/permlab_broadcastPackageRemoved"
1397        android:description="@string/permdesc_broadcastPackageRemoved"
1398        android:protectionLevel="signature" />
1399
1400    <!-- Allows an application to broadcast an SMS receipt notification -->
1401    <permission android:name="android.permission.BROADCAST_SMS"
1402        android:permissionGroup="android.permission-group.MESSAGES"
1403        android:label="@string/permlab_broadcastSmsReceived"
1404        android:description="@string/permdesc_broadcastSmsReceived"
1405        android:protectionLevel="signature" />
1406
1407    <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1408    <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1409        android:permissionGroup="android.permission-group.MESSAGES"
1410        android:label="@string/permlab_broadcastWapPush"
1411        android:description="@string/permdesc_broadcastWapPush"
1412        android:protectionLevel="signature" />
1413
1414    <permission android:name="android.permission.MASTER_CLEAR"
1415        android:label="@string/permlab_masterClear"
1416        android:description="@string/permdesc_masterClear"
1417        android:protectionLevel="signature|system" />
1418
1419    <!-- Allows an application to call any phone number, including emergency
1420         numbers, without going through the Dialer user interface for the user
1421         to confirm the call being placed. -->
1422    <permission android:name="android.permission.CALL_PRIVILEGED"
1423        android:label="@string/permlab_callPrivileged"
1424        android:description="@string/permdesc_callPrivileged"
1425        android:protectionLevel="signature|system" />
1426
1427    <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1428    <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1429        android:label="@string/permlab_performCdmaProvisioning"
1430        android:description="@string/permdesc_performCdmaProvisioning"
1431        android:protectionLevel="signature|system" />
1432
1433    <!-- Allows enabling/disabling location update notifications from
1434         the radio. Not for use by normal applications. -->
1435    <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1436        android:label="@string/permlab_locationUpdates"
1437        android:description="@string/permdesc_locationUpdates"
1438        android:protectionLevel="signature|system" />
1439
1440    <!-- Allows read/write access to the "properties" table in the checkin
1441         database, to change values that get uploaded. -->
1442    <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1443        android:label="@string/permlab_checkinProperties"
1444        android:description="@string/permdesc_checkinProperties"
1445        android:protectionLevel="signature|system" />
1446
1447    <!-- Allows an application to collect component usage
1448         statistics @hide -->
1449    <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1450        android:label="@string/permlab_pkgUsageStats"
1451        android:description="@string/permdesc_pkgUsageStats"
1452        android:protectionLevel="signature|system" />
1453
1454    <!-- Allows an application to collect battery statistics -->
1455    <permission android:name="android.permission.BATTERY_STATS"
1456        android:label="@string/permlab_batteryStats"
1457        android:description="@string/permdesc_batteryStats"
1458        android:protectionLevel="normal" />
1459
1460    <!-- Allows an application to control the backup and restore process
1461         @hide pending API council -->
1462    <permission android:name="android.permission.BACKUP"
1463        android:label="@string/permlab_backup"
1464        android:description="@string/permdesc_backup"
1465        android:protectionLevel="signature|system" />
1466
1467    <!-- Allows a package to launch the secure full-backup confirmation UI.
1468         ONLY the system process may hold this permission.
1469         @hide -->
1470    <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
1471        android:label="@string/permlab_confirm_full_backup"
1472        android:description="@string/permdesc_confirm_full_backup"
1473        android:protectionLevel="signature" />
1474
1475    <!-- Must be required by a {@link android.widget.RemoteViewsService},
1476         to ensure that only the system can bind to it. -->
1477    <permission android:name="android.permission.BIND_REMOTEVIEWS"
1478        android:label="@string/permlab_bindRemoteViews"
1479        android:description="@string/permdesc_bindRemoteViews"
1480        android:protectionLevel="signature|system" />
1481
1482    <!-- Allows an application to tell the AppWidget service which application
1483         can access AppWidget's data.  The normal user flow is that a user
1484         picks an AppWidget to go into a particular host, thereby giving that
1485         host application access to the private data from the AppWidget app.
1486         An application that has this permission should honor that contract.
1487         Very few applications should need to use this permission. -->
1488    <permission android:name="android.permission.BIND_APPWIDGET"
1489        android:permissionGroup="android.permission-group.PERSONAL_INFO"
1490        android:label="@string/permlab_bindGadget"
1491        android:description="@string/permdesc_bindGadget"
1492        android:protectionLevel="signature|system" />
1493
1494    <!-- Internal permission allowing an application to query/set which
1495         applications can bind AppWidgets.
1496         @hide -->
1497    <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
1498        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1499        android:protectionLevel="signature|system" />
1500
1501    <!-- Allows applications to change the background data setting
1502         @hide pending API council -->
1503    <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1504        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1505        android:protectionLevel="signature"
1506        android:description="@string/permdesc_changeBackgroundDataSetting"
1507        android:label="@string/permlab_changeBackgroundDataSetting" />
1508
1509    <!-- This permission can be used on content providers to allow the global
1510         search system to access their data.  Typically it used when the
1511         provider has some permissions protecting it (which global search
1512         would not be expected to hold), and added as a read-only permission
1513         to the path in the provider where global search queries are
1514         performed.  This permission can not be held by regular applications;
1515         it is used by applications to protect themselves from everyone else
1516         besides global search. -->
1517    <permission android:name="android.permission.GLOBAL_SEARCH"
1518        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1519        android:protectionLevel="signature|system" />
1520
1521    <!-- Internal permission protecting access to the global search
1522         system: ensures that only the system can access the provider
1523         to perform queries (since this otherwise provides unrestricted
1524         access to a variety of content providers), and to write the
1525         search statistics (to keep applications from gaming the source
1526         ranking).
1527         @hide -->
1528    <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1529        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1530        android:protectionLevel="signature" />
1531
1532    <!-- Allows applications to set a live wallpaper.
1533         @hide XXX Change to signature once the picker is moved to its
1534         own apk as Ghod Intended. -->
1535    <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1536        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1537        android:protectionLevel="signature|system" />
1538
1539    <!-- Allow an application to read and write the cache partition.
1540         @hide -->
1541    <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1542        android:label="@string/permlab_cache_filesystem"
1543        android:description="@string/permdesc_cache_filesystem"
1544        android:protectionLevel="signature|system" />
1545
1546    <!-- Must be required by default container service so that only
1547         the system can bind to it and use it to copy
1548         protected data to secure containers or files
1549         accessible to the system.
1550         @hide -->
1551    <permission android:name="android.permission.COPY_PROTECTED_DATA"
1552        android:label="@string/permlab_copyProtectedData"
1553        android:description="@string/permlab_copyProtectedData"
1554        android:protectionLevel="signature" />
1555
1556    <!-- Internal permission protecting access to the encryption methods
1557        @hide
1558    -->
1559    <permission android:name="android.permission.CRYPT_KEEPER"
1560        android:protectionLevel="signature|system" />
1561
1562    <!-- Allows an application to read historical network usage for
1563         specific networks and applications. @hide -->
1564    <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
1565        android:label="@string/permlab_readNetworkUsageHistory"
1566        android:description="@string/permdesc_readNetworkUsageHistory"
1567        android:protectionLevel="signature|system" />
1568
1569    <!-- Allows an application to manage network policies (such as warning and disable
1570         limits) and to define application-specific rules. @hide -->
1571    <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
1572        android:label="@string/permlab_manageNetworkPolicy"
1573        android:description="@string/permdesc_manageNetworkPolicy"
1574        android:protectionLevel="signature" />
1575
1576    <!-- Allows an application to account its network traffic against other UIDs. Used
1577         by system services like download manager and media server. Not for use by
1578         third party apps. @hide -->
1579    <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
1580        android:label="@string/permlab_modifyNetworkAccounting"
1581        android:description="@string/permdesc_modifyNetworkAccounting"
1582        android:protectionLevel="signature|system" />
1583
1584    <!-- C2DM permission.
1585         @hide Used internally.
1586     -->
1587    <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
1588          android:protectionLevel="signature" />
1589    <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
1590
1591    <!-- Package verifier needs to have this permission before the PackageManager will
1592         trust it to verify packages.
1593         @hide
1594    -->
1595    <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
1596        android:label="@string/permlab_packageVerificationAgent"
1597        android:description="@string/permdesc_packageVerificationAgent"
1598        android:protectionLevel="signature|system" />
1599
1600    <!-- Must be required by package verifier receiver, to ensure that only the
1601         system can interact with it.
1602         @hide
1603    -->
1604    <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
1605        android:label="@string/permlab_bindPackageVerifier"
1606        android:description="@string/permdesc_bindPackageVerifier"
1607        android:protectionLevel="signature" />
1608
1609    <!-- Allows applications to access serial ports via the SerialManager.
1610         @hide -->
1611    <permission android:name="android.permission.SERIAL_PORT"
1612        android:label="@string/permlab_serialPort"
1613        android:description="@string/permdesc_serialPort"
1614        android:protectionLevel="normal" />
1615
1616    <!-- Allows the holder to access content providers from outside an ApplicationThread.
1617         This permission is enforced by the ActivityManagerService on the corresponding APIs,
1618         in particular ActivityManagerService#getContentProviderExternal(String) and
1619         ActivityManagerService#removeContentProviderExternal(String).
1620         @hide
1621    -->
1622    <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
1623        android:label="@string/permlab_accessContentProvidersExternally"
1624        android:description="@string/permdesc_accessContentProvidersExternally"
1625        android:protectionLevel="signature" />
1626    <!-- Allows an application to hold an UpdateLock, recommending that a headless
1627         OTA reboot *not* occur while the lock is held.
1628         @hide -->
1629    <permission android:name="android.permission.UPDATE_LOCK"
1630        android:label="@string/permlab_updateLock"
1631        android:description="@string/permdesc_updateLock"
1632        android:protectionLevel="signatureOrSystem" />
1633
1634    <!-- The system process is explicitly the only one allowed to launch the
1635         confirmation UI for full backup/restore -->
1636    <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
1637
1638    <application android:process="system"
1639                 android:persistent="true"
1640                 android:hasCode="false"
1641                 android:label="@string/android_system_label"
1642                 android:allowClearUserData="false"
1643                 android:backupAgent="com.android.server.SystemBackupAgent"
1644                 android:killAfterRestore="false"
1645                 android:icon="@drawable/ic_launcher_android">
1646        <activity android:name="com.android.internal.app.ChooserActivity"
1647                android:theme="@style/Theme.Holo.Dialog.Alert"
1648                android:finishOnCloseSystemDialogs="true"
1649                android:excludeFromRecents="true"
1650                android:multiprocess="true">
1651            <intent-filter>
1652                <action android:name="android.intent.action.CHOOSER" />
1653                <category android:name="android.intent.category.DEFAULT" />
1654            </intent-filter>
1655        </activity>
1656        <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
1657                android:theme="@style/Theme.Holo.Dialog"
1658                android:label="@string/heavy_weight_switcher_title"
1659                android:finishOnCloseSystemDialogs="true"
1660                android:excludeFromRecents="true"
1661                android:process=":ui">
1662        </activity>
1663        <activity android:name="com.android.internal.app.PlatLogoActivity"
1664                android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
1665                android:process=":ui">
1666        </activity>
1667        <activity android:name="com.android.internal.app.DisableCarModeActivity"
1668                android:theme="@style/Theme.NoDisplay"
1669                android:excludeFromRecents="true"
1670                android:process=":ui">
1671        </activity>
1672
1673        <activity android:name="android.accounts.ChooseAccountActivity"
1674                android:excludeFromRecents="true"
1675                android:exported="true"
1676                android:theme="@android:style/Theme.Holo.Dialog"
1677                android:label="@string/choose_account_label"
1678                android:process=":ui">
1679        </activity>
1680
1681        <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
1682                android:excludeFromRecents="true"
1683                android:exported="true"
1684                android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar"
1685                android:label="@string/choose_account_label"
1686                android:process=":ui">
1687        </activity>
1688
1689        <activity android:name="android.accounts.ChooseAccountTypeActivity"
1690                android:excludeFromRecents="true"
1691                android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar"
1692                android:label="@string/choose_account_label"
1693                android:process=":ui">
1694        </activity>
1695
1696        <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1697                android:excludeFromRecents="true"
1698                android:exported="true"
1699                android:theme="@android:style/Theme.Holo.DialogWhenLarge"
1700                android:process=":ui">
1701        </activity>
1702
1703        <activity android:name="android.content.SyncActivityTooManyDeletes"
1704               android:theme="@android:style/Theme.Holo.Dialog"
1705               android:label="@string/sync_too_many_deletes"
1706               android:process=":ui">
1707        </activity>
1708
1709        <activity android:name="com.android.server.ShutdownActivity"
1710            android:permission="android.permission.SHUTDOWN"
1711            android:excludeFromRecents="true">
1712            <intent-filter>
1713                <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1714                <category android:name="android.intent.category.DEFAULT" />
1715            </intent-filter>
1716            <intent-filter>
1717                <action android:name="android.intent.action.REBOOT" />
1718                <category android:name="android.intent.category.DEFAULT" />
1719            </intent-filter>
1720        </activity>
1721
1722        <activity android:name="com.android.internal.app.NetInitiatedActivity"
1723                android:theme="@style/Theme.Holo.Dialog.Alert"
1724                android:excludeFromRecents="true"
1725                android:process=":ui">
1726        </activity>
1727
1728        <receiver android:name="com.android.server.BootReceiver" >
1729            <intent-filter>
1730                <action android:name="android.intent.action.BOOT_COMPLETED" />
1731            </intent-filter>
1732        </receiver>
1733
1734        <receiver android:name="com.android.server.MasterClearReceiver"
1735            android:permission="android.permission.MASTER_CLEAR"
1736            android:priority="100" >
1737            <intent-filter>
1738                <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1739                <action android:name="android.intent.action.MASTER_CLEAR" />
1740
1741                <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
1742                <action android:name="com.google.android.c2dm.intent.RECEIVE" />
1743                <category android:name="android.intent.category.MASTER_CLEAR" />
1744            </intent-filter>
1745        </receiver>
1746
1747        <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
1748            android:permission="android.permission.MASTER_CLEAR"
1749            android:exported="true" />
1750
1751    </application>
1752
1753</manifest>
1754