blob: dbc60f98250a440f21f24b4712edc05f32671aa7 [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" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070046 <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
47 <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
Dianne Hackborn362d5b92009-11-11 18:04:39 -080048 <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070049 <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
50 <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
51 <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
52 <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
53 <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
54 <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
55 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
56 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
Jake Hambybb371632010-08-23 18:16:48 -070057 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
58 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070059 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
60 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080061 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Jason parks4ca74dc2011-03-14 15:23:31 -050062 <protected-broadcast android:name="android.intent.action.MASTER_CLEAR_NOTIFICATION" />
Amith Yamasani13593602012-03-22 16:16:17 -070063 <protected-broadcast android:name="android.intent.action.USER_ADDED" />
64 <protected-broadcast android:name="android.intent.action.USER_REMOVED" />
65 <protected-broadcast android:name="android.intent.action.USER_SWITCHED" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070066
Dianne Hackborn7299c412010-03-04 18:41:49 -080067 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
68 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
69 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
70 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Debashish Chatterjeee53eba02011-08-04 14:12:58 +010071
Christopher Tate4cc86e12009-09-21 19:36:51 -070072 <protected-broadcast android:name="android.backup.intent.RUN" />
73 <protected-broadcast android:name="android.backup.intent.CLEAR" />
74 <protected-broadcast android:name="android.backup.intent.INIT" />
75
Nick Pelly72440a0e2009-09-15 17:21:10 -070076 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
77 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
78 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
79 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
80 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070081 <protected-broadcast android:name="android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -070082 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
83 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
84 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
85 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
86 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
87 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
88 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
89 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
90 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
91 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
92 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070093 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070094 <protected-broadcast
95 android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
96 <protected-broadcast
97 android:name="android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED" />
98 <protected-broadcast
99 android:name="android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" />
100 <protected-broadcast
101 android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED" />
102 <protected-broadcast
103 android:name="android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED" />
104 <protected-broadcast
105 android:name="android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED" />
106 <protected-broadcast
107 android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -0700108
Mike Lockwoodc4308f02011-03-01 08:04:54 -0800109 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
110 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
111 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
112 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
113 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -0400114
Mike Lockwood8f014052012-04-26 11:23:48 -0700115 <protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />
116 <protected-broadcast android:name="android.intent.action.ANALOG_AUDIO_DOCK_PLUG" />
117 <protected-broadcast android:name="android.intent.action.DIGITAL_AUDIO_DOCK_PLUG" />
118 <protected-broadcast android:name="android.intent.action.HDMI_AUDIO_PLUG" />
119 <protected-broadcast android:name="android.intent.action.USB_AUDIO_ACCESSORY_PLUG" />
120 <protected-broadcast android:name="android.intent.action.USB_AUDIO_DEVICE_PLUG" />
121
Jeff Sharkey961e3042011-08-29 16:02:57 -0700122 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
123 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
124
Nick Pellyf36c6db2010-10-14 19:16:35 -0700125 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -0800126 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
127 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
128 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700129
Nick Pellyf36c6db2010-10-14 19:16:35 -0700130 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700131 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700132 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400133
Christopher Tate8662cab52012-02-23 14:59:36 -0800134 <protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
Nick Pellya64e2ad42011-03-14 10:28:11 -0700135
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800136 <!-- ====================================== -->
137 <!-- Permissions for things that cost money -->
138 <!-- ====================================== -->
139 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700140
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800141 <!-- Used for permissions that can be used to make the user spend money
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700142 without their direct involvement. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800143 <permission-group android:name="android.permission-group.COST_MONEY"
144 android:label="@string/permgrouplab_costMoney"
145 android:description="@string/permgroupdesc_costMoney" />
146
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800147 <!-- ================================== -->
148 <!-- Permissions for accessing messages -->
149 <!-- ================================== -->
150 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700151
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800152 <!-- Used for permissions that allow an application to send messages
153 on behalf of the user or intercept messages being received by the
154 user. This is primarily intended for SMS/MMS messaging, such as
155 receiving or reading an MMS. -->
156 <permission-group android:name="android.permission-group.MESSAGES"
157 android:label="@string/permgrouplab_messages"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700158 android:icon="@drawable/perm_group_messages"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700159 android:description="@string/permgroupdesc_messages"
160 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700161 android:priority="360"/>
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700162
163 <!-- Allows an application to send SMS messages. -->
164 <permission android:name="android.permission.SEND_SMS"
165 android:permissionGroup="android.permission-group.MESSAGES"
166 android:protectionLevel="dangerous"
167 android:label="@string/permlab_sendSms"
168 android:description="@string/permdesc_sendSms" />
169
170 <!-- Allows an application to send SMS messages via the Messaging app with no user
171 input or confirmation.
172 @hide -->
173 <permission android:name="android.permission.SEND_SMS_NO_CONFIRMATION"
174 android:permissionGroup="android.permission-group.MESSAGES"
175 android:protectionLevel="signature|system"
176 android:label="@string/permlab_sendSmsNoConfirmation"
177 android:description="@string/permdesc_sendSmsNoConfirmation" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800178
179 <!-- Allows an application to monitor incoming SMS messages, to record
180 or perform processing on them. -->
181 <permission android:name="android.permission.RECEIVE_SMS"
182 android:permissionGroup="android.permission-group.MESSAGES"
183 android:protectionLevel="dangerous"
184 android:label="@string/permlab_receiveSms"
185 android:description="@string/permdesc_receiveSms" />
186
187 <!-- Allows an application to monitor incoming MMS messages, to record
188 or perform processing on them. -->
189 <permission android:name="android.permission.RECEIVE_MMS"
190 android:permissionGroup="android.permission-group.MESSAGES"
191 android:protectionLevel="dangerous"
192 android:label="@string/permlab_receiveMms"
193 android:description="@string/permdesc_receiveMms" />
194
Jake Hambyab79ee42011-04-26 16:26:46 -0700195 <!-- Allows an application to receive emergency cell broadcast messages,
196 to record or display them to the user. Reserved for system apps.
197 @hide Pending API council approval -->
198 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
199 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800200 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700201 android:label="@string/permlab_receiveEmergencyBroadcast"
202 android:description="@string/permdesc_receiveEmergencyBroadcast" />
203
Jake Hambyc3296ff2012-04-18 12:32:18 -0700204 <!-- Allows an application to read previously received cell broadcast
205 messages and to register a content observer to get notifications when
206 a cell broadcast has been received and added to the database. For
207 emergency alerts, the database is updated immediately after the
208 alert dialog and notification sound/vibration/speech are presented.
209 The "read" column is then updated after the user dismisses the alert.
210 This enables supplementary emergency assistance apps to start loading
211 additional emergency information (if Internet access is available)
212 when the alert is first received, and to delay presenting the info
213 to the user until after the initial alert dialog is dismissed.
214 @hide Pending API council approval -->
215 <permission android:name="android.permission.READ_CELL_BROADCASTS"
216 android:permissionGroup="android.permission-group.MESSAGES"
217 android:protectionLevel="dangerous"
218 android:label="@string/permlab_readCellBroadcasts"
219 android:description="@string/permdesc_readCellBroadcasts" />
220
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800221 <!-- Allows an application to read SMS messages. -->
222 <permission android:name="android.permission.READ_SMS"
223 android:permissionGroup="android.permission-group.MESSAGES"
224 android:protectionLevel="dangerous"
225 android:label="@string/permlab_readSms"
226 android:description="@string/permdesc_readSms" />
227
228 <!-- Allows an application to write SMS messages. -->
229 <permission android:name="android.permission.WRITE_SMS"
230 android:permissionGroup="android.permission-group.MESSAGES"
231 android:protectionLevel="dangerous"
232 android:label="@string/permlab_writeSms"
233 android:description="@string/permdesc_writeSms" />
234
235 <!-- Allows an application to monitor incoming WAP push messages. -->
236 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
237 android:permissionGroup="android.permission-group.MESSAGES"
238 android:protectionLevel="dangerous"
239 android:label="@string/permlab_receiveWapPush"
240 android:description="@string/permdesc_receiveWapPush" />
241
242 <!-- =============================================================== -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700243 <!-- Permissions for accessing social info (contacts and social) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800244 <!-- =============================================================== -->
245 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700246
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700247 <!-- Used for permissions that provide access to the user's social connections,
248 such as contacts, call logs, social stream, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800249 both reading and writing of this data (which should generally be
250 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700251
252 <permission-group android:name="android.permission-group.SOCIAL_INFO"
253 android:label="@string/permgrouplab_socialInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700254 android:icon="@drawable/perm_group_social_info"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700255 android:description="@string/permgroupdesc_socialInfo"
256 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700257 android:priority="320" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800258
259 <!-- Allows an application to read the user's contacts data. -->
260 <permission android:name="android.permission.READ_CONTACTS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700261 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800262 android:protectionLevel="dangerous"
263 android:label="@string/permlab_readContacts"
264 android:description="@string/permdesc_readContacts" />
265
266 <!-- Allows an application to write (but not read) the user's
267 contacts data. -->
268 <permission android:name="android.permission.WRITE_CONTACTS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700269 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800270 android:protectionLevel="dangerous"
271 android:label="@string/permlab_writeContacts"
272 android:description="@string/permdesc_writeContacts" />
273
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700274 <!-- Allows an application to read the user's call log. -->
275 <permission android:name="android.permission.READ_CALL_LOG"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700276 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700277 android:protectionLevel="dangerous"
278 android:label="@string/permlab_readCallLog"
279 android:description="@string/permdesc_readCallLog" />
280
281 <!-- Allows an application to write (but not read) the user's
282 contacts data. -->
283 <permission android:name="android.permission.WRITE_CALL_LOG"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700284 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700285 android:protectionLevel="dangerous"
286 android:label="@string/permlab_writeCallLog"
287 android:description="@string/permdesc_writeCallLog" />
288
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700289 <!-- Allows an application to read from the user's social stream. -->
290 <permission android:name="android.permission.READ_SOCIAL_STREAM"
291 android:permissionGroup="android.permission-group.SOCIAL_INFO"
292 android:protectionLevel="dangerous"
293 android:label="@string/permlab_readSocialStream"
294 android:description="@string/permdesc_readSocialStream" />
295
296 <!-- Allows an application to write (but not read) the user's
297 social stream data. -->
298 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
299 android:permissionGroup="android.permission-group.SOCIAL_INFO"
300 android:protectionLevel="dangerous"
301 android:label="@string/permlab_writeSocialStream"
302 android:description="@string/permdesc_writeSocialStream" />
303
304 <!-- =============================================================== -->
305 <!-- Permissions for accessing information about the device owner -->
306 <!-- =============================================================== -->
307 <eat-comment />
308
309 <!-- Used for permissions that provide access to information about the device
310 user such as profile information. This includes both reading and
311 writing of this data (which should generally be expressed as two
312 distinct permissions). -->
313 <permission-group android:name="android.permission-group.PERSONAL_INFO"
314 android:label="@string/permgrouplab_personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700315 android:icon="@drawable/perm_group_personal_info"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700316 android:description="@string/permgroupdesc_personalInfo"
317 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700318 android:priority="310" />
Dave Santoro43251332011-05-11 11:39:54 -0700319
320 <!-- Allows an application to read the user's personal profile data. -->
321 <permission android:name="android.permission.READ_PROFILE"
322 android:permissionGroup="android.permission-group.PERSONAL_INFO"
323 android:protectionLevel="dangerous"
324 android:label="@string/permlab_readProfile"
325 android:description="@string/permdesc_readProfile" />
326
327 <!-- Allows an application to write (but not read) the user's
328 personal profile data. -->
329 <permission android:name="android.permission.WRITE_PROFILE"
330 android:permissionGroup="android.permission-group.PERSONAL_INFO"
331 android:protectionLevel="dangerous"
332 android:label="@string/permlab_writeProfile"
333 android:description="@string/permdesc_writeProfile" />
334
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700335 <!-- =============================================================== -->
336 <!-- Permissions for accessing the device calendar -->
337 <!-- =============================================================== -->
338 <eat-comment />
Dave Santoro0b61f592011-10-03 18:25:26 -0700339
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700340 <!-- Used for permissions that provide access to the device
341 calendar to create / view events.-->
342 <permission-group android:name="android.permission-group.CALENDAR"
343 android:label="@string/permgrouplab_calendar"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700344 android:icon="@drawable/perm_group_calendar"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700345 android:description="@string/permgroupdesc_calendar"
346 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700347 android:priority="290" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700348
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800349 <!-- Allows an application to read the user's calendar data. -->
350 <permission android:name="android.permission.READ_CALENDAR"
351 android:permissionGroup="android.permission-group.PERSONAL_INFO"
352 android:protectionLevel="dangerous"
353 android:label="@string/permlab_readCalendar"
354 android:description="@string/permdesc_readCalendar" />
355
356 <!-- Allows an application to write (but not read) the user's
357 calendar data. -->
358 <permission android:name="android.permission.WRITE_CALENDAR"
359 android:permissionGroup="android.permission-group.PERSONAL_INFO"
360 android:protectionLevel="dangerous"
361 android:label="@string/permlab_writeCalendar"
362 android:description="@string/permdesc_writeCalendar" />
363
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700364 <!-- =============================================================== -->
365 <!-- Permissions for accessing the user dictionary-->
366 <!-- =============================================================== -->
367 <eat-comment />
368
369 <!-- Used for permissions that provide access to the user
370 calendar to create / view events.-->
371 <permission-group android:name="android.permission-group.USER_DICTIONARY"
372 android:label="@string/permgrouplab_dictionary"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700373 android:icon="@drawable/perm_group_user_dictionary"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700374 android:description="@string/permgroupdesc_dictionary"
375 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700376 android:priority="170" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700377
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800378 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700379 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700380 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800381 <permission android:name="android.permission.READ_USER_DICTIONARY"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700382 android:permissionGroup="android.permission-group.USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800383 android:protectionLevel="dangerous"
384 android:label="@string/permlab_readDictionary"
385 android:description="@string/permdesc_readDictionary" />
386
Dianne Hackborn99222d22012-05-06 16:30:15 -0700387 <!-- Used for permissions that provide access to the user
388 calendar to create / view events.-->
389 <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
390 android:label="@string/permgrouplab_writeDictionary"
391 android:icon="@drawable/perm_group_user_dictionary_write"
392 android:description="@string/permgroupdesc_writeDictionary"
393 android:permissionGroupFlags="personalInfo"
394 android:priority="160" />
395
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700396 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800397 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700398 android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800399 android:protectionLevel="normal"
400 android:label="@string/permlab_writeDictionary"
401 android:description="@string/permdesc_writeDictionary" />
402
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700403 <!-- =============================================================== -->
404 <!-- Permissions for accessing the user bookmarks -->
405 <!-- =============================================================== -->
406 <eat-comment />
407
408 <!-- Used for permissions that provide access to the user
409 bookmarks and browser history.-->
410 <permission-group android:name="android.permission-group.BOOKMARKS"
411 android:label="@string/permgrouplab_bookmarks"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700412 android:icon="@drawable/perm_group_bookmarks"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700413 android:description="@string/permgroupdesc_bookmarks"
414 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700415 android:priority="300" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700416
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400417 <!-- Allows an application to read (but not write) the user's
418 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400419 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700420 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400421 android:label="@string/permlab_readHistoryBookmarks"
422 android:description="@string/permdesc_readHistoryBookmarks"
423 android:protectionLevel="dangerous" />
424
425 <!-- Allows an application to write (but not read) the user's
426 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400427 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700428 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400429 android:label="@string/permlab_writeHistoryBookmarks"
430 android:description="@string/permdesc_writeHistoryBookmarks"
431 android:protectionLevel="dangerous" />
432
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700433 <!-- =============================================================== -->
434 <!-- Permissions for setting the device alarm -->
435 <!-- =============================================================== -->
436 <eat-comment />
437
438 <!-- Used for permissions that provide access to the user voicemail box. -->
439 <permission-group android:name="android.permission-group.DEVICE_ALARMS"
440 android:label="@string/permgrouplab_deviceAlarms"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700441 android:icon="@drawable/perm_group_device_alarms"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700442 android:description="@string/permgroupdesc_deviceAlarms"
443 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700444 android:priority="210" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700445
Patrick Scotta73c4b02010-09-22 08:16:53 -0400446 <!-- Allows an application to broadcast an Intent to set an alarm for the
447 user. -->
448 <permission android:name="com.android.alarm.permission.SET_ALARM"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700449 android:permissionGroup="android.permission-group.DEVICE_ALARMS"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400450 android:label="@string/permlab_setAlarm"
451 android:description="@string/permdesc_setAlarm"
452 android:protectionLevel="normal" />
453
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700454 <!-- =============================================================== -->
455 <!-- Permissions for accessing the user voicemail -->
456 <!-- =============================================================== -->
457 <eat-comment />
458
459 <!-- Used for permissions that provide access to the user voicemail box. -->
460 <permission-group android:name="android.permission-group.VOICEMAIL"
461 android:label="@string/permgrouplab_voicemail"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700462 android:icon="@drawable/perm_group_voicemail"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700463 android:description="@string/permgroupdesc_voicemail"
464 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700465 android:priority="280" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700466
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100467 <!-- Allows an application to add voicemails into the system. -->
468 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700469 android:permissionGroup="android.permission-group.VOICEMAIL"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100470 android:protectionLevel="dangerous"
471 android:label="@string/permlab_addVoicemail"
472 android:description="@string/permdesc_addVoicemail" />
473
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800474 <!-- ======================================= -->
475 <!-- Permissions for accessing location info -->
476 <!-- ======================================= -->
477 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700478
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800479 <!-- Used for permissions that allow access to the user's current
480 location. -->
481 <permission-group android:name="android.permission-group.LOCATION"
482 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700483 android:icon="@drawable/perm_group_location"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700484 android:description="@string/permgroupdesc_location"
485 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700486 android:priority="330" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800487
488 <!-- Allows an application to access fine (e.g., GPS) location -->
489 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
490 android:permissionGroup="android.permission-group.LOCATION"
491 android:protectionLevel="dangerous"
492 android:label="@string/permlab_accessFineLocation"
493 android:description="@string/permdesc_accessFineLocation" />
494
495 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
496 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
497 android:permissionGroup="android.permission-group.LOCATION"
498 android:protectionLevel="dangerous"
499 android:label="@string/permlab_accessCoarseLocation"
500 android:description="@string/permdesc_accessCoarseLocation" />
501
502 <!-- Allows an application to create mock location providers for testing -->
503 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
504 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700505 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800506 android:label="@string/permlab_accessMockLocation"
507 android:description="@string/permdesc_accessMockLocation" />
508
509 <!-- Allows an application to access extra location provider commands -->
510 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
511 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700512 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800513 android:label="@string/permlab_accessLocationExtraCommands"
514 android:description="@string/permdesc_accessLocationExtraCommands" />
515
Mike Lockwood275555c2009-05-01 11:30:34 -0400516 <!-- Allows an application to install a location provider into the Location Manager -->
517 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800518 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400519 android:label="@string/permlab_installLocationProvider"
520 android:description="@string/permdesc_installLocationProvider" />
521
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800522 <!-- ======================================= -->
523 <!-- Permissions for accessing networks -->
524 <!-- ======================================= -->
525 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700526
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800527 <!-- Used for permissions that provide access to networking services. The
528 main permission here is internet access, but this is also an
529 appropriate group for accessing or modifying any network configuration
530 or other related network operations. -->
531 <permission-group android:name="android.permission-group.NETWORK"
532 android:label="@string/permgrouplab_network"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700533 android:icon="@drawable/perm_group_network"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700534 android:description="@string/permgroupdesc_network"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700535 android:priority="270" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800536
537 <!-- Allows applications to open network sockets. -->
538 <permission android:name="android.permission.INTERNET"
539 android:permissionGroup="android.permission-group.NETWORK"
540 android:protectionLevel="dangerous"
541 android:description="@string/permdesc_createNetworkSockets"
542 android:label="@string/permlab_createNetworkSockets" />
543
544 <!-- Allows applications to access information about networks -->
545 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
546 android:permissionGroup="android.permission-group.NETWORK"
547 android:protectionLevel="normal"
548 android:description="@string/permdesc_accessNetworkState"
549 android:label="@string/permlab_accessNetworkState" />
550
551 <!-- Allows applications to access information about Wi-Fi networks -->
552 <permission android:name="android.permission.ACCESS_WIFI_STATE"
553 android:permissionGroup="android.permission-group.NETWORK"
554 android:protectionLevel="normal"
555 android:description="@string/permdesc_accessWifiState"
556 android:label="@string/permlab_accessWifiState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700557
558 <!-- Allows applications to change Wi-Fi connectivity state -->
559 <permission android:name="android.permission.CHANGE_WIFI_STATE"
560 android:permissionGroup="android.permission-group.NETWORK"
561 android:protectionLevel="normal"
562 android:description="@string/permdesc_changeWifiState"
563 android:label="@string/permlab_changeWifiState" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800564
Robert Greenwalt8588e472011-11-08 10:12:25 -0800565 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900566 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
567 android:permissionGroup="android.permission-group.NETWORK"
568 android:protectionLevel="normal"
569 android:description="@string/permdesc_accessWimaxState"
570 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700571
572 <!-- @hide -->
573 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
574 android:permissionGroup="android.permission-group.NETWORK"
575 android:protectionLevel="dangerous"
576 android:description="@string/permdesc_changeWimaxState"
577 android:label="@string/permlab_changeWimaxState" />
578
579 <!-- ======================================= -->
580 <!-- Permissions for short range, peripheral networks -->
581 <!-- ======================================= -->
582 <eat-comment />
583
Dianne Hackborn99222d22012-05-06 16:30:15 -0700584 <!-- Used for permissions that provide access to other devices through Bluetooth.-->
585 <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
586 android:label="@string/permgrouplab_bluetoothNetwork"
587 android:icon="@drawable/perm_group_bluetooth"
588 android:description="@string/permgroupdesc_bluetoothNetwork"
589 android:priority="260" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700590
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800591 <!-- Allows applications to connect to paired bluetooth devices -->
592 <permission android:name="android.permission.BLUETOOTH"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700593 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800594 android:protectionLevel="dangerous"
595 android:description="@string/permdesc_bluetooth"
596 android:label="@string/permlab_bluetooth" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700597
598 <!-- Allows applications to discover and pair bluetooth devices -->
599 <permission android:name="android.permission.BLUETOOTH_ADMIN"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700600 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700601 android:protectionLevel="dangerous"
602 android:description="@string/permdesc_bluetoothAdmin"
603 android:label="@string/permlab_bluetoothAdmin" />
604
Dianne Hackborn99222d22012-05-06 16:30:15 -0700605 <!-- Used for permissions that provide access to network services that
606 are for peripherals and other nearby devices. These networks
607 generally do not provide IP based networking or internet access.-->
608 <permission-group android:name="android.permission-group.SHORTRANGE_NETWORK"
609 android:label="@string/permgrouplab_shortrangeNetwork"
610 android:icon="@drawable/perm_group_shortrange_network"
611 android:description="@string/permgroupdesc_shortrangeNetwork"
612 android:priority="250" />
613
Nick Pelly1df862a2011-02-15 13:34:38 -0800614 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700615 <permission android:name="android.permission.NFC"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700616 android:permissionGroup="android.permission-group.SHORTRANGE_NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700617 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700618 android:description="@string/permdesc_nfc"
619 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700620
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700621 <!-- Allows an internal user to use privileged ConnectivityManager
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700622 APIs.
623 @hide -->
624 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
625 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800626 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700627
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800628 <!-- ================================== -->
629 <!-- Permissions for accessing accounts -->
630 <!-- ================================== -->
631 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700632
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700633 <!-- Permissions for direct access to the accounts managed
634 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800635 <permission-group android:name="android.permission-group.ACCOUNTS"
636 android:label="@string/permgrouplab_accounts"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700637 android:icon="@drawable/perm_group_accounts"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700638 android:description="@string/permgroupdesc_accounts"
639 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700640 android:priority="200" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800641
642 <!-- Allows access to the list of accounts in the Accounts Service -->
643 <permission android:name="android.permission.GET_ACCOUNTS"
644 android:permissionGroup="android.permission-group.ACCOUNTS"
645 android:protectionLevel="normal"
646 android:description="@string/permdesc_getAccounts"
647 android:label="@string/permlab_getAccounts" />
648
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700649 <!-- Allows an application to act as an AccountAuthenticator for
650 the AccountManager -->
651 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
652 android:permissionGroup="android.permission-group.ACCOUNTS"
653 android:protectionLevel="dangerous"
654 android:label="@string/permlab_authenticateAccounts"
655 android:description="@string/permdesc_authenticateAccounts" />
656
657 <!-- Allows an application to request authtokens from the AccountManager -->
658 <permission android:name="android.permission.USE_CREDENTIALS"
659 android:permissionGroup="android.permission-group.ACCOUNTS"
660 android:protectionLevel="dangerous"
661 android:label="@string/permlab_useCredentials"
662 android:description="@string/permdesc_useCredentials" />
663
664 <!-- Allows an application to manage the list of accounts in the AccountManager -->
665 <permission android:name="android.permission.MANAGE_ACCOUNTS"
666 android:permissionGroup="android.permission-group.ACCOUNTS"
667 android:protectionLevel="dangerous"
668 android:label="@string/permlab_manageAccounts"
669 android:description="@string/permdesc_manageAccounts" />
670
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700671 <!-- Allows applications to call into AccountAuthenticators. Only
672 the system can get this permission. -->
673 <permission android:name="android.permission.ACCOUNT_MANAGER"
674 android:permissionGroup="android.permission-group.ACCOUNTS"
675 android:protectionLevel="signature"
676 android:description="@string/permdesc_accountManagerService"
677 android:label="@string/permlab_accountManagerService" />
678
679 <!-- ================================== -->
680 <!-- Permissions for accessing hardware that may effect battery life-->
681 <!-- ================================== -->
682 <eat-comment />
683
684 <!-- Used for permissions that provide direct access to the hardware on
685 the device that has an effect on battery life. This includes vibrator,
686 flashlight, etc. -->
687
688 <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
689 android:label="@string/permgrouplab_affectsBattery"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700690 android:icon="@drawable/perm_group_affects_battery"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700691 android:description="@string/permgroupdesc_affectsBattery"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700692 android:priority="180" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700693
694 <!-- Allows applications to enter Wi-Fi Multicast mode -->
695 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
696 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
697 android:protectionLevel="normal"
698 android:description="@string/permdesc_changeWifiMulticastState"
699 android:label="@string/permlab_changeWifiMulticastState" />
700
701 <!-- Allows access to the vibrator -->
702 <permission android:name="android.permission.VIBRATE"
703 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
704 android:protectionLevel="normal"
705 android:label="@string/permlab_vibrate"
706 android:description="@string/permdesc_vibrate" />
707
708 <!-- Allows access to the flashlight -->
709 <permission android:name="android.permission.FLASHLIGHT"
710 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
711 android:protectionLevel="normal"
712 android:label="@string/permlab_flashlight"
713 android:description="@string/permdesc_flashlight" />
714
715 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
716 from dimming -->
717 <permission android:name="android.permission.WAKE_LOCK"
718 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
719 android:protectionLevel="normal"
720 android:label="@string/permlab_wakeLock"
721 android:description="@string/permdesc_wakeLock" />
722
723 <!-- ==================================================== -->
724 <!-- Permissions related to changing audio settings -->
725 <!-- ==================================================== -->
726
727 <!-- Used for permissions that provide direct access to speaker settings
728 the device. -->
729 <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
730 android:label="@string/permgrouplab_audioSettings"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700731 android:icon="@drawable/perm_group_audio_settings"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700732 android:description="@string/permgroupdesc_audioSettings"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700733 android:priority="130" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700734
735 <!-- Allows an application to modify global audio settings -->
736 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
737 android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
738 android:protectionLevel="normal"
739 android:label="@string/permlab_modifyAudioSettings"
740 android:description="@string/permdesc_modifyAudioSettings" />
741
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800742 <!-- ================================== -->
743 <!-- Permissions for accessing hardware -->
744 <!-- ================================== -->
745 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700746
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800747 <!-- Used for permissions that provide direct access to the hardware on
748 the device. This includes audio, the camera, vibrator, etc. -->
749 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
750 android:label="@string/permgrouplab_hardwareControls"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700751 android:description="@string/permgroupdesc_hardwareControls"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700752 android:priority="260"/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800753
Mike Lockwood02eb8742011-02-27 09:10:37 -0800754 <!-- Allows an application to manage preferences and permissions for USB devices
755 @hide -->
756 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400757 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800758 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800759 android:label="@string/permlab_manageUsb"
760 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400761
Mike Lockwood10bc1112011-01-10 08:24:08 -0500762 <!-- Allows an application to access the MTP USB kernel driver.
763 For use only by the device side MTP implementation.
764 @hide -->
765 <permission android:name="android.permission.ACCESS_MTP"
766 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800767 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500768 android:label="@string/permlab_accessMtp"
769 android:description="@string/permdesc_accessMtp" />
770
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800771 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
772 <permission android:name="android.permission.HARDWARE_TEST"
773 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
774 android:protectionLevel="signature"
775 android:label="@string/permlab_hardware_test"
776 android:description="@string/permdesc_hardware_test" />
777
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500778 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
779 @hide -->
780 <permission android:name="android.permission.NET_ADMIN"
781 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
782 android:protectionLevel="signature" />
783
Jeff Sharkey098d5802012-04-26 17:30:34 -0700784 <!-- Allows registration for remote audio playback. @hide -->
785 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
786 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
787 android:protectionLevel="signature" />
788
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800789 <!-- =========================================== -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700790 <!-- Permissions associated with audio capture -->
791 <!-- =========================================== -->
792 <eat-comment />
793
794 <!-- Used for permissions that are associated with accessing
795 microphone audio from the device. Note that phone calls also capture audio
796 but are in a separate (more visible) permission group. -->
797 <permission-group android:name="android.permission-group.MICROPHONE"
798 android:label="@string/permgrouplab_microphone"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700799 android:icon="@drawable/perm_group_microphone"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700800 android:description="@string/permgroupdesc_microphone"
801 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700802 android:priority="340" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700803
804 <!-- Allows an application to record audio -->
805 <permission android:name="android.permission.RECORD_AUDIO"
806 android:permissionGroup="android.permission-group.MICROPHONE"
807 android:protectionLevel="dangerous"
808 android:label="@string/permlab_recordAudio" />
809
810
811 <!-- =========================================== -->
812 <!-- Permissions associated with camera and image capture -->
813 <!-- =========================================== -->
814 <eat-comment />
815
816 <!-- Used for permissions that are associated with accessing
817 camera or capturing images/video from the device. -->
818 <permission-group android:name="android.permission-group.CAMERA"
819 android:label="@string/permgrouplab_camera"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700820 android:icon="@drawable/perm_group_camera"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700821 android:description="@string/permgroupdesc_camera"
822 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700823 android:priority="350" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700824
825 <!-- Required to be able to access the camera device.
826 <p>This will automatically enforce the <a
827 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
828 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
829 If you do not require all camera features or can properly operate if a camera
830 is not available, then you must modify your manifest as appropriate in order to
831 install on devices that don't support all camera features.</p> -->
832 <permission android:name="android.permission.CAMERA"
833 android:permissionGroup="android.permission-group.CAMERA"
834 android:protectionLevel="dangerous"
835 android:label="@string/permlab_camera"
836 android:description="@string/permdesc_camera" />
837
838 <!-- =========================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800839 <!-- Permissions associated with telephony state -->
840 <!-- =========================================== -->
841 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700842
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800843 <!-- Used for permissions that are associated with accessing and modifyign
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700844 telephony state: placing calls, intercepting outgoing calls, reading
845 and modifying the phone state. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800846 <permission-group android:name="android.permission-group.PHONE_CALLS"
847 android:label="@string/permgrouplab_phoneCalls"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700848 android:icon="@drawable/perm_group_phone_calls"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700849 android:description="@string/permgroupdesc_phoneCalls"
850 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700851 android:priority="370" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800852
853 <!-- Allows an application to monitor, modify, or abort outgoing
854 calls. -->
855 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
856 android:permissionGroup="android.permission-group.PHONE_CALLS"
857 android:protectionLevel="dangerous"
858 android:label="@string/permlab_processOutgoingCalls"
859 android:description="@string/permdesc_processOutgoingCalls" />
860
861 <!-- Allows modification of the telephony state - power on, mmi, etc.
862 Does not include placing calls. -->
863 <permission android:name="android.permission.MODIFY_PHONE_STATE"
864 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800865 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800866 android:label="@string/permlab_modifyPhoneState"
867 android:description="@string/permdesc_modifyPhoneState" />
868
869 <!-- Allows read only access to phone state. -->
870 <permission android:name="android.permission.READ_PHONE_STATE"
871 android:permissionGroup="android.permission-group.PHONE_CALLS"
872 android:protectionLevel="dangerous"
873 android:label="@string/permlab_readPhoneState"
874 android:description="@string/permdesc_readPhoneState" />
875
Jake Hamby463f2212011-07-21 17:55:53 -0700876 <!-- Allows read access to privileged phone state.
877 @hide Used internally. -->
878 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
879 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800880 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -0700881
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700882 <!-- Allows an application to initiate a phone call without going through
883 the Dialer user interface for the user to confirm the call
884 being placed. -->
885 <permission android:name="android.permission.CALL_PHONE"
886 android:permissionGroup="android.permission-group.PHONE_CALLS"
887 android:protectionLevel="dangerous"
888 android:label="@string/permlab_callPhone"
889 android:description="@string/permdesc_callPhone" />
890
891 <!-- Allows an application to use SIP service -->
892 <permission android:name="android.permission.USE_SIP"
893 android:permissionGroup="android.permission-group.PHONE_CALLS"
894 android:protectionLevel="dangerous"
895 android:description="@string/permdesc_use_sip"
896 android:label="@string/permlab_use_sip" />
897
San Mehat29b57e62009-04-23 09:18:32 -0700898 <!-- ================================== -->
899 <!-- Permissions for sdcard interaction -->
900 <!-- ================================== -->
901 <eat-comment />
902
903 <!-- Group of permissions that are related to SD card access. -->
904 <permission-group android:name="android.permission-group.STORAGE"
905 android:label="@string/permgrouplab_storage"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700906 android:icon="@drawable/perm_group_storage"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700907 android:description="@string/permgroupdesc_storage"
908 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700909 android:priority="240" />
San Mehat29b57e62009-04-23 09:18:32 -0700910
Dianne Hackborn79245122012-03-12 10:51:26 -0700911 <!-- Allows an application to read from external storage -->
912 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
913 android:permissionGroup="android.permission-group.STORAGE"
914 android:label="@string/permlab_sdcardRead"
915 android:description="@string/permdesc_sdcardRead"
916 android:protectionLevel="dangerous" />
917
San Mehat5a3a77d2009-06-01 09:25:28 -0700918 <!-- Allows an application to write to external storage -->
919 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700920 android:permissionGroup="android.permission-group.STORAGE"
921 android:label="@string/permlab_sdcardWrite"
922 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700923 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700924
Mike Lockwood1e23db42011-04-22 07:05:21 -0700925 <!-- Allows an application to write to internal media storage
926 @hide -->
927 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
928 android:permissionGroup="android.permission-group.STORAGE"
929 android:label="@string/permlab_mediaStorageWrite"
930 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -0800931 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -0700932
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700933 <!-- ================================== -->
934 <!-- Permissions for screenlock -->
935 <!-- ================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800936 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700937
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700938 <!-- Group of permissions that are related to the screenlock. -->
939 <permission-group android:name="android.permission-group.SCREENLOCK"
940 android:label="@string/permgrouplab_storage"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700941 android:icon="@drawable/perm_group_screenlock"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700942 android:permissionGroupFlags="personalInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700943 android:description="@string/permgroupdesc_storage"
944 android:priority="230" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800945
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700946 <!-- Allows applications to disable the keyguard -->
947 <permission android:name="android.permission.DISABLE_KEYGUARD"
948 android:permissionGroup="android.permission-group.SCREENLOCK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800949 android:protectionLevel="dangerous"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700950 android:description="@string/permdesc_disableKeyguard"
951 android:label="@string/permlab_disableKeyguard" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800952
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700953 <!-- ================================== -->
954 <!-- Permissions to access other installed applications -->
955 <!-- ================================== -->
956 <eat-comment />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800957
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700958 <!-- Group of permissions that are related to the other applications
959 installed on the system. Examples include such as listing
960 running apps, or killing background processes. -->
961 <permission-group android:name="android.permission-group.APP_INFO"
962 android:label="@string/permgrouplab_appInfo"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700963 android:icon="@drawable/perm_group_app_info"
964 android:description="@string/permgroupdesc_appInfo"
965 android:priority="220" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800966
967 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -0700968 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800969 <permission android:name="android.permission.GET_TASKS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700970 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800971 android:protectionLevel="dangerous"
972 android:label="@string/permlab_getTasks"
973 android:description="@string/permdesc_getTasks" />
974
Dianne Hackborn8238e712012-04-24 11:15:40 -0700975 <!-- Allows an application to get full detailed information about
976 recently running tasks, with full fidelity to the real state.
977 @hide -->
978 <permission android:name="android.permission.GET_DETAILED_TASKS"
979 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
980 android:protectionLevel="signature"
981 android:label="@string/permlab_getDetailedTasks"
982 android:description="@string/permdesc_getDetailedTasks" />
983
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800984 <!-- Allows an application to change the Z-order of tasks -->
985 <permission android:name="android.permission.REORDER_TASKS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700986 android:permissionGroup="android.permission-group.APP_INFO"
987 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800988 android:label="@string/permlab_reorderTasks"
989 android:description="@string/permdesc_reorderTasks" />
990
Dianne Hackborn24a12102011-07-29 15:52:05 -0700991 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -0700992 <permission android:name="android.permission.REMOVE_TASKS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700993 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -0700994 android:protectionLevel="signature"
995 android:label="@string/permlab_removeTasks"
996 android:description="@string/permdesc_removeTasks" />
997
Jeff Sharkey35be7562012-04-18 19:16:15 -0700998 <!-- Allows an application to start any activity, regardless of permission
999 protection or exported state. @hide -->
1000 <permission android:name="android.permission.START_ANY_ACTIVITY"
1001 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1002 android:protectionLevel="signature"
1003 android:label="@string/permlab_startAnyActivity"
1004 android:description="@string/permdesc_startAnyActivity" />
1005
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001006 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1007 API is no longer supported. -->
1008 <permission android:name="android.permission.RESTART_PACKAGES"
1009 android:permissionGroup="android.permission-group.APP_INFO"
1010 android:protectionLevel="normal"
1011 android:label="@string/permlab_killBackgroundProcesses"
1012 android:description="@string/permdesc_killBackgroundProcesses" />
1013
1014 <!-- Allows an application to call
1015 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1016 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1017 android:permissionGroup="android.permission-group.APP_INFO"
1018 android:protectionLevel="normal"
1019 android:label="@string/permlab_killBackgroundProcesses"
1020 android:description="@string/permdesc_killBackgroundProcesses" />
1021
1022 <!-- ================================== -->
1023 <!-- Permissions affecting the display of other applications -->
1024 <!-- ================================== -->
1025 <eat-comment />
1026
1027 <!-- Group of permissions that allow manipulation of how
1028 another application displays UI to the user. -->
1029 <permission-group android:name="android.permission-group.DISPLAY"
1030 android:label="@string/permgrouplab_display"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001031 android:icon="@drawable/perm_group_display"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001032 android:description="@string/permgroupdesc_display"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001033 android:priority="190"/>
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001034
1035 <!-- Allows an application to open windows using the type
1036 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1037 shown on top of all other applications. Very few applications
1038 should use this permission; these windows are intended for
1039 system-level interaction with the user. -->
1040 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1041 android:permissionGroup="android.permission-group.DISPLAY"
1042 android:protectionLevel="dangerous"
1043 android:label="@string/permlab_systemAlertWindow"
1044 android:description="@string/permdesc_systemAlertWindow" />
1045
1046 <!-- ================================== -->
1047 <!-- Permissions affecting the system wallpaper -->
1048 <!-- ================================== -->
1049 <eat-comment />
1050
1051 <!-- Group of permissions that allow manipulation of how
1052 another application displays UI to the user. -->
1053 <permission-group android:name="android.permission-group.WALLPAPER"
1054 android:label="@string/permgrouplab_wallpaper"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001055 android:icon="@drawable/perm_group_wallpaper"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001056 android:description="@string/permgroupdesc_wallpaper"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001057 android:priority="150" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001058
1059 <!-- Allows applications to set the wallpaper -->
1060 <permission android:name="android.permission.SET_WALLPAPER"
1061 android:permissionGroup="android.permission-group.WALLPAPER"
1062 android:protectionLevel="normal"
1063 android:label="@string/permlab_setWallpaper"
1064 android:description="@string/permdesc_setWallpaper" />
1065
1066 <!-- Allows applications to set the wallpaper hints -->
1067 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1068 android:permissionGroup="android.permission-group.WALLPAPER"
1069 android:protectionLevel="normal"
1070 android:label="@string/permlab_setWallpaperHints"
1071 android:description="@string/permdesc_setWallpaperHints" />
1072
1073 <!-- ============================================ -->
1074 <!-- Permissions for changing the system clock -->
1075 <!-- ============================================ -->
1076 <eat-comment />
1077
1078 <!-- Group of permissions that are related to system clock. -->
1079 <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1080 android:label="@string/permgrouplab_systemClock"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001081 android:icon="@drawable/perm_group_system_clock"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001082 android:description="@string/permgroupdesc_systemClock"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001083 android:priority="140" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001084
1085 <!-- Allows applications to set the system time -->
1086 <permission android:name="android.permission.SET_TIME"
1087 android:protectionLevel="signature|system"
1088 android:label="@string/permlab_setTime"
1089 android:description="@string/permdesc_setTime" />
1090
1091 <!-- Allows applications to set the system time zone -->
1092 <permission android:name="android.permission.SET_TIME_ZONE"
1093 android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1094 android:protectionLevel="normal"
1095 android:label="@string/permlab_setTimeZone"
1096 android:description="@string/permdesc_setTimeZone" />
1097
1098 <!-- ==================================================== -->
1099 <!-- Permissions related to changing status bar -->
1100 <!-- ==================================================== -->
1101
1102 <!-- Used for permissions that change the status bar -->
1103 <permission-group android:name="android.permission-group.STATUS_BAR"
1104 android:label="@string/permgrouplab_statusBar"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001105 android:icon="@drawable/perm_group_status_bar"
1106 android:description="@string/permgroupdesc_statusBar"
1107 android:priority="110" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001108
1109 <!-- Allows an application to expand or collapse the status bar. -->
1110 <permission android:name="android.permission.EXPAND_STATUS_BAR"
1111 android:permissionGroup="android.permission-group.STATUS_BAR"
1112 android:protectionLevel="normal"
1113 android:label="@string/permlab_expandStatusBar"
1114 android:description="@string/permdesc_expandStatusBar" />
1115
1116 <!-- ==================================================== -->
1117 <!-- Permissions related to accessing sync settings -->
1118 <!-- ==================================================== -->
1119
1120 <!-- Used for permissions that access the sync settings or sync
1121 related information. -->
1122 <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1123 android:label="@string/permgrouplab_syncSettings"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001124 android:icon="@drawable/perm_group_sync_settings"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001125 android:description="@string/permgroupdesc_syncSettings"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001126 android:priority="120" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001127
1128 <!-- Allows applications to read the sync settings -->
1129 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1130 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1131 android:protectionLevel="normal"
1132 android:description="@string/permdesc_readSyncSettings"
1133 android:label="@string/permlab_readSyncSettings" />
1134
1135 <!-- Allows applications to write the sync settings -->
1136 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1137 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1138 android:protectionLevel="normal"
1139 android:description="@string/permdesc_writeSyncSettings"
1140 android:label="@string/permlab_writeSyncSettings" />
1141
1142 <!-- Allows applications to read the sync stats -->
1143 <permission android:name="android.permission.READ_SYNC_STATS"
1144 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1145 android:protectionLevel="normal"
1146 android:description="@string/permdesc_readSyncStats"
1147 android:label="@string/permlab_readSyncStats" />
1148
1149
1150 <!-- ============================================ -->
1151 <!-- Permissions for low-level system interaction -->
1152 <!-- ============================================ -->
1153 <eat-comment />
1154
1155 <!-- Group of permissions that are related to system APIs. Many
1156 of these are not permissions the user will be expected to understand,
1157 and such permissions should generally be marked as "normal" protection
1158 level so they don't get displayed. This can also, however, be used
1159 for miscellaneous features that provide access to the operating system,
1160 such as writing the global system settings. -->
1161 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1162 android:label="@string/permgrouplab_systemTools"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001163 android:icon="@drawable/perm_group_system_tools"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001164 android:description="@string/permgroupdesc_systemTools"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001165 android:priority="100" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001166
Dianne Hackborna573f6a2012-02-09 16:12:18 -08001167 <!-- @hide Change the screen compatibility mode of applications -->
1168 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1169 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1170 android:protectionLevel="signature"
1171 android:label="@string/permlab_setScreenCompatibility"
1172 android:description="@string/permdesc_setScreenCompatibility" />
1173
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001174 <!-- Allows an application to modify the current configuration, such
1175 as locale. -->
1176 <permission android:name="android.permission.CHANGE_CONFIGURATION"
1177 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001178 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001179 android:label="@string/permlab_changeConfiguration"
1180 android:description="@string/permdesc_changeConfiguration" />
1181
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001182 <!-- Allows an application to read or write the system settings. -->
1183 <permission android:name="android.permission.WRITE_SETTINGS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001184 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -08001185 android:protectionLevel="normal"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001186 android:label="@string/permlab_writeSettings"
1187 android:description="@string/permdesc_writeSettings" />
Dianne Hackborn03abb812010-01-04 18:43:19 -08001188
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001189 <!-- Allows an application to modify the Google service map. -->
1190 <permission android:name="android.permission.WRITE_GSERVICES"
1191 android:protectionLevel="signature|system"
1192 android:label="@string/permlab_writeGservices"
1193 android:description="@string/permdesc_writeGservices" />
1194
1195 <!-- @hide Change the screen compatibility mode of applications -->
1196 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
Dianne Hackborn03abb812010-01-04 18:43:19 -08001197 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001198 android:protectionLevel="signature"
1199 android:label="@string/permlab_setScreenCompatibility"
1200 android:description="@string/permdesc_setScreenCompatibility" />
1201
1202 <!-- Allows an application to modify the current configuration, such
1203 as locale. -->
1204 <permission android:name="android.permission.CHANGE_CONFIGURATION"
1205 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1206 android:protectionLevel="system|signature"
1207 android:label="@string/permlab_changeConfiguration"
1208 android:description="@string/permdesc_changeConfiguration" />
Dianne Hackborn03abb812010-01-04 18:43:19 -08001209
1210 <!-- Allows an application to call
1211 {@link android.app.ActivityManager#forceStopPackage}.
1212 @hide -->
1213 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1214 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1215 android:protectionLevel="signature"
1216 android:label="@string/permlab_forceStopPackages"
1217 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001218
Dianne Hackborn24a12102011-07-29 15:52:05 -07001219 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001220 An active window is the window that has fired an accessibility event. -->
1221 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1222 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -08001223 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001224 android:label="@string/permlab_retrieve_window_content"
1225 android:description="@string/permdesc_retrieve_window_content" />
1226
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001227 <!-- Modify the global animation scaling factor. -->
1228 <permission android:name="android.permission.SET_ANIMATION_SCALE"
1229 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001230 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001231 android:label="@string/permlab_setAnimationScale"
1232 android:description="@string/permdesc_setAnimationScale" />
1233
Dianne Hackbornd3efa392010-09-01 17:34:12 -07001234 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001235 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001236 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
1237 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001238 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001239 android:label="@string/permlab_persistentActivity"
1240 android:description="@string/permdesc_persistentActivity" />
1241
1242 <!-- Allows an application to find out the space used by any package. -->
1243 <permission android:name="android.permission.GET_PACKAGE_SIZE"
1244 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1245 android:protectionLevel="normal"
1246 android:label="@string/permlab_getPackageSize"
1247 android:description="@string/permdesc_getPackageSize" />
1248
Dianne Hackborna7ca0e52009-12-01 14:31:55 -08001249 <!-- @deprecated No longer useful, see
1250 {@link android.content.pm.PackageManager#addPackageToPreferred}
1251 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001252 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1253 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -08001254 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001255 android:label="@string/permlab_setPreferredApplications"
1256 android:description="@string/permdesc_setPreferredApplications" />
1257
1258 <!-- Allows an application to receive the
1259 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1260 broadcast after the system finishes booting. If you don't
1261 request this permission, you will not receive the broadcast at
1262 that time. Though holding this permission does not have any
1263 security implications, it can have a negative impact on the
1264 user experience by increasing the amount of time it takes the
1265 system to start and allowing applications to have themselves
1266 running without the user being aware of them. As such, you must
1267 explicitly declare your use of this facility to make that visible
1268 to the user. -->
1269 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
1270 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1271 android:protectionLevel="normal"
1272 android:label="@string/permlab_receiveBootCompleted"
1273 android:description="@string/permdesc_receiveBootCompleted" />
1274
1275 <!-- Allows an application to broadcast sticky intents. These are
1276 broadcasts whose data is held by the system after being finished,
1277 so that clients can quickly retrieve that data without having
1278 to wait for the next broadcast. -->
1279 <permission android:name="android.permission.BROADCAST_STICKY"
1280 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1281 android:protectionLevel="normal"
1282 android:label="@string/permlab_broadcastSticky"
1283 android:description="@string/permdesc_broadcastSticky" />
1284
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001285 <!-- Allows mounting and unmounting file systems for removable storage. -->
1286 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1287 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001288 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001289 android:label="@string/permlab_mount_unmount_filesystems"
1290 android:description="@string/permdesc_mount_unmount_filesystems" />
1291
1292 <!-- Allows formatting file systems for removable storage. -->
1293 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1294 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001295 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001296 android:label="@string/permlab_mount_format_filesystems"
1297 android:description="@string/permdesc_mount_format_filesystems" />
1298
San Mehat02735bc2010-01-26 15:18:08 -08001299 <!-- Allows access to ASEC non-destructive API calls
1300 @hide -->
1301 <permission android:name="android.permission.ASEC_ACCESS"
1302 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001303 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001304 android:label="@string/permlab_asec_access"
1305 android:description="@string/permdesc_asec_access" />
1306
1307 <!-- Allows creation of ASEC volumes
1308 @hide -->
1309 <permission android:name="android.permission.ASEC_CREATE"
1310 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001311 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001312 android:label="@string/permlab_asec_create"
1313 android:description="@string/permdesc_asec_create" />
1314
1315 <!-- Allows destruction of ASEC volumes
1316 @hide -->
1317 <permission android:name="android.permission.ASEC_DESTROY"
1318 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001319 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001320 android:label="@string/permlab_asec_destroy"
1321 android:description="@string/permdesc_asec_destroy" />
1322
1323 <!-- Allows mount / unmount of ASEC volumes
1324 @hide -->
1325 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1326 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001327 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001328 android:label="@string/permlab_asec_mount_unmount"
1329 android:description="@string/permdesc_asec_mount_unmount" />
1330
1331 <!-- Allows rename of ASEC volumes
1332 @hide -->
1333 <permission android:name="android.permission.ASEC_RENAME"
1334 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001335 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001336 android:label="@string/permlab_asec_rename"
1337 android:description="@string/permdesc_asec_rename" />
1338
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001339 <!-- Allows applications to write the apn settings -->
1340 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1341 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001342 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001343 android:description="@string/permdesc_writeApnSettings"
1344 android:label="@string/permlab_writeApnSettings" />
1345
Fred Quintana60307342009-03-24 22:48:12 -07001346 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001347 ContentProvider. -->
1348 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1349 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1350 android:label="@string/permlab_subscribedFeedsRead"
1351 android:description="@string/permdesc_subscribedFeedsRead"
1352 android:protectionLevel="normal" />
1353 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1354 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1355 android:label="@string/permlab_subscribedFeedsWrite"
1356 android:description="@string/permdesc_subscribedFeedsWrite"
1357 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001358
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001359 <!-- Allows applications to change network connectivity state -->
1360 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
1361 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001362 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001363 android:description="@string/permdesc_changeNetworkState"
1364 android:label="@string/permlab_changeNetworkState" />
1365
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001366 <!-- Allows an application to clear the caches of all installed
1367 applications on the device. -->
1368 <permission android:name="android.permission.CLEAR_APP_CACHE"
1369 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1370 android:protectionLevel="dangerous"
1371 android:label="@string/permlab_clearAppCache"
1372 android:description="@string/permdesc_clearAppCache" />
1373
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001374 <!-- Allows an application to use any media decoder when decoding for playback
1375 @hide -->
1376 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001377 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001378 android:label="@string/permlab_anyCodecForPlayback"
1379 android:description="@string/permdesc_anyCodecForPlayback" />
1380
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001381 <!-- ========================================= -->
1382 <!-- Permissions for special development tools -->
1383 <!-- ========================================= -->
1384 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001385
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001386 <!-- Group of permissions that are related to development features. These
1387 are not permissions that should appear in normal applications; they
1388 protect APIs that are intended only to be used for development
1389 purposes. -->
1390 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1391 android:label="@string/permgrouplab_developmentTools"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001392 android:description="@string/permgroupdesc_developmentTools"
Dianne Hackborn99222d22012-05-06 16:30:15 -07001393 android:priority="310" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001394
Dianne Hackborne639da72012-02-21 15:11:13 -08001395 <!-- Allows an application to read or write the secure system settings. -->
1396 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1397 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1398 android:protectionLevel="signature|system|development"
1399 android:label="@string/permlab_writeSecureSettings"
1400 android:description="@string/permdesc_writeSecureSettings" />
1401
1402 <!-- Allows an application to retrieve state dump information from system
1403 services. -->
1404 <permission android:name="android.permission.DUMP"
1405 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1406 android:protectionLevel="signature|system|development"
1407 android:label="@string/permlab_dump"
1408 android:description="@string/permdesc_dump" />
1409
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001410 <!-- Allows an application to read the low-level system log files.
1411 Log entries can contain the user's private information,
1412 which is why this permission is not available to normal apps. -->
1413 <permission android:name="android.permission.READ_LOGS"
1414 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1415 android:protectionLevel="signature|system|development"
1416 android:label="@string/permlab_readLogs"
1417 android:description="@string/permdesc_readLogs" />
1418
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001419 <!-- Configure an application for debugging. -->
1420 <permission android:name="android.permission.SET_DEBUG_APP"
1421 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001422 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001423 android:label="@string/permlab_setDebugApp"
1424 android:description="@string/permdesc_setDebugApp" />
1425
1426 <!-- Allows an application to set the maximum number of (not needed)
1427 application processes that can be running. -->
1428 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1429 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001430 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001431 android:label="@string/permlab_setProcessLimit"
1432 android:description="@string/permdesc_setProcessLimit" />
1433
1434 <!-- Allows an application to control whether activities are immediately
1435 finished when put in the background. -->
1436 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1437 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001438 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001439 android:label="@string/permlab_setAlwaysFinish"
1440 android:description="@string/permdesc_setAlwaysFinish" />
1441
1442 <!-- Allow an application to request that a signal be sent to all persistent processes -->
1443 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1444 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001445 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001446 android:label="@string/permlab_signalPersistentProcesses"
1447 android:description="@string/permdesc_signalPersistentProcesses" />
1448
1449 <!-- ==================================== -->
1450 <!-- Private (signature-only) permissions -->
1451 <!-- ==================================== -->
1452 <eat-comment />
1453
1454 <!-- Allows applications to RW to diagnostic resources. -->
1455 <permission android:name="android.permission.DIAGNOSTIC"
1456 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1457 android:protectionLevel="signature"
1458 android:description="@string/permdesc_diagnostic"
1459 android:label="@string/permlab_diagnostic" />
1460
1461 <!-- Allows an application to open, close, or disable the status bar
1462 and its icons. -->
1463 <permission android:name="android.permission.STATUS_BAR"
1464 android:label="@string/permlab_statusBar"
1465 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001466 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001467
Joe Onorato8bc6c512010-06-04 16:21:12 -04001468 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1469 @hide -->
1470 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1471 android:label="@string/permlab_statusBarService"
1472 android:description="@string/permdesc_statusBarService"
1473 android:protectionLevel="signature" />
1474
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001475 <!-- Allows an application to force a BACK operation on whatever is the
1476 top activity. -->
1477 <permission android:name="android.permission.FORCE_BACK"
1478 android:label="@string/permlab_forceBack"
1479 android:description="@string/permdesc_forceBack"
1480 android:protectionLevel="signature" />
1481
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001482 <!-- Allows an application to update device statistics. Not for
1483 use by third party apps. -->
1484 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
1485 android:label="@string/permlab_batteryStats"
1486 android:description="@string/permdesc_batteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001487 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001488
1489 <!-- Allows an application to open windows that are for use by parts
1490 of the system user interface. Not for use by third party apps. -->
1491 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1492 android:label="@string/permlab_internalSystemWindow"
1493 android:description="@string/permdesc_internalSystemWindow"
1494 android:protectionLevel="signature" />
1495
1496 <!-- Allows an application to manage (create, destroy,
1497 Z-order) application tokens in the window manager. This is only
1498 for use by the system. -->
1499 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1500 android:label="@string/permlab_manageAppTokens"
1501 android:description="@string/permdesc_manageAppTokens"
1502 android:protectionLevel="signature" />
1503
1504 <!-- Allows an application to inject user events (keys, touch, trackball)
1505 into the event stream and deliver them to ANY window. Without this
1506 permission, you can only deliver events to windows in your own process.
1507 Very few applications should need to use this permission. -->
1508 <permission android:name="android.permission.INJECT_EVENTS"
1509 android:label="@string/permlab_injectEvents"
1510 android:description="@string/permdesc_injectEvents"
1511 android:protectionLevel="signature" />
1512
1513 <!-- Allows an application to watch and control how activities are
1514 started globally in the system. Only for is in debugging
1515 (usually the monkey command). -->
1516 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1517 android:label="@string/permlab_runSetActivityWatcher"
1518 android:description="@string/permdesc_runSetActivityWatcher"
1519 android:protectionLevel="signature" />
1520
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001521 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001522 to put the higher-level system there into a shutdown state.
1523 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001524 <permission android:name="android.permission.SHUTDOWN"
1525 android:label="@string/permlab_shutdown"
1526 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001527 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001528
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001529 <!-- Allows an application to tell the activity manager to temporarily
1530 stop application switches, putting it into a special mode that
1531 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001532 critical UI such as the home screen.
1533 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001534 <permission android:name="android.permission.STOP_APP_SWITCHES"
1535 android:label="@string/permlab_stopAppSwitches"
1536 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001537 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001538
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001539 <!-- Allows an application to retrieve the current state of keys and
Jeff Brownac143512012-04-05 18:57:33 -07001540 switches. This is only for use by the system.
1541 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001542 <permission android:name="android.permission.READ_INPUT_STATE"
1543 android:label="@string/permlab_readInputState"
1544 android:description="@string/permdesc_readInputState"
1545 android:protectionLevel="signature" />
1546
Dianne Hackbornd6847842010-01-12 18:14:19 -08001547 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1548 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001549 <permission android:name="android.permission.BIND_INPUT_METHOD"
1550 android:label="@string/permlab_bindInputMethod"
1551 android:description="@string/permdesc_bindInputMethod"
1552 android:protectionLevel="signature" />
1553
satok988323c2011-06-22 16:38:13 +09001554 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1555 to ensure that only the system can bind to it. -->
1556 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1557 android:label="@string/permlab_bindTextService"
1558 android:description="@string/permdesc_bindTextService"
1559 android:protectionLevel="signature" />
1560
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001561 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001562 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001563 <permission android:name="android.permission.BIND_VPN_SERVICE"
1564 android:label="@string/permlab_bindVpnService"
1565 android:description="@string/permdesc_bindVpnService"
1566 android:protectionLevel="signature" />
1567
Dianne Hackbornd6847842010-01-12 18:14:19 -08001568 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1569 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001570 <permission android:name="android.permission.BIND_WALLPAPER"
1571 android:label="@string/permlab_bindWallpaper"
1572 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001573 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001574
Dianne Hackbornd6847842010-01-12 18:14:19 -08001575 <!-- Must be required by device administration receiver, to ensure that only the
1576 system can interact with it. -->
1577 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1578 android:label="@string/permlab_bindDeviceAdmin"
1579 android:description="@string/permdesc_bindDeviceAdmin"
1580 android:protectionLevel="signature" />
1581
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001582 <!-- Allows low-level access to setting the orientation (actually
1583 rotation) of the screen. Not for use by normal applications. -->
1584 <permission android:name="android.permission.SET_ORIENTATION"
1585 android:label="@string/permlab_setOrientation"
1586 android:description="@string/permdesc_setOrientation"
1587 android:protectionLevel="signature" />
1588
Jeff Brown1a84fd12011-06-02 01:26:32 -07001589 <!-- Allows low-level access to setting the pointer speed.
1590 Not for use by normal applications. -->
1591 <permission android:name="android.permission.SET_POINTER_SPEED"
1592 android:label="@string/permlab_setPointerSpeed"
1593 android:description="@string/permdesc_setPointerSpeed"
1594 android:protectionLevel="signature" />
1595
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001596 <!-- Allows low-level access to setting the keyboard layout.
Jeff Brown507f5582012-05-07 19:06:06 -07001597 Not for use by normal applications.
1598 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001599 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1600 android:label="@string/permlab_setKeyboardLayout"
1601 android:description="@string/permdesc_setKeyboardLayout"
1602 android:protectionLevel="signature" />
1603
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001604 <!-- Allows an application to install packages. -->
1605 <permission android:name="android.permission.INSTALL_PACKAGES"
1606 android:label="@string/permlab_installPackages"
1607 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001608 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001609
1610 <!-- Allows an application to clear user data -->
1611 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1612 android:label="@string/permlab_clearAppUserData"
1613 android:description="@string/permdesc_clearAppUserData"
1614 android:protectionLevel="signature" />
1615
1616 <!-- Allows an application to delete cache files. -->
1617 <permission android:name="android.permission.DELETE_CACHE_FILES"
1618 android:label="@string/permlab_deleteCacheFiles"
1619 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08001620 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001621
1622 <!-- Allows an application to delete packages. -->
1623 <permission android:name="android.permission.DELETE_PACKAGES"
1624 android:label="@string/permlab_deletePackages"
1625 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001626 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001627
Jeff Brownec7c78f2010-03-30 23:37:25 -07001628 <!-- Allows an application to move location of installed package.
1629 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001630 <permission android:name="android.permission.MOVE_PACKAGE"
1631 android:label="@string/permlab_movePackage"
1632 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08001633 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001634
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001635 <!-- Allows an application to change whether an application component (other than its own) is
1636 enabled or not. -->
1637 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1638 android:label="@string/permlab_changeComponentState"
1639 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08001640 android:protectionLevel="signature|system" />
1641
1642 <!-- @hide Allows an application to grant or revoke specific permissions. -->
1643 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1644 android:label="@string/permlab_grantRevokePermissions"
1645 android:description="@string/permdesc_grantRevokePermissions"
1646 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001647
1648 <!-- Allows an application to use SurfaceFlinger's low level features -->
1649 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1650 android:label="@string/permlab_accessSurfaceFlinger"
1651 android:description="@string/permdesc_accessSurfaceFlinger"
1652 android:protectionLevel="signature" />
1653
1654 <!-- Allows an application to take screen shots and more generally
1655 get access to the frame buffer data -->
1656 <permission android:name="android.permission.READ_FRAME_BUFFER"
1657 android:label="@string/permlab_readFrameBuffer"
1658 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08001659 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001660
1661 <!-- Required to be able to disable the device (very dangerous!). -->
1662 <permission android:name="android.permission.BRICK"
1663 android:label="@string/permlab_brick"
1664 android:description="@string/permdesc_brick"
1665 android:protectionLevel="signature" />
1666
1667 <!-- Required to be able to reboot the device. -->
1668 <permission android:name="android.permission.REBOOT"
1669 android:label="@string/permlab_reboot"
1670 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08001671 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001672
1673 <!-- Allows low-level access to power management -->
1674 <permission android:name="android.permission.DEVICE_POWER"
1675 android:label="@string/permlab_devicePower"
1676 android:description="@string/permdesc_devicePower"
1677 android:protectionLevel="signature" />
1678
1679 <!-- Run as a manufacturer test application, running as the root user.
1680 Only available when the device is running in manufacturer test mode. -->
1681 <permission android:name="android.permission.FACTORY_TEST"
1682 android:label="@string/permlab_factoryTest"
1683 android:description="@string/permdesc_factoryTest"
1684 android:protectionLevel="signature" />
1685
1686 <!-- Allows an application to broadcast a notification that an application
1687 package has been removed. -->
1688 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1689 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1690 android:label="@string/permlab_broadcastPackageRemoved"
1691 android:description="@string/permdesc_broadcastPackageRemoved"
1692 android:protectionLevel="signature" />
1693
1694 <!-- Allows an application to broadcast an SMS receipt notification -->
1695 <permission android:name="android.permission.BROADCAST_SMS"
1696 android:permissionGroup="android.permission-group.MESSAGES"
1697 android:label="@string/permlab_broadcastSmsReceived"
1698 android:description="@string/permdesc_broadcastSmsReceived"
1699 android:protectionLevel="signature" />
1700
1701 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1702 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1703 android:permissionGroup="android.permission-group.MESSAGES"
1704 android:label="@string/permlab_broadcastWapPush"
1705 android:description="@string/permdesc_broadcastWapPush"
1706 android:protectionLevel="signature" />
1707
1708 <permission android:name="android.permission.MASTER_CLEAR"
1709 android:label="@string/permlab_masterClear"
1710 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08001711 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001712
1713 <!-- Allows an application to call any phone number, including emergency
1714 numbers, without going through the Dialer user interface for the user
1715 to confirm the call being placed. -->
1716 <permission android:name="android.permission.CALL_PRIVILEGED"
1717 android:label="@string/permlab_callPrivileged"
1718 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08001719 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001720
Jim Miller767be5f2009-08-25 19:33:57 -07001721 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1722 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1723 android:label="@string/permlab_performCdmaProvisioning"
1724 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08001725 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07001726
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001727 <!-- Allows enabling/disabling location update notifications from
1728 the radio. Not for use by normal applications. -->
1729 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1730 android:label="@string/permlab_locationUpdates"
1731 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08001732 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001733
1734 <!-- Allows read/write access to the "properties" table in the checkin
1735 database, to change values that get uploaded. -->
1736 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1737 android:label="@string/permlab_checkinProperties"
1738 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08001739 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001740
1741 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001742 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001743 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1744 android:label="@string/permlab_pkgUsageStats"
1745 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001746 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001747
1748 <!-- Allows an application to collect battery statistics -->
1749 <permission android:name="android.permission.BATTERY_STATS"
1750 android:label="@string/permlab_batteryStats"
1751 android:description="@string/permdesc_batteryStats"
1752 android:protectionLevel="normal" />
1753
Christopher Tate181fafa2009-05-14 11:12:14 -07001754 <!-- Allows an application to control the backup and restore process
1755 @hide pending API council -->
1756 <permission android:name="android.permission.BACKUP"
1757 android:label="@string/permlab_backup"
1758 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08001759 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001760
Christopher Tate4a627c72011-04-01 14:43:32 -07001761 <!-- Allows a package to launch the secure full-backup confirmation UI.
1762 ONLY the system process may hold this permission.
1763 @hide -->
1764 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
1765 android:label="@string/permlab_confirm_full_backup"
1766 android:description="@string/permdesc_confirm_full_backup"
1767 android:protectionLevel="signature" />
1768
Winson Chung81f39eb2011-01-11 18:05:01 -08001769 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1770 to ensure that only the system can bind to it. -->
1771 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1772 android:label="@string/permlab_bindRemoteViews"
1773 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08001774 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08001775
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001776 <!-- Allows an application to tell the AppWidget service which application
1777 can access AppWidget's data. The normal user flow is that a user
1778 picks an AppWidget to go into a particular host, thereby giving that
1779 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001780 An application that has this permission should honor that contract.
1781 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001782 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001783 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1784 android:label="@string/permlab_bindGadget"
1785 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08001786 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001787
Michael Jurka61a5b012012-04-13 10:39:45 -07001788 <!-- Internal permission allowing an application to query/set which
1789 applications can bind AppWidgets.
1790 @hide -->
1791 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
1792 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1793 android:protectionLevel="signature|system" />
1794
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001795 <!-- Allows applications to change the background data setting
1796 @hide pending API council -->
1797 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1798 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1799 android:protectionLevel="signature"
1800 android:description="@string/permdesc_changeBackgroundDataSetting"
1801 android:label="@string/permlab_changeBackgroundDataSetting" />
1802
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001803 <!-- This permission can be used on content providers to allow the global
1804 search system to access their data. Typically it used when the
1805 provider has some permissions protecting it (which global search
1806 would not be expected to hold), and added as a read-only permission
1807 to the path in the provider where global search queries are
1808 performed. This permission can not be held by regular applications;
1809 it is used by applications to protect themselves from everyone else
1810 besides global search. -->
1811 <permission android:name="android.permission.GLOBAL_SEARCH"
1812 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001813 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001814
1815 <!-- Internal permission protecting access to the global search
1816 system: ensures that only the system can access the provider
1817 to perform queries (since this otherwise provides unrestricted
1818 access to a variety of content providers), and to write the
1819 search statistics (to keep applications from gaming the source
1820 ranking).
1821 @hide -->
1822 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1823 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1824 android:protectionLevel="signature" />
1825
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001826 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001827 @hide XXX Change to signature once the picker is moved to its
1828 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001829 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1830 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001831 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001832
Jeff Brownec7c78f2010-03-30 23:37:25 -07001833 <!-- Allow an application to read and write the cache partition.
1834 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001835 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1836 android:label="@string/permlab_cache_filesystem"
1837 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08001838 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001839
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001840 <!-- Must be required by default container service so that only
1841 the system can bind to it and use it to copy
1842 protected data to secure containers or files
1843 accessible to the system.
1844 @hide -->
1845 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1846 android:label="@string/permlab_copyProtectedData"
1847 android:description="@string/permlab_copyProtectedData"
1848 android:protectionLevel="signature" />
1849
Jason parks8888c592011-01-20 22:46:41 -06001850 <!-- Internal permission protecting access to the encryption methods
1851 @hide
1852 -->
1853 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08001854 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06001855
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001856 <!-- Allows an application to read historical network usage for
1857 specific networks and applications. @hide -->
1858 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
1859 android:label="@string/permlab_readNetworkUsageHistory"
1860 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08001861 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001862
1863 <!-- Allows an application to manage network policies (such as warning and disable
1864 limits) and to define application-specific rules. @hide -->
1865 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
1866 android:label="@string/permlab_manageNetworkPolicy"
1867 android:description="@string/permdesc_manageNetworkPolicy"
1868 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06001869
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001870 <!-- Allows an application to account its network traffic against other UIDs. Used
1871 by system services like download manager and media server. Not for use by
1872 third party apps. @hide -->
1873 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
1874 android:label="@string/permlab_modifyNetworkAccounting"
1875 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08001876 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001877
Tom Taylorb0381682011-08-11 14:27:25 -07001878 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001879 @hide Used internally.
1880 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001881 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001882 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001883 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001884
Kenny Root5ab21572011-07-27 11:11:19 -07001885 <!-- Package verifier needs to have this permission before the PackageManager will
1886 trust it to verify packages.
1887 @hide
1888 -->
1889 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
1890 android:label="@string/permlab_packageVerificationAgent"
1891 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08001892 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07001893
1894 <!-- Must be required by package verifier receiver, to ensure that only the
1895 system can interact with it.
1896 @hide
1897 -->
1898 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
1899 android:label="@string/permlab_bindPackageVerifier"
1900 android:description="@string/permdesc_bindPackageVerifier"
1901 android:protectionLevel="signature" />
1902
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04001903 <!-- Allows applications to access serial ports via the SerialManager.
1904 @hide -->
1905 <permission android:name="android.permission.SERIAL_PORT"
1906 android:label="@string/permlab_serialPort"
1907 android:description="@string/permdesc_serialPort"
1908 android:protectionLevel="normal" />
1909
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08001910 <!-- Allows the holder to access content providers from outside an ApplicationThread.
1911 This permission is enforced by the ActivityManagerService on the corresponding APIs,
1912 in particular ActivityManagerService#getContentProviderExternal(String) and
1913 ActivityManagerService#removeContentProviderExternal(String).
1914 @hide
1915 -->
1916 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
1917 android:label="@string/permlab_accessContentProvidersExternally"
1918 android:description="@string/permdesc_accessContentProvidersExternally"
1919 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08001920 <!-- Allows an application to hold an UpdateLock, recommending that a headless
1921 OTA reboot *not* occur while the lock is held.
1922 @hide -->
1923 <permission android:name="android.permission.UPDATE_LOCK"
1924 android:label="@string/permlab_updateLock"
1925 android:description="@string/permdesc_updateLock"
1926 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08001927
Christopher Tate4a627c72011-04-01 14:43:32 -07001928 <!-- The system process is explicitly the only one allowed to launch the
1929 confirmation UI for full backup/restore -->
1930 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
1931
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001932 <application android:process="system"
1933 android:persistent="true"
1934 android:hasCode="false"
1935 android:label="@string/android_system_label"
1936 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001937 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001938 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001939 android:icon="@drawable/ic_launcher_android">
1940 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001941 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001942 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001943 android:excludeFromRecents="true"
1944 android:multiprocess="true">
1945 <intent-filter>
1946 <action android:name="android.intent.action.CHOOSER" />
1947 <category android:name="android.intent.category.DEFAULT" />
1948 </intent-filter>
1949 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001950 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001951 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07001952 android:label="@string/heavy_weight_switcher_title"
1953 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001954 android:excludeFromRecents="true"
1955 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07001956 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001957 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001958 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
1959 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001960 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001961 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1962 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001963 android:excludeFromRecents="true"
1964 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08001965 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001966
Fred Quintana33269202009-04-20 16:05:10 -07001967 <activity android:name="android.accounts.ChooseAccountActivity"
1968 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08001969 android:exported="true"
1970 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001971 android:label="@string/choose_account_label"
1972 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07001973 </activity>
1974
Fred Quintana1121bb52011-09-14 23:19:35 -07001975 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
1976 android:excludeFromRecents="true"
1977 android:exported="true"
Fred Quintanab04fe4e2011-09-16 21:17:21 -07001978 android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar"
Fred Quintana1121bb52011-09-14 23:19:35 -07001979 android:label="@string/choose_account_label"
1980 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07001981 </activity>
1982
1983 <activity android:name="android.accounts.ChooseAccountTypeActivity"
1984 android:excludeFromRecents="true"
Fred Quintanab04fe4e2011-09-16 21:17:21 -07001985 android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar"
Fred Quintana1121bb52011-09-14 23:19:35 -07001986 android:label="@string/choose_account_label"
1987 android:process=":ui">
1988 </activity>
1989
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001990 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1991 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08001992 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001993 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
1994 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001995 </activity>
1996
Fred Quintanab19e62a2010-12-16 13:54:43 -08001997 <activity android:name="android.content.SyncActivityTooManyDeletes"
1998 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001999 android:label="@string/sync_too_many_deletes"
2000 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08002001 </activity>
2002
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002003 <activity android:name="com.android.server.ShutdownActivity"
2004 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07002005 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002006 <intent-filter>
2007 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2008 <category android:name="android.intent.category.DEFAULT" />
2009 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04002010 <intent-filter>
2011 <action android:name="android.intent.action.REBOOT" />
2012 <category android:name="android.intent.category.DEFAULT" />
2013 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002014 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08002015
Danke Xie22d1f9f2009-08-18 18:28:45 -04002016 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002017 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002018 android:excludeFromRecents="true"
2019 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04002020 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002021
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002022 <receiver android:name="com.android.server.BootReceiver" >
2023 <intent-filter>
2024 <action android:name="android.intent.action.BOOT_COMPLETED" />
2025 </intent-filter>
2026 </receiver>
2027
2028 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07002029 android:permission="android.permission.MASTER_CLEAR"
2030 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002031 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08002032 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2033 <action android:name="android.intent.action.MASTER_CLEAR" />
2034
2035 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002036 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002037 <category android:name="android.intent.category.MASTER_CLEAR" />
2038 </intent-filter>
2039 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07002040
2041 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2042 android:permission="android.permission.MASTER_CLEAR"
2043 android:exported="true" />
2044
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002045 </application>
2046
2047</manifest>