blob: 5a1c0f89fd5db12eae8d556b53ec1beb4cd8d3c4 [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" />
32 <protected-broadcast android:name="android.intent.action.TIME_TICK" />
33 <protected-broadcast android:name="android.intent.action.TIMEZONE_CHANGED" />
34 <protected-broadcast android:name="android.intent.action.BOOT_COMPLETED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070035 <protected-broadcast android:name="android.intent.action.PACKAGE_INSTALL" />
36 <protected-broadcast android:name="android.intent.action.PACKAGE_ADDED" />
37 <protected-broadcast android:name="android.intent.action.PACKAGE_REPLACED" />
Dianne Hackborne7f97212011-02-24 14:40:20 -080038 <protected-broadcast android:name="android.intent.action.MY_PACKAGE_REPLACED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070039 <protected-broadcast android:name="android.intent.action.PACKAGE_REMOVED" />
Dianne Hackbornf9abb402011-08-10 15:00:59 -070040 <protected-broadcast android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070041 <protected-broadcast android:name="android.intent.action.PACKAGE_CHANGED" />
42 <protected-broadcast android:name="android.intent.action.PACKAGE_RESTARTED" />
43 <protected-broadcast android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
Dianne Hackborne7f97212011-02-24 14:40:20 -080044 <protected-broadcast android:name="android.intent.action.PACKAGE_FIRST_LAUNCH" />
Kenny Root5ab21572011-07-27 11:11:19 -070045 <protected-broadcast android:name="android.intent.action.PACKAGE_NEEDS_VERIFICATION" />
rich canningsd1b5cfc2012-08-29 14:49:51 -070046 <protected-broadcast android:name="android.intent.action.PACKAGE_VERIFIED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070047 <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
Dianne Hackborn52c62342012-09-21 10:57:45 -070048 <protected-broadcast android:name="android.intent.action.QUERY_PACKAGE_RESTART" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070049 <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
Dianne Hackborn362d5b92009-11-11 18:04:39 -080050 <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070051 <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
52 <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
53 <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
54 <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
55 <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
56 <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
57 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
58 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
Jake Hambybb371632010-08-23 18:16:48 -070059 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
60 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070061 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
62 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080063 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Jason parks4ca74dc2011-03-14 15:23:31 -050064 <protected-broadcast android:name="android.intent.action.MASTER_CLEAR_NOTIFICATION" />
Amith Yamasani13593602012-03-22 16:16:17 -070065 <protected-broadcast android:name="android.intent.action.USER_ADDED" />
66 <protected-broadcast android:name="android.intent.action.USER_REMOVED" />
Dianne Hackborn80a4af22012-08-27 19:18:31 -070067 <protected-broadcast android:name="android.intent.action.USER_STOPPED" />
Dianne Hackborn5dc5a002012-09-15 19:33:48 -070068 <protected-broadcast android:name="android.intent.action.USER_BACKGROUND" />
69 <protected-broadcast android:name="android.intent.action.USER_FOREGROUND" />
Amith Yamasani13593602012-03-22 16:16:17 -070070 <protected-broadcast android:name="android.intent.action.USER_SWITCHED" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070071
Dianne Hackborn7299c412010-03-04 18:41:49 -080072 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
73 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
74 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
75 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Debashish Chatterjeee53eba02011-08-04 14:12:58 +010076
Christopher Tate4cc86e12009-09-21 19:36:51 -070077 <protected-broadcast android:name="android.backup.intent.RUN" />
78 <protected-broadcast android:name="android.backup.intent.CLEAR" />
79 <protected-broadcast android:name="android.backup.intent.INIT" />
80
Nick Pelly72440a0e2009-09-15 17:21:10 -070081 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
82 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
83 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
84 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
85 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070086 <protected-broadcast android:name="android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -070087 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
88 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
89 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
90 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
91 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
92 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
93 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
94 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
95 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
96 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
97 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070098 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070099 <protected-broadcast
100 android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
101 <protected-broadcast
102 android:name="android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED" />
103 <protected-broadcast
104 android:name="android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" />
105 <protected-broadcast
106 android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED" />
107 <protected-broadcast
108 android:name="android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED" />
109 <protected-broadcast
110 android:name="android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED" />
111 <protected-broadcast
112 android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -0700113
Jeff Browne08ae382012-09-07 20:36:36 -0700114 <protected-broadcast android:name="android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED" />
115
Mike Lockwoodc4308f02011-03-01 08:04:54 -0800116 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
117 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
118 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
119 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
120 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -0400121
Mike Lockwood8f014052012-04-26 11:23:48 -0700122 <protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />
123 <protected-broadcast android:name="android.intent.action.ANALOG_AUDIO_DOCK_PLUG" />
124 <protected-broadcast android:name="android.intent.action.DIGITAL_AUDIO_DOCK_PLUG" />
125 <protected-broadcast android:name="android.intent.action.HDMI_AUDIO_PLUG" />
126 <protected-broadcast android:name="android.intent.action.USB_AUDIO_ACCESSORY_PLUG" />
127 <protected-broadcast android:name="android.intent.action.USB_AUDIO_DEVICE_PLUG" />
128
Jeff Sharkey961e3042011-08-29 16:02:57 -0700129 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
130 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
Haoyu Baidb3c8672012-06-20 14:29:57 -0700131 <protected-broadcast android:name="android.net.conn.DATA_ACTIVITY_CHANGE" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800132 <protected-broadcast android:name="android.net.conn.CAPTIVE_PORTAL_TEST_COMPLETED" />
Jeff Sharkey961e3042011-08-29 16:02:57 -0700133
Nick Pellyf36c6db2010-10-14 19:16:35 -0700134 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -0800135 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
136 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
137 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700138
Nick Pellyf36c6db2010-10-14 19:16:35 -0700139 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700140 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700141 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400142
Christopher Tate8662cab52012-02-23 14:59:36 -0800143 <protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
Nick Pellya64e2ad42011-03-14 10:28:11 -0700144
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400145 <protected-broadcast android:name="android.intent.action.DREAMING_STARTED" />
146 <protected-broadcast android:name="android.intent.action.DREAMING_STOPPED" />
Robert Greenwalt47918ae2012-11-28 16:42:32 -0800147 <protected-broadcast android:name="android.intent.action.ANY_DATA_STATE" />
148
149 <protected-broadcast android:name="com.android.server.WifiManager.action.START_SCAN" />
150 <protected-broadcast android:name="com.android.server.WifiManager.action.DELAYED_DRIVER_STOP" />
151 <protected-broadcast android:name="android.net.wifi.WIFI_STATE_CHANGED" />
152 <protected-broadcast android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" />
153 <protected-broadcast android:name="android.net.wifi.SCAN_RESULTS" />
154 <protected-broadcast android:name="android.net.wifi.RSSI_CHANGED" />
155 <protected-broadcast android:name="android.net.wifi.STATE_CHANGE" />
156 <protected-broadcast android:name="android.net.wifi.LINK_CONFIGURATION_CHANGED" />
157 <protected-broadcast android:name="android.net.wifi.CONFIGURED_NETWORKS_CHANGE" />
158 <protected-broadcast android:name="android.net.wifi.supplicant.CONNECTION_CHANGE" />
159 <protected-broadcast android:name="android.net.wifi.supplicant.STATE_CHANGE" />
160 <protected-broadcast android:name="android.net.wifi.p2p.STATE_CHANGED" />
161 <protected-broadcast android:name="android.net.wifi.p2p.DISCOVERY_STATE_CHANGE" />
162 <protected-broadcast android:name="android.net.wifi.p2p.THIS_DEVICE_CHANGED" />
163 <protected-broadcast android:name="android.net.wifi.p2p.PEERS_CHANGED" />
164 <protected-broadcast android:name="android.net.wifi.p2p.CONNECTION_STATE_CHANGE" />
165 <protected-broadcast android:name="android.net.wifi.p2p.PERSISTENT_GROUPS_CHANGED" />
166 <protected-broadcast android:name="android.net.conn.TETHER_STATE_CHANGED" />
167 <protected-broadcast android:name="android.net.conn.INET_CONDITION_ACTION" />
Nick Kralevicha4405ba2012-12-06 15:22:11 -0800168 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
169 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE" />
170 <protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" />
171 <protected-broadcast android:name="android.intent.action.ADVANCED_SETTINGS" />
Jeff Sharkey02ffba92013-03-08 16:13:15 -0800172 <protected-broadcast android:name="android.intent.action.BUGREPORT_FINISHED" />
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400173
Svetoslavb3038ec2013-02-13 14:39:30 -0800174 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_START" />
175 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_END" />
176
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800177 <!-- ====================================== -->
178 <!-- Permissions for things that cost money -->
179 <!-- ====================================== -->
180 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700181
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800182 <!-- Used for permissions that can be used to make the user spend money
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700183 without their direct involvement. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800184 <permission-group android:name="android.permission-group.COST_MONEY"
185 android:label="@string/permgrouplab_costMoney"
186 android:description="@string/permgroupdesc_costMoney" />
187
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800188 <!-- ================================== -->
189 <!-- Permissions for accessing messages -->
190 <!-- ================================== -->
191 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700192
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800193 <!-- Used for permissions that allow an application to send messages
194 on behalf of the user or intercept messages being received by the
195 user. This is primarily intended for SMS/MMS messaging, such as
196 receiving or reading an MMS. -->
197 <permission-group android:name="android.permission-group.MESSAGES"
198 android:label="@string/permgrouplab_messages"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700199 android:icon="@drawable/perm_group_messages"
200 android:description="@string/permgroupdesc_messages"
201 android:permissionGroupFlags="personalInfo"
202 android:priority="360"/>
203
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700204 <!-- Allows an application to send SMS messages. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700205 <permission android:name="android.permission.SEND_SMS"
206 android:permissionGroup="android.permission-group.MESSAGES"
207 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700208 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700209 android:label="@string/permlab_sendSms"
210 android:description="@string/permdesc_sendSms" />
211
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700212 <!-- Allows an application (Phone) to send a request to other applications
213 to handle the respond-via-message action during incoming calls. -->
214 <permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700215 android:permissionGroup="android.permission-group.MESSAGES"
216 android:protectionLevel="signature|system"
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700217 android:label="@string/permlab_sendRespondViaMessageRequest"
218 android:description="@string/permdesc_sendRespondViaMessageRequest" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800219
220 <!-- Allows an application to monitor incoming SMS messages, to record
221 or perform processing on them. -->
222 <permission android:name="android.permission.RECEIVE_SMS"
223 android:permissionGroup="android.permission-group.MESSAGES"
224 android:protectionLevel="dangerous"
225 android:label="@string/permlab_receiveSms"
226 android:description="@string/permdesc_receiveSms" />
227
228 <!-- Allows an application to monitor incoming MMS messages, to record
229 or perform processing on them. -->
230 <permission android:name="android.permission.RECEIVE_MMS"
231 android:permissionGroup="android.permission-group.MESSAGES"
232 android:protectionLevel="dangerous"
233 android:label="@string/permlab_receiveMms"
234 android:description="@string/permdesc_receiveMms" />
235
Jake Hambyab79ee42011-04-26 16:26:46 -0700236 <!-- Allows an application to receive emergency cell broadcast messages,
237 to record or display them to the user. Reserved for system apps.
238 @hide Pending API council approval -->
239 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
240 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800241 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700242 android:label="@string/permlab_receiveEmergencyBroadcast"
243 android:description="@string/permdesc_receiveEmergencyBroadcast" />
244
Jake Hambyc3296ff2012-04-18 12:32:18 -0700245 <!-- Allows an application to read previously received cell broadcast
246 messages and to register a content observer to get notifications when
247 a cell broadcast has been received and added to the database. For
248 emergency alerts, the database is updated immediately after the
249 alert dialog and notification sound/vibration/speech are presented.
250 The "read" column is then updated after the user dismisses the alert.
251 This enables supplementary emergency assistance apps to start loading
252 additional emergency information (if Internet access is available)
253 when the alert is first received, and to delay presenting the info
254 to the user until after the initial alert dialog is dismissed.
255 @hide Pending API council approval -->
256 <permission android:name="android.permission.READ_CELL_BROADCASTS"
257 android:permissionGroup="android.permission-group.MESSAGES"
258 android:protectionLevel="dangerous"
259 android:label="@string/permlab_readCellBroadcasts"
260 android:description="@string/permdesc_readCellBroadcasts" />
261
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800262 <!-- Allows an application to read SMS messages. -->
263 <permission android:name="android.permission.READ_SMS"
264 android:permissionGroup="android.permission-group.MESSAGES"
265 android:protectionLevel="dangerous"
266 android:label="@string/permlab_readSms"
267 android:description="@string/permdesc_readSms" />
268
269 <!-- Allows an application to write SMS messages. -->
270 <permission android:name="android.permission.WRITE_SMS"
271 android:permissionGroup="android.permission-group.MESSAGES"
272 android:protectionLevel="dangerous"
273 android:label="@string/permlab_writeSms"
274 android:description="@string/permdesc_writeSms" />
275
276 <!-- Allows an application to monitor incoming WAP push messages. -->
277 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
278 android:permissionGroup="android.permission-group.MESSAGES"
279 android:protectionLevel="dangerous"
280 android:label="@string/permlab_receiveWapPush"
281 android:description="@string/permdesc_receiveWapPush" />
282
283 <!-- =============================================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700284 <!-- Permissions for accessing social info (contacts and social) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800285 <!-- =============================================================== -->
286 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700287
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700288 <!-- Used for permissions that provide access to the user's social connections,
289 such as contacts, call logs, social stream, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800290 both reading and writing of this data (which should generally be
291 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700292
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700293 <permission-group android:name="android.permission-group.SOCIAL_INFO"
294 android:label="@string/permgrouplab_socialInfo"
295 android:icon="@drawable/perm_group_social_info"
296 android:description="@string/permgroupdesc_socialInfo"
297 android:permissionGroupFlags="personalInfo"
298 android:priority="320" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800299
300 <!-- Allows an application to read the user's contacts data. -->
301 <permission android:name="android.permission.READ_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700302 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800303 android:protectionLevel="dangerous"
304 android:label="@string/permlab_readContacts"
305 android:description="@string/permdesc_readContacts" />
306
307 <!-- Allows an application to write (but not read) the user's
308 contacts data. -->
309 <permission android:name="android.permission.WRITE_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700310 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800311 android:protectionLevel="dangerous"
312 android:label="@string/permlab_writeContacts"
313 android:description="@string/permdesc_writeContacts" />
314
Subir Jhanb603af612012-08-06 17:19:22 -0700315 <!-- Allows an application to execute contacts directory search.
316 This should only be used by ContactsProvider. -->
317 <!-- @hide -->
318 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
319 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700320 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700321
Scott Main2681faa2012-11-01 12:18:31 -0700322 <!-- Allows an application to read the user's call log.
323 <p class="note"><strong>Note:</strong> If your app uses the
324 {@link #READ_CONTACTS} permission and <em>both</em> your <a
325 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
326 minSdkVersion}</a> and <a
327 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
328 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
329 grants your app this permission. If you don't need this permission, be sure your <a
330 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
331 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700332 <permission android:name="android.permission.READ_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700333 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700334 android:protectionLevel="dangerous"
335 android:label="@string/permlab_readCallLog"
336 android:description="@string/permdesc_readCallLog" />
337
338 <!-- Allows an application to write (but not read) the user's
Scott Main2681faa2012-11-01 12:18:31 -0700339 contacts data.
340 <p class="note"><strong>Note:</strong> If your app uses the
341 {@link #WRITE_CONTACTS} permission and <em>both</em> your <a
342 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
343 minSdkVersion}</a> and <a
344 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
345 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
346 grants your app this permission. If you don't need this permission, be sure your <a
347 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
348 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700349 <permission android:name="android.permission.WRITE_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700350 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700351 android:protectionLevel="dangerous"
352 android:label="@string/permlab_writeCallLog"
353 android:description="@string/permdesc_writeCallLog" />
354
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700355 <!-- Allows an application to read from the user's social stream. -->
356 <permission android:name="android.permission.READ_SOCIAL_STREAM"
357 android:permissionGroup="android.permission-group.SOCIAL_INFO"
358 android:protectionLevel="dangerous"
359 android:label="@string/permlab_readSocialStream"
360 android:description="@string/permdesc_readSocialStream" />
361
362 <!-- Allows an application to write (but not read) the user's
363 social stream data. -->
364 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
365 android:permissionGroup="android.permission-group.SOCIAL_INFO"
366 android:protectionLevel="dangerous"
367 android:label="@string/permlab_writeSocialStream"
368 android:description="@string/permdesc_writeSocialStream" />
369
370 <!-- =============================================================== -->
371 <!-- Permissions for accessing information about the device owner -->
372 <!-- =============================================================== -->
373 <eat-comment />
374
375 <!-- Used for permissions that provide access to information about the device
376 user such as profile information. This includes both reading and
377 writing of this data (which should generally be expressed as two
378 distinct permissions). -->
379 <permission-group android:name="android.permission-group.PERSONAL_INFO"
380 android:label="@string/permgrouplab_personalInfo"
381 android:icon="@drawable/perm_group_personal_info"
382 android:description="@string/permgroupdesc_personalInfo"
383 android:permissionGroupFlags="personalInfo"
384 android:priority="310" />
385
Dave Santoro43251332011-05-11 11:39:54 -0700386 <!-- Allows an application to read the user's personal profile data. -->
387 <permission android:name="android.permission.READ_PROFILE"
388 android:permissionGroup="android.permission-group.PERSONAL_INFO"
389 android:protectionLevel="dangerous"
390 android:label="@string/permlab_readProfile"
391 android:description="@string/permdesc_readProfile" />
392
393 <!-- Allows an application to write (but not read) the user's
394 personal profile data. -->
395 <permission android:name="android.permission.WRITE_PROFILE"
396 android:permissionGroup="android.permission-group.PERSONAL_INFO"
397 android:protectionLevel="dangerous"
398 android:label="@string/permlab_writeProfile"
399 android:description="@string/permdesc_writeProfile" />
400
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700401 <!-- =============================================================== -->
402 <!-- Permissions for accessing the device calendar -->
403 <!-- =============================================================== -->
404 <eat-comment />
Dave Santoro0b61f592011-10-03 18:25:26 -0700405
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700406 <!-- Used for permissions that provide access to the device
407 calendar to create / view events.-->
408 <permission-group android:name="android.permission-group.CALENDAR"
409 android:label="@string/permgrouplab_calendar"
410 android:icon="@drawable/perm_group_calendar"
411 android:description="@string/permgroupdesc_calendar"
412 android:permissionGroupFlags="personalInfo"
413 android:priority="290" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700414
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800415 <!-- Allows an application to read the user's calendar data. -->
416 <permission android:name="android.permission.READ_CALENDAR"
417 android:permissionGroup="android.permission-group.PERSONAL_INFO"
418 android:protectionLevel="dangerous"
419 android:label="@string/permlab_readCalendar"
420 android:description="@string/permdesc_readCalendar" />
421
422 <!-- Allows an application to write (but not read) the user's
423 calendar data. -->
424 <permission android:name="android.permission.WRITE_CALENDAR"
425 android:permissionGroup="android.permission-group.PERSONAL_INFO"
426 android:protectionLevel="dangerous"
427 android:label="@string/permlab_writeCalendar"
428 android:description="@string/permdesc_writeCalendar" />
429
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700430 <!-- =============================================================== -->
431 <!-- Permissions for accessing the user dictionary-->
432 <!-- =============================================================== -->
433 <eat-comment />
434
435 <!-- Used for permissions that provide access to the user
436 calendar to create / view events.-->
437 <permission-group android:name="android.permission-group.USER_DICTIONARY"
438 android:label="@string/permgrouplab_dictionary"
439 android:icon="@drawable/perm_group_user_dictionary"
440 android:description="@string/permgroupdesc_dictionary"
441 android:permissionGroupFlags="personalInfo"
442 android:priority="170" />
443
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800444 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700445 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700446 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800447 <permission android:name="android.permission.READ_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700448 android:permissionGroup="android.permission-group.USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800449 android:protectionLevel="dangerous"
450 android:label="@string/permlab_readDictionary"
451 android:description="@string/permdesc_readDictionary" />
452
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700453 <!-- Used for permissions that provide access to the user
454 calendar to create / view events.-->
455 <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
456 android:label="@string/permgrouplab_writeDictionary"
457 android:icon="@drawable/perm_group_user_dictionary_write"
458 android:description="@string/permgroupdesc_writeDictionary"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700459 android:priority="160" />
460
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700461 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800462 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700463 android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800464 android:protectionLevel="normal"
465 android:label="@string/permlab_writeDictionary"
466 android:description="@string/permdesc_writeDictionary" />
467
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700468 <!-- =============================================================== -->
469 <!-- Permissions for accessing the user bookmarks -->
470 <!-- =============================================================== -->
471 <eat-comment />
472
473 <!-- Used for permissions that provide access to the user
474 bookmarks and browser history.-->
475 <permission-group android:name="android.permission-group.BOOKMARKS"
476 android:label="@string/permgrouplab_bookmarks"
477 android:icon="@drawable/perm_group_bookmarks"
478 android:description="@string/permgroupdesc_bookmarks"
479 android:permissionGroupFlags="personalInfo"
480 android:priority="300" />
481
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400482 <!-- Allows an application to read (but not write) the user's
483 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400484 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700485 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400486 android:label="@string/permlab_readHistoryBookmarks"
487 android:description="@string/permdesc_readHistoryBookmarks"
488 android:protectionLevel="dangerous" />
489
490 <!-- Allows an application to write (but not read) the user's
491 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400492 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700493 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400494 android:label="@string/permlab_writeHistoryBookmarks"
495 android:description="@string/permdesc_writeHistoryBookmarks"
496 android:protectionLevel="dangerous" />
497
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700498 <!-- =============================================================== -->
499 <!-- Permissions for setting the device alarm -->
500 <!-- =============================================================== -->
501 <eat-comment />
502
503 <!-- Used for permissions that provide access to the user voicemail box. -->
504 <permission-group android:name="android.permission-group.DEVICE_ALARMS"
505 android:label="@string/permgrouplab_deviceAlarms"
506 android:icon="@drawable/perm_group_device_alarms"
507 android:description="@string/permgroupdesc_deviceAlarms"
508 android:permissionGroupFlags="personalInfo"
509 android:priority="210" />
510
Patrick Scotta73c4b02010-09-22 08:16:53 -0400511 <!-- Allows an application to broadcast an Intent to set an alarm for the
512 user. -->
513 <permission android:name="com.android.alarm.permission.SET_ALARM"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700514 android:permissionGroup="android.permission-group.DEVICE_ALARMS"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400515 android:label="@string/permlab_setAlarm"
516 android:description="@string/permdesc_setAlarm"
517 android:protectionLevel="normal" />
518
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700519 <!-- =============================================================== -->
520 <!-- Permissions for accessing the user voicemail -->
521 <!-- =============================================================== -->
522 <eat-comment />
523
524 <!-- Used for permissions that provide access to the user voicemail box. -->
525 <permission-group android:name="android.permission-group.VOICEMAIL"
526 android:label="@string/permgrouplab_voicemail"
527 android:icon="@drawable/perm_group_voicemail"
528 android:description="@string/permgroupdesc_voicemail"
529 android:permissionGroupFlags="personalInfo"
530 android:priority="280" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700531
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100532 <!-- Allows an application to add voicemails into the system. -->
533 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700534 android:permissionGroup="android.permission-group.VOICEMAIL"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100535 android:protectionLevel="dangerous"
536 android:label="@string/permlab_addVoicemail"
537 android:description="@string/permdesc_addVoicemail" />
538
Svetoslav38228962013-01-29 01:04:35 -0800539 <!-- =============================================== -->
540 <!-- Permissions for enabling accessibility features -->
541 <!-- =============================================== -->
542
543 <!-- Used for permissions that allow requesting certain accessibility features. -->
544 <permission-group android:name="android.permission-group.ACCESSIBILITY_FEATURES"
545 android:label="@string/permgrouplab_accessibilityFeatures"
546 android:icon="@drawable/perm_group_accessibility_features"
547 android:description="@string/permgroupdesc_accessibilityFeatures"
548 android:priority="380" />
549
550 <!-- Allows an accessibility service to request touch exploration mode. -->
551 <permission android:name="android.permission.CAN_REQUEST_TOUCH_EXPLORATION_MODE"
552 android:permissionGroup="android.permission-group.ACCESSIBILITY_FEATURES"
553 android:label="@string/permlab_canRequestTouchExplorationMode"
554 android:description="@string/permdesc_canRequestTouchExplorationMode"
555 android:protectionLevel="dangerous" />
556
557 <!-- Allows an accessibility service to request enhanced web accessibility. -->
558 <permission android:name="android.permission.CAN_REQUEST_ENHANCED_WEB_ACCESSIBILITY"
559 android:permissionGroup="android.permission-group.ACCESSIBILITY_FEATURES"
560 android:label="@string/permlab_canRequestEnahncedWebAccessibility"
561 android:description="@string/permdesc_canRequestEnahncedWebAccessibility"
562 android:protectionLevel="dangerous" />
563
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800564 <!-- ======================================= -->
565 <!-- Permissions for accessing location info -->
566 <!-- ======================================= -->
567 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700568
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800569 <!-- Used for permissions that allow access to the user's current
570 location. -->
571 <permission-group android:name="android.permission-group.LOCATION"
572 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700573 android:icon="@drawable/perm_group_location"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700574 android:description="@string/permgroupdesc_location"
575 android:permissionGroupFlags="personalInfo"
576 android:priority="330" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800577
Scott Main277b3522012-11-01 10:55:02 -0700578 <!-- Allows an app to access precise location from location sources such
579 as GPS, cell towers, and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800580 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
581 android:permissionGroup="android.permission-group.LOCATION"
582 android:protectionLevel="dangerous"
583 android:label="@string/permlab_accessFineLocation"
584 android:description="@string/permdesc_accessFineLocation" />
585
Scott Main277b3522012-11-01 10:55:02 -0700586 <!-- Allows an app to access approximate location derived from network location
587 sources such as cell towers and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800588 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
589 android:permissionGroup="android.permission-group.LOCATION"
590 android:protectionLevel="dangerous"
591 android:label="@string/permlab_accessCoarseLocation"
592 android:description="@string/permdesc_accessCoarseLocation" />
593
594 <!-- Allows an application to create mock location providers for testing -->
595 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700596 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700597 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800598 android:label="@string/permlab_accessMockLocation"
599 android:description="@string/permdesc_accessMockLocation" />
600
601 <!-- Allows an application to access extra location provider commands -->
602 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700603 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700604 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800605 android:label="@string/permlab_accessLocationExtraCommands"
606 android:description="@string/permdesc_accessLocationExtraCommands" />
607
Mike Lockwood275555c2009-05-01 11:30:34 -0400608 <!-- Allows an application to install a location provider into the Location Manager -->
609 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800610 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400611 android:label="@string/permlab_installLocationProvider"
612 android:description="@string/permdesc_installLocationProvider" />
613
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800614 <!-- ======================================= -->
615 <!-- Permissions for accessing networks -->
616 <!-- ======================================= -->
617 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700618
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800619 <!-- Used for permissions that provide access to networking services. The
620 main permission here is internet access, but this is also an
621 appropriate group for accessing or modifying any network configuration
622 or other related network operations. -->
623 <permission-group android:name="android.permission-group.NETWORK"
624 android:label="@string/permgrouplab_network"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700625 android:icon="@drawable/perm_group_network"
626 android:description="@string/permgroupdesc_network"
627 android:priority="270" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800628
629 <!-- Allows applications to open network sockets. -->
630 <permission android:name="android.permission.INTERNET"
631 android:permissionGroup="android.permission-group.NETWORK"
632 android:protectionLevel="dangerous"
633 android:description="@string/permdesc_createNetworkSockets"
634 android:label="@string/permlab_createNetworkSockets" />
635
636 <!-- Allows applications to access information about networks -->
637 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
638 android:permissionGroup="android.permission-group.NETWORK"
639 android:protectionLevel="normal"
640 android:description="@string/permdesc_accessNetworkState"
641 android:label="@string/permlab_accessNetworkState" />
642
643 <!-- Allows applications to access information about Wi-Fi networks -->
644 <permission android:name="android.permission.ACCESS_WIFI_STATE"
645 android:permissionGroup="android.permission-group.NETWORK"
646 android:protectionLevel="normal"
647 android:description="@string/permdesc_accessWifiState"
648 android:label="@string/permlab_accessWifiState" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800649
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700650 <!-- Allows applications to change Wi-Fi connectivity state -->
651 <permission android:name="android.permission.CHANGE_WIFI_STATE"
652 android:permissionGroup="android.permission-group.NETWORK"
653 android:protectionLevel="dangerous"
654 android:description="@string/permdesc_changeWifiState"
655 android:label="@string/permlab_changeWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700656
Robert Greenwalt8588e472011-11-08 10:12:25 -0800657 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900658 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
659 android:permissionGroup="android.permission-group.NETWORK"
660 android:protectionLevel="normal"
661 android:description="@string/permdesc_accessWimaxState"
662 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700663
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700664 <!-- @hide -->
665 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700666 android:permissionGroup="android.permission-group.NETWORK"
667 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700668 android:description="@string/permdesc_changeWimaxState"
669 android:label="@string/permlab_changeWimaxState" />
670
671 <!-- ======================================= -->
672 <!-- Permissions for short range, peripheral networks -->
673 <!-- ======================================= -->
674 <eat-comment />
675
676 <!-- Used for permissions that provide access to other devices through Bluetooth.-->
677 <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
678 android:label="@string/permgrouplab_bluetoothNetwork"
679 android:icon="@drawable/perm_group_bluetooth"
680 android:description="@string/permgroupdesc_bluetoothNetwork"
681 android:priority="260" />
682
683 <!-- Allows applications to connect to paired bluetooth devices -->
684 <permission android:name="android.permission.BLUETOOTH"
685 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
686 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800687 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700688 android:label="@string/permlab_bluetooth" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800689
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700690 <!-- Allows applications to discover and pair bluetooth devices -->
691 <permission android:name="android.permission.BLUETOOTH_ADMIN"
692 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
693 android:protectionLevel="dangerous"
694 android:description="@string/permdesc_bluetoothAdmin"
695 android:label="@string/permlab_bluetoothAdmin" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800696
Matthew Xiefca9d632012-10-04 12:25:28 -0700697 <!-- Allows bluetooth stack to access files
698 @hide This should only be used by Bluetooth apk.
699 -->
700 <permission android:name="android.permission.BLUETOOTH_STACK"
701 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
702 android:protectionLevel="signature" />
703
Nick Pelly1df862a2011-02-15 13:34:38 -0800704 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700705 <permission android:name="android.permission.NFC"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700706 android:permissionGroup="android.permission-group.NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700707 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700708 android:description="@string/permdesc_nfc"
709 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700710
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700711 <!-- Allows an internal user to use privileged ConnectivityManager APIs.
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700712 @hide -->
713 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
714 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800715 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700716
Haoyu Baidb3c8672012-06-20 14:29:57 -0700717 <!-- @hide -->
718 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
719 android:permissionGroup="android.permission-group.NETWORK"
720 android:protectionLevel="signature|system" />
721
Doug Zongkerb616f0c2013-01-29 09:05:21 -0800722 <!-- Allows access to the loop radio (Android@Home mesh network) device.
723 @hide -->
724 <permission android:name="android.permission.LOOP_RADIO"
725 android:permissionGroup="android.permission-group.NETWORK"
726 android:protectionLevel="signature|system" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800727
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800728 <!-- ================================== -->
729 <!-- Permissions for accessing accounts -->
730 <!-- ================================== -->
731 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700732
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700733 <!-- Permissions for direct access to the accounts managed
734 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800735 <permission-group android:name="android.permission-group.ACCOUNTS"
736 android:label="@string/permgrouplab_accounts"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700737 android:icon="@drawable/perm_group_accounts"
738 android:description="@string/permgroupdesc_accounts"
739 android:permissionGroupFlags="personalInfo"
740 android:priority="200" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800741
742 <!-- Allows access to the list of accounts in the Accounts Service -->
743 <permission android:name="android.permission.GET_ACCOUNTS"
744 android:permissionGroup="android.permission-group.ACCOUNTS"
745 android:protectionLevel="normal"
746 android:description="@string/permdesc_getAccounts"
747 android:label="@string/permlab_getAccounts" />
748
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700749 <!-- Allows an application to act as an AccountAuthenticator for
750 the AccountManager -->
751 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
752 android:permissionGroup="android.permission-group.ACCOUNTS"
753 android:protectionLevel="dangerous"
754 android:label="@string/permlab_authenticateAccounts"
755 android:description="@string/permdesc_authenticateAccounts" />
756
757 <!-- Allows an application to request authtokens from the AccountManager -->
758 <permission android:name="android.permission.USE_CREDENTIALS"
759 android:permissionGroup="android.permission-group.ACCOUNTS"
760 android:protectionLevel="dangerous"
761 android:label="@string/permlab_useCredentials"
762 android:description="@string/permdesc_useCredentials" />
763
764 <!-- Allows an application to manage the list of accounts in the AccountManager -->
765 <permission android:name="android.permission.MANAGE_ACCOUNTS"
766 android:permissionGroup="android.permission-group.ACCOUNTS"
767 android:protectionLevel="dangerous"
768 android:label="@string/permlab_manageAccounts"
769 android:description="@string/permdesc_manageAccounts" />
770
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700771 <!-- Allows applications to call into AccountAuthenticators. Only
772 the system can get this permission. -->
773 <permission android:name="android.permission.ACCOUNT_MANAGER"
774 android:permissionGroup="android.permission-group.ACCOUNTS"
775 android:protectionLevel="signature"
776 android:description="@string/permdesc_accountManagerService"
777 android:label="@string/permlab_accountManagerService" />
778
779 <!-- ================================== -->
780 <!-- Permissions for accessing hardware that may effect battery life-->
781 <!-- ================================== -->
782 <eat-comment />
783
784 <!-- Used for permissions that provide direct access to the hardware on
785 the device that has an effect on battery life. This includes vibrator,
786 flashlight, etc. -->
787
788 <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
789 android:label="@string/permgrouplab_affectsBattery"
790 android:icon="@drawable/perm_group_affects_battery"
791 android:description="@string/permgroupdesc_affectsBattery"
792 android:priority="180" />
793
794 <!-- Allows applications to enter Wi-Fi Multicast mode -->
795 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
796 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
797 android:protectionLevel="dangerous"
798 android:description="@string/permdesc_changeWifiMulticastState"
799 android:label="@string/permlab_changeWifiMulticastState" />
800
801 <!-- Allows access to the vibrator -->
802 <permission android:name="android.permission.VIBRATE"
803 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
804 android:protectionLevel="normal"
805 android:label="@string/permlab_vibrate"
806 android:description="@string/permdesc_vibrate" />
807
808 <!-- Allows access to the flashlight -->
809 <permission android:name="android.permission.FLASHLIGHT"
810 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
811 android:protectionLevel="normal"
812 android:label="@string/permlab_flashlight"
813 android:description="@string/permdesc_flashlight" />
814
815 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
816 from dimming -->
817 <permission android:name="android.permission.WAKE_LOCK"
818 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
819 android:protectionLevel="normal"
820 android:label="@string/permlab_wakeLock"
821 android:description="@string/permdesc_wakeLock" />
822
823 <!-- ==================================================== -->
824 <!-- Permissions related to changing audio settings -->
825 <!-- ==================================================== -->
826
827 <!-- Used for permissions that provide direct access to speaker settings
828 the device. -->
829 <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
830 android:label="@string/permgrouplab_audioSettings"
831 android:icon="@drawable/perm_group_audio_settings"
832 android:description="@string/permgroupdesc_audioSettings"
833 android:priority="130" />
834
835 <!-- Allows an application to modify global audio settings -->
836 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
837 android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
838 android:protectionLevel="normal"
839 android:label="@string/permlab_modifyAudioSettings"
840 android:description="@string/permdesc_modifyAudioSettings" />
841
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800842 <!-- ================================== -->
843 <!-- Permissions for accessing hardware -->
844 <!-- ================================== -->
845 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700846
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800847 <!-- Used for permissions that provide direct access to the hardware on
848 the device. This includes audio, the camera, vibrator, etc. -->
849 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
850 android:label="@string/permgrouplab_hardwareControls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700851 android:description="@string/permgroupdesc_hardwareControls"
852 android:priority="260"/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800853
Mike Lockwood02eb8742011-02-27 09:10:37 -0800854 <!-- Allows an application to manage preferences and permissions for USB devices
855 @hide -->
856 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400857 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800858 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800859 android:label="@string/permlab_manageUsb"
860 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400861
Mike Lockwood10bc1112011-01-10 08:24:08 -0500862 <!-- Allows an application to access the MTP USB kernel driver.
863 For use only by the device side MTP implementation.
864 @hide -->
865 <permission android:name="android.permission.ACCESS_MTP"
866 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800867 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500868 android:label="@string/permlab_accessMtp"
869 android:description="@string/permdesc_accessMtp" />
870
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800871 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
872 <permission android:name="android.permission.HARDWARE_TEST"
873 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
874 android:protectionLevel="signature"
875 android:label="@string/permlab_hardware_test"
876 android:description="@string/permdesc_hardware_test" />
877
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500878 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
879 @hide -->
880 <permission android:name="android.permission.NET_ADMIN"
881 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
882 android:protectionLevel="signature" />
883
Jeff Sharkey098d5802012-04-26 17:30:34 -0700884 <!-- Allows registration for remote audio playback. @hide -->
885 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
886 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
887 android:protectionLevel="signature" />
888
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800889 <!-- =========================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700890 <!-- Permissions associated with audio capture -->
891 <!-- =========================================== -->
892 <eat-comment />
893
894 <!-- Used for permissions that are associated with accessing
895 microphone audio from the device. Note that phone calls also capture audio
896 but are in a separate (more visible) permission group. -->
897 <permission-group android:name="android.permission-group.MICROPHONE"
898 android:label="@string/permgrouplab_microphone"
899 android:icon="@drawable/perm_group_microphone"
900 android:description="@string/permgroupdesc_microphone"
901 android:permissionGroupFlags="personalInfo"
902 android:priority="340" />
903
904 <!-- Allows an application to record audio -->
905 <permission android:name="android.permission.RECORD_AUDIO"
906 android:permissionGroup="android.permission-group.MICROPHONE"
907 android:protectionLevel="dangerous"
908 android:label="@string/permlab_recordAudio" />
909
910
911 <!-- =========================================== -->
912 <!-- Permissions associated with camera and image capture -->
913 <!-- =========================================== -->
914 <eat-comment />
915
916 <!-- Used for permissions that are associated with accessing
917 camera or capturing images/video from the device. -->
918 <permission-group android:name="android.permission-group.CAMERA"
919 android:label="@string/permgrouplab_camera"
920 android:icon="@drawable/perm_group_camera"
921 android:description="@string/permgroupdesc_camera"
922 android:permissionGroupFlags="personalInfo"
923 android:priority="350" />
924
925 <!-- Required to be able to access the camera device.
926 <p>This will automatically enforce the <a
927 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
928 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
929 If you do not require all camera features or can properly operate if a camera
930 is not available, then you must modify your manifest as appropriate in order to
931 install on devices that don't support all camera features.</p> -->
932 <permission android:name="android.permission.CAMERA"
933 android:permissionGroup="android.permission-group.CAMERA"
934 android:protectionLevel="dangerous"
935 android:label="@string/permlab_camera"
936 android:description="@string/permdesc_camera" />
937
938 <!-- =========================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800939 <!-- Permissions associated with telephony state -->
940 <!-- =========================================== -->
941 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700942
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800943 <!-- Used for permissions that are associated with accessing and modifyign
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700944 telephony state: placing calls, intercepting outgoing calls, reading
945 and modifying the phone state. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800946 <permission-group android:name="android.permission-group.PHONE_CALLS"
947 android:label="@string/permgrouplab_phoneCalls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700948 android:icon="@drawable/perm_group_phone_calls"
949 android:description="@string/permgroupdesc_phoneCalls"
950 android:permissionGroupFlags="personalInfo"
951 android:priority="370" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800952
953 <!-- Allows an application to monitor, modify, or abort outgoing
954 calls. -->
955 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
956 android:permissionGroup="android.permission-group.PHONE_CALLS"
957 android:protectionLevel="dangerous"
958 android:label="@string/permlab_processOutgoingCalls"
959 android:description="@string/permdesc_processOutgoingCalls" />
960
961 <!-- Allows modification of the telephony state - power on, mmi, etc.
962 Does not include placing calls. -->
963 <permission android:name="android.permission.MODIFY_PHONE_STATE"
964 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800965 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800966 android:label="@string/permlab_modifyPhoneState"
967 android:description="@string/permdesc_modifyPhoneState" />
968
Scott Main2681faa2012-11-01 12:18:31 -0700969 <!-- Allows read only access to phone state.
970 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
971 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
972 minSdkVersion}</a> and <a
973 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
974 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
975 grants your app this permission. If you don't need this permission, be sure your <a
976 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
977 targetSdkVersion}</a> is 4 or higher. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800978 <permission android:name="android.permission.READ_PHONE_STATE"
979 android:permissionGroup="android.permission-group.PHONE_CALLS"
980 android:protectionLevel="dangerous"
981 android:label="@string/permlab_readPhoneState"
982 android:description="@string/permdesc_readPhoneState" />
983
Jake Hamby463f2212011-07-21 17:55:53 -0700984 <!-- Allows read access to privileged phone state.
985 @hide Used internally. -->
986 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
987 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800988 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -0700989
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700990 <!-- Allows an application to initiate a phone call without going through
991 the Dialer user interface for the user to confirm the call
992 being placed. -->
993 <permission android:name="android.permission.CALL_PHONE"
994 android:permissionGroup="android.permission-group.PHONE_CALLS"
995 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700996 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700997 android:label="@string/permlab_callPhone"
998 android:description="@string/permdesc_callPhone" />
999
1000 <!-- Allows an application to use SIP service -->
1001 <permission android:name="android.permission.USE_SIP"
1002 android:permissionGroup="android.permission-group.PHONE_CALLS"
1003 android:protectionLevel="dangerous"
1004 android:description="@string/permdesc_use_sip"
1005 android:label="@string/permlab_use_sip" />
1006
San Mehat29b57e62009-04-23 09:18:32 -07001007 <!-- ================================== -->
1008 <!-- Permissions for sdcard interaction -->
1009 <!-- ================================== -->
1010 <eat-comment />
1011
1012 <!-- Group of permissions that are related to SD card access. -->
1013 <permission-group android:name="android.permission-group.STORAGE"
1014 android:label="@string/permgrouplab_storage"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001015 android:icon="@drawable/perm_group_storage"
1016 android:description="@string/permgroupdesc_storage"
1017 android:permissionGroupFlags="personalInfo"
1018 android:priority="240" />
San Mehat29b57e62009-04-23 09:18:32 -07001019
Scott Main2681faa2012-11-01 12:18:31 -07001020 <!-- Allows an application to read from external storage.
1021 <p>Any app that declares the {@link #WRITE_EXTERNAL_STORAGE} permission is implicitly
1022 granted this permission.</p>
1023 <p>Currently, this permission is not enforced and all apps still have access to read from
1024 external storage without this permission. That will change in a future release and apps
1025 will require this permission to read from external storage. So if your
1026 app reads from the external storage, you should add this permission to your app now
1027 to ensure that it continues to work on future versions of Android.</p>
1028 <p>You can test your app with the permission enforced by either running your app on the
1029 Android Emulator when running Android 4.1 or higher, or enabling <em>Protect USB
1030 storage</em> under Developer options in the Settings app on a device running Android 4.1 or
1031 higher.</p>
1032 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1033 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1034 minSdkVersion}</a> and <a
1035 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1036 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1037 grants your app this permission. If you don't need this permission, be sure your <a
1038 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1039 targetSdkVersion}</a> is 4 or higher.-->
Dianne Hackborn79245122012-03-12 10:51:26 -07001040 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001041 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn79245122012-03-12 10:51:26 -07001042 android:label="@string/permlab_sdcardRead"
1043 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -07001044 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -07001045
Scott Main2681faa2012-11-01 12:18:31 -07001046 <!-- Allows an application to write to external storage.
1047 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1048 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1049 minSdkVersion}</a> and <a
1050 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1051 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1052 grants your app this permission. If you don't need this permission, be sure your <a
1053 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1054 targetSdkVersion}</a> is 4 or higher. -->
San Mehat5a3a77d2009-06-01 09:25:28 -07001055 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -07001056 android:permissionGroup="android.permission-group.STORAGE"
1057 android:label="@string/permlab_sdcardWrite"
1058 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -07001059 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -07001060
Mike Lockwood1e23db42011-04-22 07:05:21 -07001061 <!-- Allows an application to write to internal media storage
1062 @hide -->
1063 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
1064 android:permissionGroup="android.permission-group.STORAGE"
1065 android:label="@string/permlab_mediaStorageWrite"
1066 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -08001067 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -07001068
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001069 <!-- ================================== -->
1070 <!-- Permissions for screenlock -->
1071 <!-- ================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001072 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001073
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001074 <!-- Group of permissions that are related to the screenlock. -->
1075 <permission-group android:name="android.permission-group.SCREENLOCK"
1076 android:label="@string/permgrouplab_storage"
1077 android:icon="@drawable/perm_group_screenlock"
1078 android:permissionGroupFlags="personalInfo"
1079 android:description="@string/permgroupdesc_storage"
1080 android:priority="230" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001081
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001082 <!-- Allows applications to disable the keyguard -->
1083 <permission android:name="android.permission.DISABLE_KEYGUARD"
1084 android:permissionGroup="android.permission-group.SCREENLOCK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001085 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001086 android:description="@string/permdesc_disableKeyguard"
1087 android:label="@string/permlab_disableKeyguard" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001088
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001089 <!-- ================================== -->
1090 <!-- Permissions to access other installed applications -->
1091 <!-- ================================== -->
1092 <eat-comment />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001093
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001094 <!-- Group of permissions that are related to the other applications
1095 installed on the system. Examples include such as listing
1096 running apps, or killing background processes. -->
1097 <permission-group android:name="android.permission-group.APP_INFO"
1098 android:label="@string/permgrouplab_appInfo"
1099 android:icon="@drawable/perm_group_app_info"
1100 android:description="@string/permgroupdesc_appInfo"
1101 android:priority="220" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001102
1103 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -07001104 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001105 <permission android:name="android.permission.GET_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001106 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001107 android:protectionLevel="dangerous"
1108 android:label="@string/permlab_getTasks"
1109 android:description="@string/permdesc_getTasks" />
Dianne Hackborn8832c182012-09-17 17:20:24 -07001110 <!-- @hide Allows an application to call APIs that allow it to do interactions
Dianne Hackbornb4163a62012-08-02 18:31:26 -07001111 across the users on the device, using singleton services and
1112 user-targeted broadcasts. This permission is not available to
1113 third party applications. -->
1114 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
1115 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1116 android:protectionLevel="signature|system|development"
1117 android:label="@string/permlab_interactAcrossUsers"
1118 android:description="@string/permdesc_interactAcrossUsers" />
1119
1120 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
1121 that removes restrictions on where broadcasts can be sent and allows other
1122 types of interactions. -->
1123 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
1124 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1125 android:protectionLevel="signature"
1126 android:label="@string/permlab_interactAcrossUsersFull"
1127 android:description="@string/permdesc_interactAcrossUsersFull" />
1128
Dianne Hackborn8832c182012-09-17 17:20:24 -07001129 <!-- @hide Allows an application to call APIs that allow it to query and manage
Amith Yamasani2a003292012-08-14 18:25:45 -07001130 users on the device. This permission is not available to
1131 third party applications. -->
1132 <permission android:name="android.permission.MANAGE_USERS"
1133 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -07001134 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -07001135 android:label="@string/permlab_manageUsers"
1136 android:description="@string/permdesc_manageUsers" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001137
Dianne Hackborn8238e712012-04-24 11:15:40 -07001138 <!-- Allows an application to get full detailed information about
1139 recently running tasks, with full fidelity to the real state.
1140 @hide -->
1141 <permission android:name="android.permission.GET_DETAILED_TASKS"
1142 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1143 android:protectionLevel="signature"
1144 android:label="@string/permlab_getDetailedTasks"
1145 android:description="@string/permdesc_getDetailedTasks" />
1146
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001147 <!-- Allows an application to change the Z-order of tasks -->
1148 <permission android:name="android.permission.REORDER_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001149 android:permissionGroup="android.permission-group.APP_INFO"
1150 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001151 android:label="@string/permlab_reorderTasks"
1152 android:description="@string/permdesc_reorderTasks" />
1153
Dianne Hackborn24a12102011-07-29 15:52:05 -07001154 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001155 <permission android:name="android.permission.REMOVE_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001156 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001157 android:protectionLevel="signature"
1158 android:label="@string/permlab_removeTasks"
1159 android:description="@string/permdesc_removeTasks" />
1160
Jeff Sharkey35be7562012-04-18 19:16:15 -07001161 <!-- Allows an application to start any activity, regardless of permission
1162 protection or exported state. @hide -->
1163 <permission android:name="android.permission.START_ANY_ACTIVITY"
1164 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1165 android:protectionLevel="signature"
1166 android:label="@string/permlab_startAnyActivity"
1167 android:description="@string/permdesc_startAnyActivity" />
1168
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001169 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1170 API is no longer supported. -->
1171 <permission android:name="android.permission.RESTART_PACKAGES"
1172 android:permissionGroup="android.permission-group.APP_INFO"
1173 android:protectionLevel="normal"
1174 android:label="@string/permlab_killBackgroundProcesses"
1175 android:description="@string/permdesc_killBackgroundProcesses" />
1176
1177 <!-- Allows an application to call
1178 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1179 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1180 android:permissionGroup="android.permission-group.APP_INFO"
1181 android:protectionLevel="normal"
1182 android:label="@string/permlab_killBackgroundProcesses"
1183 android:description="@string/permdesc_killBackgroundProcesses" />
1184
1185 <!-- ================================== -->
1186 <!-- Permissions affecting the display of other applications -->
1187 <!-- ================================== -->
1188 <eat-comment />
1189
1190 <!-- Group of permissions that allow manipulation of how
1191 another application displays UI to the user. -->
1192 <permission-group android:name="android.permission-group.DISPLAY"
1193 android:label="@string/permgrouplab_display"
1194 android:icon="@drawable/perm_group_display"
1195 android:description="@string/permgroupdesc_display"
1196 android:priority="190"/>
1197
1198 <!-- Allows an application to open windows using the type
1199 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1200 shown on top of all other applications. Very few applications
1201 should use this permission; these windows are intended for
1202 system-level interaction with the user. -->
1203 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1204 android:permissionGroup="android.permission-group.DISPLAY"
1205 android:protectionLevel="dangerous"
1206 android:label="@string/permlab_systemAlertWindow"
1207 android:description="@string/permdesc_systemAlertWindow" />
1208
1209 <!-- ================================== -->
1210 <!-- Permissions affecting the system wallpaper -->
1211 <!-- ================================== -->
1212 <eat-comment />
1213
1214 <!-- Group of permissions that allow manipulation of how
1215 another application displays UI to the user. -->
1216 <permission-group android:name="android.permission-group.WALLPAPER"
1217 android:label="@string/permgrouplab_wallpaper"
1218 android:icon="@drawable/perm_group_wallpaper"
1219 android:description="@string/permgroupdesc_wallpaper"
1220 android:priority="150" />
1221
1222 <!-- Allows applications to set the wallpaper -->
1223 <permission android:name="android.permission.SET_WALLPAPER"
1224 android:permissionGroup="android.permission-group.WALLPAPER"
1225 android:protectionLevel="normal"
1226 android:label="@string/permlab_setWallpaper"
1227 android:description="@string/permdesc_setWallpaper" />
1228
1229 <!-- Allows applications to set the wallpaper hints -->
1230 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1231 android:permissionGroup="android.permission-group.WALLPAPER"
1232 android:protectionLevel="normal"
1233 android:label="@string/permlab_setWallpaperHints"
1234 android:description="@string/permdesc_setWallpaperHints" />
1235
1236 <!-- ============================================ -->
1237 <!-- Permissions for changing the system clock -->
1238 <!-- ============================================ -->
1239 <eat-comment />
1240
1241 <!-- Group of permissions that are related to system clock. -->
1242 <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1243 android:label="@string/permgrouplab_systemClock"
1244 android:icon="@drawable/perm_group_system_clock"
1245 android:description="@string/permgroupdesc_systemClock"
1246 android:priority="140" />
1247
1248 <!-- Allows applications to set the system time -->
1249 <permission android:name="android.permission.SET_TIME"
1250 android:protectionLevel="signature|system"
1251 android:label="@string/permlab_setTime"
1252 android:description="@string/permdesc_setTime" />
1253
1254 <!-- Allows applications to set the system time zone -->
1255 <permission android:name="android.permission.SET_TIME_ZONE"
1256 android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1257 android:protectionLevel="normal"
1258 android:label="@string/permlab_setTimeZone"
1259 android:description="@string/permdesc_setTimeZone" />
1260
1261 <!-- ==================================================== -->
1262 <!-- Permissions related to changing status bar -->
1263 <!-- ==================================================== -->
1264
1265 <!-- Used for permissions that change the status bar -->
1266 <permission-group android:name="android.permission-group.STATUS_BAR"
1267 android:label="@string/permgrouplab_statusBar"
1268 android:icon="@drawable/perm_group_status_bar"
1269 android:description="@string/permgroupdesc_statusBar"
1270 android:priority="110" />
1271
1272 <!-- Allows an application to expand or collapse the status bar. -->
1273 <permission android:name="android.permission.EXPAND_STATUS_BAR"
1274 android:permissionGroup="android.permission-group.STATUS_BAR"
1275 android:protectionLevel="normal"
1276 android:label="@string/permlab_expandStatusBar"
1277 android:description="@string/permdesc_expandStatusBar" />
1278
1279 <!-- ==================================================== -->
1280 <!-- Permissions related to accessing sync settings -->
1281 <!-- ==================================================== -->
1282
1283 <!-- Used for permissions that access the sync settings or sync
1284 related information. -->
1285 <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1286 android:label="@string/permgrouplab_syncSettings"
1287 android:icon="@drawable/perm_group_sync_settings"
1288 android:description="@string/permgroupdesc_syncSettings"
1289 android:priority="120" />
1290
1291 <!-- Allows applications to read the sync settings -->
1292 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1293 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1294 android:protectionLevel="normal"
1295 android:description="@string/permdesc_readSyncSettings"
1296 android:label="@string/permlab_readSyncSettings" />
1297
1298 <!-- Allows applications to write the sync settings -->
1299 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1300 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1301 android:protectionLevel="normal"
1302 android:description="@string/permdesc_writeSyncSettings"
1303 android:label="@string/permlab_writeSyncSettings" />
1304
1305 <!-- Allows applications to read the sync stats -->
1306 <permission android:name="android.permission.READ_SYNC_STATS"
1307 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1308 android:protectionLevel="normal"
1309 android:description="@string/permdesc_readSyncStats"
1310 android:label="@string/permlab_readSyncStats" />
1311
1312
1313 <!-- ============================================ -->
1314 <!-- Permissions for low-level system interaction -->
1315 <!-- ============================================ -->
1316 <eat-comment />
1317
1318 <!-- Group of permissions that are related to system APIs. Many
1319 of these are not permissions the user will be expected to understand,
1320 and such permissions should generally be marked as "normal" protection
1321 level so they don't get displayed. This can also, however, be used
1322 for miscellaneous features that provide access to the operating system,
1323 such as writing the global system settings. -->
1324 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1325 android:label="@string/permgrouplab_systemTools"
1326 android:icon="@drawable/perm_group_system_tools"
1327 android:description="@string/permgroupdesc_systemTools"
1328 android:priority="100" />
1329
1330 <!-- @hide Change the screen compatibility mode of applications -->
1331 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1332 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1333 android:protectionLevel="signature"
1334 android:label="@string/permlab_setScreenCompatibility"
1335 android:description="@string/permdesc_setScreenCompatibility" />
1336
1337 <!-- Allows an application to access all multi-user external storage @hide -->
1338 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
1339 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1340 android:label="@string/permlab_sdcardAccessAll"
1341 android:description="@string/permdesc_sdcardAccessAll"
1342 android:protectionLevel="signature" />
1343
1344 <!-- Allows an application to modify the current configuration, such
1345 as locale. -->
1346 <permission android:name="android.permission.CHANGE_CONFIGURATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001347 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001348 android:protectionLevel="signature|system|development"
1349 android:label="@string/permlab_changeConfiguration"
1350 android:description="@string/permdesc_changeConfiguration" />
1351
1352 <!-- Allows an application to read or write the system settings. -->
1353 <permission android:name="android.permission.WRITE_SETTINGS"
1354 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1355 android:protectionLevel="normal"
1356 android:label="@string/permlab_writeSettings"
1357 android:description="@string/permdesc_writeSettings" />
1358
1359 <!-- Allows an application to modify the Google service map. -->
1360 <permission android:name="android.permission.WRITE_GSERVICES"
1361 android:protectionLevel="signature|system"
1362 android:label="@string/permlab_writeGservices"
1363 android:description="@string/permdesc_writeGservices" />
1364
Dianne Hackborn03abb812010-01-04 18:43:19 -08001365 <!-- Allows an application to call
1366 {@link android.app.ActivityManager#forceStopPackage}.
1367 @hide -->
1368 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1369 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1370 android:protectionLevel="signature"
1371 android:label="@string/permlab_forceStopPackages"
1372 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001373
Dianne Hackborn24a12102011-07-29 15:52:05 -07001374 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001375 An active window is the window that has fired an accessibility event. -->
1376 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1377 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -08001378 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001379 android:label="@string/permlab_retrieve_window_content"
1380 android:description="@string/permdesc_retrieve_window_content" />
1381
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001382 <!-- Modify the global animation scaling factor. -->
1383 <permission android:name="android.permission.SET_ANIMATION_SCALE"
1384 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001385 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001386 android:label="@string/permlab_setAnimationScale"
1387 android:description="@string/permdesc_setAnimationScale" />
1388
Dianne Hackbornd3efa392010-09-01 17:34:12 -07001389 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001390 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001391 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001392 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001393 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001394 android:label="@string/permlab_persistentActivity"
1395 android:description="@string/permdesc_persistentActivity" />
1396
1397 <!-- Allows an application to find out the space used by any package. -->
1398 <permission android:name="android.permission.GET_PACKAGE_SIZE"
1399 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1400 android:protectionLevel="normal"
1401 android:label="@string/permlab_getPackageSize"
1402 android:description="@string/permdesc_getPackageSize" />
1403
Dianne Hackborna7ca0e52009-12-01 14:31:55 -08001404 <!-- @deprecated No longer useful, see
1405 {@link android.content.pm.PackageManager#addPackageToPreferred}
1406 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001407 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1408 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -08001409 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001410 android:label="@string/permlab_setPreferredApplications"
1411 android:description="@string/permdesc_setPreferredApplications" />
1412
1413 <!-- Allows an application to receive the
1414 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1415 broadcast after the system finishes booting. If you don't
1416 request this permission, you will not receive the broadcast at
1417 that time. Though holding this permission does not have any
1418 security implications, it can have a negative impact on the
1419 user experience by increasing the amount of time it takes the
1420 system to start and allowing applications to have themselves
1421 running without the user being aware of them. As such, you must
1422 explicitly declare your use of this facility to make that visible
1423 to the user. -->
1424 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001425 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001426 android:protectionLevel="normal"
1427 android:label="@string/permlab_receiveBootCompleted"
1428 android:description="@string/permdesc_receiveBootCompleted" />
1429
1430 <!-- Allows an application to broadcast sticky intents. These are
1431 broadcasts whose data is held by the system after being finished,
1432 so that clients can quickly retrieve that data without having
1433 to wait for the next broadcast. -->
1434 <permission android:name="android.permission.BROADCAST_STICKY"
1435 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1436 android:protectionLevel="normal"
1437 android:label="@string/permlab_broadcastSticky"
1438 android:description="@string/permdesc_broadcastSticky" />
1439
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001440 <!-- Allows mounting and unmounting file systems for removable storage. -->
1441 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1442 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001443 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001444 android:label="@string/permlab_mount_unmount_filesystems"
1445 android:description="@string/permdesc_mount_unmount_filesystems" />
1446
1447 <!-- Allows formatting file systems for removable storage. -->
1448 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1449 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001450 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001451 android:label="@string/permlab_mount_format_filesystems"
1452 android:description="@string/permdesc_mount_format_filesystems" />
1453
San Mehat02735bc2010-01-26 15:18:08 -08001454 <!-- Allows access to ASEC non-destructive API calls
1455 @hide -->
1456 <permission android:name="android.permission.ASEC_ACCESS"
1457 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001458 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001459 android:label="@string/permlab_asec_access"
1460 android:description="@string/permdesc_asec_access" />
1461
1462 <!-- Allows creation of ASEC volumes
1463 @hide -->
1464 <permission android:name="android.permission.ASEC_CREATE"
1465 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001466 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001467 android:label="@string/permlab_asec_create"
1468 android:description="@string/permdesc_asec_create" />
1469
1470 <!-- Allows destruction of ASEC volumes
1471 @hide -->
1472 <permission android:name="android.permission.ASEC_DESTROY"
1473 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001474 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001475 android:label="@string/permlab_asec_destroy"
1476 android:description="@string/permdesc_asec_destroy" />
1477
1478 <!-- Allows mount / unmount of ASEC volumes
1479 @hide -->
1480 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1481 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001482 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001483 android:label="@string/permlab_asec_mount_unmount"
1484 android:description="@string/permdesc_asec_mount_unmount" />
1485
1486 <!-- Allows rename of ASEC volumes
1487 @hide -->
1488 <permission android:name="android.permission.ASEC_RENAME"
1489 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001490 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001491 android:label="@string/permlab_asec_rename"
1492 android:description="@string/permdesc_asec_rename" />
1493
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001494 <!-- Allows applications to write the apn settings -->
1495 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1496 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001497 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001498 android:description="@string/permdesc_writeApnSettings"
1499 android:label="@string/permlab_writeApnSettings" />
1500
Fred Quintana60307342009-03-24 22:48:12 -07001501 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001502 ContentProvider. -->
1503 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1504 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1505 android:label="@string/permlab_subscribedFeedsRead"
1506 android:description="@string/permdesc_subscribedFeedsRead"
1507 android:protectionLevel="normal" />
1508 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1509 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1510 android:label="@string/permlab_subscribedFeedsWrite"
1511 android:description="@string/permdesc_subscribedFeedsWrite"
1512 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001513
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001514 <!-- Allows applications to change network connectivity state -->
1515 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001516 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001517 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001518 android:description="@string/permdesc_changeNetworkState"
1519 android:label="@string/permlab_changeNetworkState" />
1520
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001521 <!-- Allows an application to clear the caches of all installed
1522 applications on the device. -->
1523 <permission android:name="android.permission.CLEAR_APP_CACHE"
1524 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1525 android:protectionLevel="dangerous"
1526 android:label="@string/permlab_clearAppCache"
1527 android:description="@string/permdesc_clearAppCache" />
1528
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001529 <!-- Allows an application to use any media decoder when decoding for playback
1530 @hide -->
1531 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001532 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001533 android:label="@string/permlab_anyCodecForPlayback"
1534 android:description="@string/permdesc_anyCodecForPlayback" />
1535
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001536 <!-- ========================================= -->
1537 <!-- Permissions for special development tools -->
1538 <!-- ========================================= -->
1539 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001540
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001541 <!-- Group of permissions that are related to development features. These
1542 are not permissions that should appear in normal applications; they
1543 protect APIs that are intended only to be used for development
1544 purposes. -->
1545 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1546 android:label="@string/permgrouplab_developmentTools"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001547 android:description="@string/permgroupdesc_developmentTools"
1548 android:priority="310" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001549
Dianne Hackborne639da72012-02-21 15:11:13 -08001550 <!-- Allows an application to read or write the secure system settings. -->
1551 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1552 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1553 android:protectionLevel="signature|system|development"
1554 android:label="@string/permlab_writeSecureSettings"
1555 android:description="@string/permdesc_writeSecureSettings" />
1556
1557 <!-- Allows an application to retrieve state dump information from system
1558 services. -->
1559 <permission android:name="android.permission.DUMP"
1560 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1561 android:protectionLevel="signature|system|development"
1562 android:label="@string/permlab_dump"
1563 android:description="@string/permdesc_dump" />
1564
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001565 <!-- Allows an application to read the low-level system log files.
1566 Log entries can contain the user's private information,
1567 which is why this permission is not available to normal apps. -->
1568 <permission android:name="android.permission.READ_LOGS"
1569 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1570 android:protectionLevel="signature|system|development"
1571 android:label="@string/permlab_readLogs"
1572 android:description="@string/permdesc_readLogs" />
1573
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001574 <!-- Configure an application for debugging. -->
1575 <permission android:name="android.permission.SET_DEBUG_APP"
1576 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001577 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001578 android:label="@string/permlab_setDebugApp"
1579 android:description="@string/permdesc_setDebugApp" />
1580
1581 <!-- Allows an application to set the maximum number of (not needed)
1582 application processes that can be running. -->
1583 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1584 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001585 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001586 android:label="@string/permlab_setProcessLimit"
1587 android:description="@string/permdesc_setProcessLimit" />
1588
1589 <!-- Allows an application to control whether activities are immediately
1590 finished when put in the background. -->
1591 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1592 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001593 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001594 android:label="@string/permlab_setAlwaysFinish"
1595 android:description="@string/permdesc_setAlwaysFinish" />
1596
1597 <!-- Allow an application to request that a signal be sent to all persistent processes -->
1598 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1599 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001600 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001601 android:label="@string/permlab_signalPersistentProcesses"
1602 android:description="@string/permdesc_signalPersistentProcesses" />
1603
1604 <!-- ==================================== -->
1605 <!-- Private (signature-only) permissions -->
1606 <!-- ==================================== -->
1607 <eat-comment />
1608
1609 <!-- Allows applications to RW to diagnostic resources. -->
1610 <permission android:name="android.permission.DIAGNOSTIC"
1611 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1612 android:protectionLevel="signature"
1613 android:description="@string/permdesc_diagnostic"
1614 android:label="@string/permlab_diagnostic" />
1615
1616 <!-- Allows an application to open, close, or disable the status bar
1617 and its icons. -->
1618 <permission android:name="android.permission.STATUS_BAR"
1619 android:label="@string/permlab_statusBar"
1620 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001621 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001622
Joe Onorato8bc6c512010-06-04 16:21:12 -04001623 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1624 @hide -->
1625 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1626 android:label="@string/permlab_statusBarService"
1627 android:description="@string/permdesc_statusBarService"
1628 android:protectionLevel="signature" />
1629
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001630 <!-- Allows an application to force a BACK operation on whatever is the
1631 top activity. -->
1632 <permission android:name="android.permission.FORCE_BACK"
1633 android:label="@string/permlab_forceBack"
1634 android:description="@string/permdesc_forceBack"
1635 android:protectionLevel="signature" />
1636
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001637 <!-- Allows an application to update device statistics. Not for
1638 use by third party apps. -->
1639 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001640 android:label="@string/permlab_updateBatteryStats"
1641 android:description="@string/permdesc_updateBatteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001642 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001643
Dianne Hackborn35654b62013-01-14 17:38:02 -08001644 <!-- @hide Allows an application to collect battery statistics -->
1645 <permission android:name="android.permission.GET_APP_OPS_STATS"
1646 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1647 android:label="@string/permlab_getAppOpsStats"
1648 android:description="@string/permdesc_getAppOpsStats"
1649 android:protectionLevel="signature|system|development" />
1650
Dianne Hackborna06de0f2012-12-11 16:34:47 -08001651 <!-- Allows an application to update application operation statistics. Not for
1652 use by third party apps. @hide -->
1653 <permission android:name="android.permission.UPDATE_APP_OPS_STATS"
1654 android:label="@string/permlab_updateAppOpsStats"
1655 android:description="@string/permdesc_updateAppOpsStats"
1656 android:protectionLevel="signature|system" />
1657
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001658 <!-- Allows an application to open windows that are for use by parts
1659 of the system user interface. Not for use by third party apps. -->
1660 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1661 android:label="@string/permlab_internalSystemWindow"
1662 android:description="@string/permdesc_internalSystemWindow"
1663 android:protectionLevel="signature" />
1664
1665 <!-- Allows an application to manage (create, destroy,
1666 Z-order) application tokens in the window manager. This is only
1667 for use by the system. -->
1668 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1669 android:label="@string/permlab_manageAppTokens"
1670 android:description="@string/permdesc_manageAppTokens"
1671 android:protectionLevel="signature" />
1672
Dianne Hackborn9d9ece32012-09-10 15:33:52 -07001673 <!-- @hide Allows the application to temporarily freeze the screen for a
1674 full-screen transition. -->
1675 <permission android:name="android.permission.FREEZE_SCREEN"
1676 android:label="@string/permlab_freezeScreen"
1677 android:description="@string/permdesc_freezeScreen"
1678 android:protectionLevel="signature" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001679
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001680 <!-- Allows an application to inject user events (keys, touch, trackball)
1681 into the event stream and deliver them to ANY window. Without this
1682 permission, you can only deliver events to windows in your own process.
1683 Very few applications should need to use this permission. -->
1684 <permission android:name="android.permission.INJECT_EVENTS"
1685 android:label="@string/permlab_injectEvents"
1686 android:description="@string/permdesc_injectEvents"
1687 android:protectionLevel="signature" />
1688
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001689 <!-- @hide Allows an application to register an input filter which filters the stream
1690 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1691 <permission android:name="android.permission.FILTER_EVENTS"
1692 android:label="@string/permlab_filter_events"
1693 android:description="@string/permdesc_filter_events"
1694 android:protectionLevel="signature" />
1695
1696 <!-- @hide Allows an application to retrieve info for a window from the window manager. -->
1697 <permission android:name="android.permission.RETRIEVE_WINDOW_INFO"
1698 android:label="@string/permlab_retrieve_window_info"
1699 android:description="@string/permdesc_retrieve_window_info"
1700 android:protectionLevel="signature" />
1701
Svetoslav Ganov7befb7d2012-09-27 16:49:23 -07001702 <!-- @hide Allows an application to temporary enable accessibility on the device. -->
1703 <permission android:name="android.permission.TEMPORARY_ENABLE_ACCESSIBILITY"
1704 android:label="@string/permlab_temporary_enable_accessibility"
1705 android:description="@string/permdesc_temporary_enable_accessibility"
1706 android:protectionLevel="signature" />
1707
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -07001708 <!-- @hide Allows an application to magnify the content of a display. -->
1709 <permission android:name="android.permission.MAGNIFY_DISPLAY"
1710 android:label="@string/permlab_magnify_display"
1711 android:description="@string/permdesc_magnify_display"
1712 android:protectionLevel="signature" />
1713
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001714 <!-- Allows an application to watch and control how activities are
1715 started globally in the system. Only for is in debugging
1716 (usually the monkey command). -->
1717 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1718 android:label="@string/permlab_runSetActivityWatcher"
1719 android:description="@string/permdesc_runSetActivityWatcher"
1720 android:protectionLevel="signature" />
1721
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001722 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001723 to put the higher-level system there into a shutdown state.
1724 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001725 <permission android:name="android.permission.SHUTDOWN"
1726 android:label="@string/permlab_shutdown"
1727 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001728 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001729
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001730 <!-- Allows an application to tell the activity manager to temporarily
1731 stop application switches, putting it into a special mode that
1732 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001733 critical UI such as the home screen.
1734 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001735 <permission android:name="android.permission.STOP_APP_SWITCHES"
1736 android:label="@string/permlab_stopAppSwitches"
1737 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001738 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001739
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001740 <!-- Allows an application to retrieve private information about
1741 the current top activity, such as any assist context it can provide. -->
1742 <permission android:name="android.permission.GET_TOP_ACTIVITY_INFO"
1743 android:label="@string/permlab_getTopActivityInfo"
1744 android:description="@string/permdesc_getTopActivityInfo"
1745 android:protectionLevel="signature" />
1746
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001747 <!-- Allows an application to retrieve the current state of keys and
Jeff Brownac143512012-04-05 18:57:33 -07001748 switches. This is only for use by the system.
1749 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001750 <permission android:name="android.permission.READ_INPUT_STATE"
1751 android:label="@string/permlab_readInputState"
1752 android:description="@string/permdesc_readInputState"
1753 android:protectionLevel="signature" />
1754
Dianne Hackbornd6847842010-01-12 18:14:19 -08001755 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1756 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001757 <permission android:name="android.permission.BIND_INPUT_METHOD"
1758 android:label="@string/permlab_bindInputMethod"
1759 android:description="@string/permdesc_bindInputMethod"
1760 android:protectionLevel="signature" />
1761
Svetoslav38228962013-01-29 01:04:35 -08001762 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07001763 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001764 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
1765 android:label="@string/permlab_bindAccessibilityService"
1766 android:description="@string/permdesc_bindAccessibilityService"
1767 android:protectionLevel="signature" />
1768
satok988323c2011-06-22 16:38:13 +09001769 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1770 to ensure that only the system can bind to it. -->
1771 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1772 android:label="@string/permlab_bindTextService"
1773 android:description="@string/permdesc_bindTextService"
1774 android:protectionLevel="signature" />
1775
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001776 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001777 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001778 <permission android:name="android.permission.BIND_VPN_SERVICE"
1779 android:label="@string/permlab_bindVpnService"
1780 android:description="@string/permdesc_bindVpnService"
1781 android:protectionLevel="signature" />
1782
Dianne Hackbornd6847842010-01-12 18:14:19 -08001783 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1784 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001785 <permission android:name="android.permission.BIND_WALLPAPER"
1786 android:label="@string/permlab_bindWallpaper"
1787 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001788 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001789
Dianne Hackbornd6847842010-01-12 18:14:19 -08001790 <!-- Must be required by device administration receiver, to ensure that only the
1791 system can interact with it. -->
1792 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1793 android:label="@string/permlab_bindDeviceAdmin"
1794 android:description="@string/permdesc_bindDeviceAdmin"
1795 android:protectionLevel="signature" />
1796
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001797 <!-- Allows low-level access to setting the orientation (actually
1798 rotation) of the screen. Not for use by normal applications. -->
1799 <permission android:name="android.permission.SET_ORIENTATION"
1800 android:label="@string/permlab_setOrientation"
1801 android:description="@string/permdesc_setOrientation"
1802 android:protectionLevel="signature" />
1803
Jeff Brown1a84fd12011-06-02 01:26:32 -07001804 <!-- Allows low-level access to setting the pointer speed.
1805 Not for use by normal applications. -->
1806 <permission android:name="android.permission.SET_POINTER_SPEED"
1807 android:label="@string/permlab_setPointerSpeed"
1808 android:description="@string/permdesc_setPointerSpeed"
1809 android:protectionLevel="signature" />
1810
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001811 <!-- Allows low-level access to setting the keyboard layout.
Jeff Brown507f5582012-05-07 19:06:06 -07001812 Not for use by normal applications.
1813 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001814 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1815 android:label="@string/permlab_setKeyboardLayout"
1816 android:description="@string/permdesc_setKeyboardLayout"
1817 android:protectionLevel="signature" />
1818
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001819 <!-- Allows an application to install packages. -->
1820 <permission android:name="android.permission.INSTALL_PACKAGES"
1821 android:label="@string/permlab_installPackages"
1822 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001823 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001824
1825 <!-- Allows an application to clear user data -->
1826 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1827 android:label="@string/permlab_clearAppUserData"
1828 android:description="@string/permdesc_clearAppUserData"
1829 android:protectionLevel="signature" />
1830
1831 <!-- Allows an application to delete cache files. -->
1832 <permission android:name="android.permission.DELETE_CACHE_FILES"
1833 android:label="@string/permlab_deleteCacheFiles"
1834 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08001835 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001836
1837 <!-- Allows an application to delete packages. -->
1838 <permission android:name="android.permission.DELETE_PACKAGES"
1839 android:label="@string/permlab_deletePackages"
1840 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001841 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001842
Jeff Brownec7c78f2010-03-30 23:37:25 -07001843 <!-- Allows an application to move location of installed package.
1844 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001845 <permission android:name="android.permission.MOVE_PACKAGE"
1846 android:label="@string/permlab_movePackage"
1847 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08001848 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001849
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001850 <!-- Allows an application to change whether an application component (other than its own) is
1851 enabled or not. -->
1852 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1853 android:label="@string/permlab_changeComponentState"
1854 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08001855 android:protectionLevel="signature|system" />
1856
1857 <!-- @hide Allows an application to grant or revoke specific permissions. -->
1858 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1859 android:label="@string/permlab_grantRevokePermissions"
1860 android:description="@string/permdesc_grantRevokePermissions"
1861 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001862
1863 <!-- Allows an application to use SurfaceFlinger's low level features -->
1864 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1865 android:label="@string/permlab_accessSurfaceFlinger"
1866 android:description="@string/permdesc_accessSurfaceFlinger"
1867 android:protectionLevel="signature" />
1868
1869 <!-- Allows an application to take screen shots and more generally
1870 get access to the frame buffer data -->
1871 <permission android:name="android.permission.READ_FRAME_BUFFER"
1872 android:label="@string/permlab_readFrameBuffer"
1873 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08001874 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001875
Jeff Brown4b71e4e2012-09-07 17:41:02 -07001876 <!-- Allows an application to configure and connect to Wifi displays
1877 @hide -->
1878 <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
1879 android:label="@string/permlab_configureWifiDisplay"
1880 android:description="@string/permdesc_configureWifiDisplay"
1881 android:protectionLevel="signature" />
1882
1883 <!-- Allows an application to control low-level features of Wifi displays
1884 such as opening an RTSP socket. This permission should only be used
1885 by the display manager.
1886 @hide -->
1887 <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
1888 android:label="@string/permlab_controlWifiDisplay"
1889 android:description="@string/permdesc_controlWifiDisplay"
1890 android:protectionLevel="signature" />
1891
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001892 <!-- Required to be able to disable the device (very dangerous!). -->
1893 <permission android:name="android.permission.BRICK"
1894 android:label="@string/permlab_brick"
1895 android:description="@string/permdesc_brick"
1896 android:protectionLevel="signature" />
1897
1898 <!-- Required to be able to reboot the device. -->
1899 <permission android:name="android.permission.REBOOT"
1900 android:label="@string/permlab_reboot"
1901 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08001902 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001903
1904 <!-- Allows low-level access to power management -->
1905 <permission android:name="android.permission.DEVICE_POWER"
1906 android:label="@string/permlab_devicePower"
1907 android:description="@string/permdesc_devicePower"
1908 android:protectionLevel="signature" />
1909
Dianne Hackborn8832c182012-09-17 17:20:24 -07001910 <!-- @hide Allows low-level access to tun tap driver -->
fredc0f420372012-04-12 00:02:00 -07001911 <permission android:name="android.permission.NET_TUNNELING"
1912 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1913 android:protectionLevel="signature" />
1914
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001915 <!-- Run as a manufacturer test application, running as the root user.
1916 Only available when the device is running in manufacturer test mode. -->
1917 <permission android:name="android.permission.FACTORY_TEST"
1918 android:label="@string/permlab_factoryTest"
1919 android:description="@string/permdesc_factoryTest"
1920 android:protectionLevel="signature" />
1921
1922 <!-- Allows an application to broadcast a notification that an application
1923 package has been removed. -->
1924 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1925 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1926 android:label="@string/permlab_broadcastPackageRemoved"
1927 android:description="@string/permdesc_broadcastPackageRemoved"
1928 android:protectionLevel="signature" />
1929
1930 <!-- Allows an application to broadcast an SMS receipt notification -->
1931 <permission android:name="android.permission.BROADCAST_SMS"
1932 android:permissionGroup="android.permission-group.MESSAGES"
1933 android:label="@string/permlab_broadcastSmsReceived"
1934 android:description="@string/permdesc_broadcastSmsReceived"
1935 android:protectionLevel="signature" />
1936
1937 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1938 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1939 android:permissionGroup="android.permission-group.MESSAGES"
1940 android:label="@string/permlab_broadcastWapPush"
1941 android:description="@string/permdesc_broadcastWapPush"
1942 android:protectionLevel="signature" />
1943
1944 <permission android:name="android.permission.MASTER_CLEAR"
1945 android:label="@string/permlab_masterClear"
1946 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08001947 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001948
1949 <!-- Allows an application to call any phone number, including emergency
1950 numbers, without going through the Dialer user interface for the user
1951 to confirm the call being placed. -->
1952 <permission android:name="android.permission.CALL_PRIVILEGED"
1953 android:label="@string/permlab_callPrivileged"
1954 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08001955 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001956
Jim Miller767be5f2009-08-25 19:33:57 -07001957 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1958 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1959 android:label="@string/permlab_performCdmaProvisioning"
1960 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08001961 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07001962
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001963 <!-- Allows enabling/disabling location update notifications from
1964 the radio. Not for use by normal applications. -->
1965 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1966 android:label="@string/permlab_locationUpdates"
1967 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08001968 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001969
1970 <!-- Allows read/write access to the "properties" table in the checkin
1971 database, to change values that get uploaded. -->
1972 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1973 android:label="@string/permlab_checkinProperties"
1974 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08001975 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001976
1977 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001978 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001979 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1980 android:label="@string/permlab_pkgUsageStats"
1981 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001982 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001983
1984 <!-- Allows an application to collect battery statistics -->
1985 <permission android:name="android.permission.BATTERY_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001986 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001987 android:label="@string/permlab_batteryStats"
1988 android:description="@string/permdesc_batteryStats"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001989 android:protectionLevel="dangerous" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001990
Christopher Tate181fafa2009-05-14 11:12:14 -07001991 <!-- Allows an application to control the backup and restore process
1992 @hide pending API council -->
1993 <permission android:name="android.permission.BACKUP"
1994 android:label="@string/permlab_backup"
1995 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08001996 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001997
Christopher Tate4a627c72011-04-01 14:43:32 -07001998 <!-- Allows a package to launch the secure full-backup confirmation UI.
1999 ONLY the system process may hold this permission.
2000 @hide -->
2001 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
2002 android:label="@string/permlab_confirm_full_backup"
2003 android:description="@string/permdesc_confirm_full_backup"
2004 android:protectionLevel="signature" />
2005
Winson Chung81f39eb2011-01-11 18:05:01 -08002006 <!-- Must be required by a {@link android.widget.RemoteViewsService},
2007 to ensure that only the system can bind to it. -->
2008 <permission android:name="android.permission.BIND_REMOTEVIEWS"
2009 android:label="@string/permlab_bindRemoteViews"
2010 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08002011 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08002012
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002013 <!-- Allows an application to tell the AppWidget service which application
2014 can access AppWidget's data. The normal user flow is that a user
2015 picks an AppWidget to go into a particular host, thereby giving that
2016 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002017 An application that has this permission should honor that contract.
2018 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002019 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002020 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2021 android:label="@string/permlab_bindGadget"
2022 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08002023 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002024
Michael Jurkafc753c02012-10-30 18:30:52 -07002025 <!-- Private permission, to restrict who can bring up a dialog to add a new
2026 keyguard widget
2027 @hide -->
2028 <permission android:name="android.permission.BIND_KEYGUARD_APPWIDGET"
2029 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2030 android:protectionLevel="signature|system" />
2031
Michael Jurka61a5b012012-04-13 10:39:45 -07002032 <!-- Internal permission allowing an application to query/set which
2033 applications can bind AppWidgets.
2034 @hide -->
2035 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
2036 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2037 android:protectionLevel="signature|system" />
2038
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002039 <!-- Allows applications to change the background data setting
2040 @hide pending API council -->
2041 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
2042 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2043 android:protectionLevel="signature"
2044 android:description="@string/permdesc_changeBackgroundDataSetting"
2045 android:label="@string/permlab_changeBackgroundDataSetting" />
2046
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002047 <!-- This permission can be used on content providers to allow the global
2048 search system to access their data. Typically it used when the
2049 provider has some permissions protecting it (which global search
2050 would not be expected to hold), and added as a read-only permission
2051 to the path in the provider where global search queries are
2052 performed. This permission can not be held by regular applications;
2053 it is used by applications to protect themselves from everyone else
2054 besides global search. -->
2055 <permission android:name="android.permission.GLOBAL_SEARCH"
2056 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002057 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002058
2059 <!-- Internal permission protecting access to the global search
2060 system: ensures that only the system can access the provider
2061 to perform queries (since this otherwise provides unrestricted
2062 access to a variety of content providers), and to write the
2063 search statistics (to keep applications from gaming the source
2064 ranking).
2065 @hide -->
2066 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
2067 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2068 android:protectionLevel="signature" />
2069
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002070 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07002071 @hide XXX Change to signature once the picker is moved to its
2072 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002073 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
2074 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002075 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002076
John Spurlockf4f6b4c2012-08-25 12:08:03 -04002077 <!-- Allows applications to read dream settings and dream state.
2078 @hide -->
2079 <permission android:name="android.permission.READ_DREAM_STATE"
2080 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2081 android:protectionLevel="signature" />
2082
2083 <!-- Allows applications to write dream settings, and start or stop dreaming.
2084 @hide -->
2085 <permission android:name="android.permission.WRITE_DREAM_STATE"
2086 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2087 android:protectionLevel="signature" />
2088
Jeff Brownec7c78f2010-03-30 23:37:25 -07002089 <!-- Allow an application to read and write the cache partition.
2090 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002091 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
2092 android:label="@string/permlab_cache_filesystem"
2093 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08002094 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002095
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08002096 <!-- Must be required by default container service so that only
2097 the system can bind to it and use it to copy
2098 protected data to secure containers or files
2099 accessible to the system.
2100 @hide -->
2101 <permission android:name="android.permission.COPY_PROTECTED_DATA"
2102 android:label="@string/permlab_copyProtectedData"
2103 android:description="@string/permlab_copyProtectedData"
2104 android:protectionLevel="signature" />
2105
Jason parks8888c592011-01-20 22:46:41 -06002106 <!-- Internal permission protecting access to the encryption methods
2107 @hide
2108 -->
2109 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08002110 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06002111
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002112 <!-- Allows an application to read historical network usage for
2113 specific networks and applications. @hide -->
2114 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
2115 android:label="@string/permlab_readNetworkUsageHistory"
2116 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08002117 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002118
2119 <!-- Allows an application to manage network policies (such as warning and disable
2120 limits) and to define application-specific rules. @hide -->
2121 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
2122 android:label="@string/permlab_manageNetworkPolicy"
2123 android:description="@string/permdesc_manageNetworkPolicy"
2124 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06002125
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002126 <!-- Allows an application to account its network traffic against other UIDs. Used
2127 by system services like download manager and media server. Not for use by
2128 third party apps. @hide -->
2129 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
2130 android:label="@string/permlab_modifyNetworkAccounting"
2131 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08002132 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002133
Tom Taylorb0381682011-08-11 14:27:25 -07002134 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08002135 @hide Used internally.
2136 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002137 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08002138 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002139 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08002140
Dianne Hackborn8832c182012-09-17 17:20:24 -07002141 <!-- @hide Package verifier needs to have this permission before the PackageManager will
Kenny Root5ab21572011-07-27 11:11:19 -07002142 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07002143 -->
2144 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
2145 android:label="@string/permlab_packageVerificationAgent"
2146 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08002147 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07002148
2149 <!-- Must be required by package verifier receiver, to ensure that only the
2150 system can interact with it.
2151 @hide
2152 -->
2153 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
2154 android:label="@string/permlab_bindPackageVerifier"
2155 android:description="@string/permdesc_bindPackageVerifier"
2156 android:protectionLevel="signature" />
2157
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002158 <!-- Allows applications to access serial ports via the SerialManager.
2159 @hide -->
2160 <permission android:name="android.permission.SERIAL_PORT"
2161 android:label="@string/permlab_serialPort"
2162 android:description="@string/permdesc_serialPort"
Geremy Condrac29f35b2012-10-17 14:06:31 -07002163 android:protectionLevel="signature|system" />
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002164
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002165 <!-- Allows the holder to access content providers from outside an ApplicationThread.
2166 This permission is enforced by the ActivityManagerService on the corresponding APIs,
2167 in particular ActivityManagerService#getContentProviderExternal(String) and
2168 ActivityManagerService#removeContentProviderExternal(String).
2169 @hide
2170 -->
2171 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
2172 android:label="@string/permlab_accessContentProvidersExternally"
2173 android:description="@string/permdesc_accessContentProvidersExternally"
2174 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08002175 <!-- Allows an application to hold an UpdateLock, recommending that a headless
2176 OTA reboot *not* occur while the lock is held.
2177 @hide -->
2178 <permission android:name="android.permission.UPDATE_LOCK"
2179 android:label="@string/permlab_updateLock"
2180 android:description="@string/permdesc_updateLock"
2181 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002182
Daniel Sandlerfde19b12013-01-17 00:21:05 -05002183 <!-- Allows an application to read the current set of notifications, including
2184 any metadata and intents attached.
2185 @hide -->
2186 <permission android:name="android.permission.ACCESS_NOTIFICATIONS"
2187 android:label="@string/permlab_accessNotifications"
2188 android:description="@string/permdesc_accessNotifications"
2189 android:protectionLevel="signature|system" />
2190
Christopher Tate4a627c72011-04-01 14:43:32 -07002191 <!-- The system process is explicitly the only one allowed to launch the
2192 confirmation UI for full backup/restore -->
2193 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
2194
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002195 <application android:process="system"
2196 android:persistent="true"
2197 android:hasCode="false"
2198 android:label="@string/android_system_label"
2199 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07002200 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07002201 android:killAfterRestore="false"
Fabrice Di Meglio4497e0c2012-09-10 20:46:33 -07002202 android:icon="@drawable/ic_launcher_android"
2203 android:supportsRtl="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002204 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002205 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07002206 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002207 android:excludeFromRecents="true"
2208 android:multiprocess="true">
2209 <intent-filter>
2210 <action android:name="android.intent.action.CHOOSER" />
2211 <category android:name="android.intent.category.DEFAULT" />
2212 </intent-filter>
2213 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07002214 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002215 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07002216 android:label="@string/heavy_weight_switcher_title"
2217 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002218 android:excludeFromRecents="true"
2219 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07002220 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002221 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002222 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
2223 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002224 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08002225 <activity android:name="com.android.internal.app.DisableCarModeActivity"
2226 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002227 android:excludeFromRecents="true"
2228 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08002229 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002230
Fred Quintana33269202009-04-20 16:05:10 -07002231 <activity android:name="android.accounts.ChooseAccountActivity"
2232 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08002233 android:exported="true"
2234 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002235 android:label="@string/choose_account_label"
2236 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07002237 </activity>
2238
Fred Quintana1121bb52011-09-14 23:19:35 -07002239 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
2240 android:excludeFromRecents="true"
2241 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07002242 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002243 android:label="@string/choose_account_label"
2244 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07002245 </activity>
2246
2247 <activity android:name="android.accounts.ChooseAccountTypeActivity"
2248 android:excludeFromRecents="true"
Jatin Lodhia856b01e2012-09-28 10:53:37 -07002249 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002250 android:label="@string/choose_account_label"
2251 android:process=":ui">
2252 </activity>
2253
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002254 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
2255 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08002256 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002257 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
2258 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002259 </activity>
2260
Fred Quintanab19e62a2010-12-16 13:54:43 -08002261 <activity android:name="android.content.SyncActivityTooManyDeletes"
2262 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002263 android:label="@string/sync_too_many_deletes"
2264 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08002265 </activity>
2266
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002267 <activity android:name="com.android.server.ShutdownActivity"
2268 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07002269 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002270 <intent-filter>
2271 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2272 <category android:name="android.intent.category.DEFAULT" />
2273 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04002274 <intent-filter>
2275 <action android:name="android.intent.action.REBOOT" />
2276 <category android:name="android.intent.category.DEFAULT" />
2277 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002278 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08002279
Danke Xie22d1f9f2009-08-18 18:28:45 -04002280 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002281 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002282 android:excludeFromRecents="true"
2283 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04002284 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002285
Dianne Hackbornd4ac8d72012-09-27 23:20:10 -07002286 <receiver android:name="com.android.server.BootReceiver"
2287 android:primaryUserOnly="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002288 <intent-filter>
2289 <action android:name="android.intent.action.BOOT_COMPLETED" />
2290 </intent-filter>
2291 </receiver>
2292
Geremy Condrab6310842012-08-23 22:00:15 -07002293 <receiver android:name="com.android.server.updates.CertPinInstallReceiver" >
2294 <intent-filter>
2295 <action android:name="android.intent.action.UPDATE_PINS" />
2296 </intent-filter>
2297 </receiver>
2298
Robert Greenwaltc6fa2372012-09-24 13:57:16 -07002299 <receiver android:name="com.android.server.updates.SmsShortCodesInstallReceiver" >
2300 <intent-filter>
2301 <action android:name="android.intent.action.UPDATE_SMS_SHORT_CODES" />
2302 </intent-filter>
2303 </receiver>
2304
Geremy Condra78a4c712013-01-30 11:20:26 -08002305 <receiver android:name="com.android.server.updates.TZInfoInstallReceiver" >
2306 <intent-filter>
2307 <action android:name="android.intent.action.UPDATE_TZINFO" />
2308 </intent-filter>
2309 </receiver>
2310
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002311 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07002312 android:permission="android.permission.MASTER_CLEAR"
2313 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002314 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08002315 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2316 <action android:name="android.intent.action.MASTER_CLEAR" />
2317
2318 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002319 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002320 <category android:name="android.intent.category.MASTER_CLEAR" />
2321 </intent-filter>
2322 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07002323
2324 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2325 android:permission="android.permission.MASTER_CLEAR"
2326 android:exported="true" />
2327
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002328 </application>
2329
2330</manifest>