blob: faf6e63ecfefb1e3d07890783fe678f3dd916ebb [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 Hackborn854060af2009-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 Hackborn854060af2009-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 Hackborn854060af2009-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 Hackborn854060af2009-07-09 18:14:31 -070036 <protected-broadcast android:name="android.intent.action.BOOT_COMPLETED" />
Dianne Hackborn854060af2009-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 Hackborn854060af2009-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 Hackborn854060af2009-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 Hackborn854060af2009-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 Hackborn854060af2009-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 Hackborn854060af2009-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 Hackborn854060af2009-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 Hackborn7299c412010-03-04 18:41:49 -080077 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
78 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
79 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
80 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Debashish Chatterjeee53eba02011-08-04 14:12:58 +010081
Dianne Hackborna40cfeb2013-03-25 17:49:36 -070082 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_UPDATE_OPTIONS" />
83 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_DELETED" />
84 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_DISABLED" />
85 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_ENABLED" />
86
Christopher Tate4cc86e12009-09-21 19:36:51 -070087 <protected-broadcast android:name="android.backup.intent.RUN" />
88 <protected-broadcast android:name="android.backup.intent.CLEAR" />
89 <protected-broadcast android:name="android.backup.intent.INIT" />
90
Nick Pelly72440a0e2009-09-15 17:21:10 -070091 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
92 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
93 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
94 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
95 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070096 <protected-broadcast android:name="android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED" />
Jeff Sharkey61277df2013-06-12 18:16:01 -070097 <protected-broadcast android:name="android.bluetooth.device.action.UUID" />
98 <protected-broadcast android:name="android.bluetooth.device.action.ALIAS_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -070099 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
100 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
101 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
102 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
103 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
104 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
105 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
106 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
107 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
108 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
109 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -0700110 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
Matthew Xie6b8a6a62013-08-20 18:07:25 -0700111 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
112 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
113 <protected-broadcast android:name="android.bluetooth.devicepicker.action.LAUNCH" />
114 <protected-broadcast android:name="android.bluetooth.devicepicker.action.DEVICE_SELECTED" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -0700115 <protected-broadcast
116 android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
117 <protected-broadcast
118 android:name="android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED" />
119 <protected-broadcast
120 android:name="android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" />
121 <protected-broadcast
122 android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED" />
123 <protected-broadcast
124 android:name="android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED" />
125 <protected-broadcast
126 android:name="android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED" />
127 <protected-broadcast
Matthew Xie6b8a6a62013-08-20 18:07:25 -0700128 android:name="android.bluetooth.input.profile.action.PROTOCOL_MODE_CHANGED" />
129 <protected-broadcast
130 android:name="android.bluetooth.input.profile.action.VIRTUAL_UNPLUG_STATUS" />
131 <protected-broadcast
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -0700132 android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" />
Matthew Xie6b8a6a62013-08-20 18:07:25 -0700133 <protected-broadcast android:name="android.bluetooth.pbap.intent.action.PBAP_STATE_CHANGED" />
134 <protected-broadcast android:name="android.btopp.intent.action.INCOMING_FILE_NOTIFICATION" />
135 <protected-broadcast android:name="android.btopp.intent.action.BT_OPP_HANDOVER_STARTED" />
136 <protected-broadcast android:name="android.btopp.intent.action.TRANSFER_COMPLETE" />
137 <protected-broadcast android:name="android.btopp.intent.action.USER_CONFIRMATION_TIMEOUT" />
138 <protected-broadcast android:name="android.btopp.intent.action.BT_OPP_TRANSFER_PROGRESS" />
139 <protected-broadcast android:name="android.btopp.intent.action.LIST" />
140 <protected-broadcast android:name="android.btopp.intent.action.OPEN_OUTBOUND" />
141 <protected-broadcast android:name="android.btopp.intent.action.HIDE_COMPLETE" />
142 <protected-broadcast android:name="android.btopp.intent.action.CONFIRM" />
143 <protected-broadcast android:name="android.btopp.intent.action.HIDE" />
144 <protected-broadcast android:name="android.btopp.intent.action.BT_OPP_TRANSFER_DONE" />
145 <protected-broadcast android:name="android.btopp.intent.action.RETRY" />
146 <protected-broadcast android:name="android.btopp.intent.action.OPEN" />
147 <protected-broadcast android:name="android.btopp.intent.action.OPEN_INBOUND" />
148 <protected-broadcast android:name="com.android.bluetooth.pbap.authchall" />
149 <protected-broadcast android:name="com.android.bluetooth.pbap.userconfirmtimeout" />
150 <protected-broadcast android:name="com.android.bluetooth.pbap.authresponse" />
151 <protected-broadcast android:name="com.android.bluetooth.pbap.authcancelled" />
Nick Pelly72440a0e2009-09-15 17:21:10 -0700152
Jeff Browne08ae382012-09-07 20:36:36 -0700153 <protected-broadcast android:name="android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED" />
154
Mike Lockwoodc4308f02011-03-01 08:04:54 -0800155 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
156 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
157 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
158 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
159 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -0400160
Mike Lockwood8f014052012-04-26 11:23:48 -0700161 <protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />
162 <protected-broadcast android:name="android.intent.action.ANALOG_AUDIO_DOCK_PLUG" />
163 <protected-broadcast android:name="android.intent.action.DIGITAL_AUDIO_DOCK_PLUG" />
164 <protected-broadcast android:name="android.intent.action.HDMI_AUDIO_PLUG" />
165 <protected-broadcast android:name="android.intent.action.USB_AUDIO_ACCESSORY_PLUG" />
166 <protected-broadcast android:name="android.intent.action.USB_AUDIO_DEVICE_PLUG" />
167
Jeff Sharkey61277df2013-06-12 18:16:01 -0700168 <protected-broadcast android:name="android.media.AUDIO_BECOMING_NOISY" />
169 <protected-broadcast android:name="android.media.RINGER_MODE_CHANGED" />
170 <protected-broadcast android:name="android.media.VIBRATE_SETTING_CHANGED" />
171 <protected-broadcast android:name="android.media.VOLUME_CHANGED_ACTION" />
172 <protected-broadcast android:name="android.media.MASTER_VOLUME_CHANGED_ACTION" />
173 <protected-broadcast android:name="android.media.MASTER_MUTE_CHANGED_ACTION" />
174 <protected-broadcast android:name="android.media.SCO_AUDIO_STATE_CHANGED" />
175 <protected-broadcast android:name="android.media.ACTION_SCO_AUDIO_STATE_UPDATED" />
176
177 <protected-broadcast android:name="android.intent.action.MEDIA_REMOVED" />
178 <protected-broadcast android:name="android.intent.action.MEDIA_UNMOUNTED" />
179 <protected-broadcast android:name="android.intent.action.MEDIA_CHECKING" />
180 <protected-broadcast android:name="android.intent.action.MEDIA_NOFS" />
181 <protected-broadcast android:name="android.intent.action.MEDIA_MOUNTED" />
182 <protected-broadcast android:name="android.intent.action.MEDIA_SHARED" />
183 <protected-broadcast android:name="android.intent.action.MEDIA_UNSHARED" />
184 <protected-broadcast android:name="android.intent.action.MEDIA_BAD_REMOVAL" />
185 <protected-broadcast android:name="android.intent.action.MEDIA_UNMOUNTABLE" />
186 <protected-broadcast android:name="android.intent.action.MEDIA_EJECT" />
187
Jeff Sharkey961e3042011-08-29 16:02:57 -0700188 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
189 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
Haoyu Baidb3c8672012-06-20 14:29:57 -0700190 <protected-broadcast android:name="android.net.conn.DATA_ACTIVITY_CHANGE" />
Robert Greenwalt68b13ba2013-04-18 10:29:29 -0700191 <protected-broadcast android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800192 <protected-broadcast android:name="android.net.conn.CAPTIVE_PORTAL_TEST_COMPLETED" />
Jeff Sharkey961e3042011-08-29 16:02:57 -0700193
Jeff Sharkey61277df2013-06-12 18:16:01 -0700194 <protected-broadcast android:name="android.net.nsd.STATE_CHANGED" />
195
Nick Pellyf36c6db2010-10-14 19:16:35 -0700196 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -0800197 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
198 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
199 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700200
Nick Pellyf36c6db2010-10-14 19:16:35 -0700201 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700202 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700203 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400204
Christopher Tate8662cab52012-02-23 14:59:36 -0800205 <protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
Nick Pellya64e2ad42011-03-14 10:28:11 -0700206
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400207 <protected-broadcast android:name="android.intent.action.DREAMING_STARTED" />
208 <protected-broadcast android:name="android.intent.action.DREAMING_STOPPED" />
Robert Greenwalt47918ae2012-11-28 16:42:32 -0800209 <protected-broadcast android:name="android.intent.action.ANY_DATA_STATE" />
210
211 <protected-broadcast android:name="com.android.server.WifiManager.action.START_SCAN" />
212 <protected-broadcast android:name="com.android.server.WifiManager.action.DELAYED_DRIVER_STOP" />
213 <protected-broadcast android:name="android.net.wifi.WIFI_STATE_CHANGED" />
214 <protected-broadcast android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" />
Robert Greenwalt89710842013-06-25 11:41:53 -0700215 <protected-broadcast android:name="android.net.wifi.WIFI_SCAN_AVAILABLE" />
Robert Greenwalt47918ae2012-11-28 16:42:32 -0800216 <protected-broadcast android:name="android.net.wifi.SCAN_RESULTS" />
217 <protected-broadcast android:name="android.net.wifi.RSSI_CHANGED" />
218 <protected-broadcast android:name="android.net.wifi.STATE_CHANGE" />
219 <protected-broadcast android:name="android.net.wifi.LINK_CONFIGURATION_CHANGED" />
220 <protected-broadcast android:name="android.net.wifi.CONFIGURED_NETWORKS_CHANGE" />
221 <protected-broadcast android:name="android.net.wifi.supplicant.CONNECTION_CHANGE" />
222 <protected-broadcast android:name="android.net.wifi.supplicant.STATE_CHANGE" />
223 <protected-broadcast android:name="android.net.wifi.p2p.STATE_CHANGED" />
224 <protected-broadcast android:name="android.net.wifi.p2p.DISCOVERY_STATE_CHANGE" />
225 <protected-broadcast android:name="android.net.wifi.p2p.THIS_DEVICE_CHANGED" />
226 <protected-broadcast android:name="android.net.wifi.p2p.PEERS_CHANGED" />
227 <protected-broadcast android:name="android.net.wifi.p2p.CONNECTION_STATE_CHANGE" />
228 <protected-broadcast android:name="android.net.wifi.p2p.PERSISTENT_GROUPS_CHANGED" />
229 <protected-broadcast android:name="android.net.conn.TETHER_STATE_CHANGED" />
230 <protected-broadcast android:name="android.net.conn.INET_CONDITION_ACTION" />
Brian Williammee1ed51622013-07-31 17:07:33 -0700231 <protected-broadcast android:name="android.net.conn.NETWORK_CONDITIONS_MEASURED" />
Vinit Deshapnde1f12cb52013-08-21 13:09:01 -0700232 <protected-brodcast
233 android:name="android.net.ConnectivityService.action.PKT_CNT_SAMPLE_INTERVAL_ELAPSED" />
Nick Kralevicha4405ba2012-12-06 15:22:11 -0800234 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
235 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE" />
236 <protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" />
237 <protected-broadcast android:name="android.intent.action.ADVANCED_SETTINGS" />
Jeff Sharkey02ffba92013-03-08 16:13:15 -0800238 <protected-broadcast android:name="android.intent.action.BUGREPORT_FINISHED" />
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400239
Svetoslavb3038ec2013-02-13 14:39:30 -0800240 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_START" />
241 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_END" />
242
Jeff Sharkey61277df2013-06-12 18:16:01 -0700243 <protected-broadcast android:name="android.intent.action.HDMI_PLUGGED" />
244
245 <protected-broadcast android:name="android.intent.action.PHONE_STATE" />
246
247 <protected-broadcast android:name="android.location.GPS_ENABLED_CHANGE" />
248 <protected-broadcast android:name="android.location.PROVIDERS_CHANGED" />
249 <protected-broadcast android:name="android.location.GPS_FIX_CHANGE" />
Jason Monk9ced3cd2013-08-12 16:42:38 -0400250 <protected-broadcast android:name="android.net.proxy.PAC_REFRESH" />
Jeff Sharkey61277df2013-06-12 18:16:01 -0700251
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800252 <!-- ====================================== -->
253 <!-- Permissions for things that cost money -->
254 <!-- ====================================== -->
255 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700256
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800257 <!-- Used for permissions that can be used to make the user spend money
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700258 without their direct involvement. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800259 <permission-group android:name="android.permission-group.COST_MONEY"
260 android:label="@string/permgrouplab_costMoney"
261 android:description="@string/permgroupdesc_costMoney" />
262
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800263 <!-- ================================== -->
264 <!-- Permissions for accessing messages -->
265 <!-- ================================== -->
266 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700267
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800268 <!-- Used for permissions that allow an application to send messages
269 on behalf of the user or intercept messages being received by the
270 user. This is primarily intended for SMS/MMS messaging, such as
271 receiving or reading an MMS. -->
272 <permission-group android:name="android.permission-group.MESSAGES"
273 android:label="@string/permgrouplab_messages"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700274 android:icon="@drawable/perm_group_messages"
275 android:description="@string/permgroupdesc_messages"
276 android:permissionGroupFlags="personalInfo"
277 android:priority="360"/>
278
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700279 <!-- Allows an application to send SMS messages. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700280 <permission android:name="android.permission.SEND_SMS"
281 android:permissionGroup="android.permission-group.MESSAGES"
282 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700283 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700284 android:label="@string/permlab_sendSms"
285 android:description="@string/permdesc_sendSms" />
286
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700287 <!-- Allows an application (Phone) to send a request to other applications
Scott Main93e60b52013-06-10 11:05:55 -0700288 to handle the respond-via-message action during incoming calls.
289 <p>Not for use by third-party applications. -->
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700290 <permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700291 android:permissionGroup="android.permission-group.MESSAGES"
292 android:protectionLevel="signature|system"
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700293 android:label="@string/permlab_sendRespondViaMessageRequest"
294 android:description="@string/permdesc_sendRespondViaMessageRequest" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800295
296 <!-- Allows an application to monitor incoming SMS messages, to record
297 or perform processing on them. -->
298 <permission android:name="android.permission.RECEIVE_SMS"
299 android:permissionGroup="android.permission-group.MESSAGES"
300 android:protectionLevel="dangerous"
301 android:label="@string/permlab_receiveSms"
302 android:description="@string/permdesc_receiveSms" />
303
304 <!-- Allows an application to monitor incoming MMS messages, to record
305 or perform processing on them. -->
306 <permission android:name="android.permission.RECEIVE_MMS"
307 android:permissionGroup="android.permission-group.MESSAGES"
308 android:protectionLevel="dangerous"
309 android:label="@string/permlab_receiveMms"
310 android:description="@string/permdesc_receiveMms" />
311
Jake Hambyab79ee42011-04-26 16:26:46 -0700312 <!-- Allows an application to receive emergency cell broadcast messages,
Scott Main93e60b52013-06-10 11:05:55 -0700313 to record or display them to the user.
314 <p>Not for use by third-party applications.
Jake Hambyab79ee42011-04-26 16:26:46 -0700315 @hide Pending API council approval -->
316 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
317 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800318 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700319 android:label="@string/permlab_receiveEmergencyBroadcast"
320 android:description="@string/permdesc_receiveEmergencyBroadcast" />
321
Jake Hambyc3296ff2012-04-18 12:32:18 -0700322 <!-- Allows an application to read previously received cell broadcast
323 messages and to register a content observer to get notifications when
324 a cell broadcast has been received and added to the database. For
325 emergency alerts, the database is updated immediately after the
326 alert dialog and notification sound/vibration/speech are presented.
327 The "read" column is then updated after the user dismisses the alert.
328 This enables supplementary emergency assistance apps to start loading
329 additional emergency information (if Internet access is available)
330 when the alert is first received, and to delay presenting the info
331 to the user until after the initial alert dialog is dismissed.
332 @hide Pending API council approval -->
333 <permission android:name="android.permission.READ_CELL_BROADCASTS"
334 android:permissionGroup="android.permission-group.MESSAGES"
335 android:protectionLevel="dangerous"
336 android:label="@string/permlab_readCellBroadcasts"
337 android:description="@string/permdesc_readCellBroadcasts" />
338
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800339 <!-- Allows an application to read SMS messages. -->
340 <permission android:name="android.permission.READ_SMS"
341 android:permissionGroup="android.permission-group.MESSAGES"
342 android:protectionLevel="dangerous"
343 android:label="@string/permlab_readSms"
344 android:description="@string/permdesc_readSms" />
345
346 <!-- Allows an application to write SMS messages. -->
347 <permission android:name="android.permission.WRITE_SMS"
348 android:permissionGroup="android.permission-group.MESSAGES"
349 android:protectionLevel="dangerous"
350 android:label="@string/permlab_writeSms"
351 android:description="@string/permdesc_writeSms" />
352
353 <!-- Allows an application to monitor incoming WAP push messages. -->
354 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
355 android:permissionGroup="android.permission-group.MESSAGES"
356 android:protectionLevel="dangerous"
357 android:label="@string/permlab_receiveWapPush"
358 android:description="@string/permdesc_receiveWapPush" />
359
360 <!-- =============================================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700361 <!-- Permissions for accessing social info (contacts and social) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800362 <!-- =============================================================== -->
363 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700364
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700365 <!-- Used for permissions that provide access to the user's social connections,
366 such as contacts, call logs, social stream, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800367 both reading and writing of this data (which should generally be
368 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700369
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700370 <permission-group android:name="android.permission-group.SOCIAL_INFO"
371 android:label="@string/permgrouplab_socialInfo"
372 android:icon="@drawable/perm_group_social_info"
373 android:description="@string/permgroupdesc_socialInfo"
374 android:permissionGroupFlags="personalInfo"
375 android:priority="320" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800376
377 <!-- Allows an application to read the user's contacts data. -->
378 <permission android:name="android.permission.READ_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700379 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800380 android:protectionLevel="dangerous"
381 android:label="@string/permlab_readContacts"
382 android:description="@string/permdesc_readContacts" />
383
384 <!-- Allows an application to write (but not read) the user's
385 contacts data. -->
386 <permission android:name="android.permission.WRITE_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700387 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800388 android:protectionLevel="dangerous"
389 android:label="@string/permlab_writeContacts"
390 android:description="@string/permdesc_writeContacts" />
391
Subir Jhanb603af612012-08-06 17:19:22 -0700392 <!-- Allows an application to execute contacts directory search.
Scott Main93e60b52013-06-10 11:05:55 -0700393 This should only be used by ContactsProvider.
394 <p>Not for use by third-party applications. -->
Subir Jhanb603af612012-08-06 17:19:22 -0700395 <!-- @hide -->
396 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
397 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700398 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700399
Scott Main2681faa2012-11-01 12:18:31 -0700400 <!-- Allows an application to read the user's call log.
401 <p class="note"><strong>Note:</strong> If your app uses the
402 {@link #READ_CONTACTS} permission and <em>both</em> your <a
403 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
404 minSdkVersion}</a> and <a
405 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
406 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
407 grants your app this permission. If you don't need this permission, be sure your <a
408 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
409 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700410 <permission android:name="android.permission.READ_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700411 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700412 android:protectionLevel="dangerous"
413 android:label="@string/permlab_readCallLog"
414 android:description="@string/permdesc_readCallLog" />
415
416 <!-- Allows an application to write (but not read) the user's
Scott Main2681faa2012-11-01 12:18:31 -0700417 contacts data.
418 <p class="note"><strong>Note:</strong> If your app uses the
419 {@link #WRITE_CONTACTS} permission and <em>both</em> your <a
420 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
421 minSdkVersion}</a> and <a
422 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
423 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
424 grants your app this permission. If you don't need this permission, be sure your <a
425 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
426 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700427 <permission android:name="android.permission.WRITE_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700428 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700429 android:protectionLevel="dangerous"
430 android:label="@string/permlab_writeCallLog"
431 android:description="@string/permdesc_writeCallLog" />
432
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700433 <!-- Allows an application to read from the user's social stream. -->
434 <permission android:name="android.permission.READ_SOCIAL_STREAM"
435 android:permissionGroup="android.permission-group.SOCIAL_INFO"
436 android:protectionLevel="dangerous"
437 android:label="@string/permlab_readSocialStream"
438 android:description="@string/permdesc_readSocialStream" />
439
440 <!-- Allows an application to write (but not read) the user's
441 social stream data. -->
442 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
443 android:permissionGroup="android.permission-group.SOCIAL_INFO"
444 android:protectionLevel="dangerous"
445 android:label="@string/permlab_writeSocialStream"
446 android:description="@string/permdesc_writeSocialStream" />
447
448 <!-- =============================================================== -->
449 <!-- Permissions for accessing information about the device owner -->
450 <!-- =============================================================== -->
451 <eat-comment />
452
453 <!-- Used for permissions that provide access to information about the device
454 user such as profile information. This includes both reading and
455 writing of this data (which should generally be expressed as two
456 distinct permissions). -->
457 <permission-group android:name="android.permission-group.PERSONAL_INFO"
458 android:label="@string/permgrouplab_personalInfo"
459 android:icon="@drawable/perm_group_personal_info"
460 android:description="@string/permgroupdesc_personalInfo"
461 android:permissionGroupFlags="personalInfo"
462 android:priority="310" />
463
Dave Santoro43251332011-05-11 11:39:54 -0700464 <!-- Allows an application to read the user's personal profile data. -->
465 <permission android:name="android.permission.READ_PROFILE"
466 android:permissionGroup="android.permission-group.PERSONAL_INFO"
467 android:protectionLevel="dangerous"
468 android:label="@string/permlab_readProfile"
469 android:description="@string/permdesc_readProfile" />
470
471 <!-- Allows an application to write (but not read) the user's
472 personal profile data. -->
473 <permission android:name="android.permission.WRITE_PROFILE"
474 android:permissionGroup="android.permission-group.PERSONAL_INFO"
475 android:protectionLevel="dangerous"
476 android:label="@string/permlab_writeProfile"
477 android:description="@string/permdesc_writeProfile" />
478
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700479 <!-- =============================================================== -->
480 <!-- Permissions for accessing the device calendar -->
481 <!-- =============================================================== -->
482 <eat-comment />
Dave Santoro0b61f592011-10-03 18:25:26 -0700483
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700484 <!-- Used for permissions that provide access to the device
485 calendar to create / view events.-->
486 <permission-group android:name="android.permission-group.CALENDAR"
487 android:label="@string/permgrouplab_calendar"
488 android:icon="@drawable/perm_group_calendar"
489 android:description="@string/permgroupdesc_calendar"
490 android:permissionGroupFlags="personalInfo"
491 android:priority="290" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700492
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800493 <!-- Allows an application to read the user's calendar data. -->
494 <permission android:name="android.permission.READ_CALENDAR"
495 android:permissionGroup="android.permission-group.PERSONAL_INFO"
496 android:protectionLevel="dangerous"
497 android:label="@string/permlab_readCalendar"
498 android:description="@string/permdesc_readCalendar" />
499
500 <!-- Allows an application to write (but not read) the user's
501 calendar data. -->
502 <permission android:name="android.permission.WRITE_CALENDAR"
503 android:permissionGroup="android.permission-group.PERSONAL_INFO"
504 android:protectionLevel="dangerous"
505 android:label="@string/permlab_writeCalendar"
506 android:description="@string/permdesc_writeCalendar" />
507
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700508 <!-- =============================================================== -->
509 <!-- Permissions for accessing the user dictionary-->
510 <!-- =============================================================== -->
511 <eat-comment />
512
513 <!-- Used for permissions that provide access to the user
514 calendar to create / view events.-->
515 <permission-group android:name="android.permission-group.USER_DICTIONARY"
516 android:label="@string/permgrouplab_dictionary"
517 android:icon="@drawable/perm_group_user_dictionary"
518 android:description="@string/permgroupdesc_dictionary"
519 android:permissionGroupFlags="personalInfo"
520 android:priority="170" />
521
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800522 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700523 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700524 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800525 <permission android:name="android.permission.READ_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700526 android:permissionGroup="android.permission-group.USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800527 android:protectionLevel="dangerous"
528 android:label="@string/permlab_readDictionary"
529 android:description="@string/permdesc_readDictionary" />
530
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700531 <!-- Used for permissions that provide access to the user
532 calendar to create / view events.-->
533 <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
534 android:label="@string/permgrouplab_writeDictionary"
535 android:icon="@drawable/perm_group_user_dictionary_write"
536 android:description="@string/permgroupdesc_writeDictionary"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700537 android:priority="160" />
538
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700539 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800540 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700541 android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800542 android:protectionLevel="normal"
543 android:label="@string/permlab_writeDictionary"
544 android:description="@string/permdesc_writeDictionary" />
545
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700546 <!-- =============================================================== -->
547 <!-- Permissions for accessing the user bookmarks -->
548 <!-- =============================================================== -->
549 <eat-comment />
550
551 <!-- Used for permissions that provide access to the user
552 bookmarks and browser history.-->
553 <permission-group android:name="android.permission-group.BOOKMARKS"
554 android:label="@string/permgrouplab_bookmarks"
555 android:icon="@drawable/perm_group_bookmarks"
556 android:description="@string/permgroupdesc_bookmarks"
557 android:permissionGroupFlags="personalInfo"
558 android:priority="300" />
559
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400560 <!-- Allows an application to read (but not write) the user's
561 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400562 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700563 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400564 android:label="@string/permlab_readHistoryBookmarks"
565 android:description="@string/permdesc_readHistoryBookmarks"
566 android:protectionLevel="dangerous" />
567
568 <!-- Allows an application to write (but not read) the user's
569 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400570 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700571 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400572 android:label="@string/permlab_writeHistoryBookmarks"
573 android:description="@string/permdesc_writeHistoryBookmarks"
574 android:protectionLevel="dangerous" />
575
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700576 <!-- =============================================================== -->
577 <!-- Permissions for setting the device alarm -->
578 <!-- =============================================================== -->
579 <eat-comment />
580
581 <!-- Used for permissions that provide access to the user voicemail box. -->
582 <permission-group android:name="android.permission-group.DEVICE_ALARMS"
583 android:label="@string/permgrouplab_deviceAlarms"
584 android:icon="@drawable/perm_group_device_alarms"
585 android:description="@string/permgroupdesc_deviceAlarms"
586 android:permissionGroupFlags="personalInfo"
587 android:priority="210" />
588
Patrick Scotta73c4b02010-09-22 08:16:53 -0400589 <!-- Allows an application to broadcast an Intent to set an alarm for the
590 user. -->
591 <permission android:name="com.android.alarm.permission.SET_ALARM"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700592 android:permissionGroup="android.permission-group.DEVICE_ALARMS"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400593 android:label="@string/permlab_setAlarm"
594 android:description="@string/permdesc_setAlarm"
595 android:protectionLevel="normal" />
596
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700597 <!-- =============================================================== -->
598 <!-- Permissions for accessing the user voicemail -->
599 <!-- =============================================================== -->
600 <eat-comment />
601
602 <!-- Used for permissions that provide access to the user voicemail box. -->
603 <permission-group android:name="android.permission-group.VOICEMAIL"
604 android:label="@string/permgrouplab_voicemail"
605 android:icon="@drawable/perm_group_voicemail"
606 android:description="@string/permgroupdesc_voicemail"
607 android:permissionGroupFlags="personalInfo"
608 android:priority="280" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700609
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100610 <!-- Allows an application to add voicemails into the system. -->
611 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700612 android:permissionGroup="android.permission-group.VOICEMAIL"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100613 android:protectionLevel="dangerous"
614 android:label="@string/permlab_addVoicemail"
615 android:description="@string/permdesc_addVoicemail" />
616
Svetoslav38228962013-01-29 01:04:35 -0800617 <!-- =============================================== -->
618 <!-- Permissions for enabling accessibility features -->
619 <!-- =============================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700620 <eat-comment />
Svetoslav38228962013-01-29 01:04:35 -0800621
622 <!-- Used for permissions that allow requesting certain accessibility features. -->
623 <permission-group android:name="android.permission-group.ACCESSIBILITY_FEATURES"
624 android:label="@string/permgrouplab_accessibilityFeatures"
625 android:icon="@drawable/perm_group_accessibility_features"
626 android:description="@string/permgroupdesc_accessibilityFeatures"
627 android:priority="380" />
628
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800629 <!-- ======================================= -->
630 <!-- Permissions for accessing location info -->
631 <!-- ======================================= -->
632 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700633
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800634 <!-- Used for permissions that allow access to the user's current
635 location. -->
636 <permission-group android:name="android.permission-group.LOCATION"
637 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700638 android:icon="@drawable/perm_group_location"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700639 android:description="@string/permgroupdesc_location"
640 android:permissionGroupFlags="personalInfo"
641 android:priority="330" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800642
Scott Main277b3522012-11-01 10:55:02 -0700643 <!-- Allows an app to access precise location from location sources such
644 as GPS, cell towers, and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800645 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
646 android:permissionGroup="android.permission-group.LOCATION"
647 android:protectionLevel="dangerous"
648 android:label="@string/permlab_accessFineLocation"
649 android:description="@string/permdesc_accessFineLocation" />
650
Scott Main277b3522012-11-01 10:55:02 -0700651 <!-- Allows an app to access approximate location derived from network location
652 sources such as cell towers and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800653 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
654 android:permissionGroup="android.permission-group.LOCATION"
655 android:protectionLevel="dangerous"
656 android:label="@string/permlab_accessCoarseLocation"
657 android:description="@string/permdesc_accessCoarseLocation" />
658
659 <!-- Allows an application to create mock location providers for testing -->
660 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700661 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700662 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800663 android:label="@string/permlab_accessMockLocation"
664 android:description="@string/permdesc_accessMockLocation" />
665
666 <!-- Allows an application to access extra location provider commands -->
667 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700668 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700669 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800670 android:label="@string/permlab_accessLocationExtraCommands"
671 android:description="@string/permdesc_accessLocationExtraCommands" />
672
Scott Main93e60b52013-06-10 11:05:55 -0700673 <!-- Allows an application to install a location provider into the Location Manager.
674 <p>Not for use by third-party applications. -->
Mike Lockwood275555c2009-05-01 11:30:34 -0400675 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800676 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400677 android:label="@string/permlab_installLocationProvider"
678 android:description="@string/permdesc_installLocationProvider" />
679
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700680 <!-- Allows an application to use location features in hardware,
Scott Main93e60b52013-06-10 11:05:55 -0700681 such as the geofencing api.
682 <p>Not for use by third-party applications. -->
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700683 <permission android:name="android.permission.LOCATION_HARDWARE"
684 android:permissionGroup="android.permission-group.LOCATION"
685 android:protectionLevel="signature|system" />
686 <uses-permission android:name="android.permission.LOCATION_HARDWARE"/>
687
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800688 <!-- ======================================= -->
689 <!-- Permissions for accessing networks -->
690 <!-- ======================================= -->
691 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700692
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800693 <!-- Used for permissions that provide access to networking services. The
694 main permission here is internet access, but this is also an
695 appropriate group for accessing or modifying any network configuration
696 or other related network operations. -->
697 <permission-group android:name="android.permission-group.NETWORK"
698 android:label="@string/permgrouplab_network"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700699 android:icon="@drawable/perm_group_network"
700 android:description="@string/permgroupdesc_network"
701 android:priority="270" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800702
703 <!-- Allows applications to open network sockets. -->
704 <permission android:name="android.permission.INTERNET"
705 android:permissionGroup="android.permission-group.NETWORK"
706 android:protectionLevel="dangerous"
707 android:description="@string/permdesc_createNetworkSockets"
708 android:label="@string/permlab_createNetworkSockets" />
709
710 <!-- Allows applications to access information about networks -->
711 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
712 android:permissionGroup="android.permission-group.NETWORK"
713 android:protectionLevel="normal"
714 android:description="@string/permdesc_accessNetworkState"
715 android:label="@string/permlab_accessNetworkState" />
716
717 <!-- Allows applications to access information about Wi-Fi networks -->
718 <permission android:name="android.permission.ACCESS_WIFI_STATE"
719 android:permissionGroup="android.permission-group.NETWORK"
720 android:protectionLevel="normal"
721 android:description="@string/permdesc_accessWifiState"
722 android:label="@string/permlab_accessWifiState" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800723
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700724 <!-- Allows applications to change Wi-Fi connectivity state -->
725 <permission android:name="android.permission.CHANGE_WIFI_STATE"
726 android:permissionGroup="android.permission-group.NETWORK"
727 android:protectionLevel="dangerous"
728 android:description="@string/permdesc_changeWifiState"
729 android:label="@string/permlab_changeWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700730
Robert Greenwalt8588e472011-11-08 10:12:25 -0800731 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900732 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
733 android:permissionGroup="android.permission-group.NETWORK"
734 android:protectionLevel="normal"
735 android:description="@string/permdesc_accessWimaxState"
736 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700737
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700738 <!-- @hide -->
739 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700740 android:permissionGroup="android.permission-group.NETWORK"
741 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700742 android:description="@string/permdesc_changeWimaxState"
743 android:label="@string/permlab_changeWimaxState" />
744
745 <!-- ======================================= -->
746 <!-- Permissions for short range, peripheral networks -->
747 <!-- ======================================= -->
748 <eat-comment />
749
750 <!-- Used for permissions that provide access to other devices through Bluetooth.-->
751 <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
752 android:label="@string/permgrouplab_bluetoothNetwork"
753 android:icon="@drawable/perm_group_bluetooth"
754 android:description="@string/permgroupdesc_bluetoothNetwork"
755 android:priority="260" />
756
757 <!-- Allows applications to connect to paired bluetooth devices -->
758 <permission android:name="android.permission.BLUETOOTH"
759 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
760 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800761 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700762 android:label="@string/permlab_bluetooth" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800763
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700764 <!-- Allows applications to discover and pair bluetooth devices -->
765 <permission android:name="android.permission.BLUETOOTH_ADMIN"
766 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
767 android:protectionLevel="dangerous"
768 android:description="@string/permdesc_bluetoothAdmin"
769 android:label="@string/permlab_bluetoothAdmin" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800770
Matthew Xiefca9d632012-10-04 12:25:28 -0700771 <!-- Allows bluetooth stack to access files
772 @hide This should only be used by Bluetooth apk.
773 -->
774 <permission android:name="android.permission.BLUETOOTH_STACK"
775 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
776 android:protectionLevel="signature" />
777
Nick Pelly1df862a2011-02-15 13:34:38 -0800778 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700779 <permission android:name="android.permission.NFC"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700780 android:permissionGroup="android.permission-group.NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700781 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700782 android:description="@string/permdesc_nfc"
783 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700784
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700785 <!-- Allows an internal user to use privileged ConnectivityManager APIs.
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700786 @hide -->
787 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
788 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800789 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700790
Haoyu Baidb3c8672012-06-20 14:29:57 -0700791 <!-- @hide -->
792 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
793 android:permissionGroup="android.permission-group.NETWORK"
794 android:protectionLevel="signature|system" />
795
Doug Zongkerb616f0c2013-01-29 09:05:21 -0800796 <!-- Allows access to the loop radio (Android@Home mesh network) device.
797 @hide -->
798 <permission android:name="android.permission.LOOP_RADIO"
799 android:permissionGroup="android.permission-group.NETWORK"
800 android:protectionLevel="signature|system" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800801
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800802 <!-- ================================== -->
803 <!-- Permissions for accessing accounts -->
804 <!-- ================================== -->
805 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700806
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700807 <!-- Permissions for direct access to the accounts managed
808 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800809 <permission-group android:name="android.permission-group.ACCOUNTS"
810 android:label="@string/permgrouplab_accounts"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700811 android:icon="@drawable/perm_group_accounts"
812 android:description="@string/permgroupdesc_accounts"
813 android:permissionGroupFlags="personalInfo"
814 android:priority="200" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800815
816 <!-- Allows access to the list of accounts in the Accounts Service -->
817 <permission android:name="android.permission.GET_ACCOUNTS"
818 android:permissionGroup="android.permission-group.ACCOUNTS"
819 android:protectionLevel="normal"
820 android:description="@string/permdesc_getAccounts"
821 android:label="@string/permlab_getAccounts" />
822
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700823 <!-- Allows an application to act as an AccountAuthenticator for
824 the AccountManager -->
825 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
826 android:permissionGroup="android.permission-group.ACCOUNTS"
827 android:protectionLevel="dangerous"
828 android:label="@string/permlab_authenticateAccounts"
829 android:description="@string/permdesc_authenticateAccounts" />
830
831 <!-- Allows an application to request authtokens from the AccountManager -->
832 <permission android:name="android.permission.USE_CREDENTIALS"
833 android:permissionGroup="android.permission-group.ACCOUNTS"
834 android:protectionLevel="dangerous"
835 android:label="@string/permlab_useCredentials"
836 android:description="@string/permdesc_useCredentials" />
837
838 <!-- Allows an application to manage the list of accounts in the AccountManager -->
839 <permission android:name="android.permission.MANAGE_ACCOUNTS"
840 android:permissionGroup="android.permission-group.ACCOUNTS"
841 android:protectionLevel="dangerous"
842 android:label="@string/permlab_manageAccounts"
843 android:description="@string/permdesc_manageAccounts" />
844
Scott Main93e60b52013-06-10 11:05:55 -0700845 <!-- Allows applications to call into AccountAuthenticators.
846 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700847 <permission android:name="android.permission.ACCOUNT_MANAGER"
848 android:permissionGroup="android.permission-group.ACCOUNTS"
849 android:protectionLevel="signature"
850 android:description="@string/permdesc_accountManagerService"
851 android:label="@string/permlab_accountManagerService" />
852
853 <!-- ================================== -->
854 <!-- Permissions for accessing hardware that may effect battery life-->
855 <!-- ================================== -->
856 <eat-comment />
857
858 <!-- Used for permissions that provide direct access to the hardware on
859 the device that has an effect on battery life. This includes vibrator,
860 flashlight, etc. -->
861
862 <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
863 android:label="@string/permgrouplab_affectsBattery"
864 android:icon="@drawable/perm_group_affects_battery"
865 android:description="@string/permgroupdesc_affectsBattery"
866 android:priority="180" />
867
868 <!-- Allows applications to enter Wi-Fi Multicast mode -->
869 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
870 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
871 android:protectionLevel="dangerous"
872 android:description="@string/permdesc_changeWifiMulticastState"
873 android:label="@string/permlab_changeWifiMulticastState" />
874
875 <!-- Allows access to the vibrator -->
876 <permission android:name="android.permission.VIBRATE"
877 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
878 android:protectionLevel="normal"
879 android:label="@string/permlab_vibrate"
880 android:description="@string/permdesc_vibrate" />
881
882 <!-- Allows access to the flashlight -->
883 <permission android:name="android.permission.FLASHLIGHT"
884 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
885 android:protectionLevel="normal"
886 android:label="@string/permlab_flashlight"
887 android:description="@string/permdesc_flashlight" />
888
889 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
890 from dimming -->
891 <permission android:name="android.permission.WAKE_LOCK"
892 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
893 android:protectionLevel="normal"
894 android:label="@string/permlab_wakeLock"
895 android:description="@string/permdesc_wakeLock" />
896
897 <!-- ==================================================== -->
898 <!-- Permissions related to changing audio settings -->
899 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700900 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700901
902 <!-- Used for permissions that provide direct access to speaker settings
903 the device. -->
904 <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
905 android:label="@string/permgrouplab_audioSettings"
906 android:icon="@drawable/perm_group_audio_settings"
907 android:description="@string/permgroupdesc_audioSettings"
908 android:priority="130" />
909
910 <!-- Allows an application to modify global audio settings -->
911 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
912 android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
913 android:protectionLevel="normal"
914 android:label="@string/permlab_modifyAudioSettings"
915 android:description="@string/permdesc_modifyAudioSettings" />
916
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800917 <!-- ================================== -->
918 <!-- Permissions for accessing hardware -->
919 <!-- ================================== -->
920 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700921
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800922 <!-- Used for permissions that provide direct access to the hardware on
923 the device. This includes audio, the camera, vibrator, etc. -->
924 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
925 android:label="@string/permgrouplab_hardwareControls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700926 android:description="@string/permgroupdesc_hardwareControls"
927 android:priority="260"/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800928
Mike Lockwood02eb8742011-02-27 09:10:37 -0800929 <!-- Allows an application to manage preferences and permissions for USB devices
930 @hide -->
931 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400932 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800933 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800934 android:label="@string/permlab_manageUsb"
935 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400936
Mike Lockwood10bc1112011-01-10 08:24:08 -0500937 <!-- Allows an application to access the MTP USB kernel driver.
938 For use only by the device side MTP implementation.
939 @hide -->
940 <permission android:name="android.permission.ACCESS_MTP"
941 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800942 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500943 android:label="@string/permlab_accessMtp"
944 android:description="@string/permdesc_accessMtp" />
945
Scott Main93e60b52013-06-10 11:05:55 -0700946 <!-- Allows access to hardware peripherals. Intended only for hardware testing.
947 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800948 <permission android:name="android.permission.HARDWARE_TEST"
949 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
950 android:protectionLevel="signature"
951 android:label="@string/permlab_hardware_test"
952 android:description="@string/permdesc_hardware_test" />
953
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500954 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
955 @hide -->
956 <permission android:name="android.permission.NET_ADMIN"
957 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
958 android:protectionLevel="signature" />
959
Jeff Sharkey098d5802012-04-26 17:30:34 -0700960 <!-- Allows registration for remote audio playback. @hide -->
961 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
962 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
963 android:protectionLevel="signature" />
964
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800965 <!-- =========================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700966 <!-- Permissions associated with audio capture -->
967 <!-- =========================================== -->
968 <eat-comment />
969
970 <!-- Used for permissions that are associated with accessing
971 microphone audio from the device. Note that phone calls also capture audio
972 but are in a separate (more visible) permission group. -->
973 <permission-group android:name="android.permission-group.MICROPHONE"
974 android:label="@string/permgrouplab_microphone"
975 android:icon="@drawable/perm_group_microphone"
976 android:description="@string/permgroupdesc_microphone"
977 android:permissionGroupFlags="personalInfo"
978 android:priority="340" />
979
980 <!-- Allows an application to record audio -->
981 <permission android:name="android.permission.RECORD_AUDIO"
982 android:permissionGroup="android.permission-group.MICROPHONE"
983 android:protectionLevel="dangerous"
Dianne Hackborn84c71112013-04-17 11:18:10 -0700984 android:label="@string/permlab_recordAudio"
985 android:description="@string/permdesc_recordAudio" />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700986
987
988 <!-- =========================================== -->
989 <!-- Permissions associated with camera and image capture -->
990 <!-- =========================================== -->
991 <eat-comment />
992
993 <!-- Used for permissions that are associated with accessing
994 camera or capturing images/video from the device. -->
995 <permission-group android:name="android.permission-group.CAMERA"
996 android:label="@string/permgrouplab_camera"
997 android:icon="@drawable/perm_group_camera"
998 android:description="@string/permgroupdesc_camera"
999 android:permissionGroupFlags="personalInfo"
1000 android:priority="350" />
1001
1002 <!-- Required to be able to access the camera device.
1003 <p>This will automatically enforce the <a
1004 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
1005 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
1006 If you do not require all camera features or can properly operate if a camera
1007 is not available, then you must modify your manifest as appropriate in order to
1008 install on devices that don't support all camera features.</p> -->
1009 <permission android:name="android.permission.CAMERA"
1010 android:permissionGroup="android.permission-group.CAMERA"
1011 android:protectionLevel="dangerous"
1012 android:label="@string/permlab_camera"
1013 android:description="@string/permdesc_camera" />
1014
Igor Murashkinf640bb9b2013-04-23 14:32:19 -07001015 <!-- Allows disabling the transmit-indicator LED that is normally on when
1016 a camera is in use by an application.
1017 @hide -->
1018 <permission android:name="android.permission.CAMERA_DISABLE_TRANSMIT_LED"
1019 android:permissionGroup="android.permission-group.CAMERA"
1020 android:protectionLevel="signature|system"
1021 android:label="@string/permlab_cameraDisableTransmitLed"
1022 android:description="@string/permdesc_cameraDisableTransmitLed" />
1023
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001024 <!-- =========================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001025 <!-- Permissions associated with telephony state -->
1026 <!-- =========================================== -->
1027 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001028
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001029 <!-- Used for permissions that are associated with accessing and modifyign
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001030 telephony state: placing calls, intercepting outgoing calls, reading
1031 and modifying the phone state. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001032 <permission-group android:name="android.permission-group.PHONE_CALLS"
1033 android:label="@string/permgrouplab_phoneCalls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001034 android:icon="@drawable/perm_group_phone_calls"
1035 android:description="@string/permgroupdesc_phoneCalls"
1036 android:permissionGroupFlags="personalInfo"
1037 android:priority="370" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001038
1039 <!-- Allows an application to monitor, modify, or abort outgoing
1040 calls. -->
1041 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
1042 android:permissionGroup="android.permission-group.PHONE_CALLS"
1043 android:protectionLevel="dangerous"
1044 android:label="@string/permlab_processOutgoingCalls"
1045 android:description="@string/permdesc_processOutgoingCalls" />
1046
1047 <!-- Allows modification of the telephony state - power on, mmi, etc.
Scott Main93e60b52013-06-10 11:05:55 -07001048 Does not include placing calls.
1049 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001050 <permission android:name="android.permission.MODIFY_PHONE_STATE"
1051 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001052 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001053 android:label="@string/permlab_modifyPhoneState"
1054 android:description="@string/permdesc_modifyPhoneState" />
1055
Scott Main2681faa2012-11-01 12:18:31 -07001056 <!-- Allows read only access to phone state.
1057 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1058 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1059 minSdkVersion}</a> and <a
1060 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1061 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1062 grants your app this permission. If you don't need this permission, be sure your <a
1063 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1064 targetSdkVersion}</a> is 4 or higher. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001065 <permission android:name="android.permission.READ_PHONE_STATE"
1066 android:permissionGroup="android.permission-group.PHONE_CALLS"
1067 android:protectionLevel="dangerous"
1068 android:label="@string/permlab_readPhoneState"
1069 android:description="@string/permdesc_readPhoneState" />
1070
Jake Hamby463f2212011-07-21 17:55:53 -07001071 <!-- Allows read access to privileged phone state.
1072 @hide Used internally. -->
1073 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
1074 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001075 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -07001076
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001077 <!-- Allows an application to initiate a phone call without going through
1078 the Dialer user interface for the user to confirm the call
1079 being placed. -->
1080 <permission android:name="android.permission.CALL_PHONE"
1081 android:permissionGroup="android.permission-group.PHONE_CALLS"
1082 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001083 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001084 android:label="@string/permlab_callPhone"
1085 android:description="@string/permdesc_callPhone" />
1086
1087 <!-- Allows an application to use SIP service -->
1088 <permission android:name="android.permission.USE_SIP"
1089 android:permissionGroup="android.permission-group.PHONE_CALLS"
1090 android:protectionLevel="dangerous"
1091 android:description="@string/permdesc_use_sip"
1092 android:label="@string/permlab_use_sip" />
1093
San Mehat29b57e62009-04-23 09:18:32 -07001094 <!-- ================================== -->
1095 <!-- Permissions for sdcard interaction -->
1096 <!-- ================================== -->
1097 <eat-comment />
1098
1099 <!-- Group of permissions that are related to SD card access. -->
1100 <permission-group android:name="android.permission-group.STORAGE"
1101 android:label="@string/permgrouplab_storage"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001102 android:icon="@drawable/perm_group_storage"
1103 android:description="@string/permgroupdesc_storage"
1104 android:permissionGroupFlags="personalInfo"
1105 android:priority="240" />
San Mehat29b57e62009-04-23 09:18:32 -07001106
Scott Main2681faa2012-11-01 12:18:31 -07001107 <!-- Allows an application to read from external storage.
1108 <p>Any app that declares the {@link #WRITE_EXTERNAL_STORAGE} permission is implicitly
1109 granted this permission.</p>
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001110 <p>This permission is enforced starting in API level 19. Before API level 19, this
1111 permission is not enforced and all apps still have access to read from external storage.
1112 You can test your app with the permission enforced by enabling <em>Protect USB
Scott Main2681faa2012-11-01 12:18:31 -07001113 storage</em> under Developer options in the Settings app on a device running Android 4.1 or
1114 higher.</p>
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001115 <p>Also starting in API level 19, this permission is <em>not</em> required to
1116 read/write files in your application-specific directories returned by
1117 {@link android.content.Context#getExternalFilesDir} and
1118 {@link android.content.Context#getExternalCacheDir}.
Scott Main2681faa2012-11-01 12:18:31 -07001119 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1120 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1121 minSdkVersion}</a> and <a
1122 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1123 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1124 grants your app this permission. If you don't need this permission, be sure your <a
1125 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1126 targetSdkVersion}</a> is 4 or higher.-->
Dianne Hackborn79245122012-03-12 10:51:26 -07001127 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001128 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn79245122012-03-12 10:51:26 -07001129 android:label="@string/permlab_sdcardRead"
1130 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -07001131 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -07001132
Scott Main2681faa2012-11-01 12:18:31 -07001133 <!-- Allows an application to write to external storage.
1134 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1135 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1136 minSdkVersion}</a> and <a
1137 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1138 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1139 grants your app this permission. If you don't need this permission, be sure your <a
1140 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001141 targetSdkVersion}</a> is 4 or higher.
1142 <p>Starting in API level 19, this permission is <em>not</em> required to
1143 read/write files in your application-specific directories returned by
1144 {@link android.content.Context#getExternalFilesDir} and
1145 {@link android.content.Context#getExternalCacheDir}. -->
San Mehat5a3a77d2009-06-01 09:25:28 -07001146 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -07001147 android:permissionGroup="android.permission-group.STORAGE"
1148 android:label="@string/permlab_sdcardWrite"
1149 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -07001150 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -07001151
Mike Lockwood1e23db42011-04-22 07:05:21 -07001152 <!-- Allows an application to write to internal media storage
1153 @hide -->
1154 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
1155 android:permissionGroup="android.permission-group.STORAGE"
1156 android:label="@string/permlab_mediaStorageWrite"
1157 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -08001158 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -07001159
Jeff Sharkey9ecfee02013-04-19 14:05:03 -07001160 <!-- Allows an application to manage access to documents, usually as part
1161 of a document picker. -->
1162 <permission android:name="android.permission.MANAGE_DOCUMENTS"
1163 android:permissionGroup="android.permission-group.STORAGE"
1164 android:label="@string/permlab_manageDocs"
1165 android:description="@string/permdesc_manageDocs"
1166 android:protectionLevel="signature|system" />
1167
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001168 <!-- ================================== -->
1169 <!-- Permissions for screenlock -->
1170 <!-- ================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001171 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001172
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001173 <!-- Group of permissions that are related to the screenlock. -->
1174 <permission-group android:name="android.permission-group.SCREENLOCK"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001175 android:label="@string/permgrouplab_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001176 android:icon="@drawable/perm_group_screenlock"
1177 android:permissionGroupFlags="personalInfo"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001178 android:description="@string/permgroupdesc_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001179 android:priority="230" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001180
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001181 <!-- Allows applications to disable the keyguard -->
1182 <permission android:name="android.permission.DISABLE_KEYGUARD"
1183 android:permissionGroup="android.permission-group.SCREENLOCK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001184 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001185 android:description="@string/permdesc_disableKeyguard"
1186 android:label="@string/permlab_disableKeyguard" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001187
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001188 <!-- ================================== -->
1189 <!-- Permissions to access other installed applications -->
1190 <!-- ================================== -->
1191 <eat-comment />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001192
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001193 <!-- Group of permissions that are related to the other applications
1194 installed on the system. Examples include such as listing
1195 running apps, or killing background processes. -->
1196 <permission-group android:name="android.permission-group.APP_INFO"
1197 android:label="@string/permgrouplab_appInfo"
1198 android:icon="@drawable/perm_group_app_info"
1199 android:description="@string/permgroupdesc_appInfo"
1200 android:priority="220" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001201
1202 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -07001203 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001204 <permission android:name="android.permission.GET_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001205 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001206 android:protectionLevel="dangerous"
1207 android:label="@string/permlab_getTasks"
1208 android:description="@string/permdesc_getTasks" />
Dianne Hackborn8832c182012-09-17 17:20:24 -07001209 <!-- @hide Allows an application to call APIs that allow it to do interactions
Dianne Hackbornb4163a62012-08-02 18:31:26 -07001210 across the users on the device, using singleton services and
1211 user-targeted broadcasts. This permission is not available to
1212 third party applications. -->
1213 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
1214 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1215 android:protectionLevel="signature|system|development"
1216 android:label="@string/permlab_interactAcrossUsers"
1217 android:description="@string/permdesc_interactAcrossUsers" />
1218
1219 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
1220 that removes restrictions on where broadcasts can be sent and allows other
1221 types of interactions. -->
1222 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
1223 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1224 android:protectionLevel="signature"
1225 android:label="@string/permlab_interactAcrossUsersFull"
1226 android:description="@string/permdesc_interactAcrossUsersFull" />
1227
Dianne Hackborn8832c182012-09-17 17:20:24 -07001228 <!-- @hide Allows an application to call APIs that allow it to query and manage
Amith Yamasani2a003292012-08-14 18:25:45 -07001229 users on the device. This permission is not available to
1230 third party applications. -->
1231 <permission android:name="android.permission.MANAGE_USERS"
1232 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -07001233 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -07001234 android:label="@string/permlab_manageUsers"
1235 android:description="@string/permdesc_manageUsers" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001236
Dianne Hackborn8238e712012-04-24 11:15:40 -07001237 <!-- Allows an application to get full detailed information about
1238 recently running tasks, with full fidelity to the real state.
1239 @hide -->
1240 <permission android:name="android.permission.GET_DETAILED_TASKS"
1241 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1242 android:protectionLevel="signature"
1243 android:label="@string/permlab_getDetailedTasks"
1244 android:description="@string/permdesc_getDetailedTasks" />
1245
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001246 <!-- Allows an application to change the Z-order of tasks -->
1247 <permission android:name="android.permission.REORDER_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001248 android:permissionGroup="android.permission-group.APP_INFO"
1249 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001250 android:label="@string/permlab_reorderTasks"
1251 android:description="@string/permdesc_reorderTasks" />
1252
Dianne Hackborn24a12102011-07-29 15:52:05 -07001253 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001254 <permission android:name="android.permission.REMOVE_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001255 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001256 android:protectionLevel="signature"
1257 android:label="@string/permlab_removeTasks"
1258 android:description="@string/permdesc_removeTasks" />
1259
Dianne Hackborn053f61d2013-06-26 18:07:43 -07001260 <!-- @hide Allows an application to create/manage/remove stacks -->
1261 <permission android:name="android.permission.MANAGE_ACTIVITY_STACKS"
1262 android:permissionGroup="android.permission-group.APP_INFO"
1263 android:protectionLevel="signature"
1264 android:label="@string/permlab_manageActivityStacks"
1265 android:description="@string/permdesc_manageActivityStacks" />
1266
Jeff Sharkey35be7562012-04-18 19:16:15 -07001267 <!-- Allows an application to start any activity, regardless of permission
1268 protection or exported state. @hide -->
1269 <permission android:name="android.permission.START_ANY_ACTIVITY"
1270 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1271 android:protectionLevel="signature"
1272 android:label="@string/permlab_startAnyActivity"
1273 android:description="@string/permdesc_startAnyActivity" />
1274
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001275 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1276 API is no longer supported. -->
1277 <permission android:name="android.permission.RESTART_PACKAGES"
1278 android:permissionGroup="android.permission-group.APP_INFO"
1279 android:protectionLevel="normal"
1280 android:label="@string/permlab_killBackgroundProcesses"
1281 android:description="@string/permdesc_killBackgroundProcesses" />
1282
1283 <!-- Allows an application to call
1284 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1285 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1286 android:permissionGroup="android.permission-group.APP_INFO"
1287 android:protectionLevel="normal"
1288 android:label="@string/permlab_killBackgroundProcesses"
1289 android:description="@string/permdesc_killBackgroundProcesses" />
1290
1291 <!-- ================================== -->
1292 <!-- Permissions affecting the display of other applications -->
1293 <!-- ================================== -->
1294 <eat-comment />
1295
1296 <!-- Group of permissions that allow manipulation of how
1297 another application displays UI to the user. -->
1298 <permission-group android:name="android.permission-group.DISPLAY"
1299 android:label="@string/permgrouplab_display"
1300 android:icon="@drawable/perm_group_display"
1301 android:description="@string/permgroupdesc_display"
1302 android:priority="190"/>
1303
1304 <!-- Allows an application to open windows using the type
1305 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1306 shown on top of all other applications. Very few applications
1307 should use this permission; these windows are intended for
1308 system-level interaction with the user. -->
1309 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1310 android:permissionGroup="android.permission-group.DISPLAY"
1311 android:protectionLevel="dangerous"
1312 android:label="@string/permlab_systemAlertWindow"
1313 android:description="@string/permdesc_systemAlertWindow" />
1314
1315 <!-- ================================== -->
1316 <!-- Permissions affecting the system wallpaper -->
1317 <!-- ================================== -->
1318 <eat-comment />
1319
1320 <!-- Group of permissions that allow manipulation of how
1321 another application displays UI to the user. -->
1322 <permission-group android:name="android.permission-group.WALLPAPER"
1323 android:label="@string/permgrouplab_wallpaper"
1324 android:icon="@drawable/perm_group_wallpaper"
1325 android:description="@string/permgroupdesc_wallpaper"
1326 android:priority="150" />
1327
1328 <!-- Allows applications to set the wallpaper -->
1329 <permission android:name="android.permission.SET_WALLPAPER"
1330 android:permissionGroup="android.permission-group.WALLPAPER"
1331 android:protectionLevel="normal"
1332 android:label="@string/permlab_setWallpaper"
1333 android:description="@string/permdesc_setWallpaper" />
1334
1335 <!-- Allows applications to set the wallpaper hints -->
1336 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1337 android:permissionGroup="android.permission-group.WALLPAPER"
1338 android:protectionLevel="normal"
1339 android:label="@string/permlab_setWallpaperHints"
1340 android:description="@string/permdesc_setWallpaperHints" />
1341
1342 <!-- ============================================ -->
1343 <!-- Permissions for changing the system clock -->
1344 <!-- ============================================ -->
1345 <eat-comment />
1346
1347 <!-- Group of permissions that are related to system clock. -->
1348 <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1349 android:label="@string/permgrouplab_systemClock"
1350 android:icon="@drawable/perm_group_system_clock"
1351 android:description="@string/permgroupdesc_systemClock"
1352 android:priority="140" />
1353
Scott Main93e60b52013-06-10 11:05:55 -07001354 <!-- Allows applications to set the system time.
1355 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001356 <permission android:name="android.permission.SET_TIME"
1357 android:protectionLevel="signature|system"
1358 android:label="@string/permlab_setTime"
1359 android:description="@string/permdesc_setTime" />
1360
1361 <!-- Allows applications to set the system time zone -->
1362 <permission android:name="android.permission.SET_TIME_ZONE"
1363 android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1364 android:protectionLevel="normal"
1365 android:label="@string/permlab_setTimeZone"
1366 android:description="@string/permdesc_setTimeZone" />
1367
1368 <!-- ==================================================== -->
1369 <!-- Permissions related to changing status bar -->
1370 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001371 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001372
1373 <!-- Used for permissions that change the status bar -->
1374 <permission-group android:name="android.permission-group.STATUS_BAR"
1375 android:label="@string/permgrouplab_statusBar"
1376 android:icon="@drawable/perm_group_status_bar"
1377 android:description="@string/permgroupdesc_statusBar"
1378 android:priority="110" />
1379
1380 <!-- Allows an application to expand or collapse the status bar. -->
1381 <permission android:name="android.permission.EXPAND_STATUS_BAR"
1382 android:permissionGroup="android.permission-group.STATUS_BAR"
1383 android:protectionLevel="normal"
1384 android:label="@string/permlab_expandStatusBar"
1385 android:description="@string/permdesc_expandStatusBar" />
1386
1387 <!-- ==================================================== -->
1388 <!-- Permissions related to accessing sync settings -->
1389 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001390 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001391
1392 <!-- Used for permissions that access the sync settings or sync
1393 related information. -->
1394 <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1395 android:label="@string/permgrouplab_syncSettings"
1396 android:icon="@drawable/perm_group_sync_settings"
1397 android:description="@string/permgroupdesc_syncSettings"
1398 android:priority="120" />
1399
1400 <!-- Allows applications to read the sync settings -->
1401 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1402 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1403 android:protectionLevel="normal"
1404 android:description="@string/permdesc_readSyncSettings"
1405 android:label="@string/permlab_readSyncSettings" />
1406
1407 <!-- Allows applications to write the sync settings -->
1408 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1409 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1410 android:protectionLevel="normal"
1411 android:description="@string/permdesc_writeSyncSettings"
1412 android:label="@string/permlab_writeSyncSettings" />
1413
1414 <!-- Allows applications to read the sync stats -->
1415 <permission android:name="android.permission.READ_SYNC_STATS"
1416 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1417 android:protectionLevel="normal"
1418 android:description="@string/permdesc_readSyncStats"
1419 android:label="@string/permlab_readSyncStats" />
1420
1421
1422 <!-- ============================================ -->
1423 <!-- Permissions for low-level system interaction -->
1424 <!-- ============================================ -->
1425 <eat-comment />
1426
1427 <!-- Group of permissions that are related to system APIs. Many
1428 of these are not permissions the user will be expected to understand,
1429 and such permissions should generally be marked as "normal" protection
1430 level so they don't get displayed. This can also, however, be used
1431 for miscellaneous features that provide access to the operating system,
1432 such as writing the global system settings. -->
1433 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1434 android:label="@string/permgrouplab_systemTools"
1435 android:icon="@drawable/perm_group_system_tools"
1436 android:description="@string/permgroupdesc_systemTools"
1437 android:priority="100" />
1438
1439 <!-- @hide Change the screen compatibility mode of applications -->
1440 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1441 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1442 android:protectionLevel="signature"
1443 android:label="@string/permlab_setScreenCompatibility"
1444 android:description="@string/permdesc_setScreenCompatibility" />
1445
1446 <!-- Allows an application to access all multi-user external storage @hide -->
1447 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
1448 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1449 android:label="@string/permlab_sdcardAccessAll"
1450 android:description="@string/permdesc_sdcardAccessAll"
1451 android:protectionLevel="signature" />
1452
1453 <!-- Allows an application to modify the current configuration, such
1454 as locale. -->
1455 <permission android:name="android.permission.CHANGE_CONFIGURATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001456 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001457 android:protectionLevel="signature|system|development"
1458 android:label="@string/permlab_changeConfiguration"
1459 android:description="@string/permdesc_changeConfiguration" />
1460
1461 <!-- Allows an application to read or write the system settings. -->
1462 <permission android:name="android.permission.WRITE_SETTINGS"
1463 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1464 android:protectionLevel="normal"
1465 android:label="@string/permlab_writeSettings"
1466 android:description="@string/permdesc_writeSettings" />
1467
Scott Main93e60b52013-06-10 11:05:55 -07001468 <!-- Allows an application to modify the Google service map.
1469 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001470 <permission android:name="android.permission.WRITE_GSERVICES"
1471 android:protectionLevel="signature|system"
1472 android:label="@string/permlab_writeGservices"
1473 android:description="@string/permdesc_writeGservices" />
1474
Dianne Hackborn03abb812010-01-04 18:43:19 -08001475 <!-- Allows an application to call
1476 {@link android.app.ActivityManager#forceStopPackage}.
1477 @hide -->
1478 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1479 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1480 android:protectionLevel="signature"
1481 android:label="@string/permlab_forceStopPackages"
1482 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001483
Dianne Hackborn24a12102011-07-29 15:52:05 -07001484 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001485 An active window is the window that has fired an accessibility event. -->
1486 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1487 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -08001488 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001489 android:label="@string/permlab_retrieve_window_content"
1490 android:description="@string/permdesc_retrieve_window_content" />
1491
Scott Main93e60b52013-06-10 11:05:55 -07001492 <!-- Modify the global animation scaling factor.
1493 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001494 <permission android:name="android.permission.SET_ANIMATION_SCALE"
1495 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001496 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001497 android:label="@string/permlab_setAnimationScale"
1498 android:description="@string/permdesc_setAnimationScale" />
1499
Dianne Hackbornd3efa392010-09-01 17:34:12 -07001500 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001501 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001502 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001503 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001504 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001505 android:label="@string/permlab_persistentActivity"
1506 android:description="@string/permdesc_persistentActivity" />
1507
1508 <!-- Allows an application to find out the space used by any package. -->
1509 <permission android:name="android.permission.GET_PACKAGE_SIZE"
1510 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1511 android:protectionLevel="normal"
1512 android:label="@string/permlab_getPackageSize"
1513 android:description="@string/permdesc_getPackageSize" />
1514
Dianne Hackborna7ca0e52009-12-01 14:31:55 -08001515 <!-- @deprecated No longer useful, see
1516 {@link android.content.pm.PackageManager#addPackageToPreferred}
1517 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001518 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1519 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -08001520 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001521 android:label="@string/permlab_setPreferredApplications"
1522 android:description="@string/permdesc_setPreferredApplications" />
1523
1524 <!-- Allows an application to receive the
1525 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1526 broadcast after the system finishes booting. If you don't
1527 request this permission, you will not receive the broadcast at
1528 that time. Though holding this permission does not have any
1529 security implications, it can have a negative impact on the
1530 user experience by increasing the amount of time it takes the
1531 system to start and allowing applications to have themselves
1532 running without the user being aware of them. As such, you must
1533 explicitly declare your use of this facility to make that visible
1534 to the user. -->
1535 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001536 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001537 android:protectionLevel="normal"
1538 android:label="@string/permlab_receiveBootCompleted"
1539 android:description="@string/permdesc_receiveBootCompleted" />
1540
1541 <!-- Allows an application to broadcast sticky intents. These are
1542 broadcasts whose data is held by the system after being finished,
1543 so that clients can quickly retrieve that data without having
1544 to wait for the next broadcast. -->
1545 <permission android:name="android.permission.BROADCAST_STICKY"
1546 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1547 android:protectionLevel="normal"
1548 android:label="@string/permlab_broadcastSticky"
1549 android:description="@string/permdesc_broadcastSticky" />
1550
Scott Main93e60b52013-06-10 11:05:55 -07001551 <!-- Allows mounting and unmounting file systems for removable storage.
1552 <p>Not for use by third-party applications.-->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001553 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1554 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001555 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001556 android:label="@string/permlab_mount_unmount_filesystems"
1557 android:description="@string/permdesc_mount_unmount_filesystems" />
1558
Scott Main93e60b52013-06-10 11:05:55 -07001559 <!-- Allows formatting file systems for removable storage.
1560 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001561 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1562 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001563 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001564 android:label="@string/permlab_mount_format_filesystems"
1565 android:description="@string/permdesc_mount_format_filesystems" />
1566
San Mehat02735bc2010-01-26 15:18:08 -08001567 <!-- Allows access to ASEC non-destructive API calls
1568 @hide -->
1569 <permission android:name="android.permission.ASEC_ACCESS"
1570 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001571 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001572 android:label="@string/permlab_asec_access"
1573 android:description="@string/permdesc_asec_access" />
1574
1575 <!-- Allows creation of ASEC volumes
1576 @hide -->
1577 <permission android:name="android.permission.ASEC_CREATE"
1578 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001579 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001580 android:label="@string/permlab_asec_create"
1581 android:description="@string/permdesc_asec_create" />
1582
1583 <!-- Allows destruction of ASEC volumes
1584 @hide -->
1585 <permission android:name="android.permission.ASEC_DESTROY"
1586 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001587 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001588 android:label="@string/permlab_asec_destroy"
1589 android:description="@string/permdesc_asec_destroy" />
1590
1591 <!-- Allows mount / unmount of ASEC volumes
1592 @hide -->
1593 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1594 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001595 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001596 android:label="@string/permlab_asec_mount_unmount"
1597 android:description="@string/permdesc_asec_mount_unmount" />
1598
1599 <!-- Allows rename of ASEC volumes
1600 @hide -->
1601 <permission android:name="android.permission.ASEC_RENAME"
1602 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001603 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001604 android:label="@string/permlab_asec_rename"
1605 android:description="@string/permdesc_asec_rename" />
1606
Scott Main93e60b52013-06-10 11:05:55 -07001607 <!-- Allows applications to write the apn settings.
1608 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001609 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1610 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001611 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001612 android:description="@string/permdesc_writeApnSettings"
1613 android:label="@string/permlab_writeApnSettings" />
1614
Fred Quintana60307342009-03-24 22:48:12 -07001615 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001616 ContentProvider. -->
1617 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1618 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1619 android:label="@string/permlab_subscribedFeedsRead"
1620 android:description="@string/permdesc_subscribedFeedsRead"
1621 android:protectionLevel="normal" />
1622 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1623 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1624 android:label="@string/permlab_subscribedFeedsWrite"
1625 android:description="@string/permdesc_subscribedFeedsWrite"
1626 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001627
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001628 <!-- Allows applications to change network connectivity state -->
1629 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001630 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001631 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001632 android:description="@string/permdesc_changeNetworkState"
1633 android:label="@string/permlab_changeNetworkState" />
1634
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001635 <!-- Allows an application to clear the caches of all installed
1636 applications on the device. -->
1637 <permission android:name="android.permission.CLEAR_APP_CACHE"
1638 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1639 android:protectionLevel="dangerous"
1640 android:label="@string/permlab_clearAppCache"
1641 android:description="@string/permdesc_clearAppCache" />
1642
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001643 <!-- Allows an application to use any media decoder when decoding for playback
1644 @hide -->
1645 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001646 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001647 android:label="@string/permlab_anyCodecForPlayback"
1648 android:description="@string/permdesc_anyCodecForPlayback" />
1649
Maggie Benthallda51e682013-08-08 22:35:44 -04001650 <!-- Allows an application to install and/or uninstall CA certificates on
1651 behalf of the user.
1652 @hide -->
1653 <permission android:name="android.permission.MANAGE_CA_CERTIFICATES"
1654 android:protectionLevel="signature|system"
1655 android:label="@string/permlab_manageCaCertificates"
1656 android:description="@string/permdesc_manageCaCertificates" />
1657
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001658 <!-- ========================================= -->
1659 <!-- Permissions for special development tools -->
1660 <!-- ========================================= -->
1661 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001662
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001663 <!-- Group of permissions that are related to development features. These
Scott Main93e60b52013-06-10 11:05:55 -07001664 are not permissions that should appear in third-party applications; they
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001665 protect APIs that are intended only to be used for development
1666 purposes. -->
1667 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1668 android:label="@string/permgrouplab_developmentTools"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001669 android:description="@string/permgroupdesc_developmentTools"
1670 android:priority="310" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001671
Scott Main93e60b52013-06-10 11:05:55 -07001672 <!-- Allows an application to read or write the secure system settings.
1673 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001674 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1675 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1676 android:protectionLevel="signature|system|development"
1677 android:label="@string/permlab_writeSecureSettings"
1678 android:description="@string/permdesc_writeSecureSettings" />
1679
Scott Main93e60b52013-06-10 11:05:55 -07001680 <!-- Allows an application to retrieve state dump information from system services.
1681 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001682 <permission android:name="android.permission.DUMP"
1683 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1684 android:protectionLevel="signature|system|development"
1685 android:label="@string/permlab_dump"
1686 android:description="@string/permdesc_dump" />
1687
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001688 <!-- Allows an application to read the low-level system log files.
Scott Main93e60b52013-06-10 11:05:55 -07001689 <p>Not for use by third-party applications, because
1690 Log entries can contain the user's private information. -->
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001691 <permission android:name="android.permission.READ_LOGS"
1692 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1693 android:protectionLevel="signature|system|development"
1694 android:label="@string/permlab_readLogs"
1695 android:description="@string/permdesc_readLogs" />
1696
Scott Main93e60b52013-06-10 11:05:55 -07001697 <!-- Configure an application for debugging.
1698 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001699 <permission android:name="android.permission.SET_DEBUG_APP"
1700 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001701 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001702 android:label="@string/permlab_setDebugApp"
1703 android:description="@string/permdesc_setDebugApp" />
1704
1705 <!-- Allows an application to set the maximum number of (not needed)
Scott Main93e60b52013-06-10 11:05:55 -07001706 application processes that can be running.
1707 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001708 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1709 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001710 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001711 android:label="@string/permlab_setProcessLimit"
1712 android:description="@string/permdesc_setProcessLimit" />
1713
1714 <!-- Allows an application to control whether activities are immediately
Scott Main93e60b52013-06-10 11:05:55 -07001715 finished when put in the background.
1716 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001717 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1718 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001719 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001720 android:label="@string/permlab_setAlwaysFinish"
1721 android:description="@string/permdesc_setAlwaysFinish" />
1722
Scott Main93e60b52013-06-10 11:05:55 -07001723 <!-- Allow an application to request that a signal be sent to all persistent processes.
1724 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001725 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1726 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001727 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001728 android:label="@string/permlab_signalPersistentProcesses"
1729 android:description="@string/permdesc_signalPersistentProcesses" />
1730
1731 <!-- ==================================== -->
1732 <!-- Private (signature-only) permissions -->
1733 <!-- ==================================== -->
1734 <eat-comment />
1735
Scott Main93e60b52013-06-10 11:05:55 -07001736 <!-- Allows applications to RW to diagnostic resources.
1737 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001738 <permission android:name="android.permission.DIAGNOSTIC"
1739 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1740 android:protectionLevel="signature"
1741 android:description="@string/permdesc_diagnostic"
1742 android:label="@string/permlab_diagnostic" />
1743
1744 <!-- Allows an application to open, close, or disable the status bar
Scott Main93e60b52013-06-10 11:05:55 -07001745 and its icons.
1746 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001747 <permission android:name="android.permission.STATUS_BAR"
1748 android:label="@string/permlab_statusBar"
1749 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001750 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001751
Joe Onorato8bc6c512010-06-04 16:21:12 -04001752 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1753 @hide -->
1754 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1755 android:label="@string/permlab_statusBarService"
1756 android:description="@string/permdesc_statusBarService"
1757 android:protectionLevel="signature" />
1758
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001759 <!-- Allows an application to force a BACK operation on whatever is the
Scott Main93e60b52013-06-10 11:05:55 -07001760 top activity.
1761 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001762 <permission android:name="android.permission.FORCE_BACK"
1763 android:label="@string/permlab_forceBack"
1764 android:description="@string/permdesc_forceBack"
1765 android:protectionLevel="signature" />
1766
Scott Main93e60b52013-06-10 11:05:55 -07001767 <!-- Allows an application to update device statistics.
1768 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001769 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001770 android:label="@string/permlab_updateBatteryStats"
1771 android:description="@string/permdesc_updateBatteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001772 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001773
Dianne Hackborn35654b62013-01-14 17:38:02 -08001774 <!-- @hide Allows an application to collect battery statistics -->
1775 <permission android:name="android.permission.GET_APP_OPS_STATS"
1776 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1777 android:label="@string/permlab_getAppOpsStats"
1778 android:description="@string/permdesc_getAppOpsStats"
1779 android:protectionLevel="signature|system|development" />
1780
Dianne Hackborna06de0f2012-12-11 16:34:47 -08001781 <!-- Allows an application to update application operation statistics. Not for
1782 use by third party apps. @hide -->
1783 <permission android:name="android.permission.UPDATE_APP_OPS_STATS"
1784 android:label="@string/permlab_updateAppOpsStats"
1785 android:description="@string/permdesc_updateAppOpsStats"
1786 android:protectionLevel="signature|system" />
1787
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001788 <!-- Allows an application to open windows that are for use by parts
Scott Main93e60b52013-06-10 11:05:55 -07001789 of the system user interface.
1790 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001791 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1792 android:label="@string/permlab_internalSystemWindow"
1793 android:description="@string/permdesc_internalSystemWindow"
1794 android:protectionLevel="signature" />
1795
1796 <!-- Allows an application to manage (create, destroy,
Scott Main93e60b52013-06-10 11:05:55 -07001797 Z-order) application tokens in the window manager.
1798 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001799 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1800 android:label="@string/permlab_manageAppTokens"
1801 android:description="@string/permdesc_manageAppTokens"
1802 android:protectionLevel="signature" />
1803
Dianne Hackborn9d9ece32012-09-10 15:33:52 -07001804 <!-- @hide Allows the application to temporarily freeze the screen for a
1805 full-screen transition. -->
1806 <permission android:name="android.permission.FREEZE_SCREEN"
1807 android:label="@string/permlab_freezeScreen"
1808 android:description="@string/permdesc_freezeScreen"
1809 android:protectionLevel="signature" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001810
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001811 <!-- Allows an application to inject user events (keys, touch, trackball)
1812 into the event stream and deliver them to ANY window. Without this
1813 permission, you can only deliver events to windows in your own process.
Scott Main93e60b52013-06-10 11:05:55 -07001814 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001815 <permission android:name="android.permission.INJECT_EVENTS"
1816 android:label="@string/permlab_injectEvents"
1817 android:description="@string/permdesc_injectEvents"
1818 android:protectionLevel="signature" />
1819
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001820 <!-- @hide Allows an application to register an input filter which filters the stream
1821 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1822 <permission android:name="android.permission.FILTER_EVENTS"
1823 android:label="@string/permlab_filter_events"
1824 android:description="@string/permdesc_filter_events"
1825 android:protectionLevel="signature" />
1826
1827 <!-- @hide Allows an application to retrieve info for a window from the window manager. -->
1828 <permission android:name="android.permission.RETRIEVE_WINDOW_INFO"
1829 android:label="@string/permlab_retrieve_window_info"
1830 android:description="@string/permdesc_retrieve_window_info"
1831 android:protectionLevel="signature" />
1832
Svetoslav Ganov7befb7d2012-09-27 16:49:23 -07001833 <!-- @hide Allows an application to temporary enable accessibility on the device. -->
1834 <permission android:name="android.permission.TEMPORARY_ENABLE_ACCESSIBILITY"
1835 android:label="@string/permlab_temporary_enable_accessibility"
1836 android:description="@string/permdesc_temporary_enable_accessibility"
1837 android:protectionLevel="signature" />
1838
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -07001839 <!-- @hide Allows an application to magnify the content of a display. -->
1840 <permission android:name="android.permission.MAGNIFY_DISPLAY"
1841 android:label="@string/permlab_magnify_display"
1842 android:description="@string/permdesc_magnify_display"
1843 android:protectionLevel="signature" />
1844
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001845 <!-- Allows an application to watch and control how activities are
1846 started globally in the system. Only for is in debugging
Scott Main93e60b52013-06-10 11:05:55 -07001847 (usually the monkey command).
1848 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001849 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1850 android:label="@string/permlab_runSetActivityWatcher"
1851 android:description="@string/permdesc_runSetActivityWatcher"
1852 android:protectionLevel="signature" />
1853
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001854 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001855 to put the higher-level system there into a shutdown state.
1856 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001857 <permission android:name="android.permission.SHUTDOWN"
1858 android:label="@string/permlab_shutdown"
1859 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001860 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001861
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001862 <!-- Allows an application to tell the activity manager to temporarily
1863 stop application switches, putting it into a special mode that
1864 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001865 critical UI such as the home screen.
1866 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001867 <permission android:name="android.permission.STOP_APP_SWITCHES"
1868 android:label="@string/permlab_stopAppSwitches"
1869 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001870 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001871
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001872 <!-- Allows an application to retrieve private information about
Scott Main93e60b52013-06-10 11:05:55 -07001873 the current top activity, such as any assist context it can provide.
1874 <p>Not for use by third-party applications. -->
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001875 <permission android:name="android.permission.GET_TOP_ACTIVITY_INFO"
1876 android:label="@string/permlab_getTopActivityInfo"
1877 android:description="@string/permdesc_getTopActivityInfo"
1878 android:protectionLevel="signature" />
1879
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001880 <!-- Allows an application to retrieve the current state of keys and
Scott Main93e60b52013-06-10 11:05:55 -07001881 switches.
1882 <p>Not for use by third-party applications.
Jeff Brownac143512012-04-05 18:57:33 -07001883 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001884 <permission android:name="android.permission.READ_INPUT_STATE"
1885 android:label="@string/permlab_readInputState"
1886 android:description="@string/permdesc_readInputState"
1887 android:protectionLevel="signature" />
1888
Dianne Hackbornd6847842010-01-12 18:14:19 -08001889 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1890 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001891 <permission android:name="android.permission.BIND_INPUT_METHOD"
1892 android:label="@string/permlab_bindInputMethod"
1893 android:description="@string/permdesc_bindInputMethod"
1894 android:protectionLevel="signature" />
1895
Svetoslav38228962013-01-29 01:04:35 -08001896 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07001897 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001898 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
1899 android:label="@string/permlab_bindAccessibilityService"
1900 android:description="@string/permdesc_bindAccessibilityService"
1901 android:protectionLevel="signature" />
1902
Jeff Brown511cd352013-08-23 17:43:37 -07001903 <!-- Must be required by a {@link android.printservice.PrintService},
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -07001904 to ensure that only the system can bind to it. -->
1905 <permission android:name="android.permission.BIND_PRINT_SERVICE"
1906 android:label="@string/permlab_bindPrintService"
1907 android:description="@string/permdesc_bindPrintService"
1908 android:protectionLevel="signature" />
1909
Jeff Brown511cd352013-08-23 17:43:37 -07001910 <!-- Must be required by a {@link android.nfc.cardemulation.HostApduService}
Martijn Coenena7397882013-07-30 20:07:47 -07001911 or {@link android.nfc.cardemulation.OffHostApduService} to ensure that only
1912 the system can bind to it. -->
1913 <permission android:name="android.permission.BIND_NFC_SERVICE"
1914 android:label="@string/permlab_bindNfcService"
1915 android:description="@string/permdesc_bindNfcService"
1916 android:protectionLevel="signature" />
1917
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -07001918 <!-- Allows an application to call APIs that give it access to all print jobs
1919 on the device. Usually an app can access only the print jobts it created.
1920 This permission is not available to third party applications.
1921 @hide -->
1922 <permission android:name="android.permission.ACCESS_ALL_PRINT_JOBS"
1923 android:label="@string/permlab_accessAllPrintJobs"
1924 android:description="@string/permdesc_accessAllPrintJobs"
1925 android:protectionLevel="signature" />
1926
satok988323c2011-06-22 16:38:13 +09001927 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1928 to ensure that only the system can bind to it. -->
1929 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1930 android:label="@string/permlab_bindTextService"
1931 android:description="@string/permdesc_bindTextService"
1932 android:protectionLevel="signature" />
1933
Jeff Brown511cd352013-08-23 17:43:37 -07001934 <!-- Must be required by a {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001935 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001936 <permission android:name="android.permission.BIND_VPN_SERVICE"
1937 android:label="@string/permlab_bindVpnService"
1938 android:description="@string/permdesc_bindVpnService"
1939 android:protectionLevel="signature" />
1940
Dianne Hackbornd6847842010-01-12 18:14:19 -08001941 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1942 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001943 <permission android:name="android.permission.BIND_WALLPAPER"
1944 android:label="@string/permlab_bindWallpaper"
1945 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001946 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001947
Dianne Hackbornd6847842010-01-12 18:14:19 -08001948 <!-- Must be required by device administration receiver, to ensure that only the
1949 system can interact with it. -->
1950 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1951 android:label="@string/permlab_bindDeviceAdmin"
1952 android:description="@string/permdesc_bindDeviceAdmin"
1953 android:protectionLevel="signature" />
1954
Amith Yamasania418cf22013-07-19 12:39:17 -07001955 <!-- Required to add or remove another application as a device admin.
Jeff Brown511cd352013-08-23 17:43:37 -07001956 <p/>Not for use by third-party applications. -->
Amith Yamasania418cf22013-07-19 12:39:17 -07001957 <permission android:name="android.permission.MANAGE_DEVICE_ADMINS"
1958 android:label="@string/permlab_manageDeviceAdmins"
1959 android:description="@string/permdesc_manageDeviceAdmins"
1960 android:protectionLevel="signature|system" />
1961
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001962 <!-- Allows low-level access to setting the orientation (actually
Scott Main93e60b52013-06-10 11:05:55 -07001963 rotation) of the screen.
1964 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001965 <permission android:name="android.permission.SET_ORIENTATION"
1966 android:label="@string/permlab_setOrientation"
1967 android:description="@string/permdesc_setOrientation"
1968 android:protectionLevel="signature" />
1969
Jeff Brown1a84fd12011-06-02 01:26:32 -07001970 <!-- Allows low-level access to setting the pointer speed.
Scott Main93e60b52013-06-10 11:05:55 -07001971 <p>Not for use by third-party applications. -->
Jeff Brown1a84fd12011-06-02 01:26:32 -07001972 <permission android:name="android.permission.SET_POINTER_SPEED"
1973 android:label="@string/permlab_setPointerSpeed"
1974 android:description="@string/permdesc_setPointerSpeed"
1975 android:protectionLevel="signature" />
1976
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001977 <!-- Allows low-level access to setting the keyboard layout.
Scott Main93e60b52013-06-10 11:05:55 -07001978 <p>Not for use by third-party applications.
Jeff Brown507f5582012-05-07 19:06:06 -07001979 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001980 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1981 android:label="@string/permlab_setKeyboardLayout"
1982 android:description="@string/permdesc_setKeyboardLayout"
1983 android:protectionLevel="signature" />
1984
Scott Main93e60b52013-06-10 11:05:55 -07001985 <!-- Allows an application to install packages.
1986 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001987 <permission android:name="android.permission.INSTALL_PACKAGES"
1988 android:label="@string/permlab_installPackages"
1989 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001990 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001991
Scott Main93e60b52013-06-10 11:05:55 -07001992 <!-- Allows an application to clear user data.
1993 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001994 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1995 android:label="@string/permlab_clearAppUserData"
1996 android:description="@string/permdesc_clearAppUserData"
1997 android:protectionLevel="signature" />
1998
Scott Main93e60b52013-06-10 11:05:55 -07001999 <!-- Allows an application to delete cache files.
2000 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002001 <permission android:name="android.permission.DELETE_CACHE_FILES"
2002 android:label="@string/permlab_deleteCacheFiles"
2003 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08002004 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002005
Scott Main93e60b52013-06-10 11:05:55 -07002006 <!-- Allows an application to delete packages.
2007 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002008 <permission android:name="android.permission.DELETE_PACKAGES"
2009 android:label="@string/permlab_deletePackages"
2010 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08002011 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002012
Jeff Brownec7c78f2010-03-30 23:37:25 -07002013 <!-- Allows an application to move location of installed package.
2014 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08002015 <permission android:name="android.permission.MOVE_PACKAGE"
2016 android:label="@string/permlab_movePackage"
2017 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08002018 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08002019
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002020 <!-- Allows an application to change whether an application component (other than its own) is
Scott Main93e60b52013-06-10 11:05:55 -07002021 enabled or not.
2022 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002023 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
2024 android:label="@string/permlab_changeComponentState"
2025 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08002026 android:protectionLevel="signature|system" />
2027
2028 <!-- @hide Allows an application to grant or revoke specific permissions. -->
2029 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
2030 android:label="@string/permlab_grantRevokePermissions"
2031 android:description="@string/permdesc_grantRevokePermissions"
2032 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002033
Scott Main93e60b52013-06-10 11:05:55 -07002034 <!-- Allows an application to use SurfaceFlinger's low level features.
2035 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002036 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
2037 android:label="@string/permlab_accessSurfaceFlinger"
2038 android:description="@string/permdesc_accessSurfaceFlinger"
2039 android:protectionLevel="signature" />
2040
2041 <!-- Allows an application to take screen shots and more generally
Scott Main93e60b52013-06-10 11:05:55 -07002042 get access to the frame buffer data.
2043 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002044 <permission android:name="android.permission.READ_FRAME_BUFFER"
2045 android:label="@string/permlab_readFrameBuffer"
2046 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08002047 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002048
Jeff Brown4b71e4e2012-09-07 17:41:02 -07002049 <!-- Allows an application to configure and connect to Wifi displays
2050 @hide -->
2051 <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
2052 android:label="@string/permlab_configureWifiDisplay"
2053 android:description="@string/permdesc_configureWifiDisplay"
2054 android:protectionLevel="signature" />
2055
2056 <!-- Allows an application to control low-level features of Wifi displays
2057 such as opening an RTSP socket. This permission should only be used
2058 by the display manager.
2059 @hide -->
2060 <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
2061 android:label="@string/permlab_controlWifiDisplay"
2062 android:description="@string/permdesc_controlWifiDisplay"
2063 android:protectionLevel="signature" />
2064
Jeff Brown7d00aff2013-08-02 19:03:49 -07002065 <!-- Allows an application to capture audio output.
2066 <p>Not for use by third-party applications.</p> -->
2067 <permission android:name="android.permission.CAPTURE_AUDIO_OUTPUT"
2068 android:label="@string/permlab_captureAudioOutput"
2069 android:description="@string/permdesc_captureAudioOutput"
2070 android:protectionLevel="signature|system" />
2071
2072 <!-- Allows an application to capture video output.
2073 <p>Not for use by third-party applications.</p> -->
2074 <permission android:name="android.permission.CAPTURE_VIDEO_OUTPUT"
2075 android:label="@string/permlab_captureVideoOutput"
2076 android:description="@string/permdesc_captureVideoOutput"
2077 android:protectionLevel="signature|system" />
2078
2079 <!-- Allows an application to capture secure video output.
2080 <p>Not for use by third-party applications.</p> -->
2081 <permission android:name="android.permission.CAPTURE_SECURE_VIDEO_OUTPUT"
2082 android:label="@string/permlab_captureSecureVideoOutput"
2083 android:description="@string/permdesc_captureSecureVideoOutput"
2084 android:protectionLevel="signature|system" />
2085
Scott Main93e60b52013-06-10 11:05:55 -07002086 <!-- Required to be able to disable the device (very dangerous!).
2087 <p>Not for use by third-party applications.. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002088 <permission android:name="android.permission.BRICK"
2089 android:label="@string/permlab_brick"
2090 android:description="@string/permdesc_brick"
2091 android:protectionLevel="signature" />
2092
Scott Main93e60b52013-06-10 11:05:55 -07002093 <!-- Required to be able to reboot the device.
2094 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002095 <permission android:name="android.permission.REBOOT"
2096 android:label="@string/permlab_reboot"
2097 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08002098 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002099
Scott Main93e60b52013-06-10 11:05:55 -07002100 <!-- Allows low-level access to power management.
2101 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002102 <permission android:name="android.permission.DEVICE_POWER"
2103 android:label="@string/permlab_devicePower"
2104 android:description="@string/permdesc_devicePower"
2105 android:protectionLevel="signature" />
2106
Dianne Hackborn8832c182012-09-17 17:20:24 -07002107 <!-- @hide Allows low-level access to tun tap driver -->
fredc0f420372012-04-12 00:02:00 -07002108 <permission android:name="android.permission.NET_TUNNELING"
2109 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2110 android:protectionLevel="signature" />
2111
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002112 <!-- Run as a manufacturer test application, running as the root user.
Scott Main93e60b52013-06-10 11:05:55 -07002113 Only available when the device is running in manufacturer test mode.
2114 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002115 <permission android:name="android.permission.FACTORY_TEST"
2116 android:label="@string/permlab_factoryTest"
2117 android:description="@string/permdesc_factoryTest"
2118 android:protectionLevel="signature" />
2119
2120 <!-- Allows an application to broadcast a notification that an application
Scott Main93e60b52013-06-10 11:05:55 -07002121 package has been removed.
2122 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002123 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
2124 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2125 android:label="@string/permlab_broadcastPackageRemoved"
2126 android:description="@string/permdesc_broadcastPackageRemoved"
2127 android:protectionLevel="signature" />
2128
Scott Main93e60b52013-06-10 11:05:55 -07002129 <!-- Allows an application to broadcast an SMS receipt notification.
2130 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002131 <permission android:name="android.permission.BROADCAST_SMS"
2132 android:permissionGroup="android.permission-group.MESSAGES"
2133 android:label="@string/permlab_broadcastSmsReceived"
2134 android:description="@string/permdesc_broadcastSmsReceived"
2135 android:protectionLevel="signature" />
2136
Scott Main93e60b52013-06-10 11:05:55 -07002137 <!-- Allows an application to broadcast a WAP PUSH receipt notification.
2138 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002139 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
2140 android:permissionGroup="android.permission-group.MESSAGES"
2141 android:label="@string/permlab_broadcastWapPush"
2142 android:description="@string/permdesc_broadcastWapPush"
2143 android:protectionLevel="signature" />
2144
Scott Main93e60b52013-06-10 11:05:55 -07002145 <!-- Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002146 <permission android:name="android.permission.MASTER_CLEAR"
2147 android:label="@string/permlab_masterClear"
2148 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08002149 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002150
2151 <!-- Allows an application to call any phone number, including emergency
2152 numbers, without going through the Dialer user interface for the user
Scott Main93e60b52013-06-10 11:05:55 -07002153 to confirm the call being placed.
2154 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002155 <permission android:name="android.permission.CALL_PRIVILEGED"
2156 android:label="@string/permlab_callPrivileged"
2157 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08002158 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002159
Jim Miller767be5f2009-08-25 19:33:57 -07002160 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
2161 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
2162 android:label="@string/permlab_performCdmaProvisioning"
2163 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08002164 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07002165
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002166 <!-- Allows enabling/disabling location update notifications from
Scott Main93e60b52013-06-10 11:05:55 -07002167 the radio.
2168 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002169 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
2170 android:label="@string/permlab_locationUpdates"
2171 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08002172 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002173
2174 <!-- Allows read/write access to the "properties" table in the checkin
Scott Main93e60b52013-06-10 11:05:55 -07002175 database, to change values that get uploaded.
2176 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002177 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
2178 android:label="@string/permlab_checkinProperties"
2179 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08002180 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002181
2182 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07002183 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002184 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
2185 android:label="@string/permlab_pkgUsageStats"
2186 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08002187 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002188
2189 <!-- Allows an application to collect battery statistics -->
2190 <permission android:name="android.permission.BATTERY_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002191 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002192 android:label="@string/permlab_batteryStats"
2193 android:description="@string/permdesc_batteryStats"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002194 android:protectionLevel="dangerous" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002195
Scott Main93e60b52013-06-10 11:05:55 -07002196 <!-- Allows an application to control the backup and restore process.
2197 <p>Not for use by third-party applications.
Christopher Tate181fafa2009-05-14 11:12:14 -07002198 @hide pending API council -->
2199 <permission android:name="android.permission.BACKUP"
2200 android:label="@string/permlab_backup"
2201 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08002202 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07002203
Christopher Tate4a627c72011-04-01 14:43:32 -07002204 <!-- Allows a package to launch the secure full-backup confirmation UI.
2205 ONLY the system process may hold this permission.
2206 @hide -->
2207 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
2208 android:label="@string/permlab_confirm_full_backup"
2209 android:description="@string/permdesc_confirm_full_backup"
2210 android:protectionLevel="signature" />
2211
Winson Chung81f39eb2011-01-11 18:05:01 -08002212 <!-- Must be required by a {@link android.widget.RemoteViewsService},
2213 to ensure that only the system can bind to it. -->
2214 <permission android:name="android.permission.BIND_REMOTEVIEWS"
2215 android:label="@string/permlab_bindRemoteViews"
2216 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08002217 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08002218
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002219 <!-- Allows an application to tell the AppWidget service which application
2220 can access AppWidget's data. The normal user flow is that a user
2221 picks an AppWidget to go into a particular host, thereby giving that
2222 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002223 An application that has this permission should honor that contract.
Scott Main93e60b52013-06-10 11:05:55 -07002224 <p>Not for use by third-party applications. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002225 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002226 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2227 android:label="@string/permlab_bindGadget"
2228 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08002229 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002230
Michael Jurkafc753c02012-10-30 18:30:52 -07002231 <!-- Private permission, to restrict who can bring up a dialog to add a new
2232 keyguard widget
2233 @hide -->
2234 <permission android:name="android.permission.BIND_KEYGUARD_APPWIDGET"
2235 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2236 android:protectionLevel="signature|system" />
2237
Michael Jurka61a5b012012-04-13 10:39:45 -07002238 <!-- Internal permission allowing an application to query/set which
2239 applications can bind AppWidgets.
2240 @hide -->
2241 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
2242 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2243 android:protectionLevel="signature|system" />
2244
Scott Main93e60b52013-06-10 11:05:55 -07002245 <!-- Allows applications to change the background data setting.
2246 <p>Not for use by third-party applications.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002247 @hide pending API council -->
2248 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
2249 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2250 android:protectionLevel="signature"
2251 android:description="@string/permdesc_changeBackgroundDataSetting"
2252 android:label="@string/permlab_changeBackgroundDataSetting" />
2253
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002254 <!-- This permission can be used on content providers to allow the global
2255 search system to access their data. Typically it used when the
2256 provider has some permissions protecting it (which global search
2257 would not be expected to hold), and added as a read-only permission
2258 to the path in the provider where global search queries are
2259 performed. This permission can not be held by regular applications;
2260 it is used by applications to protect themselves from everyone else
2261 besides global search. -->
2262 <permission android:name="android.permission.GLOBAL_SEARCH"
2263 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002264 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002265
2266 <!-- Internal permission protecting access to the global search
2267 system: ensures that only the system can access the provider
2268 to perform queries (since this otherwise provides unrestricted
2269 access to a variety of content providers), and to write the
2270 search statistics (to keep applications from gaming the source
2271 ranking).
2272 @hide -->
2273 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
2274 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2275 android:protectionLevel="signature" />
2276
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002277 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07002278 @hide XXX Change to signature once the picker is moved to its
2279 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002280 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
2281 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002282 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002283
John Spurlockf4f6b4c2012-08-25 12:08:03 -04002284 <!-- Allows applications to read dream settings and dream state.
2285 @hide -->
2286 <permission android:name="android.permission.READ_DREAM_STATE"
2287 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2288 android:protectionLevel="signature" />
2289
2290 <!-- Allows applications to write dream settings, and start or stop dreaming.
2291 @hide -->
2292 <permission android:name="android.permission.WRITE_DREAM_STATE"
2293 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2294 android:protectionLevel="signature" />
2295
Jeff Brownec7c78f2010-03-30 23:37:25 -07002296 <!-- Allow an application to read and write the cache partition.
2297 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002298 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
2299 android:label="@string/permlab_cache_filesystem"
2300 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08002301 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002302
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08002303 <!-- Must be required by default container service so that only
2304 the system can bind to it and use it to copy
2305 protected data to secure containers or files
2306 accessible to the system.
2307 @hide -->
2308 <permission android:name="android.permission.COPY_PROTECTED_DATA"
2309 android:label="@string/permlab_copyProtectedData"
2310 android:description="@string/permlab_copyProtectedData"
2311 android:protectionLevel="signature" />
2312
Jason parks8888c592011-01-20 22:46:41 -06002313 <!-- Internal permission protecting access to the encryption methods
2314 @hide
2315 -->
2316 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08002317 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06002318
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002319 <!-- Allows an application to read historical network usage for
2320 specific networks and applications. @hide -->
2321 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
2322 android:label="@string/permlab_readNetworkUsageHistory"
2323 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08002324 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002325
2326 <!-- Allows an application to manage network policies (such as warning and disable
2327 limits) and to define application-specific rules. @hide -->
2328 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
2329 android:label="@string/permlab_manageNetworkPolicy"
2330 android:description="@string/permdesc_manageNetworkPolicy"
2331 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06002332
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002333 <!-- Allows an application to account its network traffic against other UIDs. Used
2334 by system services like download manager and media server. Not for use by
2335 third party apps. @hide -->
2336 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
2337 android:label="@string/permlab_modifyNetworkAccounting"
2338 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08002339 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002340
Chad Brubakerf11e5d32013-07-08 15:32:23 -07002341 <!-- Allows an application to mark traffic as from another user for per user routing.
2342 Used by system wide services like media server that execute delegated network connections
2343 for users.
2344 @hide
2345 -->
2346 <permission android:name="android.permission.MARK_NETWORK_SOCKET"
2347 android:label="@string/permlab_markNetworkSocket"
2348 android:description="@string/permdesc_markNetworkSocket"
2349 android:protectionLevel="signature|system" />
2350
Tom Taylorb0381682011-08-11 14:27:25 -07002351 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08002352 @hide Used internally.
2353 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002354 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08002355 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002356 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08002357
Dianne Hackborn8832c182012-09-17 17:20:24 -07002358 <!-- @hide Package verifier needs to have this permission before the PackageManager will
Kenny Root5ab21572011-07-27 11:11:19 -07002359 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07002360 -->
2361 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
2362 android:label="@string/permlab_packageVerificationAgent"
2363 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08002364 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07002365
2366 <!-- Must be required by package verifier receiver, to ensure that only the
2367 system can interact with it.
2368 @hide
2369 -->
2370 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
2371 android:label="@string/permlab_bindPackageVerifier"
2372 android:description="@string/permdesc_bindPackageVerifier"
2373 android:protectionLevel="signature" />
2374
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002375 <!-- Allows applications to access serial ports via the SerialManager.
2376 @hide -->
2377 <permission android:name="android.permission.SERIAL_PORT"
2378 android:label="@string/permlab_serialPort"
2379 android:description="@string/permdesc_serialPort"
Geremy Condrac29f35b2012-10-17 14:06:31 -07002380 android:protectionLevel="signature|system" />
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002381
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002382 <!-- Allows the holder to access content providers from outside an ApplicationThread.
2383 This permission is enforced by the ActivityManagerService on the corresponding APIs,
2384 in particular ActivityManagerService#getContentProviderExternal(String) and
2385 ActivityManagerService#removeContentProviderExternal(String).
2386 @hide
2387 -->
2388 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
2389 android:label="@string/permlab_accessContentProvidersExternally"
2390 android:description="@string/permdesc_accessContentProvidersExternally"
2391 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08002392 <!-- Allows an application to hold an UpdateLock, recommending that a headless
2393 OTA reboot *not* occur while the lock is held.
2394 @hide -->
2395 <permission android:name="android.permission.UPDATE_LOCK"
2396 android:label="@string/permlab_updateLock"
2397 android:description="@string/permdesc_updateLock"
2398 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002399
Daniel Sandlerfde19b12013-01-17 00:21:05 -05002400 <!-- Allows an application to read the current set of notifications, including
2401 any metadata and intents attached.
2402 @hide -->
2403 <permission android:name="android.permission.ACCESS_NOTIFICATIONS"
2404 android:label="@string/permlab_accessNotifications"
2405 android:description="@string/permdesc_accessNotifications"
2406 android:protectionLevel="signature|system" />
2407
Jim Miller5ecd8112013-01-09 18:50:26 -08002408 <!-- Allows access to keyguard secure storage. Only allowed for system processes.
2409 @hide -->
2410 <permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"
2411 android:protectionLevel="signature"
2412 android:label="@string/permlab_access_keyguard_secure_storage"
2413 android:description="@string/permdesc_access_keyguard_secure_storage" />
2414
Jim Millerc0b676d2013-03-22 16:11:08 -07002415 <!-- Allows an application to control keyguard. Only allowed for system processes.
2416 @hide -->
2417 <permission android:name="android.permission.CONTROL_KEYGUARD"
2418 android:protectionLevel="signature"
2419 android:label="@string/permlab_control_keyguard"
2420 android:description="@string/permdesc_control_keyguard" />
2421
Daniel Sandler5feceeb2013-03-22 18:29:23 -07002422 <!-- Must be required by an {@link
2423 android.service.notification.NotificationListenerService},
2424 to ensure that only the system can bind to it. -->
2425 <permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
2426 android:label="@string/permlab_bindNotificationListenerService"
2427 android:description="@string/permdesc_bindNotificationListenerService"
2428 android:protectionLevel="signature" />
2429
Evan Charlton843d5ea2013-05-13 10:35:33 -07002430 <!-- Allows an application to call into a carrier setup flow. It is up to the
2431 carrier setup application to enforce that this permission is required
2432 @hide This is not a third-party API (intended for OEMs and system apps). -->
2433 <permission android:name="android.permission.INVOKE_CARRIER_SETUP"
2434 android:label="@string/permlab_invokeCarrierSetup"
2435 android:description="@string/permdesc_invokeCarrierSetup"
2436 android:protectionLevel="signature|system" />
2437
Brian Williammee1ed51622013-07-31 17:07:33 -07002438 <!-- Allows an application to listen for network condition observations.
2439 @hide This is not a third-party API (intended for system apps). -->
2440 <permission android:name="android.permission.ACCESS_NETWORK_CONDITIONS"
2441 android:label="@string/permlab_accessNetworkConditions"
2442 android:description="@string/permdesc_accessNetworkConditions"
2443 android:protectionLevel="signature|system" />
2444
Christopher Tate4a627c72011-04-01 14:43:32 -07002445 <!-- The system process is explicitly the only one allowed to launch the
2446 confirmation UI for full backup/restore -->
2447 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
2448
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002449 <application android:process="system"
2450 android:persistent="true"
2451 android:hasCode="false"
2452 android:label="@string/android_system_label"
2453 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07002454 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07002455 android:killAfterRestore="false"
Fabrice Di Meglio4497e0c2012-09-10 20:46:33 -07002456 android:icon="@drawable/ic_launcher_android"
2457 android:supportsRtl="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002458 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002459 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07002460 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002461 android:excludeFromRecents="true"
2462 android:multiprocess="true">
2463 <intent-filter>
2464 <action android:name="android.intent.action.CHOOSER" />
2465 <category android:name="android.intent.category.DEFAULT" />
2466 </intent-filter>
2467 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07002468 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002469 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07002470 android:label="@string/heavy_weight_switcher_title"
2471 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002472 android:excludeFromRecents="true"
2473 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07002474 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002475 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002476 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
2477 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002478 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08002479 <activity android:name="com.android.internal.app.DisableCarModeActivity"
2480 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002481 android:excludeFromRecents="true"
2482 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08002483 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002484
Fred Quintana33269202009-04-20 16:05:10 -07002485 <activity android:name="android.accounts.ChooseAccountActivity"
2486 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08002487 android:exported="true"
2488 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002489 android:label="@string/choose_account_label"
2490 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07002491 </activity>
2492
Fred Quintana1121bb52011-09-14 23:19:35 -07002493 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
2494 android:excludeFromRecents="true"
2495 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07002496 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002497 android:label="@string/choose_account_label"
2498 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07002499 </activity>
2500
2501 <activity android:name="android.accounts.ChooseAccountTypeActivity"
2502 android:excludeFromRecents="true"
Jatin Lodhia856b01e2012-09-28 10:53:37 -07002503 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002504 android:label="@string/choose_account_label"
2505 android:process=":ui">
2506 </activity>
2507
Amith Yamasani23c8b962013-04-10 13:37:18 -07002508 <activity android:name="android.accounts.CantAddAccountActivity"
2509 android:excludeFromRecents="true"
2510 android:exported="true"
Amith Yamasani5a3915b2013-05-24 09:53:47 -07002511 android:theme="@android:style/Theme.Holo.Dialog.NoActionBar"
Amith Yamasani23c8b962013-04-10 13:37:18 -07002512 android:process=":ui">
2513 </activity>
2514
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002515 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
2516 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08002517 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002518 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
2519 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002520 </activity>
2521
Fred Quintanab19e62a2010-12-16 13:54:43 -08002522 <activity android:name="android.content.SyncActivityTooManyDeletes"
2523 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002524 android:label="@string/sync_too_many_deletes"
2525 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08002526 </activity>
2527
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002528 <activity android:name="com.android.server.ShutdownActivity"
2529 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07002530 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002531 <intent-filter>
2532 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2533 <category android:name="android.intent.category.DEFAULT" />
2534 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04002535 <intent-filter>
2536 <action android:name="android.intent.action.REBOOT" />
2537 <category android:name="android.intent.category.DEFAULT" />
2538 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002539 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08002540
Danke Xie22d1f9f2009-08-18 18:28:45 -04002541 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002542 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002543 android:excludeFromRecents="true"
2544 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04002545 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002546
Amith Yamasani655d0e22013-06-12 14:19:10 -07002547 <activity android:name="com.android.internal.app.RestrictionsPinSetupActivity"
2548 android:theme="@style/Theme.Holo.Dialog.Alert"
2549 android:permission="android.permission.MANAGE_USERS"
2550 android:excludeFromRecents="true"
2551 android:windowSoftInputMode="adjustPan"
2552 android:process=":ui">
2553 <intent-filter android:priority="100">
2554 <action android:name="android.intent.action.RESTRICTIONS_PIN_CREATE" />
2555 <category android:name="android.intent.category.DEFAULT" />
2556 </intent-filter>
2557 </activity>
2558
2559 <activity android:name="com.android.internal.app.RestrictionsPinActivity"
2560 android:theme="@style/Theme.Holo.Dialog.Alert"
2561 android:excludeFromRecents="true"
2562 android:windowSoftInputMode="adjustPan"
2563 android:process=":ui">
2564 <intent-filter android:priority="100">
2565 <action android:name="android.intent.action.RESTRICTIONS_PIN_CHALLENGE" />
2566 <category android:name="android.intent.category.DEFAULT" />
2567 </intent-filter>
2568 </activity>
2569
Dianne Hackbornd4ac8d72012-09-27 23:20:10 -07002570 <receiver android:name="com.android.server.BootReceiver"
2571 android:primaryUserOnly="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002572 <intent-filter>
2573 <action android:name="android.intent.action.BOOT_COMPLETED" />
2574 </intent-filter>
2575 </receiver>
2576
Geremy Condrab6310842012-08-23 22:00:15 -07002577 <receiver android:name="com.android.server.updates.CertPinInstallReceiver" >
2578 <intent-filter>
2579 <action android:name="android.intent.action.UPDATE_PINS" />
2580 </intent-filter>
2581 </receiver>
2582
Ben Gruver633dc9b2013-04-04 12:05:49 -07002583 <receiver android:name="com.android.server.updates.IntentFirewallInstallReceiver" >
2584 <intent-filter>
2585 <action android:name="android.intent.action.UPDATE_INTENT_FIREWALL" />
2586 </intent-filter>
2587 </receiver>
2588
Robert Greenwaltc6fa2372012-09-24 13:57:16 -07002589 <receiver android:name="com.android.server.updates.SmsShortCodesInstallReceiver" >
2590 <intent-filter>
2591 <action android:name="android.intent.action.UPDATE_SMS_SHORT_CODES" />
2592 </intent-filter>
2593 </receiver>
2594
Robert Greenwalte182bfe2013-07-16 12:06:09 -07002595 <receiver android:name="com.android.server.updates.CarrierProvisioningUrlsInstallReceiver" >
2596 <intent-filter>
2597 <action android:name="android.intent.action.UPDATE_CARRIER_PROVISIONING_URLS" />
2598 </intent-filter>
2599 </receiver>
2600
Geremy Condra78a4c712013-01-30 11:20:26 -08002601 <receiver android:name="com.android.server.updates.TZInfoInstallReceiver" >
2602 <intent-filter>
2603 <action android:name="android.intent.action.UPDATE_TZINFO" />
2604 </intent-filter>
2605 </receiver>
2606
Geremy Condra4e7f7e82013-03-26 21:09:01 -07002607 <receiver android:name="com.android.server.updates.SELinuxPolicyInstallReceiver" >
2608 <intent-filter>
2609 <action android:name="android.intent.action.UPDATE_SEPOLICY" />
2610 </intent-filter>
2611 </receiver>
2612
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002613 <receiver android:name="com.android.server.MasterClearReceiver"
Amith Yamasani655d0e22013-06-12 14:19:10 -07002614 android:permission="android.permission.MASTER_CLEAR">
2615 <intent-filter
2616 android:priority="100" >
Dan Egnor18e93962010-02-10 19:27:58 -08002617 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2618 <action android:name="android.intent.action.MASTER_CLEAR" />
2619
2620 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002621 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002622 <category android:name="android.intent.category.MASTER_CLEAR" />
2623 </intent-filter>
2624 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07002625
2626 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2627 android:permission="android.permission.MASTER_CLEAR"
2628 android:exported="true" />
2629
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -07002630 <service android:name="android.hardware.location.GeofenceHardwareService"
2631 android:permission="android.permission.LOCATION_HARDWARE"
2632 android:exported="false" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002633 </application>
2634
2635</manifest>