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