blob: 661b70c4f518ddcd5d612ede9cdcc4f5e0ef4a54 [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" />
48 <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
Dianne Hackborn362d5b92009-11-11 18:04:39 -080049 <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070050 <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
51 <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
52 <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
53 <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
54 <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
55 <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
56 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
57 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
Jake Hambybb371632010-08-23 18:16:48 -070058 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
59 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070060 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
61 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080062 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Jason parks4ca74dc2011-03-14 15:23:31 -050063 <protected-broadcast android:name="android.intent.action.MASTER_CLEAR_NOTIFICATION" />
Amith Yamasani13593602012-03-22 16:16:17 -070064 <protected-broadcast android:name="android.intent.action.USER_ADDED" />
65 <protected-broadcast android:name="android.intent.action.USER_REMOVED" />
Dianne Hackborn80a4af22012-08-27 19:18:31 -070066 <protected-broadcast android:name="android.intent.action.USER_STOPPED" />
Dianne Hackborn5dc5a002012-09-15 19:33:48 -070067 <protected-broadcast android:name="android.intent.action.USER_BACKGROUND" />
68 <protected-broadcast android:name="android.intent.action.USER_FOREGROUND" />
Amith Yamasani13593602012-03-22 16:16:17 -070069 <protected-broadcast android:name="android.intent.action.USER_SWITCHED" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070070
Dianne Hackborn7299c412010-03-04 18:41:49 -080071 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
72 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
73 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
74 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Debashish Chatterjeee53eba02011-08-04 14:12:58 +010075
Christopher Tate4cc86e12009-09-21 19:36:51 -070076 <protected-broadcast android:name="android.backup.intent.RUN" />
77 <protected-broadcast android:name="android.backup.intent.CLEAR" />
78 <protected-broadcast android:name="android.backup.intent.INIT" />
79
Nick Pelly72440a0e2009-09-15 17:21:10 -070080 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
81 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
82 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
83 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
84 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070085 <protected-broadcast android:name="android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -070086 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
87 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
88 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
89 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
90 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
91 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
92 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
93 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
94 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
95 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
96 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070097 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070098 <protected-broadcast
99 android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
100 <protected-broadcast
101 android:name="android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED" />
102 <protected-broadcast
103 android:name="android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" />
104 <protected-broadcast
105 android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED" />
106 <protected-broadcast
107 android:name="android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED" />
108 <protected-broadcast
109 android:name="android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED" />
110 <protected-broadcast
111 android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -0700112
Jeff Browne08ae382012-09-07 20:36:36 -0700113 <protected-broadcast android:name="android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED" />
114
Mike Lockwoodc4308f02011-03-01 08:04:54 -0800115 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
116 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
117 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
118 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
119 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -0400120
Mike Lockwood8f014052012-04-26 11:23:48 -0700121 <protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />
122 <protected-broadcast android:name="android.intent.action.ANALOG_AUDIO_DOCK_PLUG" />
123 <protected-broadcast android:name="android.intent.action.DIGITAL_AUDIO_DOCK_PLUG" />
124 <protected-broadcast android:name="android.intent.action.HDMI_AUDIO_PLUG" />
125 <protected-broadcast android:name="android.intent.action.USB_AUDIO_ACCESSORY_PLUG" />
126 <protected-broadcast android:name="android.intent.action.USB_AUDIO_DEVICE_PLUG" />
127
Jeff Sharkey961e3042011-08-29 16:02:57 -0700128 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
129 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
Haoyu Baidb3c8672012-06-20 14:29:57 -0700130 <protected-broadcast android:name="android.net.conn.DATA_ACTIVITY_CHANGE" />
Jeff Sharkey961e3042011-08-29 16:02:57 -0700131
Nick Pellyf36c6db2010-10-14 19:16:35 -0700132 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -0800133 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
134 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
135 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700136
Nick Pellyf36c6db2010-10-14 19:16:35 -0700137 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700138 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700139 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400140
Christopher Tate8662cab52012-02-23 14:59:36 -0800141 <protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
Nick Pellya64e2ad42011-03-14 10:28:11 -0700142
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400143 <protected-broadcast android:name="android.intent.action.DREAMING_STARTED" />
144 <protected-broadcast android:name="android.intent.action.DREAMING_STOPPED" />
145
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800146 <!-- ====================================== -->
147 <!-- Permissions for things that cost money -->
148 <!-- ====================================== -->
149 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700150
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800151 <!-- Used for permissions that can be used to make the user spend money
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700152 without their direct involvement. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800153 <permission-group android:name="android.permission-group.COST_MONEY"
154 android:label="@string/permgrouplab_costMoney"
155 android:description="@string/permgroupdesc_costMoney" />
156
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800157 <!-- ================================== -->
158 <!-- Permissions for accessing messages -->
159 <!-- ================================== -->
160 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700161
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800162 <!-- Used for permissions that allow an application to send messages
163 on behalf of the user or intercept messages being received by the
164 user. This is primarily intended for SMS/MMS messaging, such as
165 receiving or reading an MMS. -->
166 <permission-group android:name="android.permission-group.MESSAGES"
167 android:label="@string/permgrouplab_messages"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700168 android:icon="@drawable/perm_group_messages"
169 android:description="@string/permgroupdesc_messages"
170 android:permissionGroupFlags="personalInfo"
171 android:priority="360"/>
172
173 <!-- Allows an application to send SMS messages. -->
174 <permission android:name="android.permission.SEND_SMS"
175 android:permissionGroup="android.permission-group.MESSAGES"
176 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700177 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700178 android:label="@string/permlab_sendSms"
179 android:description="@string/permdesc_sendSms" />
180
181 <!-- Allows an application to send SMS messages via the Messaging app with no user
182 input or confirmation.
183 @hide -->
184 <permission android:name="android.permission.SEND_SMS_NO_CONFIRMATION"
185 android:permissionGroup="android.permission-group.MESSAGES"
186 android:protectionLevel="signature|system"
187 android:label="@string/permlab_sendSmsNoConfirmation"
188 android:description="@string/permdesc_sendSmsNoConfirmation" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800189
190 <!-- Allows an application to monitor incoming SMS messages, to record
191 or perform processing on them. -->
192 <permission android:name="android.permission.RECEIVE_SMS"
193 android:permissionGroup="android.permission-group.MESSAGES"
194 android:protectionLevel="dangerous"
195 android:label="@string/permlab_receiveSms"
196 android:description="@string/permdesc_receiveSms" />
197
198 <!-- Allows an application to monitor incoming MMS messages, to record
199 or perform processing on them. -->
200 <permission android:name="android.permission.RECEIVE_MMS"
201 android:permissionGroup="android.permission-group.MESSAGES"
202 android:protectionLevel="dangerous"
203 android:label="@string/permlab_receiveMms"
204 android:description="@string/permdesc_receiveMms" />
205
Jake Hambyab79ee42011-04-26 16:26:46 -0700206 <!-- Allows an application to receive emergency cell broadcast messages,
207 to record or display them to the user. Reserved for system apps.
208 @hide Pending API council approval -->
209 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
210 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800211 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700212 android:label="@string/permlab_receiveEmergencyBroadcast"
213 android:description="@string/permdesc_receiveEmergencyBroadcast" />
214
Jake Hambyc3296ff2012-04-18 12:32:18 -0700215 <!-- Allows an application to read previously received cell broadcast
216 messages and to register a content observer to get notifications when
217 a cell broadcast has been received and added to the database. For
218 emergency alerts, the database is updated immediately after the
219 alert dialog and notification sound/vibration/speech are presented.
220 The "read" column is then updated after the user dismisses the alert.
221 This enables supplementary emergency assistance apps to start loading
222 additional emergency information (if Internet access is available)
223 when the alert is first received, and to delay presenting the info
224 to the user until after the initial alert dialog is dismissed.
225 @hide Pending API council approval -->
226 <permission android:name="android.permission.READ_CELL_BROADCASTS"
227 android:permissionGroup="android.permission-group.MESSAGES"
228 android:protectionLevel="dangerous"
229 android:label="@string/permlab_readCellBroadcasts"
230 android:description="@string/permdesc_readCellBroadcasts" />
231
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800232 <!-- Allows an application to read SMS messages. -->
233 <permission android:name="android.permission.READ_SMS"
234 android:permissionGroup="android.permission-group.MESSAGES"
235 android:protectionLevel="dangerous"
236 android:label="@string/permlab_readSms"
237 android:description="@string/permdesc_readSms" />
238
239 <!-- Allows an application to write SMS messages. -->
240 <permission android:name="android.permission.WRITE_SMS"
241 android:permissionGroup="android.permission-group.MESSAGES"
242 android:protectionLevel="dangerous"
243 android:label="@string/permlab_writeSms"
244 android:description="@string/permdesc_writeSms" />
245
246 <!-- Allows an application to monitor incoming WAP push messages. -->
247 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
248 android:permissionGroup="android.permission-group.MESSAGES"
249 android:protectionLevel="dangerous"
250 android:label="@string/permlab_receiveWapPush"
251 android:description="@string/permdesc_receiveWapPush" />
252
253 <!-- =============================================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700254 <!-- Permissions for accessing social info (contacts and social) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800255 <!-- =============================================================== -->
256 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700257
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700258 <!-- Used for permissions that provide access to the user's social connections,
259 such as contacts, call logs, social stream, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800260 both reading and writing of this data (which should generally be
261 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700262
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700263 <permission-group android:name="android.permission-group.SOCIAL_INFO"
264 android:label="@string/permgrouplab_socialInfo"
265 android:icon="@drawable/perm_group_social_info"
266 android:description="@string/permgroupdesc_socialInfo"
267 android:permissionGroupFlags="personalInfo"
268 android:priority="320" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800269
270 <!-- Allows an application to read the user's contacts data. -->
271 <permission android:name="android.permission.READ_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700272 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800273 android:protectionLevel="dangerous"
274 android:label="@string/permlab_readContacts"
275 android:description="@string/permdesc_readContacts" />
276
277 <!-- Allows an application to write (but not read) the user's
278 contacts data. -->
279 <permission android:name="android.permission.WRITE_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700280 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800281 android:protectionLevel="dangerous"
282 android:label="@string/permlab_writeContacts"
283 android:description="@string/permdesc_writeContacts" />
284
Subir Jhanb603af612012-08-06 17:19:22 -0700285 <!-- Allows an application to execute contacts directory search.
286 This should only be used by ContactsProvider. -->
287 <!-- @hide -->
288 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
289 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700290 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700291
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700292 <!-- Allows an application to read the user's call log. -->
293 <permission android:name="android.permission.READ_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700294 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700295 android:protectionLevel="dangerous"
296 android:label="@string/permlab_readCallLog"
297 android:description="@string/permdesc_readCallLog" />
298
299 <!-- Allows an application to write (but not read) the user's
300 contacts data. -->
301 <permission android:name="android.permission.WRITE_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700302 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700303 android:protectionLevel="dangerous"
304 android:label="@string/permlab_writeCallLog"
305 android:description="@string/permdesc_writeCallLog" />
306
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700307 <!-- Allows an application to read from the user's social stream. -->
308 <permission android:name="android.permission.READ_SOCIAL_STREAM"
309 android:permissionGroup="android.permission-group.SOCIAL_INFO"
310 android:protectionLevel="dangerous"
311 android:label="@string/permlab_readSocialStream"
312 android:description="@string/permdesc_readSocialStream" />
313
314 <!-- Allows an application to write (but not read) the user's
315 social stream data. -->
316 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
317 android:permissionGroup="android.permission-group.SOCIAL_INFO"
318 android:protectionLevel="dangerous"
319 android:label="@string/permlab_writeSocialStream"
320 android:description="@string/permdesc_writeSocialStream" />
321
322 <!-- =============================================================== -->
323 <!-- Permissions for accessing information about the device owner -->
324 <!-- =============================================================== -->
325 <eat-comment />
326
327 <!-- Used for permissions that provide access to information about the device
328 user such as profile information. This includes both reading and
329 writing of this data (which should generally be expressed as two
330 distinct permissions). -->
331 <permission-group android:name="android.permission-group.PERSONAL_INFO"
332 android:label="@string/permgrouplab_personalInfo"
333 android:icon="@drawable/perm_group_personal_info"
334 android:description="@string/permgroupdesc_personalInfo"
335 android:permissionGroupFlags="personalInfo"
336 android:priority="310" />
337
Dave Santoro43251332011-05-11 11:39:54 -0700338 <!-- Allows an application to read the user's personal profile data. -->
339 <permission android:name="android.permission.READ_PROFILE"
340 android:permissionGroup="android.permission-group.PERSONAL_INFO"
341 android:protectionLevel="dangerous"
342 android:label="@string/permlab_readProfile"
343 android:description="@string/permdesc_readProfile" />
344
345 <!-- Allows an application to write (but not read) the user's
346 personal profile data. -->
347 <permission android:name="android.permission.WRITE_PROFILE"
348 android:permissionGroup="android.permission-group.PERSONAL_INFO"
349 android:protectionLevel="dangerous"
350 android:label="@string/permlab_writeProfile"
351 android:description="@string/permdesc_writeProfile" />
352
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700353 <!-- =============================================================== -->
354 <!-- Permissions for accessing the device calendar -->
355 <!-- =============================================================== -->
356 <eat-comment />
Dave Santoro0b61f592011-10-03 18:25:26 -0700357
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700358 <!-- Used for permissions that provide access to the device
359 calendar to create / view events.-->
360 <permission-group android:name="android.permission-group.CALENDAR"
361 android:label="@string/permgrouplab_calendar"
362 android:icon="@drawable/perm_group_calendar"
363 android:description="@string/permgroupdesc_calendar"
364 android:permissionGroupFlags="personalInfo"
365 android:priority="290" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700366
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800367 <!-- Allows an application to read the user's calendar data. -->
368 <permission android:name="android.permission.READ_CALENDAR"
369 android:permissionGroup="android.permission-group.PERSONAL_INFO"
370 android:protectionLevel="dangerous"
371 android:label="@string/permlab_readCalendar"
372 android:description="@string/permdesc_readCalendar" />
373
374 <!-- Allows an application to write (but not read) the user's
375 calendar data. -->
376 <permission android:name="android.permission.WRITE_CALENDAR"
377 android:permissionGroup="android.permission-group.PERSONAL_INFO"
378 android:protectionLevel="dangerous"
379 android:label="@string/permlab_writeCalendar"
380 android:description="@string/permdesc_writeCalendar" />
381
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700382 <!-- =============================================================== -->
383 <!-- Permissions for accessing the user dictionary-->
384 <!-- =============================================================== -->
385 <eat-comment />
386
387 <!-- Used for permissions that provide access to the user
388 calendar to create / view events.-->
389 <permission-group android:name="android.permission-group.USER_DICTIONARY"
390 android:label="@string/permgrouplab_dictionary"
391 android:icon="@drawable/perm_group_user_dictionary"
392 android:description="@string/permgroupdesc_dictionary"
393 android:permissionGroupFlags="personalInfo"
394 android:priority="170" />
395
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800396 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700397 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700398 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800399 <permission android:name="android.permission.READ_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700400 android:permissionGroup="android.permission-group.USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800401 android:protectionLevel="dangerous"
402 android:label="@string/permlab_readDictionary"
403 android:description="@string/permdesc_readDictionary" />
404
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700405 <!-- Used for permissions that provide access to the user
406 calendar to create / view events.-->
407 <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
408 android:label="@string/permgrouplab_writeDictionary"
409 android:icon="@drawable/perm_group_user_dictionary_write"
410 android:description="@string/permgroupdesc_writeDictionary"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700411 android:priority="160" />
412
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700413 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800414 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700415 android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800416 android:protectionLevel="normal"
417 android:label="@string/permlab_writeDictionary"
418 android:description="@string/permdesc_writeDictionary" />
419
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700420 <!-- =============================================================== -->
421 <!-- Permissions for accessing the user bookmarks -->
422 <!-- =============================================================== -->
423 <eat-comment />
424
425 <!-- Used for permissions that provide access to the user
426 bookmarks and browser history.-->
427 <permission-group android:name="android.permission-group.BOOKMARKS"
428 android:label="@string/permgrouplab_bookmarks"
429 android:icon="@drawable/perm_group_bookmarks"
430 android:description="@string/permgroupdesc_bookmarks"
431 android:permissionGroupFlags="personalInfo"
432 android:priority="300" />
433
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400434 <!-- Allows an application to read (but not write) the user's
435 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400436 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700437 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400438 android:label="@string/permlab_readHistoryBookmarks"
439 android:description="@string/permdesc_readHistoryBookmarks"
440 android:protectionLevel="dangerous" />
441
442 <!-- Allows an application to write (but not read) the user's
443 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400444 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700445 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400446 android:label="@string/permlab_writeHistoryBookmarks"
447 android:description="@string/permdesc_writeHistoryBookmarks"
448 android:protectionLevel="dangerous" />
449
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700450 <!-- =============================================================== -->
451 <!-- Permissions for setting the device alarm -->
452 <!-- =============================================================== -->
453 <eat-comment />
454
455 <!-- Used for permissions that provide access to the user voicemail box. -->
456 <permission-group android:name="android.permission-group.DEVICE_ALARMS"
457 android:label="@string/permgrouplab_deviceAlarms"
458 android:icon="@drawable/perm_group_device_alarms"
459 android:description="@string/permgroupdesc_deviceAlarms"
460 android:permissionGroupFlags="personalInfo"
461 android:priority="210" />
462
Patrick Scotta73c4b02010-09-22 08:16:53 -0400463 <!-- Allows an application to broadcast an Intent to set an alarm for the
464 user. -->
465 <permission android:name="com.android.alarm.permission.SET_ALARM"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700466 android:permissionGroup="android.permission-group.DEVICE_ALARMS"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400467 android:label="@string/permlab_setAlarm"
468 android:description="@string/permdesc_setAlarm"
469 android:protectionLevel="normal" />
470
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700471 <!-- =============================================================== -->
472 <!-- Permissions for accessing the user voicemail -->
473 <!-- =============================================================== -->
474 <eat-comment />
475
476 <!-- Used for permissions that provide access to the user voicemail box. -->
477 <permission-group android:name="android.permission-group.VOICEMAIL"
478 android:label="@string/permgrouplab_voicemail"
479 android:icon="@drawable/perm_group_voicemail"
480 android:description="@string/permgroupdesc_voicemail"
481 android:permissionGroupFlags="personalInfo"
482 android:priority="280" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700483
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100484 <!-- Allows an application to add voicemails into the system. -->
485 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700486 android:permissionGroup="android.permission-group.VOICEMAIL"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100487 android:protectionLevel="dangerous"
488 android:label="@string/permlab_addVoicemail"
489 android:description="@string/permdesc_addVoicemail" />
490
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800491 <!-- ======================================= -->
492 <!-- Permissions for accessing location info -->
493 <!-- ======================================= -->
494 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700495
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800496 <!-- Used for permissions that allow access to the user's current
497 location. -->
498 <permission-group android:name="android.permission-group.LOCATION"
499 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700500 android:icon="@drawable/perm_group_location"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700501 android:description="@string/permgroupdesc_location"
502 android:permissionGroupFlags="personalInfo"
503 android:priority="330" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800504
505 <!-- Allows an application to access fine (e.g., GPS) location -->
506 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
507 android:permissionGroup="android.permission-group.LOCATION"
508 android:protectionLevel="dangerous"
509 android:label="@string/permlab_accessFineLocation"
510 android:description="@string/permdesc_accessFineLocation" />
511
512 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
513 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
514 android:permissionGroup="android.permission-group.LOCATION"
515 android:protectionLevel="dangerous"
516 android:label="@string/permlab_accessCoarseLocation"
517 android:description="@string/permdesc_accessCoarseLocation" />
518
519 <!-- Allows an application to create mock location providers for testing -->
520 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700521 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700522 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800523 android:label="@string/permlab_accessMockLocation"
524 android:description="@string/permdesc_accessMockLocation" />
525
526 <!-- Allows an application to access extra location provider commands -->
527 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700528 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700529 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800530 android:label="@string/permlab_accessLocationExtraCommands"
531 android:description="@string/permdesc_accessLocationExtraCommands" />
532
Mike Lockwood275555c2009-05-01 11:30:34 -0400533 <!-- Allows an application to install a location provider into the Location Manager -->
534 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800535 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400536 android:label="@string/permlab_installLocationProvider"
537 android:description="@string/permdesc_installLocationProvider" />
538
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800539 <!-- ======================================= -->
540 <!-- Permissions for accessing networks -->
541 <!-- ======================================= -->
542 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700543
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800544 <!-- Used for permissions that provide access to networking services. The
545 main permission here is internet access, but this is also an
546 appropriate group for accessing or modifying any network configuration
547 or other related network operations. -->
548 <permission-group android:name="android.permission-group.NETWORK"
549 android:label="@string/permgrouplab_network"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700550 android:icon="@drawable/perm_group_network"
551 android:description="@string/permgroupdesc_network"
552 android:priority="270" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800553
554 <!-- Allows applications to open network sockets. -->
555 <permission android:name="android.permission.INTERNET"
556 android:permissionGroup="android.permission-group.NETWORK"
557 android:protectionLevel="dangerous"
558 android:description="@string/permdesc_createNetworkSockets"
559 android:label="@string/permlab_createNetworkSockets" />
560
561 <!-- Allows applications to access information about networks -->
562 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
563 android:permissionGroup="android.permission-group.NETWORK"
564 android:protectionLevel="normal"
565 android:description="@string/permdesc_accessNetworkState"
566 android:label="@string/permlab_accessNetworkState" />
567
568 <!-- Allows applications to access information about Wi-Fi networks -->
569 <permission android:name="android.permission.ACCESS_WIFI_STATE"
570 android:permissionGroup="android.permission-group.NETWORK"
571 android:protectionLevel="normal"
572 android:description="@string/permdesc_accessWifiState"
573 android:label="@string/permlab_accessWifiState" />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700574
575 <!-- Allows applications to change Wi-Fi connectivity state -->
576 <permission android:name="android.permission.CHANGE_WIFI_STATE"
577 android:permissionGroup="android.permission-group.NETWORK"
578 android:protectionLevel="dangerous"
579 android:description="@string/permdesc_changeWifiState"
580 android:label="@string/permlab_changeWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700581
Robert Greenwalt8588e472011-11-08 10:12:25 -0800582 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900583 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
584 android:permissionGroup="android.permission-group.NETWORK"
585 android:protectionLevel="normal"
586 android:description="@string/permdesc_accessWimaxState"
587 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700588
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700589 <!-- @hide -->
590 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700591 android:permissionGroup="android.permission-group.NETWORK"
592 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700593 android:description="@string/permdesc_changeWimaxState"
594 android:label="@string/permlab_changeWimaxState" />
595
596 <!-- ======================================= -->
597 <!-- Permissions for short range, peripheral networks -->
598 <!-- ======================================= -->
599 <eat-comment />
600
601 <!-- Used for permissions that provide access to other devices through Bluetooth.-->
602 <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
603 android:label="@string/permgrouplab_bluetoothNetwork"
604 android:icon="@drawable/perm_group_bluetooth"
605 android:description="@string/permgroupdesc_bluetoothNetwork"
606 android:priority="260" />
607
608 <!-- Allows applications to connect to paired bluetooth devices -->
609 <permission android:name="android.permission.BLUETOOTH"
610 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
611 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800612 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700613 android:label="@string/permlab_bluetooth" />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700614
615 <!-- Allows applications to discover and pair bluetooth devices -->
616 <permission android:name="android.permission.BLUETOOTH_ADMIN"
617 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
618 android:protectionLevel="dangerous"
619 android:description="@string/permdesc_bluetoothAdmin"
620 android:label="@string/permlab_bluetoothAdmin" />
621
Nick Pelly1df862a2011-02-15 13:34:38 -0800622 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700623 <permission android:name="android.permission.NFC"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700624 android:permissionGroup="android.permission-group.NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700625 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700626 android:description="@string/permdesc_nfc"
627 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700628
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700629 <!-- Allows an internal user to use privileged ConnectivityManager APIs.
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700630 @hide -->
631 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
632 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800633 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700634
Haoyu Baidb3c8672012-06-20 14:29:57 -0700635 <!-- @hide -->
636 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
637 android:permissionGroup="android.permission-group.NETWORK"
638 android:protectionLevel="signature|system" />
639
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800640 <!-- ================================== -->
641 <!-- Permissions for accessing accounts -->
642 <!-- ================================== -->
643 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700644
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700645 <!-- Permissions for direct access to the accounts managed
646 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800647 <permission-group android:name="android.permission-group.ACCOUNTS"
648 android:label="@string/permgrouplab_accounts"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700649 android:icon="@drawable/perm_group_accounts"
650 android:description="@string/permgroupdesc_accounts"
651 android:permissionGroupFlags="personalInfo"
652 android:priority="200" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800653
654 <!-- Allows access to the list of accounts in the Accounts Service -->
655 <permission android:name="android.permission.GET_ACCOUNTS"
656 android:permissionGroup="android.permission-group.ACCOUNTS"
657 android:protectionLevel="normal"
658 android:description="@string/permdesc_getAccounts"
659 android:label="@string/permlab_getAccounts" />
660
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700661 <!-- Allows an application to act as an AccountAuthenticator for
662 the AccountManager -->
663 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
664 android:permissionGroup="android.permission-group.ACCOUNTS"
665 android:protectionLevel="dangerous"
666 android:label="@string/permlab_authenticateAccounts"
667 android:description="@string/permdesc_authenticateAccounts" />
668
669 <!-- Allows an application to request authtokens from the AccountManager -->
670 <permission android:name="android.permission.USE_CREDENTIALS"
671 android:permissionGroup="android.permission-group.ACCOUNTS"
672 android:protectionLevel="dangerous"
673 android:label="@string/permlab_useCredentials"
674 android:description="@string/permdesc_useCredentials" />
675
676 <!-- Allows an application to manage the list of accounts in the AccountManager -->
677 <permission android:name="android.permission.MANAGE_ACCOUNTS"
678 android:permissionGroup="android.permission-group.ACCOUNTS"
679 android:protectionLevel="dangerous"
680 android:label="@string/permlab_manageAccounts"
681 android:description="@string/permdesc_manageAccounts" />
682
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700683 <!-- Allows applications to call into AccountAuthenticators. Only
684 the system can get this permission. -->
685 <permission android:name="android.permission.ACCOUNT_MANAGER"
686 android:permissionGroup="android.permission-group.ACCOUNTS"
687 android:protectionLevel="signature"
688 android:description="@string/permdesc_accountManagerService"
689 android:label="@string/permlab_accountManagerService" />
690
691 <!-- ================================== -->
692 <!-- Permissions for accessing hardware that may effect battery life-->
693 <!-- ================================== -->
694 <eat-comment />
695
696 <!-- Used for permissions that provide direct access to the hardware on
697 the device that has an effect on battery life. This includes vibrator,
698 flashlight, etc. -->
699
700 <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
701 android:label="@string/permgrouplab_affectsBattery"
702 android:icon="@drawable/perm_group_affects_battery"
703 android:description="@string/permgroupdesc_affectsBattery"
704 android:priority="180" />
705
706 <!-- Allows applications to enter Wi-Fi Multicast mode -->
707 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
708 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
709 android:protectionLevel="dangerous"
710 android:description="@string/permdesc_changeWifiMulticastState"
711 android:label="@string/permlab_changeWifiMulticastState" />
712
713 <!-- Allows access to the vibrator -->
714 <permission android:name="android.permission.VIBRATE"
715 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
716 android:protectionLevel="normal"
717 android:label="@string/permlab_vibrate"
718 android:description="@string/permdesc_vibrate" />
719
720 <!-- Allows access to the flashlight -->
721 <permission android:name="android.permission.FLASHLIGHT"
722 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
723 android:protectionLevel="normal"
724 android:label="@string/permlab_flashlight"
725 android:description="@string/permdesc_flashlight" />
726
727 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
728 from dimming -->
729 <permission android:name="android.permission.WAKE_LOCK"
730 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
731 android:protectionLevel="normal"
732 android:label="@string/permlab_wakeLock"
733 android:description="@string/permdesc_wakeLock" />
734
735 <!-- ==================================================== -->
736 <!-- Permissions related to changing audio settings -->
737 <!-- ==================================================== -->
738
739 <!-- Used for permissions that provide direct access to speaker settings
740 the device. -->
741 <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
742 android:label="@string/permgrouplab_audioSettings"
743 android:icon="@drawable/perm_group_audio_settings"
744 android:description="@string/permgroupdesc_audioSettings"
745 android:priority="130" />
746
747 <!-- Allows an application to modify global audio settings -->
748 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
749 android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
750 android:protectionLevel="normal"
751 android:label="@string/permlab_modifyAudioSettings"
752 android:description="@string/permdesc_modifyAudioSettings" />
753
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800754 <!-- ================================== -->
755 <!-- Permissions for accessing hardware -->
756 <!-- ================================== -->
757 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700758
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800759 <!-- Used for permissions that provide direct access to the hardware on
760 the device. This includes audio, the camera, vibrator, etc. -->
761 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
762 android:label="@string/permgrouplab_hardwareControls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700763 android:description="@string/permgroupdesc_hardwareControls"
764 android:priority="260"/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800765
Mike Lockwood02eb8742011-02-27 09:10:37 -0800766 <!-- Allows an application to manage preferences and permissions for USB devices
767 @hide -->
768 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400769 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800770 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800771 android:label="@string/permlab_manageUsb"
772 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400773
Mike Lockwood10bc1112011-01-10 08:24:08 -0500774 <!-- Allows an application to access the MTP USB kernel driver.
775 For use only by the device side MTP implementation.
776 @hide -->
777 <permission android:name="android.permission.ACCESS_MTP"
778 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800779 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500780 android:label="@string/permlab_accessMtp"
781 android:description="@string/permdesc_accessMtp" />
782
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800783 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
784 <permission android:name="android.permission.HARDWARE_TEST"
785 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
786 android:protectionLevel="signature"
787 android:label="@string/permlab_hardware_test"
788 android:description="@string/permdesc_hardware_test" />
789
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500790 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
791 @hide -->
792 <permission android:name="android.permission.NET_ADMIN"
793 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
794 android:protectionLevel="signature" />
795
Jeff Sharkey098d5802012-04-26 17:30:34 -0700796 <!-- Allows registration for remote audio playback. @hide -->
797 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
798 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
799 android:protectionLevel="signature" />
800
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800801 <!-- =========================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700802 <!-- Permissions associated with audio capture -->
803 <!-- =========================================== -->
804 <eat-comment />
805
806 <!-- Used for permissions that are associated with accessing
807 microphone audio from the device. Note that phone calls also capture audio
808 but are in a separate (more visible) permission group. -->
809 <permission-group android:name="android.permission-group.MICROPHONE"
810 android:label="@string/permgrouplab_microphone"
811 android:icon="@drawable/perm_group_microphone"
812 android:description="@string/permgroupdesc_microphone"
813 android:permissionGroupFlags="personalInfo"
814 android:priority="340" />
815
816 <!-- Allows an application to record audio -->
817 <permission android:name="android.permission.RECORD_AUDIO"
818 android:permissionGroup="android.permission-group.MICROPHONE"
819 android:protectionLevel="dangerous"
820 android:label="@string/permlab_recordAudio" />
821
822
823 <!-- =========================================== -->
824 <!-- Permissions associated with camera and image capture -->
825 <!-- =========================================== -->
826 <eat-comment />
827
828 <!-- Used for permissions that are associated with accessing
829 camera or capturing images/video from the device. -->
830 <permission-group android:name="android.permission-group.CAMERA"
831 android:label="@string/permgrouplab_camera"
832 android:icon="@drawable/perm_group_camera"
833 android:description="@string/permgroupdesc_camera"
834 android:permissionGroupFlags="personalInfo"
835 android:priority="350" />
836
837 <!-- Required to be able to access the camera device.
838 <p>This will automatically enforce the <a
839 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
840 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
841 If you do not require all camera features or can properly operate if a camera
842 is not available, then you must modify your manifest as appropriate in order to
843 install on devices that don't support all camera features.</p> -->
844 <permission android:name="android.permission.CAMERA"
845 android:permissionGroup="android.permission-group.CAMERA"
846 android:protectionLevel="dangerous"
847 android:label="@string/permlab_camera"
848 android:description="@string/permdesc_camera" />
849
850 <!-- =========================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800851 <!-- Permissions associated with telephony state -->
852 <!-- =========================================== -->
853 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700854
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800855 <!-- Used for permissions that are associated with accessing and modifyign
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700856 telephony state: placing calls, intercepting outgoing calls, reading
857 and modifying the phone state. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800858 <permission-group android:name="android.permission-group.PHONE_CALLS"
859 android:label="@string/permgrouplab_phoneCalls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700860 android:icon="@drawable/perm_group_phone_calls"
861 android:description="@string/permgroupdesc_phoneCalls"
862 android:permissionGroupFlags="personalInfo"
863 android:priority="370" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800864
865 <!-- Allows an application to monitor, modify, or abort outgoing
866 calls. -->
867 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
868 android:permissionGroup="android.permission-group.PHONE_CALLS"
869 android:protectionLevel="dangerous"
870 android:label="@string/permlab_processOutgoingCalls"
871 android:description="@string/permdesc_processOutgoingCalls" />
872
873 <!-- Allows modification of the telephony state - power on, mmi, etc.
874 Does not include placing calls. -->
875 <permission android:name="android.permission.MODIFY_PHONE_STATE"
876 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800877 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800878 android:label="@string/permlab_modifyPhoneState"
879 android:description="@string/permdesc_modifyPhoneState" />
880
881 <!-- Allows read only access to phone state. -->
882 <permission android:name="android.permission.READ_PHONE_STATE"
883 android:permissionGroup="android.permission-group.PHONE_CALLS"
884 android:protectionLevel="dangerous"
885 android:label="@string/permlab_readPhoneState"
886 android:description="@string/permdesc_readPhoneState" />
887
Jake Hamby463f2212011-07-21 17:55:53 -0700888 <!-- Allows read access to privileged phone state.
889 @hide Used internally. -->
890 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
891 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800892 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -0700893
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700894 <!-- Allows an application to initiate a phone call without going through
895 the Dialer user interface for the user to confirm the call
896 being placed. -->
897 <permission android:name="android.permission.CALL_PHONE"
898 android:permissionGroup="android.permission-group.PHONE_CALLS"
899 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700900 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700901 android:label="@string/permlab_callPhone"
902 android:description="@string/permdesc_callPhone" />
903
904 <!-- Allows an application to use SIP service -->
905 <permission android:name="android.permission.USE_SIP"
906 android:permissionGroup="android.permission-group.PHONE_CALLS"
907 android:protectionLevel="dangerous"
908 android:description="@string/permdesc_use_sip"
909 android:label="@string/permlab_use_sip" />
910
San Mehat29b57e62009-04-23 09:18:32 -0700911 <!-- ================================== -->
912 <!-- Permissions for sdcard interaction -->
913 <!-- ================================== -->
914 <eat-comment />
915
916 <!-- Group of permissions that are related to SD card access. -->
917 <permission-group android:name="android.permission-group.STORAGE"
918 android:label="@string/permgrouplab_storage"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700919 android:icon="@drawable/perm_group_storage"
920 android:description="@string/permgroupdesc_storage"
921 android:permissionGroupFlags="personalInfo"
922 android:priority="240" />
San Mehat29b57e62009-04-23 09:18:32 -0700923
Dianne Hackborn79245122012-03-12 10:51:26 -0700924 <!-- Allows an application to read from external storage -->
925 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700926 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn79245122012-03-12 10:51:26 -0700927 android:label="@string/permlab_sdcardRead"
928 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700929 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -0700930
San Mehat5a3a77d2009-06-01 09:25:28 -0700931 <!-- Allows an application to write to external storage -->
932 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700933 android:permissionGroup="android.permission-group.STORAGE"
934 android:label="@string/permlab_sdcardWrite"
935 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700936 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700937
Mike Lockwood1e23db42011-04-22 07:05:21 -0700938 <!-- Allows an application to write to internal media storage
939 @hide -->
940 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
941 android:permissionGroup="android.permission-group.STORAGE"
942 android:label="@string/permlab_mediaStorageWrite"
943 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -0800944 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -0700945
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700946 <!-- ================================== -->
947 <!-- Permissions for screenlock -->
948 <!-- ================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800949 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700950
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700951 <!-- Group of permissions that are related to the screenlock. -->
952 <permission-group android:name="android.permission-group.SCREENLOCK"
953 android:label="@string/permgrouplab_storage"
954 android:icon="@drawable/perm_group_screenlock"
955 android:permissionGroupFlags="personalInfo"
956 android:description="@string/permgroupdesc_storage"
957 android:priority="230" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800958
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700959 <!-- Allows applications to disable the keyguard -->
960 <permission android:name="android.permission.DISABLE_KEYGUARD"
961 android:permissionGroup="android.permission-group.SCREENLOCK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800962 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700963 android:description="@string/permdesc_disableKeyguard"
964 android:label="@string/permlab_disableKeyguard" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800965
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700966 <!-- ================================== -->
967 <!-- Permissions to access other installed applications -->
968 <!-- ================================== -->
969 <eat-comment />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800970
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700971 <!-- Group of permissions that are related to the other applications
972 installed on the system. Examples include such as listing
973 running apps, or killing background processes. -->
974 <permission-group android:name="android.permission-group.APP_INFO"
975 android:label="@string/permgrouplab_appInfo"
976 android:icon="@drawable/perm_group_app_info"
977 android:description="@string/permgroupdesc_appInfo"
978 android:priority="220" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800979
980 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -0700981 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800982 <permission android:name="android.permission.GET_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700983 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800984 android:protectionLevel="dangerous"
985 android:label="@string/permlab_getTasks"
986 android:description="@string/permdesc_getTasks" />
Dianne Hackborn8832c182012-09-17 17:20:24 -0700987 <!-- @hide Allows an application to call APIs that allow it to do interactions
Dianne Hackbornb4163a62012-08-02 18:31:26 -0700988 across the users on the device, using singleton services and
989 user-targeted broadcasts. This permission is not available to
990 third party applications. -->
991 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
992 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
993 android:protectionLevel="signature|system|development"
994 android:label="@string/permlab_interactAcrossUsers"
995 android:description="@string/permdesc_interactAcrossUsers" />
996
997 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
998 that removes restrictions on where broadcasts can be sent and allows other
999 types of interactions. -->
1000 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
1001 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1002 android:protectionLevel="signature"
1003 android:label="@string/permlab_interactAcrossUsersFull"
1004 android:description="@string/permdesc_interactAcrossUsersFull" />
1005
Dianne Hackborn8832c182012-09-17 17:20:24 -07001006 <!-- @hide Allows an application to call APIs that allow it to query and manage
Amith Yamasani2a003292012-08-14 18:25:45 -07001007 users on the device. This permission is not available to
1008 third party applications. -->
1009 <permission android:name="android.permission.MANAGE_USERS"
1010 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -07001011 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -07001012 android:label="@string/permlab_manageUsers"
1013 android:description="@string/permdesc_manageUsers" />
1014
Dianne Hackborn8238e712012-04-24 11:15:40 -07001015 <!-- Allows an application to get full detailed information about
1016 recently running tasks, with full fidelity to the real state.
1017 @hide -->
1018 <permission android:name="android.permission.GET_DETAILED_TASKS"
1019 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1020 android:protectionLevel="signature"
1021 android:label="@string/permlab_getDetailedTasks"
1022 android:description="@string/permdesc_getDetailedTasks" />
1023
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001024 <!-- Allows an application to change the Z-order of tasks -->
1025 <permission android:name="android.permission.REORDER_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001026 android:permissionGroup="android.permission-group.APP_INFO"
1027 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001028 android:label="@string/permlab_reorderTasks"
1029 android:description="@string/permdesc_reorderTasks" />
1030
Dianne Hackborn24a12102011-07-29 15:52:05 -07001031 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001032 <permission android:name="android.permission.REMOVE_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001033 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001034 android:protectionLevel="signature"
1035 android:label="@string/permlab_removeTasks"
1036 android:description="@string/permdesc_removeTasks" />
1037
Jeff Sharkey35be7562012-04-18 19:16:15 -07001038 <!-- Allows an application to start any activity, regardless of permission
1039 protection or exported state. @hide -->
1040 <permission android:name="android.permission.START_ANY_ACTIVITY"
1041 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1042 android:protectionLevel="signature"
1043 android:label="@string/permlab_startAnyActivity"
1044 android:description="@string/permdesc_startAnyActivity" />
1045
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001046 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1047 API is no longer supported. -->
1048 <permission android:name="android.permission.RESTART_PACKAGES"
1049 android:permissionGroup="android.permission-group.APP_INFO"
1050 android:protectionLevel="normal"
1051 android:label="@string/permlab_killBackgroundProcesses"
1052 android:description="@string/permdesc_killBackgroundProcesses" />
1053
1054 <!-- Allows an application to call
1055 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1056 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1057 android:permissionGroup="android.permission-group.APP_INFO"
1058 android:protectionLevel="normal"
1059 android:label="@string/permlab_killBackgroundProcesses"
1060 android:description="@string/permdesc_killBackgroundProcesses" />
1061
1062 <!-- ================================== -->
1063 <!-- Permissions affecting the display of other applications -->
1064 <!-- ================================== -->
1065 <eat-comment />
1066
1067 <!-- Group of permissions that allow manipulation of how
1068 another application displays UI to the user. -->
1069 <permission-group android:name="android.permission-group.DISPLAY"
1070 android:label="@string/permgrouplab_display"
1071 android:icon="@drawable/perm_group_display"
1072 android:description="@string/permgroupdesc_display"
1073 android:priority="190"/>
1074
1075 <!-- Allows an application to open windows using the type
1076 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1077 shown on top of all other applications. Very few applications
1078 should use this permission; these windows are intended for
1079 system-level interaction with the user. -->
1080 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1081 android:permissionGroup="android.permission-group.DISPLAY"
1082 android:protectionLevel="dangerous"
1083 android:label="@string/permlab_systemAlertWindow"
1084 android:description="@string/permdesc_systemAlertWindow" />
1085
1086 <!-- ================================== -->
1087 <!-- Permissions affecting the system wallpaper -->
1088 <!-- ================================== -->
1089 <eat-comment />
1090
1091 <!-- Group of permissions that allow manipulation of how
1092 another application displays UI to the user. -->
1093 <permission-group android:name="android.permission-group.WALLPAPER"
1094 android:label="@string/permgrouplab_wallpaper"
1095 android:icon="@drawable/perm_group_wallpaper"
1096 android:description="@string/permgroupdesc_wallpaper"
1097 android:priority="150" />
1098
1099 <!-- Allows applications to set the wallpaper -->
1100 <permission android:name="android.permission.SET_WALLPAPER"
1101 android:permissionGroup="android.permission-group.WALLPAPER"
1102 android:protectionLevel="normal"
1103 android:label="@string/permlab_setWallpaper"
1104 android:description="@string/permdesc_setWallpaper" />
1105
1106 <!-- Allows applications to set the wallpaper hints -->
1107 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1108 android:permissionGroup="android.permission-group.WALLPAPER"
1109 android:protectionLevel="normal"
1110 android:label="@string/permlab_setWallpaperHints"
1111 android:description="@string/permdesc_setWallpaperHints" />
1112
1113 <!-- ============================================ -->
1114 <!-- Permissions for changing the system clock -->
1115 <!-- ============================================ -->
1116 <eat-comment />
1117
1118 <!-- Group of permissions that are related to system clock. -->
1119 <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1120 android:label="@string/permgrouplab_systemClock"
1121 android:icon="@drawable/perm_group_system_clock"
1122 android:description="@string/permgroupdesc_systemClock"
1123 android:priority="140" />
1124
1125 <!-- Allows applications to set the system time -->
1126 <permission android:name="android.permission.SET_TIME"
1127 android:protectionLevel="signature|system"
1128 android:label="@string/permlab_setTime"
1129 android:description="@string/permdesc_setTime" />
1130
1131 <!-- Allows applications to set the system time zone -->
1132 <permission android:name="android.permission.SET_TIME_ZONE"
1133 android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1134 android:protectionLevel="normal"
1135 android:label="@string/permlab_setTimeZone"
1136 android:description="@string/permdesc_setTimeZone" />
1137
1138 <!-- ==================================================== -->
1139 <!-- Permissions related to changing status bar -->
1140 <!-- ==================================================== -->
1141
1142 <!-- Used for permissions that change the status bar -->
1143 <permission-group android:name="android.permission-group.STATUS_BAR"
1144 android:label="@string/permgrouplab_statusBar"
1145 android:icon="@drawable/perm_group_status_bar"
1146 android:description="@string/permgroupdesc_statusBar"
1147 android:priority="110" />
1148
1149 <!-- Allows an application to expand or collapse the status bar. -->
1150 <permission android:name="android.permission.EXPAND_STATUS_BAR"
1151 android:permissionGroup="android.permission-group.STATUS_BAR"
1152 android:protectionLevel="normal"
1153 android:label="@string/permlab_expandStatusBar"
1154 android:description="@string/permdesc_expandStatusBar" />
1155
1156 <!-- ==================================================== -->
1157 <!-- Permissions related to accessing sync settings -->
1158 <!-- ==================================================== -->
1159
1160 <!-- Used for permissions that access the sync settings or sync
1161 related information. -->
1162 <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1163 android:label="@string/permgrouplab_syncSettings"
1164 android:icon="@drawable/perm_group_sync_settings"
1165 android:description="@string/permgroupdesc_syncSettings"
1166 android:priority="120" />
1167
1168 <!-- Allows applications to read the sync settings -->
1169 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1170 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1171 android:protectionLevel="normal"
1172 android:description="@string/permdesc_readSyncSettings"
1173 android:label="@string/permlab_readSyncSettings" />
1174
1175 <!-- Allows applications to write the sync settings -->
1176 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1177 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1178 android:protectionLevel="normal"
1179 android:description="@string/permdesc_writeSyncSettings"
1180 android:label="@string/permlab_writeSyncSettings" />
1181
1182 <!-- Allows applications to read the sync stats -->
1183 <permission android:name="android.permission.READ_SYNC_STATS"
1184 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1185 android:protectionLevel="normal"
1186 android:description="@string/permdesc_readSyncStats"
1187 android:label="@string/permlab_readSyncStats" />
1188
1189
1190 <!-- ============================================ -->
1191 <!-- Permissions for low-level system interaction -->
1192 <!-- ============================================ -->
1193 <eat-comment />
1194
1195 <!-- Group of permissions that are related to system APIs. Many
1196 of these are not permissions the user will be expected to understand,
1197 and such permissions should generally be marked as "normal" protection
1198 level so they don't get displayed. This can also, however, be used
1199 for miscellaneous features that provide access to the operating system,
1200 such as writing the global system settings. -->
1201 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1202 android:label="@string/permgrouplab_systemTools"
1203 android:icon="@drawable/perm_group_system_tools"
1204 android:description="@string/permgroupdesc_systemTools"
1205 android:priority="100" />
1206
1207 <!-- @hide Change the screen compatibility mode of applications -->
1208 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1209 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1210 android:protectionLevel="signature"
1211 android:label="@string/permlab_setScreenCompatibility"
1212 android:description="@string/permdesc_setScreenCompatibility" />
1213
1214 <!-- Allows an application to access all multi-user external storage @hide -->
1215 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
1216 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1217 android:label="@string/permlab_sdcardAccessAll"
1218 android:description="@string/permdesc_sdcardAccessAll"
1219 android:protectionLevel="signature" />
1220
1221 <!-- Allows an application to modify the current configuration, such
1222 as locale. -->
1223 <permission android:name="android.permission.CHANGE_CONFIGURATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001224 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001225 android:protectionLevel="signature|system|development"
1226 android:label="@string/permlab_changeConfiguration"
1227 android:description="@string/permdesc_changeConfiguration" />
1228
1229 <!-- Allows an application to read or write the system settings. -->
1230 <permission android:name="android.permission.WRITE_SETTINGS"
1231 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1232 android:protectionLevel="normal"
1233 android:label="@string/permlab_writeSettings"
1234 android:description="@string/permdesc_writeSettings" />
1235
1236 <!-- Allows an application to modify the Google service map. -->
1237 <permission android:name="android.permission.WRITE_GSERVICES"
1238 android:protectionLevel="signature|system"
1239 android:label="@string/permlab_writeGservices"
1240 android:description="@string/permdesc_writeGservices" />
1241
Adrian Ludwig4c522352012-06-01 14:22:03 -07001242 <!-- @hide Change the screen compatibility mode of applications -->
1243 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1244 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1245 android:protectionLevel="signature"
1246 android:label="@string/permlab_setScreenCompatibility"
1247 android:description="@string/permdesc_setScreenCompatibility" />
1248
1249 <!-- Allows an application to modify the current configuration, such
1250 as locale. -->
1251 <permission android:name="android.permission.CHANGE_CONFIGURATION"
1252 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001253 android:protectionLevel="system|signature"
Adrian Ludwig4c522352012-06-01 14:22:03 -07001254 android:label="@string/permlab_changeConfiguration"
1255 android:description="@string/permdesc_changeConfiguration" />
1256
Dianne Hackborn03abb812010-01-04 18:43:19 -08001257 <!-- Allows an application to call
1258 {@link android.app.ActivityManager#forceStopPackage}.
1259 @hide -->
1260 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1261 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1262 android:protectionLevel="signature"
1263 android:label="@string/permlab_forceStopPackages"
1264 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001265
Dianne Hackborn24a12102011-07-29 15:52:05 -07001266 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001267 An active window is the window that has fired an accessibility event. -->
1268 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1269 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -08001270 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001271 android:label="@string/permlab_retrieve_window_content"
1272 android:description="@string/permdesc_retrieve_window_content" />
1273
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001274 <!-- Modify the global animation scaling factor. -->
1275 <permission android:name="android.permission.SET_ANIMATION_SCALE"
1276 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001277 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001278 android:label="@string/permlab_setAnimationScale"
1279 android:description="@string/permdesc_setAnimationScale" />
1280
Dianne Hackbornd3efa392010-09-01 17:34:12 -07001281 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001282 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001283 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001284 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001285 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001286 android:label="@string/permlab_persistentActivity"
1287 android:description="@string/permdesc_persistentActivity" />
1288
1289 <!-- Allows an application to find out the space used by any package. -->
1290 <permission android:name="android.permission.GET_PACKAGE_SIZE"
1291 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1292 android:protectionLevel="normal"
1293 android:label="@string/permlab_getPackageSize"
1294 android:description="@string/permdesc_getPackageSize" />
1295
Dianne Hackborna7ca0e52009-12-01 14:31:55 -08001296 <!-- @deprecated No longer useful, see
1297 {@link android.content.pm.PackageManager#addPackageToPreferred}
1298 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001299 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1300 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -08001301 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001302 android:label="@string/permlab_setPreferredApplications"
1303 android:description="@string/permdesc_setPreferredApplications" />
1304
1305 <!-- Allows an application to receive the
1306 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1307 broadcast after the system finishes booting. If you don't
1308 request this permission, you will not receive the broadcast at
1309 that time. Though holding this permission does not have any
1310 security implications, it can have a negative impact on the
1311 user experience by increasing the amount of time it takes the
1312 system to start and allowing applications to have themselves
1313 running without the user being aware of them. As such, you must
1314 explicitly declare your use of this facility to make that visible
1315 to the user. -->
1316 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001317 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001318 android:protectionLevel="normal"
1319 android:label="@string/permlab_receiveBootCompleted"
1320 android:description="@string/permdesc_receiveBootCompleted" />
1321
1322 <!-- Allows an application to broadcast sticky intents. These are
1323 broadcasts whose data is held by the system after being finished,
1324 so that clients can quickly retrieve that data without having
1325 to wait for the next broadcast. -->
1326 <permission android:name="android.permission.BROADCAST_STICKY"
1327 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1328 android:protectionLevel="normal"
1329 android:label="@string/permlab_broadcastSticky"
1330 android:description="@string/permdesc_broadcastSticky" />
1331
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001332 <!-- Allows mounting and unmounting file systems for removable storage. -->
1333 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1334 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001335 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001336 android:label="@string/permlab_mount_unmount_filesystems"
1337 android:description="@string/permdesc_mount_unmount_filesystems" />
1338
1339 <!-- Allows formatting file systems for removable storage. -->
1340 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1341 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001342 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001343 android:label="@string/permlab_mount_format_filesystems"
1344 android:description="@string/permdesc_mount_format_filesystems" />
1345
San Mehat02735bc2010-01-26 15:18:08 -08001346 <!-- Allows access to ASEC non-destructive API calls
1347 @hide -->
1348 <permission android:name="android.permission.ASEC_ACCESS"
1349 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001350 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001351 android:label="@string/permlab_asec_access"
1352 android:description="@string/permdesc_asec_access" />
1353
1354 <!-- Allows creation of ASEC volumes
1355 @hide -->
1356 <permission android:name="android.permission.ASEC_CREATE"
1357 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001358 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001359 android:label="@string/permlab_asec_create"
1360 android:description="@string/permdesc_asec_create" />
1361
1362 <!-- Allows destruction of ASEC volumes
1363 @hide -->
1364 <permission android:name="android.permission.ASEC_DESTROY"
1365 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001366 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001367 android:label="@string/permlab_asec_destroy"
1368 android:description="@string/permdesc_asec_destroy" />
1369
1370 <!-- Allows mount / unmount of ASEC volumes
1371 @hide -->
1372 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1373 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001374 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001375 android:label="@string/permlab_asec_mount_unmount"
1376 android:description="@string/permdesc_asec_mount_unmount" />
1377
1378 <!-- Allows rename of ASEC volumes
1379 @hide -->
1380 <permission android:name="android.permission.ASEC_RENAME"
1381 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001382 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001383 android:label="@string/permlab_asec_rename"
1384 android:description="@string/permdesc_asec_rename" />
1385
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001386 <!-- Allows applications to write the apn settings -->
1387 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1388 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001389 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001390 android:description="@string/permdesc_writeApnSettings"
1391 android:label="@string/permlab_writeApnSettings" />
1392
Fred Quintana60307342009-03-24 22:48:12 -07001393 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001394 ContentProvider. -->
1395 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1396 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1397 android:label="@string/permlab_subscribedFeedsRead"
1398 android:description="@string/permdesc_subscribedFeedsRead"
1399 android:protectionLevel="normal" />
1400 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1401 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1402 android:label="@string/permlab_subscribedFeedsWrite"
1403 android:description="@string/permdesc_subscribedFeedsWrite"
1404 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001405
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001406 <!-- Allows applications to change network connectivity state -->
1407 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001408 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001409 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001410 android:description="@string/permdesc_changeNetworkState"
1411 android:label="@string/permlab_changeNetworkState" />
1412
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001413 <!-- Allows an application to clear the caches of all installed
1414 applications on the device. -->
1415 <permission android:name="android.permission.CLEAR_APP_CACHE"
1416 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1417 android:protectionLevel="dangerous"
1418 android:label="@string/permlab_clearAppCache"
1419 android:description="@string/permdesc_clearAppCache" />
1420
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001421 <!-- Allows an application to use any media decoder when decoding for playback
1422 @hide -->
1423 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001424 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001425 android:label="@string/permlab_anyCodecForPlayback"
1426 android:description="@string/permdesc_anyCodecForPlayback" />
1427
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001428 <!-- ========================================= -->
1429 <!-- Permissions for special development tools -->
1430 <!-- ========================================= -->
1431 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001432
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001433 <!-- Group of permissions that are related to development features. These
1434 are not permissions that should appear in normal applications; they
1435 protect APIs that are intended only to be used for development
1436 purposes. -->
1437 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1438 android:label="@string/permgrouplab_developmentTools"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001439 android:description="@string/permgroupdesc_developmentTools"
1440 android:priority="310" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001441
Dianne Hackborne639da72012-02-21 15:11:13 -08001442 <!-- Allows an application to read or write the secure system settings. -->
1443 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1444 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1445 android:protectionLevel="signature|system|development"
1446 android:label="@string/permlab_writeSecureSettings"
1447 android:description="@string/permdesc_writeSecureSettings" />
1448
1449 <!-- Allows an application to retrieve state dump information from system
1450 services. -->
1451 <permission android:name="android.permission.DUMP"
1452 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1453 android:protectionLevel="signature|system|development"
1454 android:label="@string/permlab_dump"
1455 android:description="@string/permdesc_dump" />
1456
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001457 <!-- Allows an application to read the low-level system log files.
1458 Log entries can contain the user's private information,
1459 which is why this permission is not available to normal apps. -->
1460 <permission android:name="android.permission.READ_LOGS"
1461 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1462 android:protectionLevel="signature|system|development"
1463 android:label="@string/permlab_readLogs"
1464 android:description="@string/permdesc_readLogs" />
1465
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001466 <!-- Configure an application for debugging. -->
1467 <permission android:name="android.permission.SET_DEBUG_APP"
1468 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001469 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001470 android:label="@string/permlab_setDebugApp"
1471 android:description="@string/permdesc_setDebugApp" />
1472
1473 <!-- Allows an application to set the maximum number of (not needed)
1474 application processes that can be running. -->
1475 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1476 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001477 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001478 android:label="@string/permlab_setProcessLimit"
1479 android:description="@string/permdesc_setProcessLimit" />
1480
1481 <!-- Allows an application to control whether activities are immediately
1482 finished when put in the background. -->
1483 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1484 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001485 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001486 android:label="@string/permlab_setAlwaysFinish"
1487 android:description="@string/permdesc_setAlwaysFinish" />
1488
1489 <!-- Allow an application to request that a signal be sent to all persistent processes -->
1490 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1491 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001492 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001493 android:label="@string/permlab_signalPersistentProcesses"
1494 android:description="@string/permdesc_signalPersistentProcesses" />
1495
1496 <!-- ==================================== -->
1497 <!-- Private (signature-only) permissions -->
1498 <!-- ==================================== -->
1499 <eat-comment />
1500
1501 <!-- Allows applications to RW to diagnostic resources. -->
1502 <permission android:name="android.permission.DIAGNOSTIC"
1503 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1504 android:protectionLevel="signature"
1505 android:description="@string/permdesc_diagnostic"
1506 android:label="@string/permlab_diagnostic" />
1507
1508 <!-- Allows an application to open, close, or disable the status bar
1509 and its icons. -->
1510 <permission android:name="android.permission.STATUS_BAR"
1511 android:label="@string/permlab_statusBar"
1512 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001513 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001514
Joe Onorato8bc6c512010-06-04 16:21:12 -04001515 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1516 @hide -->
1517 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1518 android:label="@string/permlab_statusBarService"
1519 android:description="@string/permdesc_statusBarService"
1520 android:protectionLevel="signature" />
1521
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001522 <!-- Allows an application to force a BACK operation on whatever is the
1523 top activity. -->
1524 <permission android:name="android.permission.FORCE_BACK"
1525 android:label="@string/permlab_forceBack"
1526 android:description="@string/permdesc_forceBack"
1527 android:protectionLevel="signature" />
1528
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001529 <!-- Allows an application to update device statistics. Not for
1530 use by third party apps. -->
1531 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001532 android:label="@string/permlab_updateBatteryStats"
1533 android:description="@string/permdesc_updateBatteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001534 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001535
1536 <!-- Allows an application to open windows that are for use by parts
1537 of the system user interface. Not for use by third party apps. -->
1538 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1539 android:label="@string/permlab_internalSystemWindow"
1540 android:description="@string/permdesc_internalSystemWindow"
1541 android:protectionLevel="signature" />
1542
1543 <!-- Allows an application to manage (create, destroy,
1544 Z-order) application tokens in the window manager. This is only
1545 for use by the system. -->
1546 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1547 android:label="@string/permlab_manageAppTokens"
1548 android:description="@string/permdesc_manageAppTokens"
1549 android:protectionLevel="signature" />
1550
Dianne Hackborn9d9ece32012-09-10 15:33:52 -07001551 <!-- @hide Allows the application to temporarily freeze the screen for a
1552 full-screen transition. -->
1553 <permission android:name="android.permission.FREEZE_SCREEN"
1554 android:label="@string/permlab_freezeScreen"
1555 android:description="@string/permdesc_freezeScreen"
1556 android:protectionLevel="signature" />
1557
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001558 <!-- Allows an application to inject user events (keys, touch, trackball)
1559 into the event stream and deliver them to ANY window. Without this
1560 permission, you can only deliver events to windows in your own process.
1561 Very few applications should need to use this permission. -->
1562 <permission android:name="android.permission.INJECT_EVENTS"
1563 android:label="@string/permlab_injectEvents"
1564 android:description="@string/permdesc_injectEvents"
1565 android:protectionLevel="signature" />
1566
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001567 <!-- @hide Allows an application to register an input filter which filters the stream
1568 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1569 <permission android:name="android.permission.FILTER_EVENTS"
1570 android:label="@string/permlab_filter_events"
1571 android:description="@string/permdesc_filter_events"
1572 android:protectionLevel="signature" />
1573
1574 <!-- @hide Allows an application to retrieve info for a window from the window manager. -->
1575 <permission android:name="android.permission.RETRIEVE_WINDOW_INFO"
1576 android:label="@string/permlab_retrieve_window_info"
1577 android:description="@string/permdesc_retrieve_window_info"
1578 android:protectionLevel="signature" />
1579
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -07001580 <!-- @hide Allows an application to magnify the content of a display. -->
1581 <permission android:name="android.permission.MAGNIFY_DISPLAY"
1582 android:label="@string/permlab_magnify_display"
1583 android:description="@string/permdesc_magnify_display"
1584 android:protectionLevel="signature" />
1585
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001586 <!-- Allows an application to watch and control how activities are
1587 started globally in the system. Only for is in debugging
1588 (usually the monkey command). -->
1589 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1590 android:label="@string/permlab_runSetActivityWatcher"
1591 android:description="@string/permdesc_runSetActivityWatcher"
1592 android:protectionLevel="signature" />
1593
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001594 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001595 to put the higher-level system there into a shutdown state.
1596 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001597 <permission android:name="android.permission.SHUTDOWN"
1598 android:label="@string/permlab_shutdown"
1599 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001600 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001601
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001602 <!-- Allows an application to tell the activity manager to temporarily
1603 stop application switches, putting it into a special mode that
1604 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001605 critical UI such as the home screen.
1606 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001607 <permission android:name="android.permission.STOP_APP_SWITCHES"
1608 android:label="@string/permlab_stopAppSwitches"
1609 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001610 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001611
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001612 <!-- Allows an application to retrieve the current state of keys and
Jeff Brownac143512012-04-05 18:57:33 -07001613 switches. This is only for use by the system.
1614 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001615 <permission android:name="android.permission.READ_INPUT_STATE"
1616 android:label="@string/permlab_readInputState"
1617 android:description="@string/permdesc_readInputState"
1618 android:protectionLevel="signature" />
1619
Dianne Hackbornd6847842010-01-12 18:14:19 -08001620 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1621 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001622 <permission android:name="android.permission.BIND_INPUT_METHOD"
1623 android:label="@string/permlab_bindInputMethod"
1624 android:description="@string/permdesc_bindInputMethod"
1625 android:protectionLevel="signature" />
1626
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001627 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07001628 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001629 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
1630 android:label="@string/permlab_bindAccessibilityService"
1631 android:description="@string/permdesc_bindAccessibilityService"
1632 android:protectionLevel="signature" />
1633
satok988323c2011-06-22 16:38:13 +09001634 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1635 to ensure that only the system can bind to it. -->
1636 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1637 android:label="@string/permlab_bindTextService"
1638 android:description="@string/permdesc_bindTextService"
1639 android:protectionLevel="signature" />
1640
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001641 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001642 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001643 <permission android:name="android.permission.BIND_VPN_SERVICE"
1644 android:label="@string/permlab_bindVpnService"
1645 android:description="@string/permdesc_bindVpnService"
1646 android:protectionLevel="signature" />
1647
Dianne Hackbornd6847842010-01-12 18:14:19 -08001648 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1649 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001650 <permission android:name="android.permission.BIND_WALLPAPER"
1651 android:label="@string/permlab_bindWallpaper"
1652 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001653 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001654
Dianne Hackbornd6847842010-01-12 18:14:19 -08001655 <!-- Must be required by device administration receiver, to ensure that only the
1656 system can interact with it. -->
1657 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1658 android:label="@string/permlab_bindDeviceAdmin"
1659 android:description="@string/permdesc_bindDeviceAdmin"
1660 android:protectionLevel="signature" />
1661
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001662 <!-- Allows low-level access to setting the orientation (actually
1663 rotation) of the screen. Not for use by normal applications. -->
1664 <permission android:name="android.permission.SET_ORIENTATION"
1665 android:label="@string/permlab_setOrientation"
1666 android:description="@string/permdesc_setOrientation"
1667 android:protectionLevel="signature" />
1668
Jeff Brown1a84fd12011-06-02 01:26:32 -07001669 <!-- Allows low-level access to setting the pointer speed.
1670 Not for use by normal applications. -->
1671 <permission android:name="android.permission.SET_POINTER_SPEED"
1672 android:label="@string/permlab_setPointerSpeed"
1673 android:description="@string/permdesc_setPointerSpeed"
1674 android:protectionLevel="signature" />
1675
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001676 <!-- Allows low-level access to setting the keyboard layout.
Jeff Brown507f5582012-05-07 19:06:06 -07001677 Not for use by normal applications.
1678 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001679 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1680 android:label="@string/permlab_setKeyboardLayout"
1681 android:description="@string/permdesc_setKeyboardLayout"
1682 android:protectionLevel="signature" />
1683
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001684 <!-- Allows an application to install packages. -->
1685 <permission android:name="android.permission.INSTALL_PACKAGES"
1686 android:label="@string/permlab_installPackages"
1687 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001688 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001689
1690 <!-- Allows an application to clear user data -->
1691 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1692 android:label="@string/permlab_clearAppUserData"
1693 android:description="@string/permdesc_clearAppUserData"
1694 android:protectionLevel="signature" />
1695
1696 <!-- Allows an application to delete cache files. -->
1697 <permission android:name="android.permission.DELETE_CACHE_FILES"
1698 android:label="@string/permlab_deleteCacheFiles"
1699 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08001700 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001701
1702 <!-- Allows an application to delete packages. -->
1703 <permission android:name="android.permission.DELETE_PACKAGES"
1704 android:label="@string/permlab_deletePackages"
1705 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001706 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001707
Jeff Brownec7c78f2010-03-30 23:37:25 -07001708 <!-- Allows an application to move location of installed package.
1709 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001710 <permission android:name="android.permission.MOVE_PACKAGE"
1711 android:label="@string/permlab_movePackage"
1712 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08001713 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001714
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001715 <!-- Allows an application to change whether an application component (other than its own) is
1716 enabled or not. -->
1717 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1718 android:label="@string/permlab_changeComponentState"
1719 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08001720 android:protectionLevel="signature|system" />
1721
1722 <!-- @hide Allows an application to grant or revoke specific permissions. -->
1723 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1724 android:label="@string/permlab_grantRevokePermissions"
1725 android:description="@string/permdesc_grantRevokePermissions"
1726 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001727
1728 <!-- Allows an application to use SurfaceFlinger's low level features -->
1729 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1730 android:label="@string/permlab_accessSurfaceFlinger"
1731 android:description="@string/permdesc_accessSurfaceFlinger"
1732 android:protectionLevel="signature" />
1733
1734 <!-- Allows an application to take screen shots and more generally
1735 get access to the frame buffer data -->
1736 <permission android:name="android.permission.READ_FRAME_BUFFER"
1737 android:label="@string/permlab_readFrameBuffer"
1738 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08001739 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001740
Jeff Brown4b71e4e2012-09-07 17:41:02 -07001741 <!-- Allows an application to configure and connect to Wifi displays
1742 @hide -->
1743 <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
1744 android:label="@string/permlab_configureWifiDisplay"
1745 android:description="@string/permdesc_configureWifiDisplay"
1746 android:protectionLevel="signature" />
1747
1748 <!-- Allows an application to control low-level features of Wifi displays
1749 such as opening an RTSP socket. This permission should only be used
1750 by the display manager.
1751 @hide -->
1752 <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
1753 android:label="@string/permlab_controlWifiDisplay"
1754 android:description="@string/permdesc_controlWifiDisplay"
1755 android:protectionLevel="signature" />
1756
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001757 <!-- Required to be able to disable the device (very dangerous!). -->
1758 <permission android:name="android.permission.BRICK"
1759 android:label="@string/permlab_brick"
1760 android:description="@string/permdesc_brick"
1761 android:protectionLevel="signature" />
1762
1763 <!-- Required to be able to reboot the device. -->
1764 <permission android:name="android.permission.REBOOT"
1765 android:label="@string/permlab_reboot"
1766 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08001767 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001768
1769 <!-- Allows low-level access to power management -->
1770 <permission android:name="android.permission.DEVICE_POWER"
1771 android:label="@string/permlab_devicePower"
1772 android:description="@string/permdesc_devicePower"
1773 android:protectionLevel="signature" />
1774
Dianne Hackborn8832c182012-09-17 17:20:24 -07001775 <!-- @hide Allows low-level access to tun tap driver -->
fredc0f420372012-04-12 00:02:00 -07001776 <permission android:name="android.permission.NET_TUNNELING"
1777 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1778 android:protectionLevel="signature" />
1779
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001780 <!-- Run as a manufacturer test application, running as the root user.
1781 Only available when the device is running in manufacturer test mode. -->
1782 <permission android:name="android.permission.FACTORY_TEST"
1783 android:label="@string/permlab_factoryTest"
1784 android:description="@string/permdesc_factoryTest"
1785 android:protectionLevel="signature" />
1786
1787 <!-- Allows an application to broadcast a notification that an application
1788 package has been removed. -->
1789 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1790 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1791 android:label="@string/permlab_broadcastPackageRemoved"
1792 android:description="@string/permdesc_broadcastPackageRemoved"
1793 android:protectionLevel="signature" />
1794
1795 <!-- Allows an application to broadcast an SMS receipt notification -->
1796 <permission android:name="android.permission.BROADCAST_SMS"
1797 android:permissionGroup="android.permission-group.MESSAGES"
1798 android:label="@string/permlab_broadcastSmsReceived"
1799 android:description="@string/permdesc_broadcastSmsReceived"
1800 android:protectionLevel="signature" />
1801
1802 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1803 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1804 android:permissionGroup="android.permission-group.MESSAGES"
1805 android:label="@string/permlab_broadcastWapPush"
1806 android:description="@string/permdesc_broadcastWapPush"
1807 android:protectionLevel="signature" />
1808
1809 <permission android:name="android.permission.MASTER_CLEAR"
1810 android:label="@string/permlab_masterClear"
1811 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08001812 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001813
1814 <!-- Allows an application to call any phone number, including emergency
1815 numbers, without going through the Dialer user interface for the user
1816 to confirm the call being placed. -->
1817 <permission android:name="android.permission.CALL_PRIVILEGED"
1818 android:label="@string/permlab_callPrivileged"
1819 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08001820 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001821
Jim Miller767be5f2009-08-25 19:33:57 -07001822 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1823 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1824 android:label="@string/permlab_performCdmaProvisioning"
1825 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08001826 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07001827
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001828 <!-- Allows enabling/disabling location update notifications from
1829 the radio. Not for use by normal applications. -->
1830 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1831 android:label="@string/permlab_locationUpdates"
1832 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08001833 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001834
1835 <!-- Allows read/write access to the "properties" table in the checkin
1836 database, to change values that get uploaded. -->
1837 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1838 android:label="@string/permlab_checkinProperties"
1839 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08001840 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001841
1842 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001843 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001844 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1845 android:label="@string/permlab_pkgUsageStats"
1846 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001847 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001848
1849 <!-- Allows an application to collect battery statistics -->
1850 <permission android:name="android.permission.BATTERY_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001851 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001852 android:label="@string/permlab_batteryStats"
1853 android:description="@string/permdesc_batteryStats"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001854 android:protectionLevel="dangerous" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001855
Christopher Tate181fafa2009-05-14 11:12:14 -07001856 <!-- Allows an application to control the backup and restore process
1857 @hide pending API council -->
1858 <permission android:name="android.permission.BACKUP"
1859 android:label="@string/permlab_backup"
1860 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08001861 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001862
Christopher Tate4a627c72011-04-01 14:43:32 -07001863 <!-- Allows a package to launch the secure full-backup confirmation UI.
1864 ONLY the system process may hold this permission.
1865 @hide -->
1866 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
1867 android:label="@string/permlab_confirm_full_backup"
1868 android:description="@string/permdesc_confirm_full_backup"
1869 android:protectionLevel="signature" />
1870
Winson Chung81f39eb2011-01-11 18:05:01 -08001871 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1872 to ensure that only the system can bind to it. -->
1873 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1874 android:label="@string/permlab_bindRemoteViews"
1875 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08001876 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08001877
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001878 <!-- Allows an application to tell the AppWidget service which application
1879 can access AppWidget's data. The normal user flow is that a user
1880 picks an AppWidget to go into a particular host, thereby giving that
1881 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001882 An application that has this permission should honor that contract.
1883 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001884 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001885 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1886 android:label="@string/permlab_bindGadget"
1887 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08001888 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001889
Michael Jurka61a5b012012-04-13 10:39:45 -07001890 <!-- Internal permission allowing an application to query/set which
1891 applications can bind AppWidgets.
1892 @hide -->
1893 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
1894 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1895 android:protectionLevel="signature|system" />
1896
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001897 <!-- Allows applications to change the background data setting
1898 @hide pending API council -->
1899 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1900 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1901 android:protectionLevel="signature"
1902 android:description="@string/permdesc_changeBackgroundDataSetting"
1903 android:label="@string/permlab_changeBackgroundDataSetting" />
1904
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001905 <!-- This permission can be used on content providers to allow the global
1906 search system to access their data. Typically it used when the
1907 provider has some permissions protecting it (which global search
1908 would not be expected to hold), and added as a read-only permission
1909 to the path in the provider where global search queries are
1910 performed. This permission can not be held by regular applications;
1911 it is used by applications to protect themselves from everyone else
1912 besides global search. -->
1913 <permission android:name="android.permission.GLOBAL_SEARCH"
1914 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001915 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001916
1917 <!-- Internal permission protecting access to the global search
1918 system: ensures that only the system can access the provider
1919 to perform queries (since this otherwise provides unrestricted
1920 access to a variety of content providers), and to write the
1921 search statistics (to keep applications from gaming the source
1922 ranking).
1923 @hide -->
1924 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1925 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1926 android:protectionLevel="signature" />
1927
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001928 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001929 @hide XXX Change to signature once the picker is moved to its
1930 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001931 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1932 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001933 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001934
John Spurlockf4f6b4c2012-08-25 12:08:03 -04001935 <!-- Allows applications to read dream settings and dream state.
1936 @hide -->
1937 <permission android:name="android.permission.READ_DREAM_STATE"
1938 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1939 android:protectionLevel="signature" />
1940
1941 <!-- Allows applications to write dream settings, and start or stop dreaming.
1942 @hide -->
1943 <permission android:name="android.permission.WRITE_DREAM_STATE"
1944 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1945 android:protectionLevel="signature" />
1946
Jeff Brownec7c78f2010-03-30 23:37:25 -07001947 <!-- Allow an application to read and write the cache partition.
1948 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001949 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1950 android:label="@string/permlab_cache_filesystem"
1951 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08001952 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001953
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001954 <!-- Must be required by default container service so that only
1955 the system can bind to it and use it to copy
1956 protected data to secure containers or files
1957 accessible to the system.
1958 @hide -->
1959 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1960 android:label="@string/permlab_copyProtectedData"
1961 android:description="@string/permlab_copyProtectedData"
1962 android:protectionLevel="signature" />
1963
Jason parks8888c592011-01-20 22:46:41 -06001964 <!-- Internal permission protecting access to the encryption methods
1965 @hide
1966 -->
1967 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08001968 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06001969
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001970 <!-- Allows an application to read historical network usage for
1971 specific networks and applications. @hide -->
1972 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
1973 android:label="@string/permlab_readNetworkUsageHistory"
1974 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08001975 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001976
1977 <!-- Allows an application to manage network policies (such as warning and disable
1978 limits) and to define application-specific rules. @hide -->
1979 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
1980 android:label="@string/permlab_manageNetworkPolicy"
1981 android:description="@string/permdesc_manageNetworkPolicy"
1982 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06001983
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001984 <!-- Allows an application to account its network traffic against other UIDs. Used
1985 by system services like download manager and media server. Not for use by
1986 third party apps. @hide -->
1987 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
1988 android:label="@string/permlab_modifyNetworkAccounting"
1989 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08001990 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001991
Tom Taylorb0381682011-08-11 14:27:25 -07001992 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001993 @hide Used internally.
1994 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001995 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001996 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001997 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001998
Dianne Hackborn8832c182012-09-17 17:20:24 -07001999 <!-- @hide Package verifier needs to have this permission before the PackageManager will
Kenny Root5ab21572011-07-27 11:11:19 -07002000 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07002001 -->
2002 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
2003 android:label="@string/permlab_packageVerificationAgent"
2004 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08002005 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07002006
2007 <!-- Must be required by package verifier receiver, to ensure that only the
2008 system can interact with it.
2009 @hide
2010 -->
2011 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
2012 android:label="@string/permlab_bindPackageVerifier"
2013 android:description="@string/permdesc_bindPackageVerifier"
2014 android:protectionLevel="signature" />
2015
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002016 <!-- Allows applications to access serial ports via the SerialManager.
2017 @hide -->
2018 <permission android:name="android.permission.SERIAL_PORT"
2019 android:label="@string/permlab_serialPort"
2020 android:description="@string/permdesc_serialPort"
2021 android:protectionLevel="normal" />
2022
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002023 <!-- Allows the holder to access content providers from outside an ApplicationThread.
2024 This permission is enforced by the ActivityManagerService on the corresponding APIs,
2025 in particular ActivityManagerService#getContentProviderExternal(String) and
2026 ActivityManagerService#removeContentProviderExternal(String).
2027 @hide
2028 -->
2029 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
2030 android:label="@string/permlab_accessContentProvidersExternally"
2031 android:description="@string/permdesc_accessContentProvidersExternally"
2032 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08002033 <!-- Allows an application to hold an UpdateLock, recommending that a headless
2034 OTA reboot *not* occur while the lock is held.
2035 @hide -->
2036 <permission android:name="android.permission.UPDATE_LOCK"
2037 android:label="@string/permlab_updateLock"
2038 android:description="@string/permdesc_updateLock"
2039 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002040
Christopher Tate4a627c72011-04-01 14:43:32 -07002041 <!-- The system process is explicitly the only one allowed to launch the
2042 confirmation UI for full backup/restore -->
2043 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
2044
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002045 <application android:process="system"
2046 android:persistent="true"
2047 android:hasCode="false"
2048 android:label="@string/android_system_label"
2049 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07002050 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07002051 android:killAfterRestore="false"
Fabrice Di Meglio4497e0c2012-09-10 20:46:33 -07002052 android:icon="@drawable/ic_launcher_android"
2053 android:supportsRtl="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002054 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002055 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07002056 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002057 android:excludeFromRecents="true"
2058 android:multiprocess="true">
2059 <intent-filter>
2060 <action android:name="android.intent.action.CHOOSER" />
2061 <category android:name="android.intent.category.DEFAULT" />
2062 </intent-filter>
2063 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07002064 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002065 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07002066 android:label="@string/heavy_weight_switcher_title"
2067 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002068 android:excludeFromRecents="true"
2069 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07002070 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002071 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002072 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
2073 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002074 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08002075 <activity android:name="com.android.internal.app.DisableCarModeActivity"
2076 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002077 android:excludeFromRecents="true"
2078 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08002079 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002080
Fred Quintana33269202009-04-20 16:05:10 -07002081 <activity android:name="android.accounts.ChooseAccountActivity"
2082 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08002083 android:exported="true"
2084 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002085 android:label="@string/choose_account_label"
2086 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07002087 </activity>
2088
Fred Quintana1121bb52011-09-14 23:19:35 -07002089 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
2090 android:excludeFromRecents="true"
2091 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07002092 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002093 android:label="@string/choose_account_label"
2094 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07002095 </activity>
2096
2097 <activity android:name="android.accounts.ChooseAccountTypeActivity"
2098 android:excludeFromRecents="true"
Fred Quintanab04fe4e2011-09-16 21:17:21 -07002099 android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar"
Fred Quintana1121bb52011-09-14 23:19:35 -07002100 android:label="@string/choose_account_label"
2101 android:process=":ui">
2102 </activity>
2103
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002104 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
2105 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08002106 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002107 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
2108 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002109 </activity>
2110
Fred Quintanab19e62a2010-12-16 13:54:43 -08002111 <activity android:name="android.content.SyncActivityTooManyDeletes"
2112 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002113 android:label="@string/sync_too_many_deletes"
2114 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08002115 </activity>
2116
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002117 <activity android:name="com.android.server.ShutdownActivity"
2118 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07002119 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002120 <intent-filter>
2121 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2122 <category android:name="android.intent.category.DEFAULT" />
2123 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04002124 <intent-filter>
2125 <action android:name="android.intent.action.REBOOT" />
2126 <category android:name="android.intent.category.DEFAULT" />
2127 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002128 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08002129
Danke Xie22d1f9f2009-08-18 18:28:45 -04002130 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002131 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002132 android:excludeFromRecents="true"
2133 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04002134 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002135
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002136 <receiver android:name="com.android.server.BootReceiver" >
2137 <intent-filter>
2138 <action android:name="android.intent.action.BOOT_COMPLETED" />
2139 </intent-filter>
2140 </receiver>
2141
Geremy Condrab6310842012-08-23 22:00:15 -07002142 <receiver android:name="com.android.server.updates.CertPinInstallReceiver" >
2143 <intent-filter>
2144 <action android:name="android.intent.action.UPDATE_PINS" />
2145 </intent-filter>
2146 </receiver>
2147
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002148 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07002149 android:permission="android.permission.MASTER_CLEAR"
2150 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002151 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08002152 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2153 <action android:name="android.intent.action.MASTER_CLEAR" />
2154
2155 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002156 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002157 <category android:name="android.intent.category.MASTER_CLEAR" />
2158 </intent-filter>
2159 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07002160
2161 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2162 android:permission="android.permission.MASTER_CLEAR"
2163 android:exported="true" />
2164
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002165 </application>
2166
2167</manifest>