blob: 466fd24c39c5019c9313dc2b6fde82d7c23f885a [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" />
Amith Yamasani13593602012-03-22 16:16:17 -070067 <protected-broadcast android:name="android.intent.action.USER_SWITCHED" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070068
Dianne Hackborn7299c412010-03-04 18:41:49 -080069 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
70 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
71 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
72 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Debashish Chatterjeee53eba02011-08-04 14:12:58 +010073
Christopher Tate4cc86e12009-09-21 19:36:51 -070074 <protected-broadcast android:name="android.backup.intent.RUN" />
75 <protected-broadcast android:name="android.backup.intent.CLEAR" />
76 <protected-broadcast android:name="android.backup.intent.INIT" />
77
Nick Pelly72440a0e2009-09-15 17:21:10 -070078 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
79 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
80 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
81 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
82 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070083 <protected-broadcast android:name="android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -070084 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
85 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
86 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
87 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
88 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
89 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
90 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
91 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
92 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
93 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
94 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070095 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070096 <protected-broadcast
97 android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
98 <protected-broadcast
99 android:name="android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED" />
100 <protected-broadcast
101 android:name="android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" />
102 <protected-broadcast
103 android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED" />
104 <protected-broadcast
105 android:name="android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED" />
106 <protected-broadcast
107 android:name="android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED" />
108 <protected-broadcast
109 android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -0700110
Jeff Browne08ae382012-09-07 20:36:36 -0700111 <protected-broadcast android:name="android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED" />
112
Mike Lockwoodc4308f02011-03-01 08:04:54 -0800113 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
114 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
115 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
116 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
117 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -0400118
Mike Lockwood8f014052012-04-26 11:23:48 -0700119 <protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />
120 <protected-broadcast android:name="android.intent.action.ANALOG_AUDIO_DOCK_PLUG" />
121 <protected-broadcast android:name="android.intent.action.DIGITAL_AUDIO_DOCK_PLUG" />
122 <protected-broadcast android:name="android.intent.action.HDMI_AUDIO_PLUG" />
123 <protected-broadcast android:name="android.intent.action.USB_AUDIO_ACCESSORY_PLUG" />
124 <protected-broadcast android:name="android.intent.action.USB_AUDIO_DEVICE_PLUG" />
125
Jeff Sharkey961e3042011-08-29 16:02:57 -0700126 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
127 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
Haoyu Baidb3c8672012-06-20 14:29:57 -0700128 <protected-broadcast android:name="android.net.conn.DATA_ACTIVITY_CHANGE" />
Jeff Sharkey961e3042011-08-29 16:02:57 -0700129
Nick Pellyf36c6db2010-10-14 19:16:35 -0700130 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -0800131 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
132 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
133 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700134
Nick Pellyf36c6db2010-10-14 19:16:35 -0700135 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700136 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700137 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400138
Christopher Tate8662cab52012-02-23 14:59:36 -0800139 <protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
Nick Pellya64e2ad42011-03-14 10:28:11 -0700140
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800141 <!-- ====================================== -->
142 <!-- Permissions for things that cost money -->
143 <!-- ====================================== -->
144 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700145
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800146 <!-- Used for permissions that can be used to make the user spend money
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700147 without their direct involvement. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800148 <permission-group android:name="android.permission-group.COST_MONEY"
149 android:label="@string/permgrouplab_costMoney"
150 android:description="@string/permgroupdesc_costMoney" />
151
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800152 <!-- ================================== -->
153 <!-- Permissions for accessing messages -->
154 <!-- ================================== -->
155 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700156
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800157 <!-- Used for permissions that allow an application to send messages
158 on behalf of the user or intercept messages being received by the
159 user. This is primarily intended for SMS/MMS messaging, such as
160 receiving or reading an MMS. -->
161 <permission-group android:name="android.permission-group.MESSAGES"
162 android:label="@string/permgrouplab_messages"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700163 android:icon="@drawable/perm_group_messages"
164 android:description="@string/permgroupdesc_messages"
165 android:permissionGroupFlags="personalInfo"
166 android:priority="360"/>
167
168 <!-- Allows an application to send SMS messages. -->
169 <permission android:name="android.permission.SEND_SMS"
170 android:permissionGroup="android.permission-group.MESSAGES"
171 android:protectionLevel="dangerous"
172 android:label="@string/permlab_sendSms"
173 android:description="@string/permdesc_sendSms" />
174
175 <!-- Allows an application to send SMS messages via the Messaging app with no user
176 input or confirmation.
177 @hide -->
178 <permission android:name="android.permission.SEND_SMS_NO_CONFIRMATION"
179 android:permissionGroup="android.permission-group.MESSAGES"
180 android:protectionLevel="signature|system"
181 android:label="@string/permlab_sendSmsNoConfirmation"
182 android:description="@string/permdesc_sendSmsNoConfirmation" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800183
184 <!-- Allows an application to monitor incoming SMS messages, to record
185 or perform processing on them. -->
186 <permission android:name="android.permission.RECEIVE_SMS"
187 android:permissionGroup="android.permission-group.MESSAGES"
188 android:protectionLevel="dangerous"
189 android:label="@string/permlab_receiveSms"
190 android:description="@string/permdesc_receiveSms" />
191
192 <!-- Allows an application to monitor incoming MMS messages, to record
193 or perform processing on them. -->
194 <permission android:name="android.permission.RECEIVE_MMS"
195 android:permissionGroup="android.permission-group.MESSAGES"
196 android:protectionLevel="dangerous"
197 android:label="@string/permlab_receiveMms"
198 android:description="@string/permdesc_receiveMms" />
199
Jake Hambyab79ee42011-04-26 16:26:46 -0700200 <!-- Allows an application to receive emergency cell broadcast messages,
201 to record or display them to the user. Reserved for system apps.
202 @hide Pending API council approval -->
203 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
204 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800205 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700206 android:label="@string/permlab_receiveEmergencyBroadcast"
207 android:description="@string/permdesc_receiveEmergencyBroadcast" />
208
Jake Hambyc3296ff2012-04-18 12:32:18 -0700209 <!-- Allows an application to read previously received cell broadcast
210 messages and to register a content observer to get notifications when
211 a cell broadcast has been received and added to the database. For
212 emergency alerts, the database is updated immediately after the
213 alert dialog and notification sound/vibration/speech are presented.
214 The "read" column is then updated after the user dismisses the alert.
215 This enables supplementary emergency assistance apps to start loading
216 additional emergency information (if Internet access is available)
217 when the alert is first received, and to delay presenting the info
218 to the user until after the initial alert dialog is dismissed.
219 @hide Pending API council approval -->
220 <permission android:name="android.permission.READ_CELL_BROADCASTS"
221 android:permissionGroup="android.permission-group.MESSAGES"
222 android:protectionLevel="dangerous"
223 android:label="@string/permlab_readCellBroadcasts"
224 android:description="@string/permdesc_readCellBroadcasts" />
225
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800226 <!-- Allows an application to read SMS messages. -->
227 <permission android:name="android.permission.READ_SMS"
228 android:permissionGroup="android.permission-group.MESSAGES"
229 android:protectionLevel="dangerous"
230 android:label="@string/permlab_readSms"
231 android:description="@string/permdesc_readSms" />
232
233 <!-- Allows an application to write SMS messages. -->
234 <permission android:name="android.permission.WRITE_SMS"
235 android:permissionGroup="android.permission-group.MESSAGES"
236 android:protectionLevel="dangerous"
237 android:label="@string/permlab_writeSms"
238 android:description="@string/permdesc_writeSms" />
239
240 <!-- Allows an application to monitor incoming WAP push messages. -->
241 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
242 android:permissionGroup="android.permission-group.MESSAGES"
243 android:protectionLevel="dangerous"
244 android:label="@string/permlab_receiveWapPush"
245 android:description="@string/permdesc_receiveWapPush" />
246
247 <!-- =============================================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700248 <!-- Permissions for accessing social info (contacts and social) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800249 <!-- =============================================================== -->
250 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700251
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700252 <!-- Used for permissions that provide access to the user's social connections,
253 such as contacts, call logs, social stream, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800254 both reading and writing of this data (which should generally be
255 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700256
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700257 <permission-group android:name="android.permission-group.SOCIAL_INFO"
258 android:label="@string/permgrouplab_socialInfo"
259 android:icon="@drawable/perm_group_social_info"
260 android:description="@string/permgroupdesc_socialInfo"
261 android:permissionGroupFlags="personalInfo"
262 android:priority="320" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800263
264 <!-- Allows an application to read the user's contacts data. -->
265 <permission android:name="android.permission.READ_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700266 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800267 android:protectionLevel="dangerous"
268 android:label="@string/permlab_readContacts"
269 android:description="@string/permdesc_readContacts" />
270
271 <!-- Allows an application to write (but not read) the user's
272 contacts data. -->
273 <permission android:name="android.permission.WRITE_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700274 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800275 android:protectionLevel="dangerous"
276 android:label="@string/permlab_writeContacts"
277 android:description="@string/permdesc_writeContacts" />
278
Subir Jhanb603af612012-08-06 17:19:22 -0700279 <!-- Allows an application to execute contacts directory search.
280 This should only be used by ContactsProvider. -->
281 <!-- @hide -->
282 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
283 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700284 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700285
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700286 <!-- Allows an application to read the user's call log. -->
287 <permission android:name="android.permission.READ_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700288 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700289 android:protectionLevel="dangerous"
290 android:label="@string/permlab_readCallLog"
291 android:description="@string/permdesc_readCallLog" />
292
293 <!-- Allows an application to write (but not read) the user's
294 contacts data. -->
295 <permission android:name="android.permission.WRITE_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700296 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700297 android:protectionLevel="dangerous"
298 android:label="@string/permlab_writeCallLog"
299 android:description="@string/permdesc_writeCallLog" />
300
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700301 <!-- Allows an application to read from the user's social stream. -->
302 <permission android:name="android.permission.READ_SOCIAL_STREAM"
303 android:permissionGroup="android.permission-group.SOCIAL_INFO"
304 android:protectionLevel="dangerous"
305 android:label="@string/permlab_readSocialStream"
306 android:description="@string/permdesc_readSocialStream" />
307
308 <!-- Allows an application to write (but not read) the user's
309 social stream data. -->
310 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
311 android:permissionGroup="android.permission-group.SOCIAL_INFO"
312 android:protectionLevel="dangerous"
313 android:label="@string/permlab_writeSocialStream"
314 android:description="@string/permdesc_writeSocialStream" />
315
316 <!-- =============================================================== -->
317 <!-- Permissions for accessing information about the device owner -->
318 <!-- =============================================================== -->
319 <eat-comment />
320
321 <!-- Used for permissions that provide access to information about the device
322 user such as profile information. This includes both reading and
323 writing of this data (which should generally be expressed as two
324 distinct permissions). -->
325 <permission-group android:name="android.permission-group.PERSONAL_INFO"
326 android:label="@string/permgrouplab_personalInfo"
327 android:icon="@drawable/perm_group_personal_info"
328 android:description="@string/permgroupdesc_personalInfo"
329 android:permissionGroupFlags="personalInfo"
330 android:priority="310" />
331
Dave Santoro43251332011-05-11 11:39:54 -0700332 <!-- Allows an application to read the user's personal profile data. -->
333 <permission android:name="android.permission.READ_PROFILE"
334 android:permissionGroup="android.permission-group.PERSONAL_INFO"
335 android:protectionLevel="dangerous"
336 android:label="@string/permlab_readProfile"
337 android:description="@string/permdesc_readProfile" />
338
339 <!-- Allows an application to write (but not read) the user's
340 personal profile data. -->
341 <permission android:name="android.permission.WRITE_PROFILE"
342 android:permissionGroup="android.permission-group.PERSONAL_INFO"
343 android:protectionLevel="dangerous"
344 android:label="@string/permlab_writeProfile"
345 android:description="@string/permdesc_writeProfile" />
346
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700347 <!-- =============================================================== -->
348 <!-- Permissions for accessing the device calendar -->
349 <!-- =============================================================== -->
350 <eat-comment />
Dave Santoro0b61f592011-10-03 18:25:26 -0700351
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700352 <!-- Used for permissions that provide access to the device
353 calendar to create / view events.-->
354 <permission-group android:name="android.permission-group.CALENDAR"
355 android:label="@string/permgrouplab_calendar"
356 android:icon="@drawable/perm_group_calendar"
357 android:description="@string/permgroupdesc_calendar"
358 android:permissionGroupFlags="personalInfo"
359 android:priority="290" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700360
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800361 <!-- Allows an application to read the user's calendar data. -->
362 <permission android:name="android.permission.READ_CALENDAR"
363 android:permissionGroup="android.permission-group.PERSONAL_INFO"
364 android:protectionLevel="dangerous"
365 android:label="@string/permlab_readCalendar"
366 android:description="@string/permdesc_readCalendar" />
367
368 <!-- Allows an application to write (but not read) the user's
369 calendar data. -->
370 <permission android:name="android.permission.WRITE_CALENDAR"
371 android:permissionGroup="android.permission-group.PERSONAL_INFO"
372 android:protectionLevel="dangerous"
373 android:label="@string/permlab_writeCalendar"
374 android:description="@string/permdesc_writeCalendar" />
375
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700376 <!-- =============================================================== -->
377 <!-- Permissions for accessing the user dictionary-->
378 <!-- =============================================================== -->
379 <eat-comment />
380
381 <!-- Used for permissions that provide access to the user
382 calendar to create / view events.-->
383 <permission-group android:name="android.permission-group.USER_DICTIONARY"
384 android:label="@string/permgrouplab_dictionary"
385 android:icon="@drawable/perm_group_user_dictionary"
386 android:description="@string/permgroupdesc_dictionary"
387 android:permissionGroupFlags="personalInfo"
388 android:priority="170" />
389
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800390 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700391 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700392 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800393 <permission android:name="android.permission.READ_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700394 android:permissionGroup="android.permission-group.USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800395 android:protectionLevel="dangerous"
396 android:label="@string/permlab_readDictionary"
397 android:description="@string/permdesc_readDictionary" />
398
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700399 <!-- Used for permissions that provide access to the user
400 calendar to create / view events.-->
401 <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
402 android:label="@string/permgrouplab_writeDictionary"
403 android:icon="@drawable/perm_group_user_dictionary_write"
404 android:description="@string/permgroupdesc_writeDictionary"
405 android:permissionGroupFlags="personalInfo"
406 android:priority="160" />
407
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700408 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800409 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700410 android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800411 android:protectionLevel="normal"
412 android:label="@string/permlab_writeDictionary"
413 android:description="@string/permdesc_writeDictionary" />
414
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700415 <!-- =============================================================== -->
416 <!-- Permissions for accessing the user bookmarks -->
417 <!-- =============================================================== -->
418 <eat-comment />
419
420 <!-- Used for permissions that provide access to the user
421 bookmarks and browser history.-->
422 <permission-group android:name="android.permission-group.BOOKMARKS"
423 android:label="@string/permgrouplab_bookmarks"
424 android:icon="@drawable/perm_group_bookmarks"
425 android:description="@string/permgroupdesc_bookmarks"
426 android:permissionGroupFlags="personalInfo"
427 android:priority="300" />
428
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400429 <!-- Allows an application to read (but not write) the user's
430 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400431 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700432 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400433 android:label="@string/permlab_readHistoryBookmarks"
434 android:description="@string/permdesc_readHistoryBookmarks"
435 android:protectionLevel="dangerous" />
436
437 <!-- Allows an application to write (but not read) the user's
438 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400439 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700440 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400441 android:label="@string/permlab_writeHistoryBookmarks"
442 android:description="@string/permdesc_writeHistoryBookmarks"
443 android:protectionLevel="dangerous" />
444
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700445 <!-- =============================================================== -->
446 <!-- Permissions for setting the device alarm -->
447 <!-- =============================================================== -->
448 <eat-comment />
449
450 <!-- Used for permissions that provide access to the user voicemail box. -->
451 <permission-group android:name="android.permission-group.DEVICE_ALARMS"
452 android:label="@string/permgrouplab_deviceAlarms"
453 android:icon="@drawable/perm_group_device_alarms"
454 android:description="@string/permgroupdesc_deviceAlarms"
455 android:permissionGroupFlags="personalInfo"
456 android:priority="210" />
457
Patrick Scotta73c4b02010-09-22 08:16:53 -0400458 <!-- Allows an application to broadcast an Intent to set an alarm for the
459 user. -->
460 <permission android:name="com.android.alarm.permission.SET_ALARM"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700461 android:permissionGroup="android.permission-group.DEVICE_ALARMS"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400462 android:label="@string/permlab_setAlarm"
463 android:description="@string/permdesc_setAlarm"
464 android:protectionLevel="normal" />
465
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700466 <!-- =============================================================== -->
467 <!-- Permissions for accessing the user voicemail -->
468 <!-- =============================================================== -->
469 <eat-comment />
470
471 <!-- Used for permissions that provide access to the user voicemail box. -->
472 <permission-group android:name="android.permission-group.VOICEMAIL"
473 android:label="@string/permgrouplab_voicemail"
474 android:icon="@drawable/perm_group_voicemail"
475 android:description="@string/permgroupdesc_voicemail"
476 android:permissionGroupFlags="personalInfo"
477 android:priority="280" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700478
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100479 <!-- Allows an application to add voicemails into the system. -->
480 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700481 android:permissionGroup="android.permission-group.VOICEMAIL"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100482 android:protectionLevel="dangerous"
483 android:label="@string/permlab_addVoicemail"
484 android:description="@string/permdesc_addVoicemail" />
485
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800486 <!-- ======================================= -->
487 <!-- Permissions for accessing location info -->
488 <!-- ======================================= -->
489 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700490
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800491 <!-- Used for permissions that allow access to the user's current
492 location. -->
493 <permission-group android:name="android.permission-group.LOCATION"
494 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700495 android:icon="@drawable/perm_group_location"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700496 android:description="@string/permgroupdesc_location"
497 android:permissionGroupFlags="personalInfo"
498 android:priority="330" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800499
500 <!-- Allows an application to access fine (e.g., GPS) location -->
501 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
502 android:permissionGroup="android.permission-group.LOCATION"
503 android:protectionLevel="dangerous"
504 android:label="@string/permlab_accessFineLocation"
505 android:description="@string/permdesc_accessFineLocation" />
506
507 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
508 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
509 android:permissionGroup="android.permission-group.LOCATION"
510 android:protectionLevel="dangerous"
511 android:label="@string/permlab_accessCoarseLocation"
512 android:description="@string/permdesc_accessCoarseLocation" />
513
514 <!-- Allows an application to create mock location providers for testing -->
515 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
516 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700517 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800518 android:label="@string/permlab_accessMockLocation"
519 android:description="@string/permdesc_accessMockLocation" />
520
521 <!-- Allows an application to access extra location provider commands -->
522 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
523 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700524 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800525 android:label="@string/permlab_accessLocationExtraCommands"
526 android:description="@string/permdesc_accessLocationExtraCommands" />
527
Mike Lockwood275555c2009-05-01 11:30:34 -0400528 <!-- Allows an application to install a location provider into the Location Manager -->
529 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800530 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400531 android:label="@string/permlab_installLocationProvider"
532 android:description="@string/permdesc_installLocationProvider" />
533
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800534 <!-- ======================================= -->
535 <!-- Permissions for accessing networks -->
536 <!-- ======================================= -->
537 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700538
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800539 <!-- Used for permissions that provide access to networking services. The
540 main permission here is internet access, but this is also an
541 appropriate group for accessing or modifying any network configuration
542 or other related network operations. -->
543 <permission-group android:name="android.permission-group.NETWORK"
544 android:label="@string/permgrouplab_network"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700545 android:icon="@drawable/perm_group_network"
546 android:description="@string/permgroupdesc_network"
547 android:priority="270" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800548
549 <!-- Allows applications to open network sockets. -->
550 <permission android:name="android.permission.INTERNET"
551 android:permissionGroup="android.permission-group.NETWORK"
552 android:protectionLevel="dangerous"
553 android:description="@string/permdesc_createNetworkSockets"
554 android:label="@string/permlab_createNetworkSockets" />
555
556 <!-- Allows applications to access information about networks -->
557 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
558 android:permissionGroup="android.permission-group.NETWORK"
559 android:protectionLevel="normal"
560 android:description="@string/permdesc_accessNetworkState"
561 android:label="@string/permlab_accessNetworkState" />
562
563 <!-- Allows applications to access information about Wi-Fi networks -->
564 <permission android:name="android.permission.ACCESS_WIFI_STATE"
565 android:permissionGroup="android.permission-group.NETWORK"
566 android:protectionLevel="normal"
567 android:description="@string/permdesc_accessWifiState"
568 android:label="@string/permlab_accessWifiState" />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700569
570 <!-- Allows applications to change Wi-Fi connectivity state -->
571 <permission android:name="android.permission.CHANGE_WIFI_STATE"
572 android:permissionGroup="android.permission-group.NETWORK"
573 android:protectionLevel="dangerous"
574 android:description="@string/permdesc_changeWifiState"
575 android:label="@string/permlab_changeWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700576
Robert Greenwalt8588e472011-11-08 10:12:25 -0800577 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900578 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
579 android:permissionGroup="android.permission-group.NETWORK"
580 android:protectionLevel="normal"
581 android:description="@string/permdesc_accessWimaxState"
582 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700583
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700584 <!-- @hide -->
585 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700586 android:permissionGroup="android.permission-group.NETWORK"
587 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700588 android:description="@string/permdesc_changeWimaxState"
589 android:label="@string/permlab_changeWimaxState" />
590
591 <!-- ======================================= -->
592 <!-- Permissions for short range, peripheral networks -->
593 <!-- ======================================= -->
594 <eat-comment />
595
596 <!-- Used for permissions that provide access to other devices through Bluetooth.-->
597 <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
598 android:label="@string/permgrouplab_bluetoothNetwork"
599 android:icon="@drawable/perm_group_bluetooth"
600 android:description="@string/permgroupdesc_bluetoothNetwork"
601 android:priority="260" />
602
603 <!-- Allows applications to connect to paired bluetooth devices -->
604 <permission android:name="android.permission.BLUETOOTH"
605 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
606 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800607 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700608 android:label="@string/permlab_bluetooth" />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700609
610 <!-- Allows applications to discover and pair bluetooth devices -->
611 <permission android:name="android.permission.BLUETOOTH_ADMIN"
612 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
613 android:protectionLevel="dangerous"
614 android:description="@string/permdesc_bluetoothAdmin"
615 android:label="@string/permlab_bluetoothAdmin" />
616
617 <!-- Used for permissions that provide access to network services that
618 are for peripherals and other nearby devices. These networks
619 generally do not provide IP based networking or internet access.-->
620 <permission-group android:name="android.permission-group.SHORTRANGE_NETWORK"
621 android:label="@string/permgrouplab_shortrangeNetwork"
622 android:icon="@drawable/perm_group_shortrange_network"
623 android:description="@string/permgroupdesc_shortrangeNetwork"
624 android:priority="250" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700625
Nick Pelly1df862a2011-02-15 13:34:38 -0800626 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700627 <permission android:name="android.permission.NFC"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700628 android:permissionGroup="android.permission-group.SHORTRANGE_NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700629 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700630 android:description="@string/permdesc_nfc"
631 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700632
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700633 <!-- Allows an internal user to use privileged ConnectivityManager
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700634 APIs.
635 @hide -->
636 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
637 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800638 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700639
Haoyu Baidb3c8672012-06-20 14:29:57 -0700640 <!-- @hide -->
641 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
642 android:permissionGroup="android.permission-group.NETWORK"
643 android:protectionLevel="signature|system" />
644
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800645 <!-- ================================== -->
646 <!-- Permissions for accessing accounts -->
647 <!-- ================================== -->
648 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700649
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700650 <!-- Permissions for direct access to the accounts managed
651 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800652 <permission-group android:name="android.permission-group.ACCOUNTS"
653 android:label="@string/permgrouplab_accounts"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700654 android:icon="@drawable/perm_group_accounts"
655 android:description="@string/permgroupdesc_accounts"
656 android:permissionGroupFlags="personalInfo"
657 android:priority="200" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800658
659 <!-- Allows access to the list of accounts in the Accounts Service -->
660 <permission android:name="android.permission.GET_ACCOUNTS"
661 android:permissionGroup="android.permission-group.ACCOUNTS"
662 android:protectionLevel="normal"
663 android:description="@string/permdesc_getAccounts"
664 android:label="@string/permlab_getAccounts" />
665
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700666 <!-- Allows an application to act as an AccountAuthenticator for
667 the AccountManager -->
668 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
669 android:permissionGroup="android.permission-group.ACCOUNTS"
670 android:protectionLevel="dangerous"
671 android:label="@string/permlab_authenticateAccounts"
672 android:description="@string/permdesc_authenticateAccounts" />
673
674 <!-- Allows an application to request authtokens from the AccountManager -->
675 <permission android:name="android.permission.USE_CREDENTIALS"
676 android:permissionGroup="android.permission-group.ACCOUNTS"
677 android:protectionLevel="dangerous"
678 android:label="@string/permlab_useCredentials"
679 android:description="@string/permdesc_useCredentials" />
680
681 <!-- Allows an application to manage the list of accounts in the AccountManager -->
682 <permission android:name="android.permission.MANAGE_ACCOUNTS"
683 android:permissionGroup="android.permission-group.ACCOUNTS"
684 android:protectionLevel="dangerous"
685 android:label="@string/permlab_manageAccounts"
686 android:description="@string/permdesc_manageAccounts" />
687
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700688 <!-- Allows applications to call into AccountAuthenticators. Only
689 the system can get this permission. -->
690 <permission android:name="android.permission.ACCOUNT_MANAGER"
691 android:permissionGroup="android.permission-group.ACCOUNTS"
692 android:protectionLevel="signature"
693 android:description="@string/permdesc_accountManagerService"
694 android:label="@string/permlab_accountManagerService" />
695
696 <!-- ================================== -->
697 <!-- Permissions for accessing hardware that may effect battery life-->
698 <!-- ================================== -->
699 <eat-comment />
700
701 <!-- Used for permissions that provide direct access to the hardware on
702 the device that has an effect on battery life. This includes vibrator,
703 flashlight, etc. -->
704
705 <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
706 android:label="@string/permgrouplab_affectsBattery"
707 android:icon="@drawable/perm_group_affects_battery"
708 android:description="@string/permgroupdesc_affectsBattery"
709 android:priority="180" />
710
711 <!-- Allows applications to enter Wi-Fi Multicast mode -->
712 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
713 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
714 android:protectionLevel="dangerous"
715 android:description="@string/permdesc_changeWifiMulticastState"
716 android:label="@string/permlab_changeWifiMulticastState" />
717
718 <!-- Allows access to the vibrator -->
719 <permission android:name="android.permission.VIBRATE"
720 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
721 android:protectionLevel="normal"
722 android:label="@string/permlab_vibrate"
723 android:description="@string/permdesc_vibrate" />
724
725 <!-- Allows access to the flashlight -->
726 <permission android:name="android.permission.FLASHLIGHT"
727 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
728 android:protectionLevel="normal"
729 android:label="@string/permlab_flashlight"
730 android:description="@string/permdesc_flashlight" />
731
732 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
733 from dimming -->
734 <permission android:name="android.permission.WAKE_LOCK"
735 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
736 android:protectionLevel="normal"
737 android:label="@string/permlab_wakeLock"
738 android:description="@string/permdesc_wakeLock" />
739
740 <!-- ==================================================== -->
741 <!-- Permissions related to changing audio settings -->
742 <!-- ==================================================== -->
743
744 <!-- Used for permissions that provide direct access to speaker settings
745 the device. -->
746 <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
747 android:label="@string/permgrouplab_audioSettings"
748 android:icon="@drawable/perm_group_audio_settings"
749 android:description="@string/permgroupdesc_audioSettings"
750 android:priority="130" />
751
752 <!-- Allows an application to modify global audio settings -->
753 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
754 android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
755 android:protectionLevel="normal"
756 android:label="@string/permlab_modifyAudioSettings"
757 android:description="@string/permdesc_modifyAudioSettings" />
758
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800759 <!-- ================================== -->
760 <!-- Permissions for accessing hardware -->
761 <!-- ================================== -->
762 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700763
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800764 <!-- Used for permissions that provide direct access to the hardware on
765 the device. This includes audio, the camera, vibrator, etc. -->
766 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
767 android:label="@string/permgrouplab_hardwareControls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700768 android:description="@string/permgroupdesc_hardwareControls"
769 android:priority="260"/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800770
Mike Lockwood02eb8742011-02-27 09:10:37 -0800771 <!-- Allows an application to manage preferences and permissions for USB devices
772 @hide -->
773 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400774 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800775 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800776 android:label="@string/permlab_manageUsb"
777 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400778
Mike Lockwood10bc1112011-01-10 08:24:08 -0500779 <!-- Allows an application to access the MTP USB kernel driver.
780 For use only by the device side MTP implementation.
781 @hide -->
782 <permission android:name="android.permission.ACCESS_MTP"
783 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800784 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500785 android:label="@string/permlab_accessMtp"
786 android:description="@string/permdesc_accessMtp" />
787
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800788 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
789 <permission android:name="android.permission.HARDWARE_TEST"
790 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
791 android:protectionLevel="signature"
792 android:label="@string/permlab_hardware_test"
793 android:description="@string/permdesc_hardware_test" />
794
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500795 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
796 @hide -->
797 <permission android:name="android.permission.NET_ADMIN"
798 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
799 android:protectionLevel="signature" />
800
Jeff Sharkey098d5802012-04-26 17:30:34 -0700801 <!-- Allows registration for remote audio playback. @hide -->
802 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
803 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
804 android:protectionLevel="signature" />
805
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800806 <!-- =========================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700807 <!-- Permissions associated with audio capture -->
808 <!-- =========================================== -->
809 <eat-comment />
810
811 <!-- Used for permissions that are associated with accessing
812 microphone audio from the device. Note that phone calls also capture audio
813 but are in a separate (more visible) permission group. -->
814 <permission-group android:name="android.permission-group.MICROPHONE"
815 android:label="@string/permgrouplab_microphone"
816 android:icon="@drawable/perm_group_microphone"
817 android:description="@string/permgroupdesc_microphone"
818 android:permissionGroupFlags="personalInfo"
819 android:priority="340" />
820
821 <!-- Allows an application to record audio -->
822 <permission android:name="android.permission.RECORD_AUDIO"
823 android:permissionGroup="android.permission-group.MICROPHONE"
824 android:protectionLevel="dangerous"
825 android:label="@string/permlab_recordAudio" />
826
827
828 <!-- =========================================== -->
829 <!-- Permissions associated with camera and image capture -->
830 <!-- =========================================== -->
831 <eat-comment />
832
833 <!-- Used for permissions that are associated with accessing
834 camera or capturing images/video from the device. -->
835 <permission-group android:name="android.permission-group.CAMERA"
836 android:label="@string/permgrouplab_camera"
837 android:icon="@drawable/perm_group_camera"
838 android:description="@string/permgroupdesc_camera"
839 android:permissionGroupFlags="personalInfo"
840 android:priority="350" />
841
842 <!-- Required to be able to access the camera device.
843 <p>This will automatically enforce the <a
844 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
845 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
846 If you do not require all camera features or can properly operate if a camera
847 is not available, then you must modify your manifest as appropriate in order to
848 install on devices that don't support all camera features.</p> -->
849 <permission android:name="android.permission.CAMERA"
850 android:permissionGroup="android.permission-group.CAMERA"
851 android:protectionLevel="dangerous"
852 android:label="@string/permlab_camera"
853 android:description="@string/permdesc_camera" />
854
855 <!-- =========================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800856 <!-- Permissions associated with telephony state -->
857 <!-- =========================================== -->
858 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700859
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800860 <!-- Used for permissions that are associated with accessing and modifyign
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700861 telephony state: placing calls, intercepting outgoing calls, reading
862 and modifying the phone state. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800863 <permission-group android:name="android.permission-group.PHONE_CALLS"
864 android:label="@string/permgrouplab_phoneCalls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700865 android:icon="@drawable/perm_group_phone_calls"
866 android:description="@string/permgroupdesc_phoneCalls"
867 android:permissionGroupFlags="personalInfo"
868 android:priority="370" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800869
870 <!-- Allows an application to monitor, modify, or abort outgoing
871 calls. -->
872 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
873 android:permissionGroup="android.permission-group.PHONE_CALLS"
874 android:protectionLevel="dangerous"
875 android:label="@string/permlab_processOutgoingCalls"
876 android:description="@string/permdesc_processOutgoingCalls" />
877
878 <!-- Allows modification of the telephony state - power on, mmi, etc.
879 Does not include placing calls. -->
880 <permission android:name="android.permission.MODIFY_PHONE_STATE"
881 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800882 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800883 android:label="@string/permlab_modifyPhoneState"
884 android:description="@string/permdesc_modifyPhoneState" />
885
886 <!-- Allows read only access to phone state. -->
887 <permission android:name="android.permission.READ_PHONE_STATE"
888 android:permissionGroup="android.permission-group.PHONE_CALLS"
889 android:protectionLevel="dangerous"
890 android:label="@string/permlab_readPhoneState"
891 android:description="@string/permdesc_readPhoneState" />
892
Jake Hamby463f2212011-07-21 17:55:53 -0700893 <!-- Allows read access to privileged phone state.
894 @hide Used internally. -->
895 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
896 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800897 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -0700898
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700899 <!-- Allows an application to initiate a phone call without going through
900 the Dialer user interface for the user to confirm the call
901 being placed. -->
902 <permission android:name="android.permission.CALL_PHONE"
903 android:permissionGroup="android.permission-group.PHONE_CALLS"
904 android:protectionLevel="dangerous"
905 android:label="@string/permlab_callPhone"
906 android:description="@string/permdesc_callPhone" />
907
908 <!-- Allows an application to use SIP service -->
909 <permission android:name="android.permission.USE_SIP"
910 android:permissionGroup="android.permission-group.PHONE_CALLS"
911 android:protectionLevel="dangerous"
912 android:description="@string/permdesc_use_sip"
913 android:label="@string/permlab_use_sip" />
914
San Mehat29b57e62009-04-23 09:18:32 -0700915 <!-- ================================== -->
916 <!-- Permissions for sdcard interaction -->
917 <!-- ================================== -->
918 <eat-comment />
919
920 <!-- Group of permissions that are related to SD card access. -->
921 <permission-group android:name="android.permission-group.STORAGE"
922 android:label="@string/permgrouplab_storage"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700923 android:icon="@drawable/perm_group_storage"
924 android:description="@string/permgroupdesc_storage"
925 android:permissionGroupFlags="personalInfo"
926 android:priority="240" />
San Mehat29b57e62009-04-23 09:18:32 -0700927
Dianne Hackborn79245122012-03-12 10:51:26 -0700928 <!-- Allows an application to read from external storage -->
929 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700930 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborn79245122012-03-12 10:51:26 -0700931 android:label="@string/permlab_sdcardRead"
932 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700933 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -0700934
San Mehat5a3a77d2009-06-01 09:25:28 -0700935 <!-- Allows an application to write to external storage -->
936 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700937 android:permissionGroup="android.permission-group.STORAGE"
938 android:label="@string/permlab_sdcardWrite"
939 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700940 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700941
Mike Lockwood1e23db42011-04-22 07:05:21 -0700942 <!-- Allows an application to write to internal media storage
943 @hide -->
944 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
945 android:permissionGroup="android.permission-group.STORAGE"
946 android:label="@string/permlab_mediaStorageWrite"
947 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -0800948 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -0700949
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700950 <!-- ================================== -->
951 <!-- Permissions for screenlock -->
952 <!-- ================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800953 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700954
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700955 <!-- Group of permissions that are related to the screenlock. -->
956 <permission-group android:name="android.permission-group.SCREENLOCK"
957 android:label="@string/permgrouplab_storage"
958 android:icon="@drawable/perm_group_screenlock"
959 android:permissionGroupFlags="personalInfo"
960 android:description="@string/permgroupdesc_storage"
961 android:priority="230" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800962
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700963 <!-- Allows applications to disable the keyguard -->
964 <permission android:name="android.permission.DISABLE_KEYGUARD"
965 android:permissionGroup="android.permission-group.SCREENLOCK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800966 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700967 android:description="@string/permdesc_disableKeyguard"
968 android:label="@string/permlab_disableKeyguard" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800969
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700970 <!-- ================================== -->
971 <!-- Permissions to access other installed applications -->
972 <!-- ================================== -->
973 <eat-comment />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800974
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700975 <!-- Group of permissions that are related to the other applications
976 installed on the system. Examples include such as listing
977 running apps, or killing background processes. -->
978 <permission-group android:name="android.permission-group.APP_INFO"
979 android:label="@string/permgrouplab_appInfo"
980 android:icon="@drawable/perm_group_app_info"
981 android:description="@string/permgroupdesc_appInfo"
982 android:priority="220" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800983
984 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -0700985 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800986 <permission android:name="android.permission.GET_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700987 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800988 android:protectionLevel="dangerous"
989 android:label="@string/permlab_getTasks"
990 android:description="@string/permdesc_getTasks" />
Dianne Hackbornb4163a62012-08-02 18:31:26 -0700991 <!-- Allows an application to call APIs that allow it to do interactions
992 across the users on the device, using singleton services and
993 user-targeted broadcasts. This permission is not available to
994 third party applications. -->
995 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
996 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
997 android:protectionLevel="signature|system|development"
998 android:label="@string/permlab_interactAcrossUsers"
999 android:description="@string/permdesc_interactAcrossUsers" />
1000
1001 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
1002 that removes restrictions on where broadcasts can be sent and allows other
1003 types of interactions. -->
1004 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
1005 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1006 android:protectionLevel="signature"
1007 android:label="@string/permlab_interactAcrossUsersFull"
1008 android:description="@string/permdesc_interactAcrossUsersFull" />
1009
Amith Yamasani2a003292012-08-14 18:25:45 -07001010 <!-- Allows an application to call APIs that allow it to query and manage
1011 users on the device. This permission is not available to
1012 third party applications. -->
1013 <permission android:name="android.permission.MANAGE_USERS"
1014 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -07001015 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -07001016 android:label="@string/permlab_manageUsers"
1017 android:description="@string/permdesc_manageUsers" />
1018
Dianne Hackborn8238e712012-04-24 11:15:40 -07001019 <!-- Allows an application to get full detailed information about
1020 recently running tasks, with full fidelity to the real state.
1021 @hide -->
1022 <permission android:name="android.permission.GET_DETAILED_TASKS"
1023 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1024 android:protectionLevel="signature"
1025 android:label="@string/permlab_getDetailedTasks"
1026 android:description="@string/permdesc_getDetailedTasks" />
1027
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001028 <!-- Allows an application to change the Z-order of tasks -->
1029 <permission android:name="android.permission.REORDER_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001030 android:permissionGroup="android.permission-group.APP_INFO"
1031 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001032 android:label="@string/permlab_reorderTasks"
1033 android:description="@string/permdesc_reorderTasks" />
1034
Dianne Hackborn24a12102011-07-29 15:52:05 -07001035 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001036 <permission android:name="android.permission.REMOVE_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001037 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001038 android:protectionLevel="signature"
1039 android:label="@string/permlab_removeTasks"
1040 android:description="@string/permdesc_removeTasks" />
1041
Jeff Sharkey35be7562012-04-18 19:16:15 -07001042 <!-- Allows an application to start any activity, regardless of permission
1043 protection or exported state. @hide -->
1044 <permission android:name="android.permission.START_ANY_ACTIVITY"
1045 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1046 android:protectionLevel="signature"
1047 android:label="@string/permlab_startAnyActivity"
1048 android:description="@string/permdesc_startAnyActivity" />
1049
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001050 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1051 API is no longer supported. -->
1052 <permission android:name="android.permission.RESTART_PACKAGES"
1053 android:permissionGroup="android.permission-group.APP_INFO"
1054 android:protectionLevel="normal"
1055 android:label="@string/permlab_killBackgroundProcesses"
1056 android:description="@string/permdesc_killBackgroundProcesses" />
1057
1058 <!-- Allows an application to call
1059 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1060 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1061 android:permissionGroup="android.permission-group.APP_INFO"
1062 android:protectionLevel="normal"
1063 android:label="@string/permlab_killBackgroundProcesses"
1064 android:description="@string/permdesc_killBackgroundProcesses" />
1065
1066 <!-- ================================== -->
1067 <!-- Permissions affecting the display of other applications -->
1068 <!-- ================================== -->
1069 <eat-comment />
1070
1071 <!-- Group of permissions that allow manipulation of how
1072 another application displays UI to the user. -->
1073 <permission-group android:name="android.permission-group.DISPLAY"
1074 android:label="@string/permgrouplab_display"
1075 android:icon="@drawable/perm_group_display"
1076 android:description="@string/permgroupdesc_display"
1077 android:priority="190"/>
1078
1079 <!-- Allows an application to open windows using the type
1080 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1081 shown on top of all other applications. Very few applications
1082 should use this permission; these windows are intended for
1083 system-level interaction with the user. -->
1084 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1085 android:permissionGroup="android.permission-group.DISPLAY"
1086 android:protectionLevel="dangerous"
1087 android:label="@string/permlab_systemAlertWindow"
1088 android:description="@string/permdesc_systemAlertWindow" />
1089
1090 <!-- ================================== -->
1091 <!-- Permissions affecting the system wallpaper -->
1092 <!-- ================================== -->
1093 <eat-comment />
1094
1095 <!-- Group of permissions that allow manipulation of how
1096 another application displays UI to the user. -->
1097 <permission-group android:name="android.permission-group.WALLPAPER"
1098 android:label="@string/permgrouplab_wallpaper"
1099 android:icon="@drawable/perm_group_wallpaper"
1100 android:description="@string/permgroupdesc_wallpaper"
1101 android:priority="150" />
1102
1103 <!-- Allows applications to set the wallpaper -->
1104 <permission android:name="android.permission.SET_WALLPAPER"
1105 android:permissionGroup="android.permission-group.WALLPAPER"
1106 android:protectionLevel="normal"
1107 android:label="@string/permlab_setWallpaper"
1108 android:description="@string/permdesc_setWallpaper" />
1109
1110 <!-- Allows applications to set the wallpaper hints -->
1111 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1112 android:permissionGroup="android.permission-group.WALLPAPER"
1113 android:protectionLevel="normal"
1114 android:label="@string/permlab_setWallpaperHints"
1115 android:description="@string/permdesc_setWallpaperHints" />
1116
1117 <!-- ============================================ -->
1118 <!-- Permissions for changing the system clock -->
1119 <!-- ============================================ -->
1120 <eat-comment />
1121
1122 <!-- Group of permissions that are related to system clock. -->
1123 <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1124 android:label="@string/permgrouplab_systemClock"
1125 android:icon="@drawable/perm_group_system_clock"
1126 android:description="@string/permgroupdesc_systemClock"
1127 android:priority="140" />
1128
1129 <!-- Allows applications to set the system time -->
1130 <permission android:name="android.permission.SET_TIME"
1131 android:protectionLevel="signature|system"
1132 android:label="@string/permlab_setTime"
1133 android:description="@string/permdesc_setTime" />
1134
1135 <!-- Allows applications to set the system time zone -->
1136 <permission android:name="android.permission.SET_TIME_ZONE"
1137 android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1138 android:protectionLevel="normal"
1139 android:label="@string/permlab_setTimeZone"
1140 android:description="@string/permdesc_setTimeZone" />
1141
1142 <!-- ==================================================== -->
1143 <!-- Permissions related to changing status bar -->
1144 <!-- ==================================================== -->
1145
1146 <!-- Used for permissions that change the status bar -->
1147 <permission-group android:name="android.permission-group.STATUS_BAR"
1148 android:label="@string/permgrouplab_statusBar"
1149 android:icon="@drawable/perm_group_status_bar"
1150 android:description="@string/permgroupdesc_statusBar"
1151 android:priority="110" />
1152
1153 <!-- Allows an application to expand or collapse the status bar. -->
1154 <permission android:name="android.permission.EXPAND_STATUS_BAR"
1155 android:permissionGroup="android.permission-group.STATUS_BAR"
1156 android:protectionLevel="normal"
1157 android:label="@string/permlab_expandStatusBar"
1158 android:description="@string/permdesc_expandStatusBar" />
1159
1160 <!-- ==================================================== -->
1161 <!-- Permissions related to accessing sync settings -->
1162 <!-- ==================================================== -->
1163
1164 <!-- Used for permissions that access the sync settings or sync
1165 related information. -->
1166 <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1167 android:label="@string/permgrouplab_syncSettings"
1168 android:icon="@drawable/perm_group_sync_settings"
1169 android:description="@string/permgroupdesc_syncSettings"
1170 android:priority="120" />
1171
1172 <!-- Allows applications to read the sync settings -->
1173 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1174 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1175 android:protectionLevel="normal"
1176 android:description="@string/permdesc_readSyncSettings"
1177 android:label="@string/permlab_readSyncSettings" />
1178
1179 <!-- Allows applications to write the sync settings -->
1180 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1181 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1182 android:protectionLevel="normal"
1183 android:description="@string/permdesc_writeSyncSettings"
1184 android:label="@string/permlab_writeSyncSettings" />
1185
1186 <!-- Allows applications to read the sync stats -->
1187 <permission android:name="android.permission.READ_SYNC_STATS"
1188 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1189 android:protectionLevel="normal"
1190 android:description="@string/permdesc_readSyncStats"
1191 android:label="@string/permlab_readSyncStats" />
1192
1193
1194 <!-- ============================================ -->
1195 <!-- Permissions for low-level system interaction -->
1196 <!-- ============================================ -->
1197 <eat-comment />
1198
1199 <!-- Group of permissions that are related to system APIs. Many
1200 of these are not permissions the user will be expected to understand,
1201 and such permissions should generally be marked as "normal" protection
1202 level so they don't get displayed. This can also, however, be used
1203 for miscellaneous features that provide access to the operating system,
1204 such as writing the global system settings. -->
1205 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1206 android:label="@string/permgrouplab_systemTools"
1207 android:icon="@drawable/perm_group_system_tools"
1208 android:description="@string/permgroupdesc_systemTools"
1209 android:priority="100" />
1210
1211 <!-- @hide Change the screen compatibility mode of applications -->
1212 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1213 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1214 android:protectionLevel="signature"
1215 android:label="@string/permlab_setScreenCompatibility"
1216 android:description="@string/permdesc_setScreenCompatibility" />
1217
1218 <!-- Allows an application to access all multi-user external storage @hide -->
1219 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
1220 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1221 android:label="@string/permlab_sdcardAccessAll"
1222 android:description="@string/permdesc_sdcardAccessAll"
1223 android:protectionLevel="signature" />
1224
1225 <!-- Allows an application to modify the current configuration, such
1226 as locale. -->
1227 <permission android:name="android.permission.CHANGE_CONFIGURATION"
1228 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1229 android:protectionLevel="signature|system|development"
1230 android:label="@string/permlab_changeConfiguration"
1231 android:description="@string/permdesc_changeConfiguration" />
1232
1233 <!-- Allows an application to read or write the system settings. -->
1234 <permission android:name="android.permission.WRITE_SETTINGS"
1235 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1236 android:protectionLevel="normal"
1237 android:label="@string/permlab_writeSettings"
1238 android:description="@string/permdesc_writeSettings" />
1239
1240 <!-- Allows an application to modify the Google service map. -->
1241 <permission android:name="android.permission.WRITE_GSERVICES"
1242 android:protectionLevel="signature|system"
1243 android:label="@string/permlab_writeGservices"
1244 android:description="@string/permdesc_writeGservices" />
1245
Adrian Ludwig4c522352012-06-01 14:22:03 -07001246 <!-- @hide Change the screen compatibility mode of applications -->
1247 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1248 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1249 android:protectionLevel="signature"
1250 android:label="@string/permlab_setScreenCompatibility"
1251 android:description="@string/permdesc_setScreenCompatibility" />
1252
1253 <!-- Allows an application to modify the current configuration, such
1254 as locale. -->
1255 <permission android:name="android.permission.CHANGE_CONFIGURATION"
1256 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001257 android:protectionLevel="system|signature"
Adrian Ludwig4c522352012-06-01 14:22:03 -07001258 android:label="@string/permlab_changeConfiguration"
1259 android:description="@string/permdesc_changeConfiguration" />
1260
Dianne Hackborn03abb812010-01-04 18:43:19 -08001261 <!-- Allows an application to call
1262 {@link android.app.ActivityManager#forceStopPackage}.
1263 @hide -->
1264 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1265 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1266 android:protectionLevel="signature"
1267 android:label="@string/permlab_forceStopPackages"
1268 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001269
Dianne Hackborn24a12102011-07-29 15:52:05 -07001270 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001271 An active window is the window that has fired an accessibility event. -->
1272 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1273 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -08001274 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001275 android:label="@string/permlab_retrieve_window_content"
1276 android:description="@string/permdesc_retrieve_window_content" />
1277
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001278 <!-- Modify the global animation scaling factor. -->
1279 <permission android:name="android.permission.SET_ANIMATION_SCALE"
1280 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001281 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001282 android:label="@string/permlab_setAnimationScale"
1283 android:description="@string/permdesc_setAnimationScale" />
1284
Dianne Hackbornd3efa392010-09-01 17:34:12 -07001285 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001286 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001287 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
1288 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001289 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001290 android:label="@string/permlab_persistentActivity"
1291 android:description="@string/permdesc_persistentActivity" />
1292
1293 <!-- Allows an application to find out the space used by any package. -->
1294 <permission android:name="android.permission.GET_PACKAGE_SIZE"
1295 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1296 android:protectionLevel="normal"
1297 android:label="@string/permlab_getPackageSize"
1298 android:description="@string/permdesc_getPackageSize" />
1299
Dianne Hackborna7ca0e52009-12-01 14:31:55 -08001300 <!-- @deprecated No longer useful, see
1301 {@link android.content.pm.PackageManager#addPackageToPreferred}
1302 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001303 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1304 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -08001305 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001306 android:label="@string/permlab_setPreferredApplications"
1307 android:description="@string/permdesc_setPreferredApplications" />
1308
1309 <!-- Allows an application to receive the
1310 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1311 broadcast after the system finishes booting. If you don't
1312 request this permission, you will not receive the broadcast at
1313 that time. Though holding this permission does not have any
1314 security implications, it can have a negative impact on the
1315 user experience by increasing the amount of time it takes the
1316 system to start and allowing applications to have themselves
1317 running without the user being aware of them. As such, you must
1318 explicitly declare your use of this facility to make that visible
1319 to the user. -->
1320 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
1321 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1322 android:protectionLevel="normal"
1323 android:label="@string/permlab_receiveBootCompleted"
1324 android:description="@string/permdesc_receiveBootCompleted" />
1325
1326 <!-- Allows an application to broadcast sticky intents. These are
1327 broadcasts whose data is held by the system after being finished,
1328 so that clients can quickly retrieve that data without having
1329 to wait for the next broadcast. -->
1330 <permission android:name="android.permission.BROADCAST_STICKY"
1331 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1332 android:protectionLevel="normal"
1333 android:label="@string/permlab_broadcastSticky"
1334 android:description="@string/permdesc_broadcastSticky" />
1335
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001336 <!-- Allows mounting and unmounting file systems for removable storage. -->
1337 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1338 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001339 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001340 android:label="@string/permlab_mount_unmount_filesystems"
1341 android:description="@string/permdesc_mount_unmount_filesystems" />
1342
1343 <!-- Allows formatting file systems for removable storage. -->
1344 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1345 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001346 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001347 android:label="@string/permlab_mount_format_filesystems"
1348 android:description="@string/permdesc_mount_format_filesystems" />
1349
San Mehat02735bc2010-01-26 15:18:08 -08001350 <!-- Allows access to ASEC non-destructive API calls
1351 @hide -->
1352 <permission android:name="android.permission.ASEC_ACCESS"
1353 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001354 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001355 android:label="@string/permlab_asec_access"
1356 android:description="@string/permdesc_asec_access" />
1357
1358 <!-- Allows creation of ASEC volumes
1359 @hide -->
1360 <permission android:name="android.permission.ASEC_CREATE"
1361 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001362 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001363 android:label="@string/permlab_asec_create"
1364 android:description="@string/permdesc_asec_create" />
1365
1366 <!-- Allows destruction of ASEC volumes
1367 @hide -->
1368 <permission android:name="android.permission.ASEC_DESTROY"
1369 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001370 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001371 android:label="@string/permlab_asec_destroy"
1372 android:description="@string/permdesc_asec_destroy" />
1373
1374 <!-- Allows mount / unmount of ASEC volumes
1375 @hide -->
1376 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1377 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001378 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001379 android:label="@string/permlab_asec_mount_unmount"
1380 android:description="@string/permdesc_asec_mount_unmount" />
1381
1382 <!-- Allows rename of ASEC volumes
1383 @hide -->
1384 <permission android:name="android.permission.ASEC_RENAME"
1385 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001386 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001387 android:label="@string/permlab_asec_rename"
1388 android:description="@string/permdesc_asec_rename" />
1389
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001390 <!-- Allows applications to write the apn settings -->
1391 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1392 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001393 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001394 android:description="@string/permdesc_writeApnSettings"
1395 android:label="@string/permlab_writeApnSettings" />
1396
Fred Quintana60307342009-03-24 22:48:12 -07001397 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001398 ContentProvider. -->
1399 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1400 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1401 android:label="@string/permlab_subscribedFeedsRead"
1402 android:description="@string/permdesc_subscribedFeedsRead"
1403 android:protectionLevel="normal" />
1404 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1405 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1406 android:label="@string/permlab_subscribedFeedsWrite"
1407 android:description="@string/permdesc_subscribedFeedsWrite"
1408 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001409
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001410 <!-- Allows applications to change network connectivity state -->
1411 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
1412 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001413 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001414 android:description="@string/permdesc_changeNetworkState"
1415 android:label="@string/permlab_changeNetworkState" />
1416
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001417 <!-- Allows an application to clear the caches of all installed
1418 applications on the device. -->
1419 <permission android:name="android.permission.CLEAR_APP_CACHE"
1420 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1421 android:protectionLevel="dangerous"
1422 android:label="@string/permlab_clearAppCache"
1423 android:description="@string/permdesc_clearAppCache" />
1424
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001425 <!-- Allows an application to use any media decoder when decoding for playback
1426 @hide -->
1427 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001428 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001429 android:label="@string/permlab_anyCodecForPlayback"
1430 android:description="@string/permdesc_anyCodecForPlayback" />
1431
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001432 <!-- ========================================= -->
1433 <!-- Permissions for special development tools -->
1434 <!-- ========================================= -->
1435 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001436
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001437 <!-- Group of permissions that are related to development features. These
1438 are not permissions that should appear in normal applications; they
1439 protect APIs that are intended only to be used for development
1440 purposes. -->
1441 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1442 android:label="@string/permgrouplab_developmentTools"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001443 android:description="@string/permgroupdesc_developmentTools"
1444 android:priority="310" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001445
Dianne Hackborne639da72012-02-21 15:11:13 -08001446 <!-- Allows an application to read or write the secure system settings. -->
1447 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1448 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1449 android:protectionLevel="signature|system|development"
1450 android:label="@string/permlab_writeSecureSettings"
1451 android:description="@string/permdesc_writeSecureSettings" />
1452
1453 <!-- Allows an application to retrieve state dump information from system
1454 services. -->
1455 <permission android:name="android.permission.DUMP"
1456 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1457 android:protectionLevel="signature|system|development"
1458 android:label="@string/permlab_dump"
1459 android:description="@string/permdesc_dump" />
1460
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001461 <!-- Allows an application to read the low-level system log files.
1462 Log entries can contain the user's private information,
1463 which is why this permission is not available to normal apps. -->
1464 <permission android:name="android.permission.READ_LOGS"
1465 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1466 android:protectionLevel="signature|system|development"
1467 android:label="@string/permlab_readLogs"
1468 android:description="@string/permdesc_readLogs" />
1469
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001470 <!-- Configure an application for debugging. -->
1471 <permission android:name="android.permission.SET_DEBUG_APP"
1472 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001473 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001474 android:label="@string/permlab_setDebugApp"
1475 android:description="@string/permdesc_setDebugApp" />
1476
1477 <!-- Allows an application to set the maximum number of (not needed)
1478 application processes that can be running. -->
1479 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1480 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001481 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001482 android:label="@string/permlab_setProcessLimit"
1483 android:description="@string/permdesc_setProcessLimit" />
1484
1485 <!-- Allows an application to control whether activities are immediately
1486 finished when put in the background. -->
1487 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1488 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001489 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001490 android:label="@string/permlab_setAlwaysFinish"
1491 android:description="@string/permdesc_setAlwaysFinish" />
1492
1493 <!-- Allow an application to request that a signal be sent to all persistent processes -->
1494 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1495 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001496 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001497 android:label="@string/permlab_signalPersistentProcesses"
1498 android:description="@string/permdesc_signalPersistentProcesses" />
1499
1500 <!-- ==================================== -->
1501 <!-- Private (signature-only) permissions -->
1502 <!-- ==================================== -->
1503 <eat-comment />
1504
1505 <!-- Allows applications to RW to diagnostic resources. -->
1506 <permission android:name="android.permission.DIAGNOSTIC"
1507 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1508 android:protectionLevel="signature"
1509 android:description="@string/permdesc_diagnostic"
1510 android:label="@string/permlab_diagnostic" />
1511
1512 <!-- Allows an application to open, close, or disable the status bar
1513 and its icons. -->
1514 <permission android:name="android.permission.STATUS_BAR"
1515 android:label="@string/permlab_statusBar"
1516 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001517 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001518
Joe Onorato8bc6c512010-06-04 16:21:12 -04001519 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1520 @hide -->
1521 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1522 android:label="@string/permlab_statusBarService"
1523 android:description="@string/permdesc_statusBarService"
1524 android:protectionLevel="signature" />
1525
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001526 <!-- Allows an application to force a BACK operation on whatever is the
1527 top activity. -->
1528 <permission android:name="android.permission.FORCE_BACK"
1529 android:label="@string/permlab_forceBack"
1530 android:description="@string/permdesc_forceBack"
1531 android:protectionLevel="signature" />
1532
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001533 <!-- Allows an application to update device statistics. Not for
1534 use by third party apps. -->
1535 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
1536 android:label="@string/permlab_batteryStats"
1537 android:description="@string/permdesc_batteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001538 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001539
1540 <!-- Allows an application to open windows that are for use by parts
1541 of the system user interface. Not for use by third party apps. -->
1542 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1543 android:label="@string/permlab_internalSystemWindow"
1544 android:description="@string/permdesc_internalSystemWindow"
1545 android:protectionLevel="signature" />
1546
1547 <!-- Allows an application to manage (create, destroy,
1548 Z-order) application tokens in the window manager. This is only
1549 for use by the system. -->
1550 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1551 android:label="@string/permlab_manageAppTokens"
1552 android:description="@string/permdesc_manageAppTokens"
1553 android:protectionLevel="signature" />
1554
Dianne Hackborn9d9ece32012-09-10 15:33:52 -07001555 <!-- @hide Allows the application to temporarily freeze the screen for a
1556 full-screen transition. -->
1557 <permission android:name="android.permission.FREEZE_SCREEN"
1558 android:label="@string/permlab_freezeScreen"
1559 android:description="@string/permdesc_freezeScreen"
1560 android:protectionLevel="signature" />
1561
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001562 <!-- Allows an application to inject user events (keys, touch, trackball)
1563 into the event stream and deliver them to ANY window. Without this
1564 permission, you can only deliver events to windows in your own process.
1565 Very few applications should need to use this permission. -->
1566 <permission android:name="android.permission.INJECT_EVENTS"
1567 android:label="@string/permlab_injectEvents"
1568 android:description="@string/permdesc_injectEvents"
1569 android:protectionLevel="signature" />
1570
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001571 <!-- @hide Allows an application to register an input filter which filters the stream
1572 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1573 <permission android:name="android.permission.FILTER_EVENTS"
1574 android:label="@string/permlab_filter_events"
1575 android:description="@string/permdesc_filter_events"
1576 android:protectionLevel="signature" />
1577
1578 <!-- @hide Allows an application to retrieve info for a window from the window manager. -->
1579 <permission android:name="android.permission.RETRIEVE_WINDOW_INFO"
1580 android:label="@string/permlab_retrieve_window_info"
1581 android:description="@string/permdesc_retrieve_window_info"
1582 android:protectionLevel="signature" />
1583
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -07001584 <!-- @hide Allows an application to magnify the content of a display. -->
1585 <permission android:name="android.permission.MAGNIFY_DISPLAY"
1586 android:label="@string/permlab_magnify_display"
1587 android:description="@string/permdesc_magnify_display"
1588 android:protectionLevel="signature" />
1589
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001590 <!-- Allows an application to watch and control how activities are
1591 started globally in the system. Only for is in debugging
1592 (usually the monkey command). -->
1593 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1594 android:label="@string/permlab_runSetActivityWatcher"
1595 android:description="@string/permdesc_runSetActivityWatcher"
1596 android:protectionLevel="signature" />
1597
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001598 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001599 to put the higher-level system there into a shutdown state.
1600 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001601 <permission android:name="android.permission.SHUTDOWN"
1602 android:label="@string/permlab_shutdown"
1603 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001604 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001605
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001606 <!-- Allows an application to tell the activity manager to temporarily
1607 stop application switches, putting it into a special mode that
1608 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001609 critical UI such as the home screen.
1610 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001611 <permission android:name="android.permission.STOP_APP_SWITCHES"
1612 android:label="@string/permlab_stopAppSwitches"
1613 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001614 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001615
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001616 <!-- Allows an application to retrieve the current state of keys and
Jeff Brownac143512012-04-05 18:57:33 -07001617 switches. This is only for use by the system.
1618 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001619 <permission android:name="android.permission.READ_INPUT_STATE"
1620 android:label="@string/permlab_readInputState"
1621 android:description="@string/permdesc_readInputState"
1622 android:protectionLevel="signature" />
1623
Dianne Hackbornd6847842010-01-12 18:14:19 -08001624 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1625 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001626 <permission android:name="android.permission.BIND_INPUT_METHOD"
1627 android:label="@string/permlab_bindInputMethod"
1628 android:description="@string/permdesc_bindInputMethod"
1629 android:protectionLevel="signature" />
1630
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001631 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07001632 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001633 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
1634 android:label="@string/permlab_bindAccessibilityService"
1635 android:description="@string/permdesc_bindAccessibilityService"
1636 android:protectionLevel="signature" />
1637
satok988323c2011-06-22 16:38:13 +09001638 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1639 to ensure that only the system can bind to it. -->
1640 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1641 android:label="@string/permlab_bindTextService"
1642 android:description="@string/permdesc_bindTextService"
1643 android:protectionLevel="signature" />
1644
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001645 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001646 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001647 <permission android:name="android.permission.BIND_VPN_SERVICE"
1648 android:label="@string/permlab_bindVpnService"
1649 android:description="@string/permdesc_bindVpnService"
1650 android:protectionLevel="signature" />
1651
Dianne Hackbornd6847842010-01-12 18:14:19 -08001652 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1653 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001654 <permission android:name="android.permission.BIND_WALLPAPER"
1655 android:label="@string/permlab_bindWallpaper"
1656 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001657 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001658
Dianne Hackbornd6847842010-01-12 18:14:19 -08001659 <!-- Must be required by device administration receiver, to ensure that only the
1660 system can interact with it. -->
1661 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1662 android:label="@string/permlab_bindDeviceAdmin"
1663 android:description="@string/permdesc_bindDeviceAdmin"
1664 android:protectionLevel="signature" />
1665
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001666 <!-- Allows low-level access to setting the orientation (actually
1667 rotation) of the screen. Not for use by normal applications. -->
1668 <permission android:name="android.permission.SET_ORIENTATION"
1669 android:label="@string/permlab_setOrientation"
1670 android:description="@string/permdesc_setOrientation"
1671 android:protectionLevel="signature" />
1672
Jeff Brown1a84fd12011-06-02 01:26:32 -07001673 <!-- Allows low-level access to setting the pointer speed.
1674 Not for use by normal applications. -->
1675 <permission android:name="android.permission.SET_POINTER_SPEED"
1676 android:label="@string/permlab_setPointerSpeed"
1677 android:description="@string/permdesc_setPointerSpeed"
1678 android:protectionLevel="signature" />
1679
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001680 <!-- Allows low-level access to setting the keyboard layout.
Jeff Brown507f5582012-05-07 19:06:06 -07001681 Not for use by normal applications.
1682 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001683 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1684 android:label="@string/permlab_setKeyboardLayout"
1685 android:description="@string/permdesc_setKeyboardLayout"
1686 android:protectionLevel="signature" />
1687
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001688 <!-- Allows an application to install packages. -->
1689 <permission android:name="android.permission.INSTALL_PACKAGES"
1690 android:label="@string/permlab_installPackages"
1691 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001692 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001693
1694 <!-- Allows an application to clear user data -->
1695 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1696 android:label="@string/permlab_clearAppUserData"
1697 android:description="@string/permdesc_clearAppUserData"
1698 android:protectionLevel="signature" />
1699
1700 <!-- Allows an application to delete cache files. -->
1701 <permission android:name="android.permission.DELETE_CACHE_FILES"
1702 android:label="@string/permlab_deleteCacheFiles"
1703 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08001704 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001705
1706 <!-- Allows an application to delete packages. -->
1707 <permission android:name="android.permission.DELETE_PACKAGES"
1708 android:label="@string/permlab_deletePackages"
1709 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001710 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001711
Jeff Brownec7c78f2010-03-30 23:37:25 -07001712 <!-- Allows an application to move location of installed package.
1713 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001714 <permission android:name="android.permission.MOVE_PACKAGE"
1715 android:label="@string/permlab_movePackage"
1716 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08001717 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001718
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001719 <!-- Allows an application to change whether an application component (other than its own) is
1720 enabled or not. -->
1721 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1722 android:label="@string/permlab_changeComponentState"
1723 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08001724 android:protectionLevel="signature|system" />
1725
1726 <!-- @hide Allows an application to grant or revoke specific permissions. -->
1727 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1728 android:label="@string/permlab_grantRevokePermissions"
1729 android:description="@string/permdesc_grantRevokePermissions"
1730 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001731
1732 <!-- Allows an application to use SurfaceFlinger's low level features -->
1733 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1734 android:label="@string/permlab_accessSurfaceFlinger"
1735 android:description="@string/permdesc_accessSurfaceFlinger"
1736 android:protectionLevel="signature" />
1737
1738 <!-- Allows an application to take screen shots and more generally
1739 get access to the frame buffer data -->
1740 <permission android:name="android.permission.READ_FRAME_BUFFER"
1741 android:label="@string/permlab_readFrameBuffer"
1742 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08001743 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001744
Jeff Brown4b71e4e2012-09-07 17:41:02 -07001745 <!-- Allows an application to configure and connect to Wifi displays
1746 @hide -->
1747 <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
1748 android:label="@string/permlab_configureWifiDisplay"
1749 android:description="@string/permdesc_configureWifiDisplay"
1750 android:protectionLevel="signature" />
1751
1752 <!-- Allows an application to control low-level features of Wifi displays
1753 such as opening an RTSP socket. This permission should only be used
1754 by the display manager.
1755 @hide -->
1756 <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
1757 android:label="@string/permlab_controlWifiDisplay"
1758 android:description="@string/permdesc_controlWifiDisplay"
1759 android:protectionLevel="signature" />
1760
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001761 <!-- Required to be able to disable the device (very dangerous!). -->
1762 <permission android:name="android.permission.BRICK"
1763 android:label="@string/permlab_brick"
1764 android:description="@string/permdesc_brick"
1765 android:protectionLevel="signature" />
1766
1767 <!-- Required to be able to reboot the device. -->
1768 <permission android:name="android.permission.REBOOT"
1769 android:label="@string/permlab_reboot"
1770 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08001771 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001772
1773 <!-- Allows low-level access to power management -->
1774 <permission android:name="android.permission.DEVICE_POWER"
1775 android:label="@string/permlab_devicePower"
1776 android:description="@string/permdesc_devicePower"
1777 android:protectionLevel="signature" />
1778
fredc0f420372012-04-12 00:02:00 -07001779 <!-- Allows low-level access to tun tap driver -->
1780 <permission android:name="android.permission.NET_TUNNELING"
1781 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1782 android:protectionLevel="signature" />
1783
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001784 <!-- Run as a manufacturer test application, running as the root user.
1785 Only available when the device is running in manufacturer test mode. -->
1786 <permission android:name="android.permission.FACTORY_TEST"
1787 android:label="@string/permlab_factoryTest"
1788 android:description="@string/permdesc_factoryTest"
1789 android:protectionLevel="signature" />
1790
1791 <!-- Allows an application to broadcast a notification that an application
1792 package has been removed. -->
1793 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1794 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1795 android:label="@string/permlab_broadcastPackageRemoved"
1796 android:description="@string/permdesc_broadcastPackageRemoved"
1797 android:protectionLevel="signature" />
1798
1799 <!-- Allows an application to broadcast an SMS receipt notification -->
1800 <permission android:name="android.permission.BROADCAST_SMS"
1801 android:permissionGroup="android.permission-group.MESSAGES"
1802 android:label="@string/permlab_broadcastSmsReceived"
1803 android:description="@string/permdesc_broadcastSmsReceived"
1804 android:protectionLevel="signature" />
1805
1806 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1807 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1808 android:permissionGroup="android.permission-group.MESSAGES"
1809 android:label="@string/permlab_broadcastWapPush"
1810 android:description="@string/permdesc_broadcastWapPush"
1811 android:protectionLevel="signature" />
1812
1813 <permission android:name="android.permission.MASTER_CLEAR"
1814 android:label="@string/permlab_masterClear"
1815 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08001816 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001817
1818 <!-- Allows an application to call any phone number, including emergency
1819 numbers, without going through the Dialer user interface for the user
1820 to confirm the call being placed. -->
1821 <permission android:name="android.permission.CALL_PRIVILEGED"
1822 android:label="@string/permlab_callPrivileged"
1823 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08001824 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001825
Jim Miller767be5f2009-08-25 19:33:57 -07001826 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1827 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1828 android:label="@string/permlab_performCdmaProvisioning"
1829 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08001830 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07001831
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001832 <!-- Allows enabling/disabling location update notifications from
1833 the radio. Not for use by normal applications. -->
1834 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1835 android:label="@string/permlab_locationUpdates"
1836 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08001837 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001838
1839 <!-- Allows read/write access to the "properties" table in the checkin
1840 database, to change values that get uploaded. -->
1841 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1842 android:label="@string/permlab_checkinProperties"
1843 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08001844 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001845
1846 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001847 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001848 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1849 android:label="@string/permlab_pkgUsageStats"
1850 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001851 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001852
1853 <!-- Allows an application to collect battery statistics -->
1854 <permission android:name="android.permission.BATTERY_STATS"
1855 android:label="@string/permlab_batteryStats"
1856 android:description="@string/permdesc_batteryStats"
1857 android:protectionLevel="normal" />
1858
Christopher Tate181fafa2009-05-14 11:12:14 -07001859 <!-- Allows an application to control the backup and restore process
1860 @hide pending API council -->
1861 <permission android:name="android.permission.BACKUP"
1862 android:label="@string/permlab_backup"
1863 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08001864 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001865
Christopher Tate4a627c72011-04-01 14:43:32 -07001866 <!-- Allows a package to launch the secure full-backup confirmation UI.
1867 ONLY the system process may hold this permission.
1868 @hide -->
1869 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
1870 android:label="@string/permlab_confirm_full_backup"
1871 android:description="@string/permdesc_confirm_full_backup"
1872 android:protectionLevel="signature" />
1873
Winson Chung81f39eb2011-01-11 18:05:01 -08001874 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1875 to ensure that only the system can bind to it. -->
1876 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1877 android:label="@string/permlab_bindRemoteViews"
1878 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08001879 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08001880
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001881 <!-- Allows an application to tell the AppWidget service which application
1882 can access AppWidget's data. The normal user flow is that a user
1883 picks an AppWidget to go into a particular host, thereby giving that
1884 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001885 An application that has this permission should honor that contract.
1886 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001887 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001888 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1889 android:label="@string/permlab_bindGadget"
1890 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08001891 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001892
Michael Jurka61a5b012012-04-13 10:39:45 -07001893 <!-- Internal permission allowing an application to query/set which
1894 applications can bind AppWidgets.
1895 @hide -->
1896 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
1897 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1898 android:protectionLevel="signature|system" />
1899
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001900 <!-- Allows applications to change the background data setting
1901 @hide pending API council -->
1902 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1903 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1904 android:protectionLevel="signature"
1905 android:description="@string/permdesc_changeBackgroundDataSetting"
1906 android:label="@string/permlab_changeBackgroundDataSetting" />
1907
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001908 <!-- This permission can be used on content providers to allow the global
1909 search system to access their data. Typically it used when the
1910 provider has some permissions protecting it (which global search
1911 would not be expected to hold), and added as a read-only permission
1912 to the path in the provider where global search queries are
1913 performed. This permission can not be held by regular applications;
1914 it is used by applications to protect themselves from everyone else
1915 besides global search. -->
1916 <permission android:name="android.permission.GLOBAL_SEARCH"
1917 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001918 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001919
1920 <!-- Internal permission protecting access to the global search
1921 system: ensures that only the system can access the provider
1922 to perform queries (since this otherwise provides unrestricted
1923 access to a variety of content providers), and to write the
1924 search statistics (to keep applications from gaming the source
1925 ranking).
1926 @hide -->
1927 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1928 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1929 android:protectionLevel="signature" />
1930
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001931 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001932 @hide XXX Change to signature once the picker is moved to its
1933 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001934 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1935 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001936 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001937
Jeff Brownec7c78f2010-03-30 23:37:25 -07001938 <!-- Allow an application to read and write the cache partition.
1939 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001940 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1941 android:label="@string/permlab_cache_filesystem"
1942 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08001943 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001944
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001945 <!-- Must be required by default container service so that only
1946 the system can bind to it and use it to copy
1947 protected data to secure containers or files
1948 accessible to the system.
1949 @hide -->
1950 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1951 android:label="@string/permlab_copyProtectedData"
1952 android:description="@string/permlab_copyProtectedData"
1953 android:protectionLevel="signature" />
1954
Jason parks8888c592011-01-20 22:46:41 -06001955 <!-- Internal permission protecting access to the encryption methods
1956 @hide
1957 -->
1958 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08001959 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06001960
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001961 <!-- Allows an application to read historical network usage for
1962 specific networks and applications. @hide -->
1963 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
1964 android:label="@string/permlab_readNetworkUsageHistory"
1965 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08001966 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001967
1968 <!-- Allows an application to manage network policies (such as warning and disable
1969 limits) and to define application-specific rules. @hide -->
1970 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
1971 android:label="@string/permlab_manageNetworkPolicy"
1972 android:description="@string/permdesc_manageNetworkPolicy"
1973 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06001974
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001975 <!-- Allows an application to account its network traffic against other UIDs. Used
1976 by system services like download manager and media server. Not for use by
1977 third party apps. @hide -->
1978 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
1979 android:label="@string/permlab_modifyNetworkAccounting"
1980 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08001981 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001982
Tom Taylorb0381682011-08-11 14:27:25 -07001983 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001984 @hide Used internally.
1985 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001986 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001987 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001988 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001989
Kenny Root5ab21572011-07-27 11:11:19 -07001990 <!-- Package verifier needs to have this permission before the PackageManager will
1991 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07001992 -->
1993 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
1994 android:label="@string/permlab_packageVerificationAgent"
1995 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08001996 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07001997
1998 <!-- Must be required by package verifier receiver, to ensure that only the
1999 system can interact with it.
2000 @hide
2001 -->
2002 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
2003 android:label="@string/permlab_bindPackageVerifier"
2004 android:description="@string/permdesc_bindPackageVerifier"
2005 android:protectionLevel="signature" />
2006
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002007 <!-- Allows applications to access serial ports via the SerialManager.
2008 @hide -->
2009 <permission android:name="android.permission.SERIAL_PORT"
2010 android:label="@string/permlab_serialPort"
2011 android:description="@string/permdesc_serialPort"
2012 android:protectionLevel="normal" />
2013
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002014 <!-- Allows the holder to access content providers from outside an ApplicationThread.
2015 This permission is enforced by the ActivityManagerService on the corresponding APIs,
2016 in particular ActivityManagerService#getContentProviderExternal(String) and
2017 ActivityManagerService#removeContentProviderExternal(String).
2018 @hide
2019 -->
2020 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
2021 android:label="@string/permlab_accessContentProvidersExternally"
2022 android:description="@string/permdesc_accessContentProvidersExternally"
2023 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08002024 <!-- Allows an application to hold an UpdateLock, recommending that a headless
2025 OTA reboot *not* occur while the lock is held.
2026 @hide -->
2027 <permission android:name="android.permission.UPDATE_LOCK"
2028 android:label="@string/permlab_updateLock"
2029 android:description="@string/permdesc_updateLock"
2030 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002031
Christopher Tate4a627c72011-04-01 14:43:32 -07002032 <!-- The system process is explicitly the only one allowed to launch the
2033 confirmation UI for full backup/restore -->
2034 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
2035
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002036 <application android:process="system"
2037 android:persistent="true"
2038 android:hasCode="false"
2039 android:label="@string/android_system_label"
2040 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07002041 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07002042 android:killAfterRestore="false"
Fabrice Di Meglio4497e0c2012-09-10 20:46:33 -07002043 android:icon="@drawable/ic_launcher_android"
2044 android:supportsRtl="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002045 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002046 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07002047 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002048 android:excludeFromRecents="true"
2049 android:multiprocess="true">
2050 <intent-filter>
2051 <action android:name="android.intent.action.CHOOSER" />
2052 <category android:name="android.intent.category.DEFAULT" />
2053 </intent-filter>
2054 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07002055 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002056 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07002057 android:label="@string/heavy_weight_switcher_title"
2058 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002059 android:excludeFromRecents="true"
2060 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07002061 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002062 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002063 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
2064 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002065 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08002066 <activity android:name="com.android.internal.app.DisableCarModeActivity"
2067 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002068 android:excludeFromRecents="true"
2069 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08002070 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002071
Fred Quintana33269202009-04-20 16:05:10 -07002072 <activity android:name="android.accounts.ChooseAccountActivity"
2073 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08002074 android:exported="true"
2075 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002076 android:label="@string/choose_account_label"
2077 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07002078 </activity>
2079
Fred Quintana1121bb52011-09-14 23:19:35 -07002080 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
2081 android:excludeFromRecents="true"
2082 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07002083 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002084 android:label="@string/choose_account_label"
2085 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07002086 </activity>
2087
2088 <activity android:name="android.accounts.ChooseAccountTypeActivity"
2089 android:excludeFromRecents="true"
Fred Quintanab04fe4e2011-09-16 21:17:21 -07002090 android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar"
Fred Quintana1121bb52011-09-14 23:19:35 -07002091 android:label="@string/choose_account_label"
2092 android:process=":ui">
2093 </activity>
2094
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002095 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
2096 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08002097 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002098 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
2099 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002100 </activity>
2101
Fred Quintanab19e62a2010-12-16 13:54:43 -08002102 <activity android:name="android.content.SyncActivityTooManyDeletes"
2103 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002104 android:label="@string/sync_too_many_deletes"
2105 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08002106 </activity>
2107
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002108 <activity android:name="com.android.server.ShutdownActivity"
2109 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07002110 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002111 <intent-filter>
2112 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2113 <category android:name="android.intent.category.DEFAULT" />
2114 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04002115 <intent-filter>
2116 <action android:name="android.intent.action.REBOOT" />
2117 <category android:name="android.intent.category.DEFAULT" />
2118 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002119 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08002120
Danke Xie22d1f9f2009-08-18 18:28:45 -04002121 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002122 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002123 android:excludeFromRecents="true"
2124 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04002125 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002126
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002127 <receiver android:name="com.android.server.BootReceiver" >
2128 <intent-filter>
2129 <action android:name="android.intent.action.BOOT_COMPLETED" />
2130 </intent-filter>
2131 </receiver>
2132
2133 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07002134 android:permission="android.permission.MASTER_CLEAR"
2135 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002136 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08002137 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2138 <action android:name="android.intent.action.MASTER_CLEAR" />
2139
2140 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002141 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002142 <category android:name="android.intent.category.MASTER_CLEAR" />
2143 </intent-filter>
2144 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07002145
2146 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2147 android:permission="android.permission.MASTER_CLEAR"
2148 android:exported="true" />
2149
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002150 </application>
2151
2152</manifest>