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