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