blob: fba90a37df3ebc47e2750bfd612b24c1bf12b755 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001<?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"
Dianne Hackbornd2509fd2011-09-12 12:29:43 -070021 package="android" coreApp="true" android:sharedUserId="android.uid.system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080022 android:sharedUserLabel="@string/android_system_label">
23
Dianne Hackborn854060a2009-07-09 18:14:31 -070024 <!-- ================================================ -->
25 <!-- Special broadcasts that only the system can send -->
26 <!-- ================================================ -->
27 <eat-comment />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070028
Dianne Hackborn854060a2009-07-09 18:14:31 -070029 <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" />
Jeff Sharkey61277df2013-06-12 18:16:01 -070032 <protected-broadcast android:name="android.intent.action.TIME_SET" />
Dianne Hackborn854060a2009-07-09 18:14:31 -070033 <protected-broadcast android:name="android.intent.action.TIME_TICK" />
34 <protected-broadcast android:name="android.intent.action.TIMEZONE_CHANGED" />
Jeff Sharkey61277df2013-06-12 18:16:01 -070035 <protected-broadcast android:name="android.intent.action.DATE_CHANGED" />
Dianne Hackborn854060a2009-07-09 18:14:31 -070036 <protected-broadcast android:name="android.intent.action.BOOT_COMPLETED" />
Dianne Hackborn854060a2009-07-09 18:14:31 -070037 <protected-broadcast android:name="android.intent.action.PACKAGE_INSTALL" />
38 <protected-broadcast android:name="android.intent.action.PACKAGE_ADDED" />
39 <protected-broadcast android:name="android.intent.action.PACKAGE_REPLACED" />
Dianne Hackborne7f97212011-02-24 14:40:20 -080040 <protected-broadcast android:name="android.intent.action.MY_PACKAGE_REPLACED" />
Dianne Hackborn854060a2009-07-09 18:14:31 -070041 <protected-broadcast android:name="android.intent.action.PACKAGE_REMOVED" />
Dianne Hackbornf9abb402011-08-10 15:00:59 -070042 <protected-broadcast android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
Dianne Hackborn854060a2009-07-09 18:14:31 -070043 <protected-broadcast android:name="android.intent.action.PACKAGE_CHANGED" />
44 <protected-broadcast android:name="android.intent.action.PACKAGE_RESTARTED" />
45 <protected-broadcast android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
Dianne Hackborne7f97212011-02-24 14:40:20 -080046 <protected-broadcast android:name="android.intent.action.PACKAGE_FIRST_LAUNCH" />
Kenny Root5ab21572011-07-27 11:11:19 -070047 <protected-broadcast android:name="android.intent.action.PACKAGE_NEEDS_VERIFICATION" />
rich canningsd1b5cfc2012-08-29 14:49:51 -070048 <protected-broadcast android:name="android.intent.action.PACKAGE_VERIFIED" />
Dianne Hackborn854060a2009-07-09 18:14:31 -070049 <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
Dianne Hackborn52c62342012-09-21 10:57:45 -070050 <protected-broadcast android:name="android.intent.action.QUERY_PACKAGE_RESTART" />
Dianne Hackborn854060a2009-07-09 18:14:31 -070051 <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
Dianne Hackborn362d5b92009-11-11 18:04:39 -080052 <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
Dianne Hackborn854060a2009-07-09 18:14:31 -070053 <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
54 <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
55 <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
56 <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
57 <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
58 <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
59 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
60 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
Jake Hambybb371632010-08-23 18:16:48 -070061 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
62 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
Dianne Hackborn854060a2009-07-09 18:14:31 -070063 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
64 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080065 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Jason parks4ca74dc2011-03-14 15:23:31 -050066 <protected-broadcast android:name="android.intent.action.MASTER_CLEAR_NOTIFICATION" />
Amith Yamasani13593602012-03-22 16:16:17 -070067 <protected-broadcast android:name="android.intent.action.USER_ADDED" />
68 <protected-broadcast android:name="android.intent.action.USER_REMOVED" />
Jeff Sharkey61277df2013-06-12 18:16:01 -070069 <protected-broadcast android:name="android.intent.action.USER_STARTING" />
70 <protected-broadcast android:name="android.intent.action.USER_STARTED" />
71 <protected-broadcast android:name="android.intent.action.USER_STOPPING" />
Dianne Hackborn80a4af22012-08-27 19:18:31 -070072 <protected-broadcast android:name="android.intent.action.USER_STOPPED" />
Dianne Hackborn5dc5a002012-09-15 19:33:48 -070073 <protected-broadcast android:name="android.intent.action.USER_BACKGROUND" />
74 <protected-broadcast android:name="android.intent.action.USER_FOREGROUND" />
Amith Yamasani13593602012-03-22 16:16:17 -070075 <protected-broadcast android:name="android.intent.action.USER_SWITCHED" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070076
Dianne Hackborneb94fa72014-06-03 17:48:12 -070077 <protected-broadcast android:name="android.os.action.POWER_SAVE_MODE_CHANGED" />
78
Dianne Hackborn7299c412010-03-04 18:41:49 -080079 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
80 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
81 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
82 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Debashish Chatterjeee53eba02011-08-04 14:12:58 +010083
Dianne Hackborna40cfeb2013-03-25 17:49:36 -070084 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_UPDATE_OPTIONS" />
85 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_DELETED" />
86 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_DISABLED" />
87 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_ENABLED" />
Christopher Tateadfe8b82014-02-04 16:23:32 -080088 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_HOST_RESTORED" />
89 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_RESTORED" />
Dianne Hackborna40cfeb2013-03-25 17:49:36 -070090
Christopher Tate4cc86e12009-09-21 19:36:51 -070091 <protected-broadcast android:name="android.backup.intent.RUN" />
92 <protected-broadcast android:name="android.backup.intent.CLEAR" />
93 <protected-broadcast android:name="android.backup.intent.INIT" />
94
Nick Pelly72440a02009-09-15 17:21:10 -070095 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
96 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
97 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
98 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
99 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -0700100 <protected-broadcast android:name="android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED" />
Jeff Sharkey61277df2013-06-12 18:16:01 -0700101 <protected-broadcast android:name="android.bluetooth.device.action.UUID" />
102 <protected-broadcast android:name="android.bluetooth.device.action.ALIAS_CHANGED" />
Nick Pelly72440a02009-09-15 17:21:10 -0700103 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
104 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
105 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
106 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
107 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
108 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
109 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
110 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
111 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
112 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
113 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -0700114 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
Matthew Xie6b8a6a62013-08-20 18:07:25 -0700115 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
116 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
117 <protected-broadcast android:name="android.bluetooth.devicepicker.action.LAUNCH" />
118 <protected-broadcast android:name="android.bluetooth.devicepicker.action.DEVICE_SELECTED" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -0700119 <protected-broadcast
120 android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
121 <protected-broadcast
122 android:name="android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED" />
123 <protected-broadcast
124 android:name="android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" />
125 <protected-broadcast
Mike Lockwoodcf916d32014-06-12 11:23:40 -0700126 android:name="android.bluetooth.headsetclient.profile.action.CONNECTION_STATE_CHANGED" />
127 <protected-broadcast
128 android:name="android.bluetooth.headsetclient.profile.action.AUDIO_STATE_CHANGED" />
129 <protected-broadcast
130 android:name="android.bluetooth.headsetclient.profile.action.AG_EVENT" />
131 <protected-broadcast
132 android:name="android.bluetooth.headsetclient.profile.action.AG_CALL_CHANGED" />
133 <protected-broadcast
134 android:name="android.bluetooth.headsetclient.profile.action.RESULT" />
135 <protected-broadcast
136 android:name="android.bluetooth.headsetclient.profile.action.LAST_VTAG" />
137 <protected-broadcast
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -0700138 android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED" />
139 <protected-broadcast
140 android:name="android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED" />
141 <protected-broadcast
142 android:name="android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED" />
143 <protected-broadcast
Matthew Xie6b8a6a62013-08-20 18:07:25 -0700144 android:name="android.bluetooth.input.profile.action.PROTOCOL_MODE_CHANGED" />
145 <protected-broadcast
146 android:name="android.bluetooth.input.profile.action.VIRTUAL_UNPLUG_STATUS" />
147 <protected-broadcast
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -0700148 android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" />
Matthew Xie6b8a6a62013-08-20 18:07:25 -0700149 <protected-broadcast android:name="android.bluetooth.pbap.intent.action.PBAP_STATE_CHANGED" />
150 <protected-broadcast android:name="android.btopp.intent.action.INCOMING_FILE_NOTIFICATION" />
151 <protected-broadcast android:name="android.btopp.intent.action.BT_OPP_HANDOVER_STARTED" />
152 <protected-broadcast android:name="android.btopp.intent.action.TRANSFER_COMPLETE" />
153 <protected-broadcast android:name="android.btopp.intent.action.USER_CONFIRMATION_TIMEOUT" />
154 <protected-broadcast android:name="android.btopp.intent.action.BT_OPP_TRANSFER_PROGRESS" />
155 <protected-broadcast android:name="android.btopp.intent.action.LIST" />
156 <protected-broadcast android:name="android.btopp.intent.action.OPEN_OUTBOUND" />
157 <protected-broadcast android:name="android.btopp.intent.action.HIDE_COMPLETE" />
158 <protected-broadcast android:name="android.btopp.intent.action.CONFIRM" />
159 <protected-broadcast android:name="android.btopp.intent.action.HIDE" />
160 <protected-broadcast android:name="android.btopp.intent.action.BT_OPP_TRANSFER_DONE" />
161 <protected-broadcast android:name="android.btopp.intent.action.RETRY" />
162 <protected-broadcast android:name="android.btopp.intent.action.OPEN" />
163 <protected-broadcast android:name="android.btopp.intent.action.OPEN_INBOUND" />
164 <protected-broadcast android:name="com.android.bluetooth.pbap.authchall" />
165 <protected-broadcast android:name="com.android.bluetooth.pbap.userconfirmtimeout" />
166 <protected-broadcast android:name="com.android.bluetooth.pbap.authresponse" />
167 <protected-broadcast android:name="com.android.bluetooth.pbap.authcancelled" />
Nick Pelly72440a02009-09-15 17:21:10 -0700168
Jeff Browne08ae382012-09-07 20:36:36 -0700169 <protected-broadcast android:name="android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED" />
170
Mike Lockwoodc4308f02011-03-01 08:04:54 -0800171 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
172 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
173 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
174 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
175 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -0400176
Mike Lockwood8f014052012-04-26 11:23:48 -0700177 <protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />
178 <protected-broadcast android:name="android.intent.action.ANALOG_AUDIO_DOCK_PLUG" />
179 <protected-broadcast android:name="android.intent.action.DIGITAL_AUDIO_DOCK_PLUG" />
180 <protected-broadcast android:name="android.intent.action.HDMI_AUDIO_PLUG" />
181 <protected-broadcast android:name="android.intent.action.USB_AUDIO_ACCESSORY_PLUG" />
182 <protected-broadcast android:name="android.intent.action.USB_AUDIO_DEVICE_PLUG" />
183
Jeff Sharkey61277df2013-06-12 18:16:01 -0700184 <protected-broadcast android:name="android.media.AUDIO_BECOMING_NOISY" />
185 <protected-broadcast android:name="android.media.RINGER_MODE_CHANGED" />
186 <protected-broadcast android:name="android.media.VIBRATE_SETTING_CHANGED" />
187 <protected-broadcast android:name="android.media.VOLUME_CHANGED_ACTION" />
188 <protected-broadcast android:name="android.media.MASTER_VOLUME_CHANGED_ACTION" />
189 <protected-broadcast android:name="android.media.MASTER_MUTE_CHANGED_ACTION" />
190 <protected-broadcast android:name="android.media.SCO_AUDIO_STATE_CHANGED" />
191 <protected-broadcast android:name="android.media.ACTION_SCO_AUDIO_STATE_UPDATED" />
192
193 <protected-broadcast android:name="android.intent.action.MEDIA_REMOVED" />
194 <protected-broadcast android:name="android.intent.action.MEDIA_UNMOUNTED" />
195 <protected-broadcast android:name="android.intent.action.MEDIA_CHECKING" />
196 <protected-broadcast android:name="android.intent.action.MEDIA_NOFS" />
197 <protected-broadcast android:name="android.intent.action.MEDIA_MOUNTED" />
198 <protected-broadcast android:name="android.intent.action.MEDIA_SHARED" />
199 <protected-broadcast android:name="android.intent.action.MEDIA_UNSHARED" />
200 <protected-broadcast android:name="android.intent.action.MEDIA_BAD_REMOVAL" />
201 <protected-broadcast android:name="android.intent.action.MEDIA_UNMOUNTABLE" />
202 <protected-broadcast android:name="android.intent.action.MEDIA_EJECT" />
203
Jeff Sharkey961e3042011-08-29 16:02:57 -0700204 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
205 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
Haoyu Baidb3c8672012-06-20 14:29:57 -0700206 <protected-broadcast android:name="android.net.conn.DATA_ACTIVITY_CHANGE" />
Robert Greenwalt68b13ba2013-04-18 10:29:29 -0700207 <protected-broadcast android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800208 <protected-broadcast android:name="android.net.conn.CAPTIVE_PORTAL_TEST_COMPLETED" />
Jeff Sharkey961e3042011-08-29 16:02:57 -0700209
Jeff Sharkey61277df2013-06-12 18:16:01 -0700210 <protected-broadcast android:name="android.net.nsd.STATE_CHANGED" />
211
Nick Pellyf36c6db2010-10-14 19:16:35 -0700212 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -0800213 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
214 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
215 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700216
Nick Pellyf36c6db2010-10-14 19:16:35 -0700217 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700218 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700219 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400220
Christopher Tate8662cab52012-02-23 14:59:36 -0800221 <protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
Nick Pellya64e2ad2011-03-14 10:28:11 -0700222
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400223 <protected-broadcast android:name="android.intent.action.DREAMING_STARTED" />
224 <protected-broadcast android:name="android.intent.action.DREAMING_STOPPED" />
Robert Greenwalt47918ae2012-11-28 16:42:32 -0800225 <protected-broadcast android:name="android.intent.action.ANY_DATA_STATE" />
Wink Saville948282b2013-08-29 08:55:16 -0700226 <protected-broadcast android:name="android.intent.action.DATA_CONNECTION_CONNECTED_TO_PROVISIONING_APN" />
Robert Greenwalt47918ae2012-11-28 16:42:32 -0800227
228 <protected-broadcast android:name="com.android.server.WifiManager.action.START_SCAN" />
229 <protected-broadcast android:name="com.android.server.WifiManager.action.DELAYED_DRIVER_STOP" />
230 <protected-broadcast android:name="android.net.wifi.WIFI_STATE_CHANGED" />
231 <protected-broadcast android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" />
Robert Greenwalt89710842013-06-25 11:41:53 -0700232 <protected-broadcast android:name="android.net.wifi.WIFI_SCAN_AVAILABLE" />
Robert Greenwalt47918ae2012-11-28 16:42:32 -0800233 <protected-broadcast android:name="android.net.wifi.SCAN_RESULTS" />
234 <protected-broadcast android:name="android.net.wifi.RSSI_CHANGED" />
235 <protected-broadcast android:name="android.net.wifi.STATE_CHANGE" />
236 <protected-broadcast android:name="android.net.wifi.LINK_CONFIGURATION_CHANGED" />
237 <protected-broadcast android:name="android.net.wifi.CONFIGURED_NETWORKS_CHANGE" />
238 <protected-broadcast android:name="android.net.wifi.supplicant.CONNECTION_CHANGE" />
239 <protected-broadcast android:name="android.net.wifi.supplicant.STATE_CHANGE" />
240 <protected-broadcast android:name="android.net.wifi.p2p.STATE_CHANGED" />
241 <protected-broadcast android:name="android.net.wifi.p2p.DISCOVERY_STATE_CHANGE" />
242 <protected-broadcast android:name="android.net.wifi.p2p.THIS_DEVICE_CHANGED" />
243 <protected-broadcast android:name="android.net.wifi.p2p.PEERS_CHANGED" />
244 <protected-broadcast android:name="android.net.wifi.p2p.CONNECTION_STATE_CHANGE" />
245 <protected-broadcast android:name="android.net.wifi.p2p.PERSISTENT_GROUPS_CHANGED" />
246 <protected-broadcast android:name="android.net.conn.TETHER_STATE_CHANGED" />
247 <protected-broadcast android:name="android.net.conn.INET_CONDITION_ACTION" />
Brian Williammee1ed51622013-07-31 17:07:33 -0700248 <protected-broadcast android:name="android.net.conn.NETWORK_CONDITIONS_MEASURED" />
Jeff Sharkeyed74f8e2013-10-11 14:25:48 -0700249 <protected-broadcast
Vinit Deshapnde1f12cb52013-08-21 13:09:01 -0700250 android:name="android.net.ConnectivityService.action.PKT_CNT_SAMPLE_INTERVAL_ELAPSED" />
Jeff Davidsonb51e0a62014-04-09 12:38:15 -0700251 <protected-broadcast android:name="android.net.scoring.SCORE_NETWORKS" />
Nick Kralevicha4405ba2012-12-06 15:22:11 -0800252 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
253 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE" />
254 <protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" />
255 <protected-broadcast android:name="android.intent.action.ADVANCED_SETTINGS" />
Robin Lee66e5d962014-04-09 16:44:21 +0100256 <protected-broadcast android:name="android.intent.action.APPLICATION_RESTRICTIONS_CHANGED" />
Jeff Sharkey02ffba92013-03-08 16:13:15 -0800257 <protected-broadcast android:name="android.intent.action.BUGREPORT_FINISHED" />
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400258
Svetoslavb3038ec2013-02-13 14:39:30 -0800259 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_START" />
260 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_END" />
261
Jeff Sharkey61277df2013-06-12 18:16:01 -0700262 <protected-broadcast android:name="android.intent.action.HDMI_PLUGGED" />
263
264 <protected-broadcast android:name="android.intent.action.PHONE_STATE" />
265
266 <protected-broadcast android:name="android.location.GPS_ENABLED_CHANGE" />
267 <protected-broadcast android:name="android.location.PROVIDERS_CHANGED" />
Tom O'Neill40a86c22013-09-03 18:05:13 -0700268 <protected-broadcast android:name="android.location.MODE_CHANGED" />
Jeff Sharkey61277df2013-06-12 18:16:01 -0700269 <protected-broadcast android:name="android.location.GPS_FIX_CHANGE" />
Jason Monk9ced3cd2013-08-12 16:42:38 -0400270 <protected-broadcast android:name="android.net.proxy.PAC_REFRESH" />
Jeff Sharkey61277df2013-06-12 18:16:01 -0700271
Wink Saville948282b2013-08-29 08:55:16 -0700272 <protected-broadcast
273 android:name="com.android.server.connectivityservice.CONNECTED_TO_PROVISIONING_NETWORK_ACTION" />
274
Amith Yamasanif20d6402014-05-24 15:34:37 -0700275 <!-- Defined in RestrictionsManager -->
276 <protected-broadcast
277 android:name="android.intent.action.PERMISSION_RESPONSE_RECEIVED" />
278 <!-- Defined in RestrictionsManager -->
279 <protected-broadcast android:name="android.intent.action.REQUEST_PERMISSION" />
280
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800281 <!-- ====================================== -->
282 <!-- Permissions for things that cost money -->
283 <!-- ====================================== -->
284 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700285
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800286 <!-- Used for permissions that can be used to make the user spend money
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700287 without their direct involvement. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800288 <permission-group android:name="android.permission-group.COST_MONEY"
289 android:label="@string/permgrouplab_costMoney"
290 android:description="@string/permgroupdesc_costMoney" />
291
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800292 <!-- ================================== -->
293 <!-- Permissions for accessing messages -->
294 <!-- ================================== -->
295 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700296
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800297 <!-- Used for permissions that allow an application to send messages
298 on behalf of the user or intercept messages being received by the
299 user. This is primarily intended for SMS/MMS messaging, such as
300 receiving or reading an MMS. -->
301 <permission-group android:name="android.permission-group.MESSAGES"
302 android:label="@string/permgrouplab_messages"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700303 android:icon="@drawable/perm_group_messages"
304 android:description="@string/permgroupdesc_messages"
305 android:permissionGroupFlags="personalInfo"
306 android:priority="360"/>
307
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700308 <!-- Allows an application to send SMS messages. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700309 <permission android:name="android.permission.SEND_SMS"
310 android:permissionGroup="android.permission-group.MESSAGES"
311 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700312 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700313 android:label="@string/permlab_sendSms"
314 android:description="@string/permdesc_sendSms" />
315
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700316 <!-- @SystemApi Allows an application (Phone) to send a request to other applications
Scott Main93e60b52013-06-10 11:05:55 -0700317 to handle the respond-via-message action during incoming calls.
318 <p>Not for use by third-party applications. -->
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700319 <permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700320 android:permissionGroup="android.permission-group.MESSAGES"
321 android:protectionLevel="signature|system"
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700322 android:label="@string/permlab_sendRespondViaMessageRequest"
323 android:description="@string/permdesc_sendRespondViaMessageRequest" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800324
325 <!-- Allows an application to monitor incoming SMS messages, to record
326 or perform processing on them. -->
327 <permission android:name="android.permission.RECEIVE_SMS"
328 android:permissionGroup="android.permission-group.MESSAGES"
329 android:protectionLevel="dangerous"
330 android:label="@string/permlab_receiveSms"
331 android:description="@string/permdesc_receiveSms" />
332
333 <!-- Allows an application to monitor incoming MMS messages, to record
334 or perform processing on them. -->
335 <permission android:name="android.permission.RECEIVE_MMS"
336 android:permissionGroup="android.permission-group.MESSAGES"
337 android:protectionLevel="dangerous"
338 android:label="@string/permlab_receiveMms"
339 android:description="@string/permdesc_receiveMms" />
340
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700341 <!-- @SystemApi Allows an application to receive emergency cell broadcast messages,
Scott Main93e60b52013-06-10 11:05:55 -0700342 to record or display them to the user.
343 <p>Not for use by third-party applications.
Jake Hambyab79ee42011-04-26 16:26:46 -0700344 @hide Pending API council approval -->
345 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
346 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800347 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700348 android:label="@string/permlab_receiveEmergencyBroadcast"
349 android:description="@string/permdesc_receiveEmergencyBroadcast" />
350
Jake Hambyc3296ff2012-04-18 12:32:18 -0700351 <!-- Allows an application to read previously received cell broadcast
352 messages and to register a content observer to get notifications when
353 a cell broadcast has been received and added to the database. For
354 emergency alerts, the database is updated immediately after the
355 alert dialog and notification sound/vibration/speech are presented.
356 The "read" column is then updated after the user dismisses the alert.
357 This enables supplementary emergency assistance apps to start loading
358 additional emergency information (if Internet access is available)
359 when the alert is first received, and to delay presenting the info
360 to the user until after the initial alert dialog is dismissed.
361 @hide Pending API council approval -->
362 <permission android:name="android.permission.READ_CELL_BROADCASTS"
363 android:permissionGroup="android.permission-group.MESSAGES"
364 android:protectionLevel="dangerous"
365 android:label="@string/permlab_readCellBroadcasts"
366 android:description="@string/permdesc_readCellBroadcasts" />
367
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800368 <!-- Allows an application to read SMS messages. -->
369 <permission android:name="android.permission.READ_SMS"
370 android:permissionGroup="android.permission-group.MESSAGES"
371 android:protectionLevel="dangerous"
372 android:label="@string/permlab_readSms"
373 android:description="@string/permdesc_readSms" />
374
375 <!-- Allows an application to write SMS messages. -->
376 <permission android:name="android.permission.WRITE_SMS"
377 android:permissionGroup="android.permission-group.MESSAGES"
378 android:protectionLevel="dangerous"
379 android:label="@string/permlab_writeSms"
380 android:description="@string/permdesc_writeSms" />
381
382 <!-- Allows an application to monitor incoming WAP push messages. -->
383 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
384 android:permissionGroup="android.permission-group.MESSAGES"
385 android:protectionLevel="dangerous"
386 android:label="@string/permlab_receiveWapPush"
387 android:description="@string/permdesc_receiveWapPush" />
388
389 <!-- =============================================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700390 <!-- Permissions for accessing social info (contacts and social) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800391 <!-- =============================================================== -->
392 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700393
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700394 <!-- Used for permissions that provide access to the user's social connections,
395 such as contacts, call logs, social stream, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800396 both reading and writing of this data (which should generally be
397 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700398
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700399 <permission-group android:name="android.permission-group.SOCIAL_INFO"
400 android:label="@string/permgrouplab_socialInfo"
401 android:icon="@drawable/perm_group_social_info"
402 android:description="@string/permgroupdesc_socialInfo"
403 android:permissionGroupFlags="personalInfo"
404 android:priority="320" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800405
406 <!-- Allows an application to read the user's contacts data. -->
407 <permission android:name="android.permission.READ_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700408 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800409 android:protectionLevel="dangerous"
410 android:label="@string/permlab_readContacts"
411 android:description="@string/permdesc_readContacts" />
412
413 <!-- Allows an application to write (but not read) the user's
414 contacts data. -->
415 <permission android:name="android.permission.WRITE_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700416 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800417 android:protectionLevel="dangerous"
418 android:label="@string/permlab_writeContacts"
419 android:description="@string/permdesc_writeContacts" />
420
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700421 <!-- @SystemApi @hide Allows an application to execute contacts directory search.
Scott Main93e60b52013-06-10 11:05:55 -0700422 This should only be used by ContactsProvider.
423 <p>Not for use by third-party applications. -->
Subir Jhanb603af612012-08-06 17:19:22 -0700424 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
425 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700426 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700427
Scott Main2681faa2012-11-01 12:18:31 -0700428 <!-- Allows an application to read the user's call log.
429 <p class="note"><strong>Note:</strong> If your app uses the
430 {@link #READ_CONTACTS} permission and <em>both</em> your <a
431 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
432 minSdkVersion}</a> and <a
433 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
434 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
435 grants your app this permission. If you don't need this permission, be sure your <a
436 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
437 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700438 <permission android:name="android.permission.READ_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700439 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700440 android:protectionLevel="dangerous"
441 android:label="@string/permlab_readCallLog"
442 android:description="@string/permdesc_readCallLog" />
443
444 <!-- Allows an application to write (but not read) the user's
Scott Main2681faa2012-11-01 12:18:31 -0700445 contacts data.
446 <p class="note"><strong>Note:</strong> If your app uses the
447 {@link #WRITE_CONTACTS} permission and <em>both</em> your <a
448 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
449 minSdkVersion}</a> and <a
450 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
451 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
452 grants your app this permission. If you don't need this permission, be sure your <a
453 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
454 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700455 <permission android:name="android.permission.WRITE_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700456 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700457 android:protectionLevel="dangerous"
458 android:label="@string/permlab_writeCallLog"
459 android:description="@string/permdesc_writeCallLog" />
460
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700461 <!-- Allows an application to read from the user's social stream. -->
462 <permission android:name="android.permission.READ_SOCIAL_STREAM"
463 android:permissionGroup="android.permission-group.SOCIAL_INFO"
464 android:protectionLevel="dangerous"
465 android:label="@string/permlab_readSocialStream"
466 android:description="@string/permdesc_readSocialStream" />
467
468 <!-- Allows an application to write (but not read) the user's
469 social stream data. -->
470 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
471 android:permissionGroup="android.permission-group.SOCIAL_INFO"
472 android:protectionLevel="dangerous"
473 android:label="@string/permlab_writeSocialStream"
474 android:description="@string/permdesc_writeSocialStream" />
475
476 <!-- =============================================================== -->
477 <!-- Permissions for accessing information about the device owner -->
478 <!-- =============================================================== -->
479 <eat-comment />
480
481 <!-- Used for permissions that provide access to information about the device
482 user such as profile information. This includes both reading and
483 writing of this data (which should generally be expressed as two
484 distinct permissions). -->
485 <permission-group android:name="android.permission-group.PERSONAL_INFO"
486 android:label="@string/permgrouplab_personalInfo"
487 android:icon="@drawable/perm_group_personal_info"
488 android:description="@string/permgroupdesc_personalInfo"
489 android:permissionGroupFlags="personalInfo"
490 android:priority="310" />
491
Dave Santoro43251332011-05-11 11:39:54 -0700492 <!-- Allows an application to read the user's personal profile data. -->
493 <permission android:name="android.permission.READ_PROFILE"
494 android:permissionGroup="android.permission-group.PERSONAL_INFO"
495 android:protectionLevel="dangerous"
496 android:label="@string/permlab_readProfile"
497 android:description="@string/permdesc_readProfile" />
498
499 <!-- Allows an application to write (but not read) the user's
500 personal profile data. -->
501 <permission android:name="android.permission.WRITE_PROFILE"
502 android:permissionGroup="android.permission-group.PERSONAL_INFO"
503 android:protectionLevel="dangerous"
504 android:label="@string/permlab_writeProfile"
505 android:description="@string/permdesc_writeProfile" />
506
Aravind Akellacd9a7bb2014-04-07 22:55:21 +0000507 <!-- Allows an application to access data from sensors that the user uses to
508 measure what is happening inside his/her body, such as heart rate. -->
509 <permission android:name="android.permission.BODY_SENSORS"
510 android:permissionGroup="android.permission-group.PERSONAL_INFO"
511 android:label="@string/permlab_bodySensors"
512 android:description="@string/permdesc_bodySensors" />
513
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700514 <!-- =============================================================== -->
515 <!-- Permissions for accessing the device calendar -->
516 <!-- =============================================================== -->
517 <eat-comment />
Dave Santoro0b61f592011-10-03 18:25:26 -0700518
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700519 <!-- Used for permissions that provide access to the device
520 calendar to create / view events.-->
521 <permission-group android:name="android.permission-group.CALENDAR"
522 android:label="@string/permgrouplab_calendar"
523 android:icon="@drawable/perm_group_calendar"
524 android:description="@string/permgroupdesc_calendar"
525 android:permissionGroupFlags="personalInfo"
526 android:priority="290" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700527
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800528 <!-- Allows an application to read the user's calendar data. -->
529 <permission android:name="android.permission.READ_CALENDAR"
530 android:permissionGroup="android.permission-group.PERSONAL_INFO"
531 android:protectionLevel="dangerous"
532 android:label="@string/permlab_readCalendar"
533 android:description="@string/permdesc_readCalendar" />
534
535 <!-- Allows an application to write (but not read) the user's
536 calendar data. -->
537 <permission android:name="android.permission.WRITE_CALENDAR"
538 android:permissionGroup="android.permission-group.PERSONAL_INFO"
539 android:protectionLevel="dangerous"
540 android:label="@string/permlab_writeCalendar"
541 android:description="@string/permdesc_writeCalendar" />
542
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700543 <!-- =============================================================== -->
544 <!-- Permissions for accessing the user dictionary-->
545 <!-- =============================================================== -->
546 <eat-comment />
547
548 <!-- Used for permissions that provide access to the user
549 calendar to create / view events.-->
550 <permission-group android:name="android.permission-group.USER_DICTIONARY"
551 android:label="@string/permgrouplab_dictionary"
552 android:icon="@drawable/perm_group_user_dictionary"
553 android:description="@string/permgroupdesc_dictionary"
554 android:permissionGroupFlags="personalInfo"
555 android:priority="170" />
556
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800557 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700558 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700559 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800560 <permission android:name="android.permission.READ_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700561 android:permissionGroup="android.permission-group.USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800562 android:protectionLevel="dangerous"
563 android:label="@string/permlab_readDictionary"
564 android:description="@string/permdesc_readDictionary" />
565
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700566 <!-- Used for permissions that provide access to the user
567 calendar to create / view events.-->
568 <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
569 android:label="@string/permgrouplab_writeDictionary"
570 android:icon="@drawable/perm_group_user_dictionary_write"
571 android:description="@string/permgroupdesc_writeDictionary"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700572 android:priority="160" />
573
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700574 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800575 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700576 android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800577 android:protectionLevel="normal"
578 android:label="@string/permlab_writeDictionary"
579 android:description="@string/permdesc_writeDictionary" />
580
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700581 <!-- =============================================================== -->
582 <!-- Permissions for accessing the user bookmarks -->
583 <!-- =============================================================== -->
584 <eat-comment />
585
586 <!-- Used for permissions that provide access to the user
587 bookmarks and browser history.-->
588 <permission-group android:name="android.permission-group.BOOKMARKS"
589 android:label="@string/permgrouplab_bookmarks"
590 android:icon="@drawable/perm_group_bookmarks"
591 android:description="@string/permgroupdesc_bookmarks"
592 android:permissionGroupFlags="personalInfo"
593 android:priority="300" />
594
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400595 <!-- Allows an application to read (but not write) the user's
596 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400597 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700598 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400599 android:label="@string/permlab_readHistoryBookmarks"
600 android:description="@string/permdesc_readHistoryBookmarks"
601 android:protectionLevel="dangerous" />
602
603 <!-- Allows an application to write (but not read) the user's
604 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400605 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700606 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400607 android:label="@string/permlab_writeHistoryBookmarks"
608 android:description="@string/permdesc_writeHistoryBookmarks"
609 android:protectionLevel="dangerous" />
610
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700611 <!-- =============================================================== -->
612 <!-- Permissions for setting the device alarm -->
613 <!-- =============================================================== -->
614 <eat-comment />
615
Jake Hamby8f9b33e2014-01-15 13:08:03 -0800616 <!-- Used for permissions that provide access to device alarms. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700617 <permission-group android:name="android.permission-group.DEVICE_ALARMS"
618 android:label="@string/permgrouplab_deviceAlarms"
619 android:icon="@drawable/perm_group_device_alarms"
620 android:description="@string/permgroupdesc_deviceAlarms"
621 android:permissionGroupFlags="personalInfo"
622 android:priority="210" />
623
Patrick Scotta73c4b02010-09-22 08:16:53 -0400624 <!-- Allows an application to broadcast an Intent to set an alarm for the
625 user. -->
626 <permission android:name="com.android.alarm.permission.SET_ALARM"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700627 android:permissionGroup="android.permission-group.DEVICE_ALARMS"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400628 android:label="@string/permlab_setAlarm"
629 android:description="@string/permdesc_setAlarm"
630 android:protectionLevel="normal" />
631
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700632 <!-- =============================================================== -->
633 <!-- Permissions for accessing the user voicemail -->
634 <!-- =============================================================== -->
635 <eat-comment />
636
637 <!-- Used for permissions that provide access to the user voicemail box. -->
638 <permission-group android:name="android.permission-group.VOICEMAIL"
639 android:label="@string/permgrouplab_voicemail"
640 android:icon="@drawable/perm_group_voicemail"
641 android:description="@string/permgroupdesc_voicemail"
642 android:permissionGroupFlags="personalInfo"
643 android:priority="280" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700644
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100645 <!-- Allows an application to add voicemails into the system. -->
646 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700647 android:permissionGroup="android.permission-group.VOICEMAIL"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100648 android:protectionLevel="dangerous"
649 android:label="@string/permlab_addVoicemail"
650 android:description="@string/permdesc_addVoicemail" />
651
Svetoslav38228962013-01-29 01:04:35 -0800652 <!-- =============================================== -->
653 <!-- Permissions for enabling accessibility features -->
654 <!-- =============================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700655 <eat-comment />
Svetoslav38228962013-01-29 01:04:35 -0800656
657 <!-- Used for permissions that allow requesting certain accessibility features. -->
658 <permission-group android:name="android.permission-group.ACCESSIBILITY_FEATURES"
659 android:label="@string/permgrouplab_accessibilityFeatures"
660 android:icon="@drawable/perm_group_accessibility_features"
661 android:description="@string/permgroupdesc_accessibilityFeatures"
662 android:priority="380" />
663
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800664 <!-- ======================================= -->
665 <!-- Permissions for accessing location info -->
666 <!-- ======================================= -->
667 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700668
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800669 <!-- Used for permissions that allow access to the user's current
670 location. -->
671 <permission-group android:name="android.permission-group.LOCATION"
672 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700673 android:icon="@drawable/perm_group_location"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700674 android:description="@string/permgroupdesc_location"
675 android:permissionGroupFlags="personalInfo"
676 android:priority="330" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800677
Scott Main277b3522012-11-01 10:55:02 -0700678 <!-- Allows an app to access precise location from location sources such
679 as GPS, cell towers, and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800680 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
681 android:permissionGroup="android.permission-group.LOCATION"
682 android:protectionLevel="dangerous"
683 android:label="@string/permlab_accessFineLocation"
684 android:description="@string/permdesc_accessFineLocation" />
685
Scott Main277b3522012-11-01 10:55:02 -0700686 <!-- Allows an app to access approximate location derived from network location
687 sources such as cell towers and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800688 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
689 android:permissionGroup="android.permission-group.LOCATION"
690 android:protectionLevel="dangerous"
691 android:label="@string/permlab_accessCoarseLocation"
692 android:description="@string/permdesc_accessCoarseLocation" />
693
694 <!-- Allows an application to create mock location providers for testing -->
695 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700696 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700697 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800698 android:label="@string/permlab_accessMockLocation"
699 android:description="@string/permdesc_accessMockLocation" />
700
701 <!-- Allows an application to access extra location provider commands -->
702 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700703 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700704 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800705 android:label="@string/permlab_accessLocationExtraCommands"
706 android:description="@string/permdesc_accessLocationExtraCommands" />
707
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700708 <!-- @SystemApi Allows an application to install a location provider into the Location Manager.
Scott Main93e60b52013-06-10 11:05:55 -0700709 <p>Not for use by third-party applications. -->
Mike Lockwood275555c2009-05-01 11:30:34 -0400710 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800711 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400712 android:label="@string/permlab_installLocationProvider"
713 android:description="@string/permdesc_installLocationProvider" />
714
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700715 <!-- @SystemApi @hide Allows HDMI-CEC service to access device and configuration files.
716 This should only be used by HDMI-CEC service.
Jinsuk Kim4f512fb2014-02-28 17:41:17 +0900717 -->
718 <permission android:name="android.permission.HDMI_CEC"
719 android:protectionLevel="signatureOrSystem" />
720
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700721 <!-- @SystemApi Allows an application to use location features in hardware,
Scott Main93e60b52013-06-10 11:05:55 -0700722 such as the geofencing api.
723 <p>Not for use by third-party applications. -->
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700724 <permission android:name="android.permission.LOCATION_HARDWARE"
725 android:permissionGroup="android.permission-group.LOCATION"
726 android:protectionLevel="signature|system" />
727 <uses-permission android:name="android.permission.LOCATION_HARDWARE"/>
728
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800729 <!-- ======================================= -->
730 <!-- Permissions for accessing networks -->
731 <!-- ======================================= -->
732 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700733
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800734 <!-- Used for permissions that provide access to networking services. The
735 main permission here is internet access, but this is also an
736 appropriate group for accessing or modifying any network configuration
737 or other related network operations. -->
738 <permission-group android:name="android.permission-group.NETWORK"
739 android:label="@string/permgrouplab_network"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700740 android:icon="@drawable/perm_group_network"
741 android:description="@string/permgroupdesc_network"
742 android:priority="270" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800743
744 <!-- Allows applications to open network sockets. -->
745 <permission android:name="android.permission.INTERNET"
746 android:permissionGroup="android.permission-group.NETWORK"
747 android:protectionLevel="dangerous"
748 android:description="@string/permdesc_createNetworkSockets"
749 android:label="@string/permlab_createNetworkSockets" />
750
751 <!-- Allows applications to access information about networks -->
752 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
753 android:permissionGroup="android.permission-group.NETWORK"
754 android:protectionLevel="normal"
755 android:description="@string/permdesc_accessNetworkState"
756 android:label="@string/permlab_accessNetworkState" />
757
758 <!-- Allows applications to access information about Wi-Fi networks -->
759 <permission android:name="android.permission.ACCESS_WIFI_STATE"
760 android:permissionGroup="android.permission-group.NETWORK"
761 android:protectionLevel="normal"
762 android:description="@string/permdesc_accessWifiState"
763 android:label="@string/permlab_accessWifiState" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800764
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700765 <!-- Allows applications to change Wi-Fi connectivity state -->
766 <permission android:name="android.permission.CHANGE_WIFI_STATE"
767 android:permissionGroup="android.permission-group.NETWORK"
768 android:protectionLevel="dangerous"
769 android:description="@string/permdesc_changeWifiState"
770 android:label="@string/permlab_changeWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700771
Robert Greenwalt8588e472011-11-08 10:12:25 -0800772 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900773 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
774 android:permissionGroup="android.permission-group.NETWORK"
775 android:protectionLevel="normal"
776 android:description="@string/permdesc_accessWimaxState"
777 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700778
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700779 <!-- @hide -->
780 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700781 android:permissionGroup="android.permission-group.NETWORK"
782 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700783 android:description="@string/permdesc_changeWimaxState"
784 android:label="@string/permlab_changeWimaxState" />
785
Jeff Davidsonb51e0a62014-04-09 12:38:15 -0700786 <!-- Allows applications to act as network scorers. @hide -->
787 <permission android:name="android.permission.SCORE_NETWORKS"
788 android:permissionGroup="android.permission-group.NETWORK"
789 android:protectionLevel="normal"
790 android:description="@string/permdesc_scoreNetworks"
791 android:label="@string/permlab_scoreNetworks" />
792
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700793 <!-- ======================================= -->
794 <!-- Permissions for short range, peripheral networks -->
795 <!-- ======================================= -->
796 <eat-comment />
797
798 <!-- Used for permissions that provide access to other devices through Bluetooth.-->
799 <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
800 android:label="@string/permgrouplab_bluetoothNetwork"
801 android:icon="@drawable/perm_group_bluetooth"
802 android:description="@string/permgroupdesc_bluetoothNetwork"
803 android:priority="260" />
804
805 <!-- Allows applications to connect to paired bluetooth devices -->
806 <permission android:name="android.permission.BLUETOOTH"
807 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
808 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800809 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700810 android:label="@string/permlab_bluetooth" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800811
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700812 <!-- Allows applications to discover and pair bluetooth devices -->
813 <permission android:name="android.permission.BLUETOOTH_ADMIN"
814 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
815 android:protectionLevel="dangerous"
816 android:description="@string/permdesc_bluetoothAdmin"
817 android:label="@string/permlab_bluetoothAdmin" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800818
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700819 <!-- @SystemApi Allows applications to pair bluetooth devices without user interaction.
Dianne Hackbornebc15ef2013-10-09 17:36:57 -0700820 This is not available to third party applications. -->
Matthew Xie091fc2b2013-09-23 23:23:13 -0700821 <permission android:name="android.permission.BLUETOOTH_PRIVILEGED"
822 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
823 android:protectionLevel="system|signature"
824 android:description="@string/permdesc_bluetoothPriv"
825 android:label="@string/permlab_bluetoothPriv" />
826
Matthew Xiefca9d632012-10-04 12:25:28 -0700827 <!-- Allows bluetooth stack to access files
828 @hide This should only be used by Bluetooth apk.
829 -->
830 <permission android:name="android.permission.BLUETOOTH_STACK"
831 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
832 android:protectionLevel="signature" />
833
Nick Pelly1df862a2011-02-15 13:34:38 -0800834 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700835 <permission android:name="android.permission.NFC"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700836 android:permissionGroup="android.permission-group.NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700837 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700838 android:description="@string/permdesc_nfc"
839 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700840
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700841 <!-- @SystemApi Allows an internal user to use privileged ConnectivityManager APIs.
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700842 @hide -->
843 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
844 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800845 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700846
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700847 <!-- @SystemApi @hide -->
Haoyu Baidb3c8672012-06-20 14:29:57 -0700848 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
849 android:permissionGroup="android.permission-group.NETWORK"
850 android:protectionLevel="signature|system" />
851
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700852 <!-- @SystemApi Allows access to the loop radio (Android@Home mesh network) device.
Doug Zongkerb616f0c2013-01-29 09:05:21 -0800853 @hide -->
854 <permission android:name="android.permission.LOOP_RADIO"
Andres Morales62b25a52014-05-20 16:22:41 +0000855 android:permissionGroup="android.permission-group.NETWORK"
856 android:protectionLevel="signature|system" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800857
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800858 <!-- ================================== -->
859 <!-- Permissions for accessing accounts -->
860 <!-- ================================== -->
861 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700862
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700863 <!-- Permissions for direct access to the accounts managed
864 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800865 <permission-group android:name="android.permission-group.ACCOUNTS"
866 android:label="@string/permgrouplab_accounts"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700867 android:icon="@drawable/perm_group_accounts"
868 android:description="@string/permgroupdesc_accounts"
869 android:permissionGroupFlags="personalInfo"
870 android:priority="200" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800871
872 <!-- Allows access to the list of accounts in the Accounts Service -->
873 <permission android:name="android.permission.GET_ACCOUNTS"
874 android:permissionGroup="android.permission-group.ACCOUNTS"
875 android:protectionLevel="normal"
876 android:description="@string/permdesc_getAccounts"
877 android:label="@string/permlab_getAccounts" />
878
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700879 <!-- Allows an application to act as an AccountAuthenticator for
880 the AccountManager -->
881 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
882 android:permissionGroup="android.permission-group.ACCOUNTS"
883 android:protectionLevel="dangerous"
884 android:label="@string/permlab_authenticateAccounts"
885 android:description="@string/permdesc_authenticateAccounts" />
886
887 <!-- Allows an application to request authtokens from the AccountManager -->
888 <permission android:name="android.permission.USE_CREDENTIALS"
889 android:permissionGroup="android.permission-group.ACCOUNTS"
890 android:protectionLevel="dangerous"
891 android:label="@string/permlab_useCredentials"
892 android:description="@string/permdesc_useCredentials" />
893
894 <!-- Allows an application to manage the list of accounts in the AccountManager -->
895 <permission android:name="android.permission.MANAGE_ACCOUNTS"
896 android:permissionGroup="android.permission-group.ACCOUNTS"
897 android:protectionLevel="dangerous"
898 android:label="@string/permlab_manageAccounts"
899 android:description="@string/permdesc_manageAccounts" />
900
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700901 <!-- @SystemApi Allows applications to call into AccountAuthenticators.
Scott Main93e60b52013-06-10 11:05:55 -0700902 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700903 <permission android:name="android.permission.ACCOUNT_MANAGER"
904 android:permissionGroup="android.permission-group.ACCOUNTS"
905 android:protectionLevel="signature"
906 android:description="@string/permdesc_accountManagerService"
907 android:label="@string/permlab_accountManagerService" />
908
909 <!-- ================================== -->
910 <!-- Permissions for accessing hardware that may effect battery life-->
911 <!-- ================================== -->
912 <eat-comment />
913
914 <!-- Used for permissions that provide direct access to the hardware on
915 the device that has an effect on battery life. This includes vibrator,
916 flashlight, etc. -->
917
918 <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
919 android:label="@string/permgrouplab_affectsBattery"
920 android:icon="@drawable/perm_group_affects_battery"
921 android:description="@string/permgroupdesc_affectsBattery"
922 android:priority="180" />
923
924 <!-- Allows applications to enter Wi-Fi Multicast mode -->
925 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
926 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
927 android:protectionLevel="dangerous"
928 android:description="@string/permdesc_changeWifiMulticastState"
929 android:label="@string/permlab_changeWifiMulticastState" />
930
931 <!-- Allows access to the vibrator -->
932 <permission android:name="android.permission.VIBRATE"
933 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
934 android:protectionLevel="normal"
935 android:label="@string/permlab_vibrate"
936 android:description="@string/permdesc_vibrate" />
937
938 <!-- Allows access to the flashlight -->
939 <permission android:name="android.permission.FLASHLIGHT"
940 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
941 android:protectionLevel="normal"
942 android:label="@string/permlab_flashlight"
943 android:description="@string/permdesc_flashlight" />
944
945 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
946 from dimming -->
947 <permission android:name="android.permission.WAKE_LOCK"
948 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
949 android:protectionLevel="normal"
950 android:label="@string/permlab_wakeLock"
951 android:description="@string/permdesc_wakeLock" />
952
Erik Gilling51e95df2013-06-26 11:06:51 -0700953 <!-- Allows using the device's IR transmitter, if available -->
954 <permission android:name="android.permission.TRANSMIT_IR"
955 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
956 android:protectionLevel="normal"
957 android:label="@string/permlab_transmitIr"
958 android:description="@string/permdesc_transmitIr" />
959
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700960 <!-- ==================================================== -->
961 <!-- Permissions related to changing audio settings -->
962 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700963 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700964
965 <!-- Used for permissions that provide direct access to speaker settings
966 the device. -->
967 <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
968 android:label="@string/permgrouplab_audioSettings"
969 android:icon="@drawable/perm_group_audio_settings"
970 android:description="@string/permgroupdesc_audioSettings"
971 android:priority="130" />
972
973 <!-- Allows an application to modify global audio settings -->
974 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
975 android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
976 android:protectionLevel="normal"
977 android:label="@string/permlab_modifyAudioSettings"
978 android:description="@string/permdesc_modifyAudioSettings" />
979
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800980 <!-- ================================== -->
981 <!-- Permissions for accessing hardware -->
982 <!-- ================================== -->
983 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700984
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800985 <!-- Used for permissions that provide direct access to the hardware on
986 the device. This includes audio, the camera, vibrator, etc. -->
987 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
988 android:label="@string/permgrouplab_hardwareControls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700989 android:description="@string/permgroupdesc_hardwareControls"
990 android:priority="260"/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800991
Jeff Brownb61eaaa2014-06-06 19:46:26 -0700992 <!-- @SystemApi Allows an application to manage preferences and permissions for USB devices
Mike Lockwood02eb8742011-02-27 09:10:37 -0800993 @hide -->
994 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400995 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800996 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800997 android:label="@string/permlab_manageUsb"
998 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400999
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001000 <!-- @SystemApi Allows an application to access the MTP USB kernel driver.
Mike Lockwood10bc1112011-01-10 08:24:08 -05001001 For use only by the device side MTP implementation.
1002 @hide -->
1003 <permission android:name="android.permission.ACCESS_MTP"
1004 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001005 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -05001006 android:label="@string/permlab_accessMtp"
1007 android:description="@string/permdesc_accessMtp" />
1008
Scott Main93e60b52013-06-10 11:05:55 -07001009 <!-- Allows access to hardware peripherals. Intended only for hardware testing.
1010 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001011 <permission android:name="android.permission.HARDWARE_TEST"
1012 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
1013 android:protectionLevel="signature"
1014 android:label="@string/permlab_hardware_test"
1015 android:description="@string/permdesc_hardware_test" />
1016
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -05001017 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
1018 @hide -->
1019 <permission android:name="android.permission.NET_ADMIN"
1020 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1021 android:protectionLevel="signature" />
1022
Jeff Sharkey098d5802012-04-26 17:30:34 -07001023 <!-- Allows registration for remote audio playback. @hide -->
1024 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
1025 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1026 android:protectionLevel="signature" />
1027
Shishir Agrawal57f656b2013-10-28 14:25:38 -07001028 <!-- Allows an application to communicate with a SIM card using logical
1029 channels. -->
1030 <permission android:name="android.permission.SIM_COMMUNICATION"
1031 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1032 android:label="@string/permlab_sim_communication"
1033 android:description="@string/permdesc_sim_communication"
1034 android:protectionLevel="dangerous" />
1035
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001036 <!-- @SystemApi Allows TvInputService to access underlying TV input hardware such as
Wonsik Kimc22dbb62014-05-26 02:26:04 +00001037 built-in tuners and HDMI-in's.
1038 @hide This should only be used by OEM's TvInputService's.
1039 -->
1040 <permission android:name="android.permission.TV_INPUT_HARDWARE"
1041 android:protectionLevel="signatureOrSystem" />
1042
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001043 <!-- =========================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001044 <!-- Permissions associated with audio capture -->
1045 <!-- =========================================== -->
1046 <eat-comment />
1047
1048 <!-- Used for permissions that are associated with accessing
1049 microphone audio from the device. Note that phone calls also capture audio
1050 but are in a separate (more visible) permission group. -->
1051 <permission-group android:name="android.permission-group.MICROPHONE"
1052 android:label="@string/permgrouplab_microphone"
1053 android:icon="@drawable/perm_group_microphone"
1054 android:description="@string/permgroupdesc_microphone"
1055 android:permissionGroupFlags="personalInfo"
1056 android:priority="340" />
1057
1058 <!-- Allows an application to record audio -->
1059 <permission android:name="android.permission.RECORD_AUDIO"
1060 android:permissionGroup="android.permission-group.MICROPHONE"
1061 android:protectionLevel="dangerous"
Dianne Hackborn84c71112013-04-17 11:18:10 -07001062 android:label="@string/permlab_recordAudio"
1063 android:description="@string/permdesc_recordAudio" />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001064
1065
1066 <!-- =========================================== -->
1067 <!-- Permissions associated with camera and image capture -->
1068 <!-- =========================================== -->
1069 <eat-comment />
1070
1071 <!-- Used for permissions that are associated with accessing
1072 camera or capturing images/video from the device. -->
1073 <permission-group android:name="android.permission-group.CAMERA"
1074 android:label="@string/permgrouplab_camera"
1075 android:icon="@drawable/perm_group_camera"
1076 android:description="@string/permgroupdesc_camera"
1077 android:permissionGroupFlags="personalInfo"
1078 android:priority="350" />
1079
1080 <!-- Required to be able to access the camera device.
1081 <p>This will automatically enforce the <a
1082 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
1083 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
1084 If you do not require all camera features or can properly operate if a camera
1085 is not available, then you must modify your manifest as appropriate in order to
1086 install on devices that don't support all camera features.</p> -->
1087 <permission android:name="android.permission.CAMERA"
1088 android:permissionGroup="android.permission-group.CAMERA"
1089 android:protectionLevel="dangerous"
1090 android:label="@string/permlab_camera"
1091 android:description="@string/permdesc_camera" />
1092
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001093 <!-- @SystemApi Allows disabling the transmit-indicator LED that is normally on when
Igor Murashkinf640bb92013-04-23 14:32:19 -07001094 a camera is in use by an application.
1095 @hide -->
1096 <permission android:name="android.permission.CAMERA_DISABLE_TRANSMIT_LED"
1097 android:permissionGroup="android.permission-group.CAMERA"
1098 android:protectionLevel="signature|system"
1099 android:label="@string/permlab_cameraDisableTransmitLed"
1100 android:description="@string/permdesc_cameraDisableTransmitLed" />
1101
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001102 <!-- =========================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001103 <!-- Permissions associated with telephony state -->
1104 <!-- =========================================== -->
1105 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001106
Jake Hamby8f9b33e2014-01-15 13:08:03 -08001107 <!-- Used for permissions that are associated with accessing and modifying
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001108 telephony state: placing calls, intercepting outgoing calls, reading
1109 and modifying the phone state. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001110 <permission-group android:name="android.permission-group.PHONE_CALLS"
1111 android:label="@string/permgrouplab_phoneCalls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001112 android:icon="@drawable/perm_group_phone_calls"
1113 android:description="@string/permgroupdesc_phoneCalls"
1114 android:permissionGroupFlags="personalInfo"
1115 android:priority="370" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001116
Santos Cordonb4aeac72014-03-03 16:06:54 -08001117 <!-- Allows an application to see the number being dialed during an outgoing
1118 call with the option to redirect the call to a different number or
1119 abort the call altogether. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001120 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
1121 android:permissionGroup="android.permission-group.PHONE_CALLS"
1122 android:protectionLevel="dangerous"
1123 android:label="@string/permlab_processOutgoingCalls"
1124 android:description="@string/permdesc_processOutgoingCalls" />
1125
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001126 <!-- @SystemApi Allows modification of the telephony state - power on, mmi, etc.
Scott Main93e60b52013-06-10 11:05:55 -07001127 Does not include placing calls.
1128 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001129 <permission android:name="android.permission.MODIFY_PHONE_STATE"
1130 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001131 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001132 android:label="@string/permlab_modifyPhoneState"
1133 android:description="@string/permdesc_modifyPhoneState" />
1134
Scott Main2681faa2012-11-01 12:18:31 -07001135 <!-- Allows read only access to phone state.
1136 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1137 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1138 minSdkVersion}</a> and <a
1139 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1140 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1141 grants your app this permission. If you don't need this permission, be sure your <a
1142 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1143 targetSdkVersion}</a> is 4 or higher. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001144 <permission android:name="android.permission.READ_PHONE_STATE"
1145 android:permissionGroup="android.permission-group.PHONE_CALLS"
1146 android:protectionLevel="dangerous"
1147 android:label="@string/permlab_readPhoneState"
1148 android:description="@string/permdesc_readPhoneState" />
1149
Antonio Marín Cerezuelac5ac15a2013-05-27 11:36:36 +02001150 <!-- Allows read only access to precise phone state.
1151 @hide Pending API council approval -->
1152 <permission android:name="android.permission.READ_PRECISE_PHONE_STATE"
1153 android:permissionGroup="android.permission-group.PHONE_CALLS"
1154 android:protectionLevel="dangerous"
1155 android:label="@string/permlab_readPrecisePhoneState"
1156 android:description="@string/permdesc_readPrecisePhoneState" />
1157
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001158 <!-- @SystemApi Allows read access to privileged phone state.
Jake Hamby463f2212011-07-21 17:55:53 -07001159 @hide Used internally. -->
1160 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
1161 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001162 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -07001163
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001164 <!-- Allows an application to initiate a phone call without going through
1165 the Dialer user interface for the user to confirm the call
1166 being placed. -->
1167 <permission android:name="android.permission.CALL_PHONE"
1168 android:permissionGroup="android.permission-group.PHONE_CALLS"
1169 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001170 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001171 android:label="@string/permlab_callPhone"
1172 android:description="@string/permdesc_callPhone" />
1173
1174 <!-- Allows an application to use SIP service -->
1175 <permission android:name="android.permission.USE_SIP"
1176 android:permissionGroup="android.permission-group.PHONE_CALLS"
1177 android:protectionLevel="dangerous"
1178 android:description="@string/permdesc_use_sip"
1179 android:label="@string/permlab_use_sip" />
1180
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001181 <!-- @SystemApi Allows an application to request CallHandlerService implementations.
Dianne Hackbornebc15ef2013-10-09 17:36:57 -07001182 @hide -->
Santos Cordon79836382013-08-13 14:29:47 -07001183 <permission android:name="android.permission.BIND_CALL_SERVICE"
1184 android:permissionGroup="android.permission-group.PHONE_CALLS"
1185 android:protectionLevel="system|signature"
1186 android:description="@string/permdesc_bind_call_service"
1187 android:label="@string/permlab_bind_call_service" />
1188
San Mehat29b57e62009-04-23 09:18:32 -07001189 <!-- ================================== -->
1190 <!-- Permissions for sdcard interaction -->
1191 <!-- ================================== -->
1192 <eat-comment />
1193
1194 <!-- Group of permissions that are related to SD card access. -->
1195 <permission-group android:name="android.permission-group.STORAGE"
1196 android:label="@string/permgrouplab_storage"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001197 android:icon="@drawable/perm_group_storage"
1198 android:description="@string/permgroupdesc_storage"
1199 android:permissionGroupFlags="personalInfo"
1200 android:priority="240" />
San Mehat29b57e62009-04-23 09:18:32 -07001201
Scott Main2681faa2012-11-01 12:18:31 -07001202 <!-- Allows an application to read from external storage.
1203 <p>Any app that declares the {@link #WRITE_EXTERNAL_STORAGE} permission is implicitly
1204 granted this permission.</p>
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001205 <p>This permission is enforced starting in API level 19. Before API level 19, this
1206 permission is not enforced and all apps still have access to read from external storage.
1207 You can test your app with the permission enforced by enabling <em>Protect USB
Scott Main2681faa2012-11-01 12:18:31 -07001208 storage</em> under Developer options in the Settings app on a device running Android 4.1 or
1209 higher.</p>
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001210 <p>Also starting in API level 19, this permission is <em>not</em> required to
1211 read/write files in your application-specific directories returned by
1212 {@link android.content.Context#getExternalFilesDir} and
1213 {@link android.content.Context#getExternalCacheDir}.
Scott Main2681faa2012-11-01 12:18:31 -07001214 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1215 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1216 minSdkVersion}</a> and <a
1217 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1218 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1219 grants your app this permission. If you don't need this permission, be sure your <a
1220 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1221 targetSdkVersion}</a> is 4 or higher.-->
Dianne Hackborn79245122012-03-12 10:51:26 -07001222 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Jeff Sharkeyeaa97802013-10-29 17:20:48 -07001223 android:permissionGroup="android.permission-group.STORAGE"
Dianne Hackborn79245122012-03-12 10:51:26 -07001224 android:label="@string/permlab_sdcardRead"
1225 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -07001226 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -07001227
Scott Main2681faa2012-11-01 12:18:31 -07001228 <!-- Allows an application to write to external storage.
1229 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1230 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1231 minSdkVersion}</a> and <a
1232 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1233 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1234 grants your app this permission. If you don't need this permission, be sure your <a
1235 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001236 targetSdkVersion}</a> is 4 or higher.
1237 <p>Starting in API level 19, this permission is <em>not</em> required to
1238 read/write files in your application-specific directories returned by
1239 {@link android.content.Context#getExternalFilesDir} and
1240 {@link android.content.Context#getExternalCacheDir}. -->
San Mehat5a3a77d2009-06-01 09:25:28 -07001241 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -07001242 android:permissionGroup="android.permission-group.STORAGE"
1243 android:label="@string/permlab_sdcardWrite"
1244 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -07001245 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -07001246
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001247 <!-- @SystemApi Allows an application to write to internal media storage
Mike Lockwood1e23db42011-04-22 07:05:21 -07001248 @hide -->
1249 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
1250 android:permissionGroup="android.permission-group.STORAGE"
1251 android:label="@string/permlab_mediaStorageWrite"
1252 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -08001253 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -07001254
Jeff Sharkey9ecfee02013-04-19 14:05:03 -07001255 <!-- Allows an application to manage access to documents, usually as part
1256 of a document picker. -->
1257 <permission android:name="android.permission.MANAGE_DOCUMENTS"
1258 android:permissionGroup="android.permission-group.STORAGE"
1259 android:label="@string/permlab_manageDocs"
1260 android:description="@string/permdesc_manageDocs"
Jeff Sharkey89f545a2014-02-18 14:25:47 -08001261 android:protectionLevel="signature" />
Jeff Sharkey9ecfee02013-04-19 14:05:03 -07001262
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001263 <!-- ================================== -->
1264 <!-- Permissions for screenlock -->
1265 <!-- ================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001266 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001267
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001268 <!-- Group of permissions that are related to the screenlock. -->
1269 <permission-group android:name="android.permission-group.SCREENLOCK"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001270 android:label="@string/permgrouplab_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001271 android:icon="@drawable/perm_group_screenlock"
1272 android:permissionGroupFlags="personalInfo"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001273 android:description="@string/permgroupdesc_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001274 android:priority="230" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001275
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001276 <!-- Allows applications to disable the keyguard -->
1277 <permission android:name="android.permission.DISABLE_KEYGUARD"
1278 android:permissionGroup="android.permission-group.SCREENLOCK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001279 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001280 android:description="@string/permdesc_disableKeyguard"
1281 android:label="@string/permlab_disableKeyguard" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001282
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001283 <!-- ================================== -->
1284 <!-- Permissions to access other installed applications -->
1285 <!-- ================================== -->
1286 <eat-comment />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001287
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001288 <!-- Group of permissions that are related to the other applications
1289 installed on the system. Examples include such as listing
1290 running apps, or killing background processes. -->
1291 <permission-group android:name="android.permission-group.APP_INFO"
1292 android:label="@string/permgrouplab_appInfo"
1293 android:icon="@drawable/perm_group_app_info"
1294 android:description="@string/permgroupdesc_appInfo"
1295 android:priority="220" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001296
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001297 <!-- @SystemApi Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -07001298 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001299 <permission android:name="android.permission.GET_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001300 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn09233282014-04-30 11:33:59 -07001301 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001302 android:label="@string/permlab_getTasks"
1303 android:description="@string/permdesc_getTasks" />
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001304
1305 <!-- @SystemApi @hide Allows an application to call APIs that allow it to do interactions
Dianne Hackbornb4163a62012-08-02 18:31:26 -07001306 across the users on the device, using singleton services and
1307 user-targeted broadcasts. This permission is not available to
1308 third party applications. -->
1309 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
1310 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1311 android:protectionLevel="signature|system|development"
1312 android:label="@string/permlab_interactAcrossUsers"
1313 android:description="@string/permdesc_interactAcrossUsers" />
1314
1315 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
1316 that removes restrictions on where broadcasts can be sent and allows other
1317 types of interactions. -->
1318 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
1319 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Jessica Hummel96599a02014-05-06 18:06:09 +01001320 android:protectionLevel="signature"
Dianne Hackbornb4163a62012-08-02 18:31:26 -07001321 android:label="@string/permlab_interactAcrossUsersFull"
1322 android:description="@string/permdesc_interactAcrossUsersFull" />
1323
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001324 <!-- @SystemApi @hide Allows an application to call APIs that allow it to query and manage
Amith Yamasani2a003292012-08-14 18:25:45 -07001325 users on the device. This permission is not available to
1326 third party applications. -->
1327 <permission android:name="android.permission.MANAGE_USERS"
1328 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -07001329 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -07001330 android:label="@string/permlab_manageUsers"
1331 android:description="@string/permdesc_manageUsers" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001332
Dianne Hackborn8238e712012-04-24 11:15:40 -07001333 <!-- Allows an application to get full detailed information about
1334 recently running tasks, with full fidelity to the real state.
1335 @hide -->
1336 <permission android:name="android.permission.GET_DETAILED_TASKS"
1337 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1338 android:protectionLevel="signature"
1339 android:label="@string/permlab_getDetailedTasks"
1340 android:description="@string/permdesc_getDetailedTasks" />
1341
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001342 <!-- Allows an application to change the Z-order of tasks -->
1343 <permission android:name="android.permission.REORDER_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001344 android:permissionGroup="android.permission-group.APP_INFO"
1345 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001346 android:label="@string/permlab_reorderTasks"
1347 android:description="@string/permdesc_reorderTasks" />
1348
Dianne Hackborn24a12102011-07-29 15:52:05 -07001349 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001350 <permission android:name="android.permission.REMOVE_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001351 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001352 android:protectionLevel="signature"
1353 android:label="@string/permlab_removeTasks"
1354 android:description="@string/permdesc_removeTasks" />
1355
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001356 <!-- @SystemApi @hide Allows an application to create/manage/remove stacks -->
Dianne Hackborn053f61d2013-06-26 18:07:43 -07001357 <permission android:name="android.permission.MANAGE_ACTIVITY_STACKS"
1358 android:permissionGroup="android.permission-group.APP_INFO"
Griff Hazen9e243572014-01-26 21:58:51 -08001359 android:protectionLevel="signature|system"
Dianne Hackborn053f61d2013-06-26 18:07:43 -07001360 android:label="@string/permlab_manageActivityStacks"
1361 android:description="@string/permdesc_manageActivityStacks" />
1362
Jeff Sharkey35be7562012-04-18 19:16:15 -07001363 <!-- Allows an application to start any activity, regardless of permission
1364 protection or exported state. @hide -->
1365 <permission android:name="android.permission.START_ANY_ACTIVITY"
1366 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1367 android:protectionLevel="signature"
1368 android:label="@string/permlab_startAnyActivity"
1369 android:description="@string/permdesc_startAnyActivity" />
1370
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001371 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1372 API is no longer supported. -->
1373 <permission android:name="android.permission.RESTART_PACKAGES"
1374 android:permissionGroup="android.permission-group.APP_INFO"
1375 android:protectionLevel="normal"
1376 android:label="@string/permlab_killBackgroundProcesses"
1377 android:description="@string/permdesc_killBackgroundProcesses" />
1378
1379 <!-- Allows an application to call
1380 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1381 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1382 android:permissionGroup="android.permission-group.APP_INFO"
1383 android:protectionLevel="normal"
1384 android:label="@string/permlab_killBackgroundProcesses"
1385 android:description="@string/permdesc_killBackgroundProcesses" />
1386
1387 <!-- ================================== -->
1388 <!-- Permissions affecting the display of other applications -->
1389 <!-- ================================== -->
1390 <eat-comment />
1391
1392 <!-- Group of permissions that allow manipulation of how
1393 another application displays UI to the user. -->
1394 <permission-group android:name="android.permission-group.DISPLAY"
1395 android:label="@string/permgrouplab_display"
1396 android:icon="@drawable/perm_group_display"
1397 android:description="@string/permgroupdesc_display"
1398 android:priority="190"/>
1399
1400 <!-- Allows an application to open windows using the type
1401 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1402 shown on top of all other applications. Very few applications
1403 should use this permission; these windows are intended for
1404 system-level interaction with the user. -->
1405 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1406 android:permissionGroup="android.permission-group.DISPLAY"
1407 android:protectionLevel="dangerous"
1408 android:label="@string/permlab_systemAlertWindow"
1409 android:description="@string/permdesc_systemAlertWindow" />
1410
1411 <!-- ================================== -->
1412 <!-- Permissions affecting the system wallpaper -->
1413 <!-- ================================== -->
1414 <eat-comment />
1415
1416 <!-- Group of permissions that allow manipulation of how
1417 another application displays UI to the user. -->
1418 <permission-group android:name="android.permission-group.WALLPAPER"
1419 android:label="@string/permgrouplab_wallpaper"
1420 android:icon="@drawable/perm_group_wallpaper"
1421 android:description="@string/permgroupdesc_wallpaper"
1422 android:priority="150" />
1423
1424 <!-- Allows applications to set the wallpaper -->
1425 <permission android:name="android.permission.SET_WALLPAPER"
1426 android:permissionGroup="android.permission-group.WALLPAPER"
1427 android:protectionLevel="normal"
1428 android:label="@string/permlab_setWallpaper"
1429 android:description="@string/permdesc_setWallpaper" />
1430
1431 <!-- Allows applications to set the wallpaper hints -->
1432 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1433 android:permissionGroup="android.permission-group.WALLPAPER"
1434 android:protectionLevel="normal"
1435 android:label="@string/permlab_setWallpaperHints"
1436 android:description="@string/permdesc_setWallpaperHints" />
1437
1438 <!-- ============================================ -->
1439 <!-- Permissions for changing the system clock -->
1440 <!-- ============================================ -->
1441 <eat-comment />
1442
1443 <!-- Group of permissions that are related to system clock. -->
1444 <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1445 android:label="@string/permgrouplab_systemClock"
1446 android:icon="@drawable/perm_group_system_clock"
1447 android:description="@string/permgroupdesc_systemClock"
1448 android:priority="140" />
1449
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001450 <!-- @SystemApi Allows applications to set the system time.
Scott Main93e60b52013-06-10 11:05:55 -07001451 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001452 <permission android:name="android.permission.SET_TIME"
1453 android:protectionLevel="signature|system"
1454 android:label="@string/permlab_setTime"
1455 android:description="@string/permdesc_setTime" />
1456
1457 <!-- Allows applications to set the system time zone -->
1458 <permission android:name="android.permission.SET_TIME_ZONE"
1459 android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1460 android:protectionLevel="normal"
1461 android:label="@string/permlab_setTimeZone"
1462 android:description="@string/permdesc_setTimeZone" />
1463
1464 <!-- ==================================================== -->
1465 <!-- Permissions related to changing status bar -->
1466 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001467 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001468
1469 <!-- Used for permissions that change the status bar -->
1470 <permission-group android:name="android.permission-group.STATUS_BAR"
1471 android:label="@string/permgrouplab_statusBar"
1472 android:icon="@drawable/perm_group_status_bar"
1473 android:description="@string/permgroupdesc_statusBar"
1474 android:priority="110" />
1475
1476 <!-- Allows an application to expand or collapse the status bar. -->
1477 <permission android:name="android.permission.EXPAND_STATUS_BAR"
1478 android:permissionGroup="android.permission-group.STATUS_BAR"
1479 android:protectionLevel="normal"
1480 android:label="@string/permlab_expandStatusBar"
1481 android:description="@string/permdesc_expandStatusBar" />
1482
Winson Chung45167982013-09-25 15:17:40 -07001483 <!-- ============================================================== -->
1484 <!-- Permissions related to adding/removing shortcuts from Launcher -->
1485 <!-- ============================================================== -->
1486 <eat-comment />
1487
1488 <!-- Allows an application to install a shortcut in Launcher -->
1489 <permission
1490 android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
1491 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1492 android:protectionLevel="dangerous"
1493 android:label="@string/permlab_install_shortcut"
1494 android:description="@string/permdesc_install_shortcut" />
1495
1496 <!-- Allows an application to uninstall a shortcut in Launcher -->
1497 <permission
1498 android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT"
1499 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1500 android:protectionLevel="dangerous"
1501 android:label="@string/permlab_uninstall_shortcut"
1502 android:description="@string/permdesc_uninstall_shortcut"/>
1503
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001504 <!-- ==================================================== -->
1505 <!-- Permissions related to accessing sync settings -->
1506 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001507 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001508
1509 <!-- Used for permissions that access the sync settings or sync
1510 related information. -->
1511 <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1512 android:label="@string/permgrouplab_syncSettings"
1513 android:icon="@drawable/perm_group_sync_settings"
1514 android:description="@string/permgroupdesc_syncSettings"
1515 android:priority="120" />
1516
1517 <!-- Allows applications to read the sync settings -->
1518 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1519 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1520 android:protectionLevel="normal"
1521 android:description="@string/permdesc_readSyncSettings"
1522 android:label="@string/permlab_readSyncSettings" />
1523
1524 <!-- Allows applications to write the sync settings -->
1525 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1526 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1527 android:protectionLevel="normal"
1528 android:description="@string/permdesc_writeSyncSettings"
1529 android:label="@string/permlab_writeSyncSettings" />
1530
1531 <!-- Allows applications to read the sync stats -->
1532 <permission android:name="android.permission.READ_SYNC_STATS"
1533 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1534 android:protectionLevel="normal"
1535 android:description="@string/permdesc_readSyncStats"
1536 android:label="@string/permlab_readSyncStats" />
1537
1538
1539 <!-- ============================================ -->
1540 <!-- Permissions for low-level system interaction -->
1541 <!-- ============================================ -->
1542 <eat-comment />
1543
1544 <!-- Group of permissions that are related to system APIs. Many
1545 of these are not permissions the user will be expected to understand,
1546 and such permissions should generally be marked as "normal" protection
1547 level so they don't get displayed. This can also, however, be used
1548 for miscellaneous features that provide access to the operating system,
1549 such as writing the global system settings. -->
1550 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1551 android:label="@string/permgrouplab_systemTools"
1552 android:icon="@drawable/perm_group_system_tools"
1553 android:description="@string/permgroupdesc_systemTools"
1554 android:priority="100" />
1555
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001556 <!-- @SystemApi @hide Change the screen compatibility mode of applications -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001557 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1558 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1559 android:protectionLevel="signature"
1560 android:label="@string/permlab_setScreenCompatibility"
1561 android:description="@string/permdesc_setScreenCompatibility" />
1562
1563 <!-- Allows an application to access all multi-user external storage @hide -->
1564 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
1565 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1566 android:label="@string/permlab_sdcardAccessAll"
1567 android:description="@string/permdesc_sdcardAccessAll"
1568 android:protectionLevel="signature" />
1569
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001570 <!-- @SystemApi Allows an application to modify the current configuration, such
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001571 as locale. -->
1572 <permission android:name="android.permission.CHANGE_CONFIGURATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001573 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001574 android:protectionLevel="signature|system|development"
1575 android:label="@string/permlab_changeConfiguration"
1576 android:description="@string/permdesc_changeConfiguration" />
1577
1578 <!-- Allows an application to read or write the system settings. -->
1579 <permission android:name="android.permission.WRITE_SETTINGS"
1580 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1581 android:protectionLevel="normal"
1582 android:label="@string/permlab_writeSettings"
1583 android:description="@string/permdesc_writeSettings" />
1584
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001585 <!-- @SystemApi Allows an application to modify the Google service map.
Scott Main93e60b52013-06-10 11:05:55 -07001586 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001587 <permission android:name="android.permission.WRITE_GSERVICES"
1588 android:protectionLevel="signature|system"
1589 android:label="@string/permlab_writeGservices"
1590 android:description="@string/permdesc_writeGservices" />
1591
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001592 <!-- @SystemApi Allows an application to call
Dianne Hackborn03abb812010-01-04 18:43:19 -08001593 {@link android.app.ActivityManager#forceStopPackage}.
1594 @hide -->
1595 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1596 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
rich cannings4b7510c2014-02-12 13:24:25 -08001597 android:protectionLevel="signature|system"
Dianne Hackborn03abb812010-01-04 18:43:19 -08001598 android:label="@string/permlab_forceStopPackages"
1599 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001600
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001601 <!-- @SystemApi @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001602 An active window is the window that has fired an accessibility event. -->
1603 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1604 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -08001605 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001606 android:label="@string/permlab_retrieve_window_content"
1607 android:description="@string/permdesc_retrieve_window_content" />
1608
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001609 <!-- @SystemApi Modify the global animation scaling factor.
Scott Main93e60b52013-06-10 11:05:55 -07001610 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001611 <permission android:name="android.permission.SET_ANIMATION_SCALE"
1612 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001613 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001614 android:label="@string/permlab_setAnimationScale"
1615 android:description="@string/permdesc_setAnimationScale" />
1616
Dianne Hackbornd3efa392010-09-01 17:34:12 -07001617 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001618 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001619 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001620 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001621 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001622 android:label="@string/permlab_persistentActivity"
1623 android:description="@string/permdesc_persistentActivity" />
1624
1625 <!-- Allows an application to find out the space used by any package. -->
1626 <permission android:name="android.permission.GET_PACKAGE_SIZE"
1627 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1628 android:protectionLevel="normal"
1629 android:label="@string/permlab_getPackageSize"
1630 android:description="@string/permdesc_getPackageSize" />
1631
Dianne Hackborna7ca0e52009-12-01 14:31:55 -08001632 <!-- @deprecated No longer useful, see
1633 {@link android.content.pm.PackageManager#addPackageToPreferred}
1634 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001635 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1636 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -08001637 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001638 android:label="@string/permlab_setPreferredApplications"
1639 android:description="@string/permdesc_setPreferredApplications" />
1640
1641 <!-- Allows an application to receive the
1642 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1643 broadcast after the system finishes booting. If you don't
1644 request this permission, you will not receive the broadcast at
1645 that time. Though holding this permission does not have any
1646 security implications, it can have a negative impact on the
1647 user experience by increasing the amount of time it takes the
1648 system to start and allowing applications to have themselves
1649 running without the user being aware of them. As such, you must
1650 explicitly declare your use of this facility to make that visible
1651 to the user. -->
1652 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001653 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001654 android:protectionLevel="normal"
1655 android:label="@string/permlab_receiveBootCompleted"
1656 android:description="@string/permdesc_receiveBootCompleted" />
1657
1658 <!-- Allows an application to broadcast sticky intents. These are
1659 broadcasts whose data is held by the system after being finished,
1660 so that clients can quickly retrieve that data without having
1661 to wait for the next broadcast. -->
1662 <permission android:name="android.permission.BROADCAST_STICKY"
1663 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1664 android:protectionLevel="normal"
1665 android:label="@string/permlab_broadcastSticky"
1666 android:description="@string/permdesc_broadcastSticky" />
1667
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001668 <!-- @SystemApi Allows mounting and unmounting file systems for removable storage.
Scott Main93e60b52013-06-10 11:05:55 -07001669 <p>Not for use by third-party applications.-->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001670 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1671 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001672 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001673 android:label="@string/permlab_mount_unmount_filesystems"
1674 android:description="@string/permdesc_mount_unmount_filesystems" />
1675
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001676 <!-- @SystemApi Allows formatting file systems for removable storage.
Scott Main93e60b52013-06-10 11:05:55 -07001677 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001678 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1679 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001680 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001681 android:label="@string/permlab_mount_format_filesystems"
1682 android:description="@string/permdesc_mount_format_filesystems" />
1683
San Mehat02735bc2010-01-26 15:18:08 -08001684 <!-- Allows access to ASEC non-destructive API calls
1685 @hide -->
1686 <permission android:name="android.permission.ASEC_ACCESS"
1687 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001688 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001689 android:label="@string/permlab_asec_access"
1690 android:description="@string/permdesc_asec_access" />
1691
1692 <!-- Allows creation of ASEC volumes
1693 @hide -->
1694 <permission android:name="android.permission.ASEC_CREATE"
1695 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001696 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001697 android:label="@string/permlab_asec_create"
1698 android:description="@string/permdesc_asec_create" />
1699
1700 <!-- Allows destruction of ASEC volumes
1701 @hide -->
1702 <permission android:name="android.permission.ASEC_DESTROY"
1703 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001704 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001705 android:label="@string/permlab_asec_destroy"
1706 android:description="@string/permdesc_asec_destroy" />
1707
1708 <!-- Allows mount / unmount of ASEC volumes
1709 @hide -->
1710 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1711 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001712 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001713 android:label="@string/permlab_asec_mount_unmount"
1714 android:description="@string/permdesc_asec_mount_unmount" />
1715
1716 <!-- Allows rename of ASEC volumes
1717 @hide -->
1718 <permission android:name="android.permission.ASEC_RENAME"
1719 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001720 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001721 android:label="@string/permlab_asec_rename"
1722 android:description="@string/permdesc_asec_rename" />
1723
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001724 <!-- @SystemApi Allows applications to write the apn settings.
Scott Main93e60b52013-06-10 11:05:55 -07001725 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001726 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1727 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001728 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001729 android:description="@string/permdesc_writeApnSettings"
1730 android:label="@string/permlab_writeApnSettings" />
1731
Fred Quintana60307342009-03-24 22:48:12 -07001732 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001733 ContentProvider. -->
1734 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1735 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1736 android:label="@string/permlab_subscribedFeedsRead"
1737 android:description="@string/permdesc_subscribedFeedsRead"
1738 android:protectionLevel="normal" />
1739 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1740 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1741 android:label="@string/permlab_subscribedFeedsWrite"
1742 android:description="@string/permdesc_subscribedFeedsWrite"
1743 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001744
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001745 <!-- Allows applications to change network connectivity state -->
1746 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001747 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001748 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001749 android:description="@string/permdesc_changeNetworkState"
1750 android:label="@string/permlab_changeNetworkState" />
1751
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001752 <!-- Allows an application to clear the caches of all installed
1753 applications on the device. -->
1754 <permission android:name="android.permission.CLEAR_APP_CACHE"
1755 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1756 android:protectionLevel="dangerous"
1757 android:label="@string/permlab_clearAppCache"
1758 android:description="@string/permdesc_clearAppCache" />
1759
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001760 <!-- @SystemApi Allows an application to use any media decoder when decoding for playback
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001761 @hide -->
1762 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001763 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001764 android:label="@string/permlab_anyCodecForPlayback"
1765 android:description="@string/permdesc_anyCodecForPlayback" />
1766
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001767 <!-- @SystemApi Allows an application to install and/or uninstall CA certificates on
Maggie Benthallda51e682013-08-08 22:35:44 -04001768 behalf of the user.
1769 @hide -->
1770 <permission android:name="android.permission.MANAGE_CA_CERTIFICATES"
1771 android:protectionLevel="signature|system"
1772 android:label="@string/permlab_manageCaCertificates"
1773 android:description="@string/permdesc_manageCaCertificates" />
1774
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001775 <!-- @SystemApi Allows an application to do certain operations needed for
Doug Zongker3b0218b2014-01-14 12:29:06 -08001776 interacting with the recovery (system update) system. -->
1777 <permission android:name="android.permission.RECOVERY"
1778 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1779 android:protectionLevel="signature|system"
1780 android:label="@string/permlab_recovery"
1781 android:description="@string/permdesc_recovery" />
1782
Christopher Tate115afda2014-06-06 19:06:26 -07001783 <!-- Allows the system to bind to an application's task services
Christopher Tated417d622013-08-19 16:14:25 -07001784 @hide -->
Christopher Tate7060b042014-06-09 19:50:00 -07001785 <permission android:name="android.permission.BIND_JOB_SERVICE"
Christopher Tated417d622013-08-19 16:14:25 -07001786 android:protectionLevel="signature"
Christopher Tate7060b042014-06-09 19:50:00 -07001787 android:label="@string/permlab_bindJobService"
1788 android:description="@string/permdesc_bindJobService" />
1789 <uses-permission android:name="android.permission.BIND_JOB_SERVICE"/>
Christopher Tated417d622013-08-19 16:14:25 -07001790
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001791 <!-- ========================================= -->
1792 <!-- Permissions for special development tools -->
1793 <!-- ========================================= -->
1794 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001795
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001796 <!-- Group of permissions that are related to development features. These
Scott Main93e60b52013-06-10 11:05:55 -07001797 are not permissions that should appear in third-party applications; they
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001798 protect APIs that are intended only to be used for development
1799 purposes. -->
1800 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1801 android:label="@string/permgrouplab_developmentTools"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001802 android:description="@string/permgroupdesc_developmentTools"
1803 android:priority="310" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001804
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001805 <!-- @SystemApi Allows an application to read or write the secure system settings.
Scott Main93e60b52013-06-10 11:05:55 -07001806 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001807 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1808 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1809 android:protectionLevel="signature|system|development"
1810 android:label="@string/permlab_writeSecureSettings"
1811 android:description="@string/permdesc_writeSecureSettings" />
1812
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001813 <!-- @SystemApi Allows an application to retrieve state dump information from system services.
Scott Main93e60b52013-06-10 11:05:55 -07001814 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001815 <permission android:name="android.permission.DUMP"
1816 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1817 android:protectionLevel="signature|system|development"
1818 android:label="@string/permlab_dump"
1819 android:description="@string/permdesc_dump" />
1820
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001821 <!-- @SystemApi Allows an application to read the low-level system log files.
Scott Main93e60b52013-06-10 11:05:55 -07001822 <p>Not for use by third-party applications, because
1823 Log entries can contain the user's private information. -->
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001824 <permission android:name="android.permission.READ_LOGS"
1825 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1826 android:protectionLevel="signature|system|development"
1827 android:label="@string/permlab_readLogs"
1828 android:description="@string/permdesc_readLogs" />
1829
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001830 <!-- @SystemApi Configure an application for debugging.
Scott Main93e60b52013-06-10 11:05:55 -07001831 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001832 <permission android:name="android.permission.SET_DEBUG_APP"
1833 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001834 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001835 android:label="@string/permlab_setDebugApp"
1836 android:description="@string/permdesc_setDebugApp" />
1837
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001838 <!-- @SystemApi Allows an application to set the maximum number of (not needed)
Scott Main93e60b52013-06-10 11:05:55 -07001839 application processes that can be running.
1840 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001841 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1842 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001843 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001844 android:label="@string/permlab_setProcessLimit"
1845 android:description="@string/permdesc_setProcessLimit" />
1846
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001847 <!-- @SystemApi Allows an application to control whether activities are immediately
Scott Main93e60b52013-06-10 11:05:55 -07001848 finished when put in the background.
1849 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001850 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1851 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001852 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001853 android:label="@string/permlab_setAlwaysFinish"
1854 android:description="@string/permdesc_setAlwaysFinish" />
1855
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001856 <!-- @SystemApi Allow an application to request that a signal be sent to all persistent processes.
Scott Main93e60b52013-06-10 11:05:55 -07001857 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001858 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1859 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001860 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001861 android:label="@string/permlab_signalPersistentProcesses"
1862 android:description="@string/permdesc_signalPersistentProcesses" />
1863
1864 <!-- ==================================== -->
1865 <!-- Private (signature-only) permissions -->
1866 <!-- ==================================== -->
1867 <eat-comment />
1868
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001869 <!-- @SystemApi Allows applications to RW to diagnostic resources.
Scott Main93e60b52013-06-10 11:05:55 -07001870 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001871 <permission android:name="android.permission.DIAGNOSTIC"
1872 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1873 android:protectionLevel="signature"
1874 android:description="@string/permdesc_diagnostic"
1875 android:label="@string/permlab_diagnostic" />
1876
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001877 <!-- @SystemApi Allows an application to open, close, or disable the status bar
Scott Main93e60b52013-06-10 11:05:55 -07001878 and its icons.
1879 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001880 <permission android:name="android.permission.STATUS_BAR"
1881 android:label="@string/permlab_statusBar"
1882 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001883 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001884
Joe Onorato8bc6c512010-06-04 16:21:12 -04001885 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1886 @hide -->
1887 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1888 android:label="@string/permlab_statusBarService"
1889 android:description="@string/permdesc_statusBarService"
1890 android:protectionLevel="signature" />
1891
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001892 <!-- Allows an application to force a BACK operation on whatever is the
Scott Main93e60b52013-06-10 11:05:55 -07001893 top activity.
1894 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001895 <permission android:name="android.permission.FORCE_BACK"
1896 android:label="@string/permlab_forceBack"
1897 android:description="@string/permdesc_forceBack"
1898 android:protectionLevel="signature" />
1899
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001900 <!-- @SystemApi Allows an application to update device statistics.
Scott Main93e60b52013-06-10 11:05:55 -07001901 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001902 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001903 android:label="@string/permlab_updateBatteryStats"
1904 android:description="@string/permdesc_updateBatteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001905 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001906
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001907 <!-- @SystemApi @hide Allows an application to collect battery statistics -->
Dianne Hackborn35654b62013-01-14 17:38:02 -08001908 <permission android:name="android.permission.GET_APP_OPS_STATS"
1909 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1910 android:label="@string/permlab_getAppOpsStats"
1911 android:description="@string/permdesc_getAppOpsStats"
1912 android:protectionLevel="signature|system|development" />
1913
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001914 <!-- @SystemApi Allows an application to update application operation statistics. Not for
Dianne Hackborna06de0f2012-12-11 16:34:47 -08001915 use by third party apps. @hide -->
1916 <permission android:name="android.permission.UPDATE_APP_OPS_STATS"
1917 android:label="@string/permlab_updateAppOpsStats"
1918 android:description="@string/permdesc_updateAppOpsStats"
1919 android:protectionLevel="signature|system" />
1920
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001921 <!-- Allows an application to open windows that are for use by parts
Scott Main93e60b52013-06-10 11:05:55 -07001922 of the system user interface.
1923 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001924 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1925 android:label="@string/permlab_internalSystemWindow"
1926 android:description="@string/permdesc_internalSystemWindow"
1927 android:protectionLevel="signature" />
1928
1929 <!-- Allows an application to manage (create, destroy,
Scott Main93e60b52013-06-10 11:05:55 -07001930 Z-order) application tokens in the window manager.
1931 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001932 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1933 android:label="@string/permlab_manageAppTokens"
1934 android:description="@string/permdesc_manageAppTokens"
1935 android:protectionLevel="signature" />
1936
Dianne Hackborn9d9ece32012-09-10 15:33:52 -07001937 <!-- @hide Allows the application to temporarily freeze the screen for a
1938 full-screen transition. -->
1939 <permission android:name="android.permission.FREEZE_SCREEN"
1940 android:label="@string/permlab_freezeScreen"
1941 android:description="@string/permdesc_freezeScreen"
1942 android:protectionLevel="signature" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001943
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001944 <!-- Allows an application to inject user events (keys, touch, trackball)
1945 into the event stream and deliver them to ANY window. Without this
1946 permission, you can only deliver events to windows in your own process.
Scott Main93e60b52013-06-10 11:05:55 -07001947 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001948 <permission android:name="android.permission.INJECT_EVENTS"
1949 android:label="@string/permlab_injectEvents"
1950 android:description="@string/permdesc_injectEvents"
1951 android:protectionLevel="signature" />
1952
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001953 <!-- @hide Allows an application to register an input filter which filters the stream
1954 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1955 <permission android:name="android.permission.FILTER_EVENTS"
1956 android:label="@string/permlab_filter_events"
1957 android:description="@string/permdesc_filter_events"
1958 android:protectionLevel="signature" />
1959
Svetoslav1376d602014-03-13 11:17:26 -07001960 <!-- @hide Allows an application to retrieve the window token from the accessibility manager. -->
1961 <permission android:name="android.permission.RETRIEVE_WINDOW_TOKEN"
1962 android:label="@string/permlab_retrieveWindowToken"
1963 android:description="@string/permdesc_retrieveWindowToken"
1964 android:protectionLevel="signature" />
1965
1966 <!-- @hide Allows an application to collect frame statistics -->
1967 <permission android:name="android.permission.FRAME_STATS"
1968 android:label="@string/permlab_frameStats"
1969 android:description="@string/permdesc_frameStats"
1970 android:protectionLevel="signature" />
1971
Svetoslav Ganov7befb7d2012-09-27 16:49:23 -07001972 <!-- @hide Allows an application to temporary enable accessibility on the device. -->
1973 <permission android:name="android.permission.TEMPORARY_ENABLE_ACCESSIBILITY"
1974 android:label="@string/permlab_temporary_enable_accessibility"
1975 android:description="@string/permdesc_temporary_enable_accessibility"
1976 android:protectionLevel="signature" />
1977
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001978 <!-- Allows an application to watch and control how activities are
1979 started globally in the system. Only for is in debugging
Scott Main93e60b52013-06-10 11:05:55 -07001980 (usually the monkey command).
1981 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001982 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1983 android:label="@string/permlab_runSetActivityWatcher"
1984 android:description="@string/permdesc_runSetActivityWatcher"
1985 android:protectionLevel="signature" />
1986
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001987 <!-- @SystemApi Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001988 to put the higher-level system there into a shutdown state.
1989 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001990 <permission android:name="android.permission.SHUTDOWN"
1991 android:label="@string/permlab_shutdown"
1992 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001993 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001994
Jeff Brownb61eaaa2014-06-06 19:46:26 -07001995 <!-- @SystemApi Allows an application to tell the activity manager to temporarily
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001996 stop application switches, putting it into a special mode that
1997 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001998 critical UI such as the home screen.
1999 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07002000 <permission android:name="android.permission.STOP_APP_SWITCHES"
2001 android:label="@string/permlab_stopAppSwitches"
2002 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08002003 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07002004
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08002005 <!-- Allows an application to retrieve private information about
Scott Main93e60b52013-06-10 11:05:55 -07002006 the current top activity, such as any assist context it can provide.
2007 <p>Not for use by third-party applications. -->
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08002008 <permission android:name="android.permission.GET_TOP_ACTIVITY_INFO"
2009 android:label="@string/permlab_getTopActivityInfo"
2010 android:description="@string/permdesc_getTopActivityInfo"
2011 android:protectionLevel="signature" />
2012
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002013 <!-- Allows an application to retrieve the current state of keys and
Scott Main93e60b52013-06-10 11:05:55 -07002014 switches.
2015 <p>Not for use by third-party applications.
Jeff Brownac143512012-04-05 18:57:33 -07002016 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002017 <permission android:name="android.permission.READ_INPUT_STATE"
2018 android:label="@string/permlab_readInputState"
2019 android:description="@string/permdesc_readInputState"
2020 android:protectionLevel="signature" />
2021
Dianne Hackbornd6847842010-01-12 18:14:19 -08002022 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
2023 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002024 <permission android:name="android.permission.BIND_INPUT_METHOD"
2025 android:label="@string/permlab_bindInputMethod"
2026 android:description="@string/permdesc_bindInputMethod"
2027 android:protectionLevel="signature" />
2028
Svetoslav38228962013-01-29 01:04:35 -08002029 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07002030 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07002031 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
2032 android:label="@string/permlab_bindAccessibilityService"
2033 android:description="@string/permdesc_bindAccessibilityService"
2034 android:protectionLevel="signature" />
2035
Jeff Brown511cd352013-08-23 17:43:37 -07002036 <!-- Must be required by a {@link android.printservice.PrintService},
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -07002037 to ensure that only the system can bind to it. -->
2038 <permission android:name="android.permission.BIND_PRINT_SERVICE"
2039 android:label="@string/permlab_bindPrintService"
2040 android:description="@string/permdesc_bindPrintService"
2041 android:protectionLevel="signature" />
2042
Jeff Brown511cd352013-08-23 17:43:37 -07002043 <!-- Must be required by a {@link android.nfc.cardemulation.HostApduService}
Martijn Coenena7397882013-07-30 20:07:47 -07002044 or {@link android.nfc.cardemulation.OffHostApduService} to ensure that only
Martijn Coenen8c99ab82013-10-23 10:43:16 -07002045 the system can bind to it. -->
Martijn Coenena7397882013-07-30 20:07:47 -07002046 <permission android:name="android.permission.BIND_NFC_SERVICE"
2047 android:label="@string/permlab_bindNfcService"
2048 android:description="@string/permdesc_bindNfcService"
2049 android:protectionLevel="signature" />
2050
Dianne Hackbornebc15ef2013-10-09 17:36:57 -07002051 <!-- Must be required by the PrintSpooler to ensure that only the system can bind to it.
2052 @hide -->
Svetoslav Ganovd26d4892013-08-28 14:37:54 -07002053 <permission android:name="android.permission.BIND_PRINT_SPOOLER_SERVICE"
2054 android:label="@string/permlab_bindPrintSpoolerService"
2055 android:description="@string/permdesc_bindPrintSpoolerService"
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -07002056 android:protectionLevel="signature" />
2057
satok988323c2011-06-22 16:38:13 +09002058 <!-- Must be required by a TextService (e.g. SpellCheckerService)
2059 to ensure that only the system can bind to it. -->
2060 <permission android:name="android.permission.BIND_TEXT_SERVICE"
2061 android:label="@string/permlab_bindTextService"
2062 android:description="@string/permdesc_bindTextService"
2063 android:protectionLevel="signature" />
2064
Jeff Brown511cd352013-08-23 17:43:37 -07002065 <!-- Must be required by a {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07002066 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07002067 <permission android:name="android.permission.BIND_VPN_SERVICE"
2068 android:label="@string/permlab_bindVpnService"
2069 android:description="@string/permdesc_bindVpnService"
2070 android:protectionLevel="signature" />
2071
Dianne Hackbornd6847842010-01-12 18:14:19 -08002072 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
2073 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002074 <permission android:name="android.permission.BIND_WALLPAPER"
2075 android:label="@string/permlab_bindWallpaper"
2076 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08002077 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002078
Dianne Hackborn91097de2014-04-04 18:02:06 -07002079 <!-- Must be required by a {@link android.service.voice.VoiceInteractionService},
Dianne Hackbornfb052922014-05-21 14:16:46 -07002080 to ensure that only the system can bind to it. -->
Dianne Hackborn91097de2014-04-04 18:02:06 -07002081 <permission android:name="android.permission.BIND_VOICE_INTERACTION"
2082 android:label="@string/permlab_bindVoiceInteraction"
2083 android:description="@string/permdesc_bindVoiceInteraction"
2084 android:protectionLevel="signature" />
2085
Sandeep Siddharthae5706782014-05-29 17:54:06 -07002086 <!-- Must be required by hotword enrollment application,
2087 to ensure that only the system can interact with it.
2088 @hide <p>Not for use by third-party applications.</p> -->
2089 <permission android:name="android.permission.MANAGE_VOICE_KEYPHRASES"
2090 android:label="@string/permlab_manageVoiceKeyphrases"
2091 android:description="@string/permdesc_manageVoiceKeyphrases"
2092 android:protectionLevel="signature|system" />
2093
Jeff Brownf3c99e82013-11-05 16:29:21 -08002094 <!-- Must be required by a {@link com.android.media.remotedisplay.RemoteDisplayProvider},
2095 to ensure that only the system can bind to it.
2096 @hide -->
2097 <permission android:name="android.permission.BIND_REMOTE_DISPLAY"
2098 android:label="@string/permlab_bindRemoteDisplay"
2099 android:description="@string/permdesc_bindRemoteDisplay"
2100 android:protectionLevel="signature" />
2101
Jae Seod5cc4a22014-05-30 16:57:43 -07002102 <!-- Must be required by a {@link android.media.tv.TvInputService}
Jae Seo39570912014-02-20 18:23:25 -08002103 to ensure that only the system can bind to it. -->
2104 <permission android:name="android.permission.BIND_TV_INPUT"
2105 android:label="@string/permlab_bindTvInput"
2106 android:description="@string/permdesc_bindTvInput"
2107 android:protectionLevel="signature|system" />
2108
RoboErik07c70772014-03-20 13:33:52 -07002109 <!-- Must be required by a {@link android.media.routeprovider.RouteProviderService}
2110 to ensure that only the system can interact with it.
RoboErik42ea7ee2014-05-16 16:27:35 -07002111 @hide -->
RoboErik07c70772014-03-20 13:33:52 -07002112 <permission android:name="android.permission.BIND_ROUTE_PROVIDER"
2113 android:label="@string/permlab_bindRouteProvider"
2114 android:description="@string/permdesc_bindRouteProvider"
2115 android:protectionLevel="signature" />
2116
Dianne Hackbornd6847842010-01-12 18:14:19 -08002117 <!-- Must be required by device administration receiver, to ensure that only the
2118 system can interact with it. -->
2119 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
2120 android:label="@string/permlab_bindDeviceAdmin"
2121 android:description="@string/permdesc_bindDeviceAdmin"
2122 android:protectionLevel="signature" />
2123
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002124 <!-- @SystemApi Required to add or remove another application as a device admin.
Dianne Hackbornebc15ef2013-10-09 17:36:57 -07002125 <p>Not for use by third-party applications.
2126 @hide -->
Amith Yamasania418cf22013-07-19 12:39:17 -07002127 <permission android:name="android.permission.MANAGE_DEVICE_ADMINS"
2128 android:label="@string/permlab_manageDeviceAdmins"
2129 android:description="@string/permdesc_manageDeviceAdmins"
2130 android:protectionLevel="signature|system" />
2131
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002132 <!-- Allows low-level access to setting the orientation (actually
Scott Main93e60b52013-06-10 11:05:55 -07002133 rotation) of the screen.
2134 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002135 <permission android:name="android.permission.SET_ORIENTATION"
2136 android:label="@string/permlab_setOrientation"
2137 android:description="@string/permdesc_setOrientation"
2138 android:protectionLevel="signature" />
2139
Jeff Brown1a84fd12011-06-02 01:26:32 -07002140 <!-- Allows low-level access to setting the pointer speed.
Scott Main93e60b52013-06-10 11:05:55 -07002141 <p>Not for use by third-party applications. -->
Jeff Brown1a84fd12011-06-02 01:26:32 -07002142 <permission android:name="android.permission.SET_POINTER_SPEED"
2143 android:label="@string/permlab_setPointerSpeed"
2144 android:description="@string/permdesc_setPointerSpeed"
2145 android:protectionLevel="signature" />
2146
Jason Gerecked6396d62014-01-27 18:30:37 -08002147 <!-- Allows low-level access to setting input device calibration.
2148 <p>Not for use by normal applications.
2149 @hide -->
2150 <permission android:name="android.permission.SET_INPUT_CALIBRATION"
2151 android:label="@string/permlab_setInputCalibration"
2152 android:description="@string/permdesc_setInputCalibration"
2153 android:protectionLevel="signature" />
2154
Jeff Brown9f25b7f2012-04-10 14:30:49 -07002155 <!-- Allows low-level access to setting the keyboard layout.
Scott Main93e60b52013-06-10 11:05:55 -07002156 <p>Not for use by third-party applications.
Jeff Brown507f5582012-05-07 19:06:06 -07002157 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07002158 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
2159 android:label="@string/permlab_setKeyboardLayout"
2160 android:description="@string/permdesc_setKeyboardLayout"
2161 android:protectionLevel="signature" />
2162
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002163 <!-- @SystemApi Allows an application to install packages.
Scott Main93e60b52013-06-10 11:05:55 -07002164 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002165 <permission android:name="android.permission.INSTALL_PACKAGES"
2166 android:label="@string/permlab_installPackages"
2167 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08002168 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002169
Scott Main93e60b52013-06-10 11:05:55 -07002170 <!-- Allows an application to clear user data.
2171 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002172 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
2173 android:label="@string/permlab_clearAppUserData"
2174 android:description="@string/permdesc_clearAppUserData"
2175 android:protectionLevel="signature" />
2176
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002177 <!-- @SystemApi Allows an application to delete cache files.
Scott Main93e60b52013-06-10 11:05:55 -07002178 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002179 <permission android:name="android.permission.DELETE_CACHE_FILES"
2180 android:label="@string/permlab_deleteCacheFiles"
2181 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08002182 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002183
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002184 <!-- @SystemApi Allows an application to delete packages.
Scott Main93e60b52013-06-10 11:05:55 -07002185 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002186 <permission android:name="android.permission.DELETE_PACKAGES"
2187 android:label="@string/permlab_deletePackages"
2188 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08002189 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002190
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002191 <!-- @SystemApi Allows an application to move location of installed package.
Jeff Brownec7c78f2010-03-30 23:37:25 -07002192 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08002193 <permission android:name="android.permission.MOVE_PACKAGE"
2194 android:label="@string/permlab_movePackage"
2195 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08002196 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08002197
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002198 <!-- @SystemApi Allows an application to change whether an application component (other than its own) is
Scott Main93e60b52013-06-10 11:05:55 -07002199 enabled or not.
2200 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002201 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
2202 android:label="@string/permlab_changeComponentState"
2203 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08002204 android:protectionLevel="signature|system" />
2205
2206 <!-- @hide Allows an application to grant or revoke specific permissions. -->
2207 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
2208 android:label="@string/permlab_grantRevokePermissions"
2209 android:description="@string/permdesc_grantRevokePermissions"
2210 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002211
Scott Main93e60b52013-06-10 11:05:55 -07002212 <!-- Allows an application to use SurfaceFlinger's low level features.
2213 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002214 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
2215 android:label="@string/permlab_accessSurfaceFlinger"
2216 android:description="@string/permdesc_accessSurfaceFlinger"
2217 android:protectionLevel="signature" />
2218
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002219 <!-- @SystemApi Allows an application to take screen shots and more generally
Scott Main93e60b52013-06-10 11:05:55 -07002220 get access to the frame buffer data.
2221 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002222 <permission android:name="android.permission.READ_FRAME_BUFFER"
2223 android:label="@string/permlab_readFrameBuffer"
2224 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08002225 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002226
Jeff Brown6c1c0b62013-07-12 16:56:34 -07002227 <!-- Allows an application to use InputFlinger's low level features.
Jeff Brown465c5de2014-06-09 18:34:20 -07002228 @hide -->
Jeff Brown6c1c0b62013-07-12 16:56:34 -07002229 <permission android:name="android.permission.ACCESS_INPUT_FLINGER"
2230 android:label="@string/permlab_accessInputFlinger"
2231 android:description="@string/permdesc_accessInputFlinger"
2232 android:protectionLevel="signature" />
2233
Jeff Brown4b71e4e2012-09-07 17:41:02 -07002234 <!-- Allows an application to configure and connect to Wifi displays
2235 @hide -->
2236 <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
2237 android:label="@string/permlab_configureWifiDisplay"
2238 android:description="@string/permdesc_configureWifiDisplay"
2239 android:protectionLevel="signature" />
2240
2241 <!-- Allows an application to control low-level features of Wifi displays
2242 such as opening an RTSP socket. This permission should only be used
2243 by the display manager.
2244 @hide -->
2245 <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
2246 android:label="@string/permlab_controlWifiDisplay"
2247 android:description="@string/permdesc_controlWifiDisplay"
2248 android:protectionLevel="signature" />
2249
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002250 <!-- @SystemApi Allows an application to capture audio output.
Jeff Brown7d00aff2013-08-02 19:03:49 -07002251 <p>Not for use by third-party applications.</p> -->
2252 <permission android:name="android.permission.CAPTURE_AUDIO_OUTPUT"
2253 android:label="@string/permlab_captureAudioOutput"
2254 android:description="@string/permdesc_captureAudioOutput"
2255 android:protectionLevel="signature|system" />
2256
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002257 <!-- @SystemApi Allows an application to capture audio for hotword detection.
Eric Laurent357263d2013-09-09 10:31:59 -07002258 <p>Not for use by third-party applications.</p>
2259 @hide -->
2260 <permission android:name="android.permission.CAPTURE_AUDIO_HOTWORD"
2261 android:label="@string/permlab_captureAudioHotword"
2262 android:description="@string/permdesc_captureAudioHotword"
2263 android:protectionLevel="signature|system" />
2264
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002265 <!-- @SystemApi Allows an application to modify audio routing and override policy decisions.
Eric Laurent01fae552014-05-29 14:42:54 -07002266 <p>Not for use by third-party applications.</p>
2267 @hide -->
2268 <permission android:name="android.permission.MODIFY_AUDIO_ROUTING"
2269 android:label="@string/permlab_modifyAudioRouting"
2270 android:description="@string/permdesc_modifyAudioRouting"
2271 android:protectionLevel="signature|system" />
2272
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002273 <!-- @SystemApi Allows an application to capture video output.
Jeff Brown7d00aff2013-08-02 19:03:49 -07002274 <p>Not for use by third-party applications.</p> -->
2275 <permission android:name="android.permission.CAPTURE_VIDEO_OUTPUT"
2276 android:label="@string/permlab_captureVideoOutput"
2277 android:description="@string/permdesc_captureVideoOutput"
2278 android:protectionLevel="signature|system" />
2279
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002280 <!-- @SystemApi Allows an application to capture secure video output.
Jeff Brown7d00aff2013-08-02 19:03:49 -07002281 <p>Not for use by third-party applications.</p> -->
2282 <permission android:name="android.permission.CAPTURE_SECURE_VIDEO_OUTPUT"
2283 android:label="@string/permlab_captureSecureVideoOutput"
2284 android:description="@string/permdesc_captureSecureVideoOutput"
2285 android:protectionLevel="signature|system" />
2286
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002287 <!-- @SystemApi Allows an application to know what content is playing and control its playback.
Jean-Michel Trivi7ddd2262013-09-01 18:06:45 -07002288 <p>Not for use by third-party applications due to privacy of media consumption</p> -->
2289 <permission android:name="android.permission.MEDIA_CONTENT_CONTROL"
2290 android:label="@string/permlab_mediaContentControl"
2291 android:description="@string/permdesc_mediaContentControl"
2292 android:protectionLevel="signature|system" />
2293
Scott Main93e60b52013-06-10 11:05:55 -07002294 <!-- Required to be able to disable the device (very dangerous!).
2295 <p>Not for use by third-party applications.. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002296 <permission android:name="android.permission.BRICK"
2297 android:label="@string/permlab_brick"
2298 android:description="@string/permdesc_brick"
2299 android:protectionLevel="signature" />
2300
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002301 <!-- @SystemApi Required to be able to reboot the device.
Scott Main93e60b52013-06-10 11:05:55 -07002302 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002303 <permission android:name="android.permission.REBOOT"
2304 android:label="@string/permlab_reboot"
2305 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08002306 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002307
Scott Main93e60b52013-06-10 11:05:55 -07002308 <!-- Allows low-level access to power management.
2309 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002310 <permission android:name="android.permission.DEVICE_POWER"
2311 android:label="@string/permlab_devicePower"
2312 android:description="@string/permdesc_devicePower"
2313 android:protectionLevel="signature" />
2314
Dianne Hackborn8832c182012-09-17 17:20:24 -07002315 <!-- @hide Allows low-level access to tun tap driver -->
fredc0f420372012-04-12 00:02:00 -07002316 <permission android:name="android.permission.NET_TUNNELING"
2317 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2318 android:protectionLevel="signature" />
2319
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002320 <!-- Run as a manufacturer test application, running as the root user.
Scott Main93e60b52013-06-10 11:05:55 -07002321 Only available when the device is running in manufacturer test mode.
2322 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002323 <permission android:name="android.permission.FACTORY_TEST"
2324 android:label="@string/permlab_factoryTest"
2325 android:description="@string/permdesc_factoryTest"
2326 android:protectionLevel="signature" />
2327
2328 <!-- Allows an application to broadcast a notification that an application
Scott Main93e60b52013-06-10 11:05:55 -07002329 package has been removed.
2330 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002331 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
2332 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2333 android:label="@string/permlab_broadcastPackageRemoved"
2334 android:description="@string/permdesc_broadcastPackageRemoved"
2335 android:protectionLevel="signature" />
2336
Scott Main93e60b52013-06-10 11:05:55 -07002337 <!-- Allows an application to broadcast an SMS receipt notification.
2338 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002339 <permission android:name="android.permission.BROADCAST_SMS"
2340 android:permissionGroup="android.permission-group.MESSAGES"
2341 android:label="@string/permlab_broadcastSmsReceived"
2342 android:description="@string/permdesc_broadcastSmsReceived"
2343 android:protectionLevel="signature" />
2344
Scott Main93e60b52013-06-10 11:05:55 -07002345 <!-- Allows an application to broadcast a WAP PUSH receipt notification.
2346 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002347 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
2348 android:permissionGroup="android.permission-group.MESSAGES"
2349 android:label="@string/permlab_broadcastWapPush"
2350 android:description="@string/permdesc_broadcastWapPush"
2351 android:protectionLevel="signature" />
2352
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002353 <!-- @SystemApi Allows an application to broadcast a SCORE_NETWORKS request.
Jeff Davidsonb51e0a62014-04-09 12:38:15 -07002354 <p>Not for use by third-party applications. @hide -->
2355 <permission android:name="android.permission.BROADCAST_SCORE_NETWORKS"
2356 android:label="@string/permlab_broadcastScoreNetworks"
2357 android:description="@string/permdesc_broadcastScoreNetworks"
2358 android:protectionLevel="signature|system" />
2359
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002360 <!-- @SystemApi Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002361 <permission android:name="android.permission.MASTER_CLEAR"
2362 android:label="@string/permlab_masterClear"
2363 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08002364 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002365
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002366 <!-- @SystemApi Allows an application to call any phone number, including emergency
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002367 numbers, without going through the Dialer user interface for the user
Scott Main93e60b52013-06-10 11:05:55 -07002368 to confirm the call being placed.
2369 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002370 <permission android:name="android.permission.CALL_PRIVILEGED"
2371 android:label="@string/permlab_callPrivileged"
2372 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08002373 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002374
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002375 <!-- @SystemApi Allows an application to perform CDMA OTA provisioning @hide -->
Jim Miller767be5f2009-08-25 19:33:57 -07002376 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
2377 android:label="@string/permlab_performCdmaProvisioning"
2378 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08002379 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07002380
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002381 <!-- @SystemApi Allows enabling/disabling location update notifications from
Scott Main93e60b52013-06-10 11:05:55 -07002382 the radio.
2383 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002384 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
2385 android:label="@string/permlab_locationUpdates"
2386 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08002387 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002388
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002389 <!-- @SystemApi Allows read/write access to the "properties" table in the checkin
Scott Main93e60b52013-06-10 11:05:55 -07002390 database, to change values that get uploaded.
2391 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002392 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
2393 android:label="@string/permlab_checkinProperties"
2394 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08002395 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002396
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002397 <!-- @SystemApi Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07002398 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002399 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
2400 android:label="@string/permlab_pkgUsageStats"
2401 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08002402 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002403
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002404 <!-- @SystemApi Allows an application to collect battery statistics -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002405 <permission android:name="android.permission.BATTERY_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002406 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002407 android:label="@string/permlab_batteryStats"
2408 android:description="@string/permdesc_batteryStats"
Dianne Hackborn37141412013-09-30 10:16:10 -07002409 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002410
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002411 <!-- @SystemApi Allows an application to control the backup and restore process.
Scott Main93e60b52013-06-10 11:05:55 -07002412 <p>Not for use by third-party applications.
Christopher Tate181fafa2009-05-14 11:12:14 -07002413 @hide pending API council -->
2414 <permission android:name="android.permission.BACKUP"
2415 android:label="@string/permlab_backup"
2416 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08002417 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07002418
Christopher Tate4a627c72011-04-01 14:43:32 -07002419 <!-- Allows a package to launch the secure full-backup confirmation UI.
2420 ONLY the system process may hold this permission.
2421 @hide -->
2422 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
2423 android:label="@string/permlab_confirm_full_backup"
2424 android:description="@string/permdesc_confirm_full_backup"
2425 android:protectionLevel="signature" />
2426
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002427 <!-- @SystemApi Must be required by a {@link android.widget.RemoteViewsService},
Winson Chung81f39eb2011-01-11 18:05:01 -08002428 to ensure that only the system can bind to it. -->
2429 <permission android:name="android.permission.BIND_REMOTEVIEWS"
2430 android:label="@string/permlab_bindRemoteViews"
2431 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08002432 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08002433
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002434 <!-- @SystemApi Allows an application to tell the AppWidget service which application
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002435 can access AppWidget's data. The normal user flow is that a user
2436 picks an AppWidget to go into a particular host, thereby giving that
2437 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002438 An application that has this permission should honor that contract.
Scott Main93e60b52013-06-10 11:05:55 -07002439 <p>Not for use by third-party applications. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002440 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002441 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2442 android:label="@string/permlab_bindGadget"
2443 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08002444 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002445
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002446 <!-- @SystemApi Private permission, to restrict who can bring up a dialog to add a new
Michael Jurkafc753c02012-10-30 18:30:52 -07002447 keyguard widget
2448 @hide -->
2449 <permission android:name="android.permission.BIND_KEYGUARD_APPWIDGET"
2450 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2451 android:protectionLevel="signature|system" />
2452
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002453 <!-- @SystemApi Internal permission allowing an application to query/set which
Michael Jurka61a5b012012-04-13 10:39:45 -07002454 applications can bind AppWidgets.
2455 @hide -->
2456 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
2457 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2458 android:protectionLevel="signature|system" />
2459
Scott Main93e60b52013-06-10 11:05:55 -07002460 <!-- Allows applications to change the background data setting.
2461 <p>Not for use by third-party applications.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002462 @hide pending API council -->
2463 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
2464 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2465 android:protectionLevel="signature"
2466 android:description="@string/permdesc_changeBackgroundDataSetting"
2467 android:label="@string/permlab_changeBackgroundDataSetting" />
2468
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002469 <!-- @SystemApi This permission can be used on content providers to allow the global
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002470 search system to access their data. Typically it used when the
2471 provider has some permissions protecting it (which global search
2472 would not be expected to hold), and added as a read-only permission
2473 to the path in the provider where global search queries are
2474 performed. This permission can not be held by regular applications;
2475 it is used by applications to protect themselves from everyone else
2476 besides global search. -->
2477 <permission android:name="android.permission.GLOBAL_SEARCH"
2478 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002479 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002480
2481 <!-- Internal permission protecting access to the global search
2482 system: ensures that only the system can access the provider
2483 to perform queries (since this otherwise provides unrestricted
2484 access to a variety of content providers), and to write the
2485 search statistics (to keep applications from gaming the source
2486 ranking).
2487 @hide -->
2488 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
2489 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2490 android:protectionLevel="signature" />
2491
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002492 <!-- @SystemApi Internal permission to allows an application to read indexable data.
Fabrice Di Megliob49995d2014-03-14 19:06:20 -07002493 @hide -->
2494 <permission android:name="android.permission.READ_SEARCH_INDEXABLES"
2495 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2496 android:protectionLevel="signature|system" />
2497
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002498 <!-- @SystemApi Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07002499 @hide XXX Change to signature once the picker is moved to its
2500 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002501 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
2502 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002503 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002504
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002505 <!-- @SystemApi Allows applications to read dream settings and dream state.
John Spurlockf4f6b4c2012-08-25 12:08:03 -04002506 @hide -->
2507 <permission android:name="android.permission.READ_DREAM_STATE"
2508 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
John Spurlock4fda2d52014-01-31 14:14:19 -05002509 android:protectionLevel="signature|system" />
John Spurlockf4f6b4c2012-08-25 12:08:03 -04002510
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002511 <!-- @SystemApi Allows applications to write dream settings, and start or stop dreaming.
John Spurlockf4f6b4c2012-08-25 12:08:03 -04002512 @hide -->
2513 <permission android:name="android.permission.WRITE_DREAM_STATE"
2514 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
John Spurlock4fda2d52014-01-31 14:14:19 -05002515 android:protectionLevel="signature|system" />
John Spurlockf4f6b4c2012-08-25 12:08:03 -04002516
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002517 <!-- @SystemApi Allow an application to read and write the cache partition.
Jeff Brownec7c78f2010-03-30 23:37:25 -07002518 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002519 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
2520 android:label="@string/permlab_cache_filesystem"
2521 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08002522 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002523
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08002524 <!-- Must be required by default container service so that only
2525 the system can bind to it and use it to copy
2526 protected data to secure containers or files
2527 accessible to the system.
2528 @hide -->
2529 <permission android:name="android.permission.COPY_PROTECTED_DATA"
2530 android:label="@string/permlab_copyProtectedData"
2531 android:description="@string/permlab_copyProtectedData"
2532 android:protectionLevel="signature" />
2533
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002534 <!-- @SystemApi Internal permission protecting access to the encryption methods
Jason parks8888c592011-01-20 22:46:41 -06002535 @hide
2536 -->
2537 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08002538 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06002539
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002540 <!-- @SystemApi Allows an application to read historical network usage for
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002541 specific networks and applications. @hide -->
2542 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
2543 android:label="@string/permlab_readNetworkUsageHistory"
2544 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08002545 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002546
2547 <!-- Allows an application to manage network policies (such as warning and disable
2548 limits) and to define application-specific rules. @hide -->
2549 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
2550 android:label="@string/permlab_manageNetworkPolicy"
2551 android:description="@string/permdesc_manageNetworkPolicy"
2552 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06002553
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002554 <!-- @SystemApi Allows an application to account its network traffic against other UIDs. Used
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002555 by system services like download manager and media server. Not for use by
2556 third party apps. @hide -->
2557 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
2558 android:label="@string/permlab_modifyNetworkAccounting"
2559 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08002560 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002561
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002562 <!-- @SystemApi Allows an application to mark traffic as from another user for per user routing.
Chad Brubakerf11e5d32013-07-08 15:32:23 -07002563 Used by system wide services like media server that execute delegated network connections
2564 for users.
2565 @hide
2566 -->
2567 <permission android:name="android.permission.MARK_NETWORK_SOCKET"
2568 android:label="@string/permlab_markNetworkSocket"
2569 android:description="@string/permdesc_markNetworkSocket"
2570 android:protectionLevel="signature|system" />
2571
Tom Taylorb0381682011-08-11 14:27:25 -07002572 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08002573 @hide Used internally.
2574 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002575 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08002576 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002577 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08002578
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002579 <!-- @SystemApi @hide Package verifier needs to have this permission before the PackageManager will
Kenny Root5ab21572011-07-27 11:11:19 -07002580 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07002581 -->
2582 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
2583 android:label="@string/permlab_packageVerificationAgent"
2584 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08002585 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07002586
2587 <!-- Must be required by package verifier receiver, to ensure that only the
2588 system can interact with it.
2589 @hide
2590 -->
2591 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
2592 android:label="@string/permlab_bindPackageVerifier"
2593 android:description="@string/permdesc_bindPackageVerifier"
2594 android:protectionLevel="signature" />
2595
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002596 <!-- @SystemApi Allows applications to access serial ports via the SerialManager.
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002597 @hide -->
2598 <permission android:name="android.permission.SERIAL_PORT"
2599 android:label="@string/permlab_serialPort"
2600 android:description="@string/permdesc_serialPort"
Geremy Condrac29f35b2012-10-17 14:06:31 -07002601 android:protectionLevel="signature|system" />
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002602
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002603 <!-- Allows the holder to access content providers from outside an ApplicationThread.
2604 This permission is enforced by the ActivityManagerService on the corresponding APIs,
2605 in particular ActivityManagerService#getContentProviderExternal(String) and
2606 ActivityManagerService#removeContentProviderExternal(String).
2607 @hide
2608 -->
2609 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
2610 android:label="@string/permlab_accessContentProvidersExternally"
2611 android:description="@string/permdesc_accessContentProvidersExternally"
2612 android:protectionLevel="signature" />
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002613
2614 <!-- @SystemApi Allows an application to hold an UpdateLock, recommending that a headless
Christopher Tate8662cab52012-02-23 14:59:36 -08002615 OTA reboot *not* occur while the lock is held.
2616 @hide -->
2617 <permission android:name="android.permission.UPDATE_LOCK"
2618 android:label="@string/permlab_updateLock"
2619 android:description="@string/permdesc_updateLock"
2620 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002621
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002622 <!-- @SystemApi Allows an application to read the current set of notifications, including
Daniel Sandlerfde19b12013-01-17 00:21:05 -05002623 any metadata and intents attached.
2624 @hide -->
2625 <permission android:name="android.permission.ACCESS_NOTIFICATIONS"
2626 android:label="@string/permlab_accessNotifications"
2627 android:description="@string/permdesc_accessNotifications"
2628 android:protectionLevel="signature|system" />
2629
Jim Miller5ecd8112013-01-09 18:50:26 -08002630 <!-- Allows access to keyguard secure storage. Only allowed for system processes.
2631 @hide -->
2632 <permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"
2633 android:protectionLevel="signature"
2634 android:label="@string/permlab_access_keyguard_secure_storage"
2635 android:description="@string/permdesc_access_keyguard_secure_storage" />
2636
Jim Millerc0b676d2013-03-22 16:11:08 -07002637 <!-- Allows an application to control keyguard. Only allowed for system processes.
2638 @hide -->
2639 <permission android:name="android.permission.CONTROL_KEYGUARD"
2640 android:protectionLevel="signature"
2641 android:label="@string/permlab_control_keyguard"
2642 android:description="@string/permdesc_control_keyguard" />
2643
Adrian Roos82142c22014-03-27 14:56:59 +01002644 <!-- Allows an application to listen to trust changes. Only allowed for system processes.
2645 @hide -->
2646 <permission android:name="android.permission.TRUST_LISTENER"
2647 android:protectionLevel="signature"
2648 android:label="@string/permlab_trust_listener"
2649 android:description="@string/permdesc_trust_listener" />
2650
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002651 <!-- @SystemApi Allows an application to provide a trust agent.
Adrian Roos18ea8932014-05-28 14:53:06 +02002652 @hide For security reasons, this is a platform-only permission. -->
2653 <permission android:name="android.permission.PROVIDE_TRUST_AGENT"
2654 android:protectionLevel="signatureOrSystem"
2655 android:label="@string/permlab_provide_trust_agent"
2656 android:description="@string/permdesc_provide_trust_agent" />
2657
Daniel Sandler5feceeb2013-03-22 18:29:23 -07002658 <!-- Must be required by an {@link
Adrian Roosff2144c2014-03-28 13:02:19 +01002659 android.service.trust.TrustAgentService},
2660 to ensure that only the system can bind to it. -->
Adrian Roos7e03dfc2014-05-16 16:06:28 +02002661 <permission android:name="android.permission.BIND_TRUST_AGENT"
Adrian Roosff2144c2014-03-28 13:02:19 +01002662 android:protectionLevel="signature"
2663 android:label="@string/permlab_bind_trust_agent_service"
2664 android:description="@string/permdesc_bind_trust_agent_service" />
2665
2666 <!-- Must be required by an {@link
Daniel Sandler5feceeb2013-03-22 18:29:23 -07002667 android.service.notification.NotificationListenerService},
2668 to ensure that only the system can bind to it. -->
2669 <permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
2670 android:label="@string/permlab_bindNotificationListenerService"
2671 android:description="@string/permdesc_bindNotificationListenerService"
2672 android:protectionLevel="signature" />
2673
John Spurlock7340fc82014-04-24 18:50:12 -04002674 <!-- Must be required by an {@link
2675 android.service.notification.ConditionProviderService},
2676 to ensure that only the system can bind to it.
2677 @hide -->
2678 <permission android:name="android.permission.BIND_CONDITION_PROVIDER_SERVICE"
2679 android:label="@string/permlab_bindConditionProviderService"
2680 android:description="@string/permdesc_bindConditionProviderService"
2681 android:protectionLevel="signature" />
2682
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002683 <!-- @SystemApi Allows an application to call into a carrier setup flow. It is up to the
Evan Charlton843d5ea2013-05-13 10:35:33 -07002684 carrier setup application to enforce that this permission is required
2685 @hide This is not a third-party API (intended for OEMs and system apps). -->
2686 <permission android:name="android.permission.INVOKE_CARRIER_SETUP"
2687 android:label="@string/permlab_invokeCarrierSetup"
2688 android:description="@string/permdesc_invokeCarrierSetup"
2689 android:protectionLevel="signature|system" />
2690
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002691 <!-- @SystemApi Allows an application to listen for network condition observations.
Brian Williammee1ed51622013-07-31 17:07:33 -07002692 @hide This is not a third-party API (intended for system apps). -->
2693 <permission android:name="android.permission.ACCESS_NETWORK_CONDITIONS"
2694 android:label="@string/permlab_accessNetworkConditions"
2695 android:description="@string/permdesc_accessNetworkConditions"
2696 android:protectionLevel="signature|system" />
2697
Jeff Brownb61eaaa2014-06-06 19:46:26 -07002698 <!-- @SystemApi Allows an application to provision and access DRM certificates
Jeff Tinker9de8c1d2014-04-03 11:51:37 -07002699 @hide This is not a third-party API (intended for system apps). -->
2700 <permission android:name="android.permission.ACCESS_DRM_CERTIFICATES"
2701 android:label="@string/permlab_accessDrmCertificates"
2702 android:description="@string/permdesc_accessDrmCertificates"
2703 android:protectionLevel="signature|system" />
2704
Christopher Tate4a627c72011-04-01 14:43:32 -07002705 <!-- The system process is explicitly the only one allowed to launch the
2706 confirmation UI for full backup/restore -->
2707 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
2708
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002709 <application android:process="system"
2710 android:persistent="true"
2711 android:hasCode="false"
2712 android:label="@string/android_system_label"
2713 android:allowClearUserData="false"
Amith Yamasani30f8eb42013-11-06 14:54:50 -08002714 android:backupAgent="com.android.server.backup.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07002715 android:killAfterRestore="false"
Fabrice Di Meglio4497e0c2012-09-10 20:46:33 -07002716 android:icon="@drawable/ic_launcher_android"
2717 android:supportsRtl="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002718 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002719 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07002720 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002721 android:excludeFromRecents="true"
Dianne Hackbornd38aed82014-06-10 21:36:35 -07002722 android:multiprocess="true"
2723 android:documentLaunchMode="never">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002724 <intent-filter>
2725 <action android:name="android.intent.action.CHOOSER" />
2726 <category android:name="android.intent.category.DEFAULT" />
2727 </intent-filter>
2728 </activity>
Nicolas Prevot10fa67c2014-03-24 13:44:38 +00002729 <activity android:name="com.android.internal.app.IntentForwarderActivity"
2730 android:finishOnCloseSystemDialogs="true"
2731 android:theme="@style/Theme.NoDisplay"
2732 android:excludeFromRecents="true"
2733 android:label="@string/user_owner_label"
2734 android:exported="true"
2735 >
2736 </activity>
2737 <activity-alias android:name="com.android.internal.app.ForwardIntentToUserOwner"
2738 android:targetActivity="com.android.internal.app.IntentForwarderActivity"
2739 android:icon="@drawable/personal_icon"
2740 android:exported="true"
2741 android:label="@string/user_owner_label">
2742 </activity-alias>
2743 <activity-alias android:name="com.android.internal.app.ForwardIntentToManagedProfile"
2744 android:targetActivity="com.android.internal.app.IntentForwarderActivity"
Jessica Hummelb19fd002014-06-10 11:58:20 +01002745 android:icon="@drawable/ic_afw_icon"
Nicolas Prevot10fa67c2014-03-24 13:44:38 +00002746 android:exported="true"
2747 android:label="@string/managed_profile_label">
2748 </activity-alias>
Dianne Hackborn860755f2010-06-03 18:47:52 -07002749 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002750 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07002751 android:label="@string/heavy_weight_switcher_title"
2752 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002753 android:excludeFromRecents="true"
2754 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07002755 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002756 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002757 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
2758 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002759 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08002760 <activity android:name="com.android.internal.app.DisableCarModeActivity"
2761 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002762 android:excludeFromRecents="true"
2763 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08002764 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002765
Fred Quintana33269202009-04-20 16:05:10 -07002766 <activity android:name="android.accounts.ChooseAccountActivity"
2767 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08002768 android:exported="true"
2769 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002770 android:label="@string/choose_account_label"
2771 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07002772 </activity>
2773
Fred Quintana1121bb52011-09-14 23:19:35 -07002774 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
2775 android:excludeFromRecents="true"
2776 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07002777 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002778 android:label="@string/choose_account_label"
2779 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07002780 </activity>
2781
2782 <activity android:name="android.accounts.ChooseAccountTypeActivity"
2783 android:excludeFromRecents="true"
Jatin Lodhia856b01e2012-09-28 10:53:37 -07002784 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002785 android:label="@string/choose_account_label"
2786 android:process=":ui">
2787 </activity>
2788
Amith Yamasani23c8b962013-04-10 13:37:18 -07002789 <activity android:name="android.accounts.CantAddAccountActivity"
2790 android:excludeFromRecents="true"
2791 android:exported="true"
Amith Yamasani5a3915b2013-05-24 09:53:47 -07002792 android:theme="@android:style/Theme.Holo.Dialog.NoActionBar"
Amith Yamasani23c8b962013-04-10 13:37:18 -07002793 android:process=":ui">
2794 </activity>
2795
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002796 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
2797 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08002798 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002799 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
2800 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002801 </activity>
2802
Fred Quintanab19e62a2010-12-16 13:54:43 -08002803 <activity android:name="android.content.SyncActivityTooManyDeletes"
2804 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002805 android:label="@string/sync_too_many_deletes"
2806 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08002807 </activity>
2808
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002809 <activity android:name="com.android.server.ShutdownActivity"
2810 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07002811 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002812 <intent-filter>
2813 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2814 <category android:name="android.intent.category.DEFAULT" />
2815 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04002816 <intent-filter>
2817 <action android:name="android.intent.action.REBOOT" />
2818 <category android:name="android.intent.category.DEFAULT" />
2819 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002820 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08002821
Danke Xie22d1f9f2009-08-18 18:28:45 -04002822 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002823 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002824 android:excludeFromRecents="true"
2825 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04002826 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002827
Amith Yamasani655d0e22013-06-12 14:19:10 -07002828 <activity android:name="com.android.internal.app.RestrictionsPinActivity"
Julia Reynoldsbbf42702014-06-09 14:54:58 -04002829 android:theme="@style/Theme.Material.Light.Dialog.Alert"
Amith Yamasani655d0e22013-06-12 14:19:10 -07002830 android:excludeFromRecents="true"
2831 android:windowSoftInputMode="adjustPan"
2832 android:process=":ui">
2833 <intent-filter android:priority="100">
Amith Yamasanid304af62013-09-05 09:30:23 -07002834 <action android:name="android.intent.action.RESTRICTIONS_CHALLENGE" />
Amith Yamasani655d0e22013-06-12 14:19:10 -07002835 <category android:name="android.intent.category.DEFAULT" />
2836 </intent-filter>
2837 </activity>
2838
Dianne Hackbornd4ac8d72012-09-27 23:20:10 -07002839 <receiver android:name="com.android.server.BootReceiver"
2840 android:primaryUserOnly="true">
Dianne Hackbornd83a0962014-05-02 16:28:33 -07002841 <intent-filter android:priority="1000">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002842 <action android:name="android.intent.action.BOOT_COMPLETED" />
2843 </intent-filter>
2844 </receiver>
2845
Geremy Condrab6310842012-08-23 22:00:15 -07002846 <receiver android:name="com.android.server.updates.CertPinInstallReceiver" >
2847 <intent-filter>
2848 <action android:name="android.intent.action.UPDATE_PINS" />
2849 </intent-filter>
2850 </receiver>
2851
Ben Gruver633dc9b2013-04-04 12:05:49 -07002852 <receiver android:name="com.android.server.updates.IntentFirewallInstallReceiver" >
2853 <intent-filter>
2854 <action android:name="android.intent.action.UPDATE_INTENT_FIREWALL" />
2855 </intent-filter>
2856 </receiver>
2857
Robert Greenwaltc6fa2372012-09-24 13:57:16 -07002858 <receiver android:name="com.android.server.updates.SmsShortCodesInstallReceiver" >
2859 <intent-filter>
2860 <action android:name="android.intent.action.UPDATE_SMS_SHORT_CODES" />
2861 </intent-filter>
2862 </receiver>
2863
Robert Greenwalte182bfe2013-07-16 12:06:09 -07002864 <receiver android:name="com.android.server.updates.CarrierProvisioningUrlsInstallReceiver" >
2865 <intent-filter>
2866 <action android:name="android.intent.action.UPDATE_CARRIER_PROVISIONING_URLS" />
2867 </intent-filter>
2868 </receiver>
2869
Geremy Condra78a4c712013-01-30 11:20:26 -08002870 <receiver android:name="com.android.server.updates.TZInfoInstallReceiver" >
2871 <intent-filter>
2872 <action android:name="android.intent.action.UPDATE_TZINFO" />
2873 </intent-filter>
2874 </receiver>
2875
Geremy Condra4e7f7e82013-03-26 21:09:01 -07002876 <receiver android:name="com.android.server.updates.SELinuxPolicyInstallReceiver" >
2877 <intent-filter>
2878 <action android:name="android.intent.action.UPDATE_SEPOLICY" />
2879 </intent-filter>
2880 </receiver>
2881
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002882 <receiver android:name="com.android.server.MasterClearReceiver"
Amith Yamasani655d0e22013-06-12 14:19:10 -07002883 android:permission="android.permission.MASTER_CLEAR">
2884 <intent-filter
2885 android:priority="100" >
Dan Egnor18e93962010-02-10 19:27:58 -08002886 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2887 <action android:name="android.intent.action.MASTER_CLEAR" />
2888
2889 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002890 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002891 <category android:name="android.intent.category.MASTER_CLEAR" />
2892 </intent-filter>
2893 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07002894
2895 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2896 android:permission="android.permission.MASTER_CLEAR"
2897 android:exported="true" />
2898
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -07002899 <service android:name="android.hardware.location.GeofenceHardwareService"
2900 android:permission="android.permission.LOCATION_HARDWARE"
2901 android:exported="false" />
Christopher Tatecefba582013-11-14 18:10:35 -08002902
2903 <service android:name="com.android.internal.backup.LocalTransportService"
2904 android:permission="android.permission.CONFIRM_FULL_BACKUP"
2905 android:exported="false">
2906 <intent-filter>
2907 <action android:name="android.backup.TRANSPORT_HOST" />
2908 </intent-filter>
2909 </service>
2910
Christopher Tated417d622013-08-19 16:14:25 -07002911 <service android:name="com.android.server.MountServiceIdler"
Christopher Tate7060b042014-06-09 19:50:00 -07002912 android:exported="true"
2913 android:permission="android.permission.BIND_JOB_SERVICE" >
Christopher Tated417d622013-08-19 16:14:25 -07002914 </service>
2915
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002916 </application>
2917
2918</manifest>