blob: 540c65a7812de6da03b1e01dd627fd025c8ec872 [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"
21 package="android" android:sharedUserId="android.uid.system"
22 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" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070063
Dianne Hackborn7299c412010-03-04 18:41:49 -080064 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
65 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
66 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
67 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Debashish Chatterjeee53eba02011-08-04 14:12:58 +010068
Christopher Tate4cc86e12009-09-21 19:36:51 -070069 <protected-broadcast android:name="android.backup.intent.RUN" />
70 <protected-broadcast android:name="android.backup.intent.CLEAR" />
71 <protected-broadcast android:name="android.backup.intent.INIT" />
72
Nick Pelly72440a0e2009-09-15 17:21:10 -070073 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
74 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
75 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
76 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
77 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
78 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
79 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
80 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
81 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
82 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
83 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
84 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
85 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
86 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
87 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
88 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
89
Mike Lockwoodc4308f02011-03-01 08:04:54 -080090 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
91 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
92 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
93 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
94 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -040095
Nick Pellyf36c6db2010-10-14 19:16:35 -070096 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -080097 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
98 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
99 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700100
Nick Pellyf36c6db2010-10-14 19:16:35 -0700101 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700102 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700103 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400104
Nick Pellya64e2ad42011-03-14 10:28:11 -0700105
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800106 <!-- ====================================== -->
107 <!-- Permissions for things that cost money -->
108 <!-- ====================================== -->
109 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700110
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800111 <!-- Used for permissions that can be used to make the user spend money
112 without their direct involvement. For example, this is the group
113 for permissions that allow you to directly place phone calls,
114 directly send SMS messages, etc. -->
115 <permission-group android:name="android.permission-group.COST_MONEY"
116 android:label="@string/permgrouplab_costMoney"
117 android:description="@string/permgroupdesc_costMoney" />
118
119 <!-- Allows an application to send SMS messages. -->
120 <permission android:name="android.permission.SEND_SMS"
121 android:permissionGroup="android.permission-group.COST_MONEY"
122 android:protectionLevel="dangerous"
123 android:label="@string/permlab_sendSms"
124 android:description="@string/permdesc_sendSms" />
125
Tom Taylorb0381682011-08-11 14:27:25 -0700126 <!-- Allows an application to send SMS messages via the Messaging app with no user
127 input or confirmation.
128 @hide -->
129 <permission android:name="android.permission.SEND_SMS_NO_CONFIRMATION"
130 android:permissionGroup="android.permission-group.COST_MONEY"
131 android:protectionLevel="signatureOrSystem"
132 android:label="@string/permlab_sendSmsNoConfirmation"
133 android:description="@string/permdesc_sendSmsNoConfirmation" />
134
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800135 <!-- Allows an application to initiate a phone call without going through
136 the Dialer user interface for the user to confirm the call
137 being placed. -->
138 <permission android:name="android.permission.CALL_PHONE"
139 android:permissionGroup="android.permission-group.COST_MONEY"
140 android:protectionLevel="dangerous"
141 android:label="@string/permlab_callPhone"
142 android:description="@string/permdesc_callPhone" />
143
144 <!-- ================================== -->
145 <!-- Permissions for accessing messages -->
146 <!-- ================================== -->
147 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700148
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800149 <!-- Used for permissions that allow an application to send messages
150 on behalf of the user or intercept messages being received by the
151 user. This is primarily intended for SMS/MMS messaging, such as
152 receiving or reading an MMS. -->
153 <permission-group android:name="android.permission-group.MESSAGES"
154 android:label="@string/permgrouplab_messages"
155 android:description="@string/permgroupdesc_messages" />
156
157 <!-- Allows an application to monitor incoming SMS messages, to record
158 or perform processing on them. -->
159 <permission android:name="android.permission.RECEIVE_SMS"
160 android:permissionGroup="android.permission-group.MESSAGES"
161 android:protectionLevel="dangerous"
162 android:label="@string/permlab_receiveSms"
163 android:description="@string/permdesc_receiveSms" />
164
165 <!-- Allows an application to monitor incoming MMS messages, to record
166 or perform processing on them. -->
167 <permission android:name="android.permission.RECEIVE_MMS"
168 android:permissionGroup="android.permission-group.MESSAGES"
169 android:protectionLevel="dangerous"
170 android:label="@string/permlab_receiveMms"
171 android:description="@string/permdesc_receiveMms" />
172
Jake Hambyab79ee42011-04-26 16:26:46 -0700173 <!-- Allows an application to receive emergency cell broadcast messages,
174 to record or display them to the user. Reserved for system apps.
175 @hide Pending API council approval -->
176 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
177 android:permissionGroup="android.permission-group.MESSAGES"
178 android:protectionLevel="signatureOrSystem"
179 android:label="@string/permlab_receiveEmergencyBroadcast"
180 android:description="@string/permdesc_receiveEmergencyBroadcast" />
181
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800182 <!-- Allows an application to read SMS messages. -->
183 <permission android:name="android.permission.READ_SMS"
184 android:permissionGroup="android.permission-group.MESSAGES"
185 android:protectionLevel="dangerous"
186 android:label="@string/permlab_readSms"
187 android:description="@string/permdesc_readSms" />
188
189 <!-- Allows an application to write SMS messages. -->
190 <permission android:name="android.permission.WRITE_SMS"
191 android:permissionGroup="android.permission-group.MESSAGES"
192 android:protectionLevel="dangerous"
193 android:label="@string/permlab_writeSms"
194 android:description="@string/permdesc_writeSms" />
195
196 <!-- Allows an application to monitor incoming WAP push messages. -->
197 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
198 android:permissionGroup="android.permission-group.MESSAGES"
199 android:protectionLevel="dangerous"
200 android:label="@string/permlab_receiveWapPush"
201 android:description="@string/permdesc_receiveWapPush" />
202
203 <!-- =============================================================== -->
204 <!-- Permissions for accessing personal info (contacts and calendar) -->
205 <!-- =============================================================== -->
206 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700207
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800208 <!-- Used for permissions that provide access to the user's private data,
209 such as contacts, calendar events, e-mail messages, etc. This includes
210 both reading and writing of this data (which should generally be
211 expressed as two distinct permissions). -->
212 <permission-group android:name="android.permission-group.PERSONAL_INFO"
213 android:label="@string/permgrouplab_personalInfo"
214 android:description="@string/permgroupdesc_personalInfo" />
215
216 <!-- Allows an application to read the user's contacts data. -->
217 <permission android:name="android.permission.READ_CONTACTS"
218 android:permissionGroup="android.permission-group.PERSONAL_INFO"
219 android:protectionLevel="dangerous"
220 android:label="@string/permlab_readContacts"
221 android:description="@string/permdesc_readContacts" />
222
223 <!-- Allows an application to write (but not read) the user's
224 contacts data. -->
225 <permission android:name="android.permission.WRITE_CONTACTS"
226 android:permissionGroup="android.permission-group.PERSONAL_INFO"
227 android:protectionLevel="dangerous"
228 android:label="@string/permlab_writeContacts"
229 android:description="@string/permdesc_writeContacts" />
230
Dave Santoro43251332011-05-11 11:39:54 -0700231
232 <!-- Allows an application to read the user's personal profile data. -->
233 <permission android:name="android.permission.READ_PROFILE"
234 android:permissionGroup="android.permission-group.PERSONAL_INFO"
235 android:protectionLevel="dangerous"
236 android:label="@string/permlab_readProfile"
237 android:description="@string/permdesc_readProfile" />
238
239 <!-- Allows an application to write (but not read) the user's
240 personal profile data. -->
241 <permission android:name="android.permission.WRITE_PROFILE"
242 android:permissionGroup="android.permission-group.PERSONAL_INFO"
243 android:protectionLevel="dangerous"
244 android:label="@string/permlab_writeProfile"
245 android:description="@string/permdesc_writeProfile" />
246
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800247 <!-- Allows an application to read the user's calendar data. -->
248 <permission android:name="android.permission.READ_CALENDAR"
249 android:permissionGroup="android.permission-group.PERSONAL_INFO"
250 android:protectionLevel="dangerous"
251 android:label="@string/permlab_readCalendar"
252 android:description="@string/permdesc_readCalendar" />
253
254 <!-- Allows an application to write (but not read) the user's
255 calendar data. -->
256 <permission android:name="android.permission.WRITE_CALENDAR"
257 android:permissionGroup="android.permission-group.PERSONAL_INFO"
258 android:protectionLevel="dangerous"
259 android:label="@string/permlab_writeCalendar"
260 android:description="@string/permdesc_writeCalendar" />
261
262 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700263 really only be required by an IME, or a dictionary editor like
264 the Settings app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800265 @hide Pending API council approval -->
266 <permission android:name="android.permission.READ_USER_DICTIONARY"
267 android:permissionGroup="android.permission-group.PERSONAL_INFO"
268 android:protectionLevel="dangerous"
269 android:label="@string/permlab_readDictionary"
270 android:description="@string/permdesc_readDictionary" />
271
272 <!-- Allows an application to write to the user dictionary.
273 @hide Pending API council approval -->
274 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
275 android:permissionGroup="android.permission-group.PERSONAL_INFO"
276 android:protectionLevel="normal"
277 android:label="@string/permlab_writeDictionary"
278 android:description="@string/permdesc_writeDictionary" />
279
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400280 <!-- Allows an application to read (but not write) the user's
281 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400282 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400283 android:permissionGroup="android.permission-group.PERSONAL_INFO"
284 android:label="@string/permlab_readHistoryBookmarks"
285 android:description="@string/permdesc_readHistoryBookmarks"
286 android:protectionLevel="dangerous" />
287
288 <!-- Allows an application to write (but not read) the user's
289 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400290 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400291 android:permissionGroup="android.permission-group.PERSONAL_INFO"
292 android:label="@string/permlab_writeHistoryBookmarks"
293 android:description="@string/permdesc_writeHistoryBookmarks"
294 android:protectionLevel="dangerous" />
295
Patrick Scotta73c4b02010-09-22 08:16:53 -0400296 <!-- Allows an application to broadcast an Intent to set an alarm for the
297 user. -->
298 <permission android:name="com.android.alarm.permission.SET_ALARM"
299 android:permissionGroup="android.permission-group.PERSONAL_INFO"
300 android:label="@string/permlab_setAlarm"
301 android:description="@string/permdesc_setAlarm"
302 android:protectionLevel="normal" />
303
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100304 <!-- Allows an application to add voicemails into the system. -->
305 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
306 android:permissionGroup="android.permission-group.PERSONAL_INFO"
307 android:protectionLevel="dangerous"
308 android:label="@string/permlab_addVoicemail"
309 android:description="@string/permdesc_addVoicemail" />
310
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800311 <!-- ======================================= -->
312 <!-- Permissions for accessing location info -->
313 <!-- ======================================= -->
314 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700315
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800316 <!-- Used for permissions that allow access to the user's current
317 location. -->
318 <permission-group android:name="android.permission-group.LOCATION"
319 android:label="@string/permgrouplab_location"
320 android:description="@string/permgroupdesc_location" />
321
322 <!-- Allows an application to access fine (e.g., GPS) location -->
323 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
324 android:permissionGroup="android.permission-group.LOCATION"
325 android:protectionLevel="dangerous"
326 android:label="@string/permlab_accessFineLocation"
327 android:description="@string/permdesc_accessFineLocation" />
328
329 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
330 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
331 android:permissionGroup="android.permission-group.LOCATION"
332 android:protectionLevel="dangerous"
333 android:label="@string/permlab_accessCoarseLocation"
334 android:description="@string/permdesc_accessCoarseLocation" />
335
336 <!-- Allows an application to create mock location providers for testing -->
337 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
338 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700339 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800340 android:label="@string/permlab_accessMockLocation"
341 android:description="@string/permdesc_accessMockLocation" />
342
343 <!-- Allows an application to access extra location provider commands -->
344 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
345 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700346 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800347 android:label="@string/permlab_accessLocationExtraCommands"
348 android:description="@string/permdesc_accessLocationExtraCommands" />
349
Mike Lockwood275555c2009-05-01 11:30:34 -0400350 <!-- Allows an application to install a location provider into the Location Manager -->
351 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
352 android:protectionLevel="signatureOrSystem"
353 android:label="@string/permlab_installLocationProvider"
354 android:description="@string/permdesc_installLocationProvider" />
355
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800356 <!-- ======================================= -->
357 <!-- Permissions for accessing networks -->
358 <!-- ======================================= -->
359 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700360
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800361 <!-- Used for permissions that provide access to networking services. The
362 main permission here is internet access, but this is also an
363 appropriate group for accessing or modifying any network configuration
364 or other related network operations. -->
365 <permission-group android:name="android.permission-group.NETWORK"
366 android:label="@string/permgrouplab_network"
367 android:description="@string/permgroupdesc_network" />
368
369 <!-- Allows applications to open network sockets. -->
370 <permission android:name="android.permission.INTERNET"
371 android:permissionGroup="android.permission-group.NETWORK"
372 android:protectionLevel="dangerous"
373 android:description="@string/permdesc_createNetworkSockets"
374 android:label="@string/permlab_createNetworkSockets" />
375
376 <!-- Allows applications to access information about networks -->
377 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
378 android:permissionGroup="android.permission-group.NETWORK"
379 android:protectionLevel="normal"
380 android:description="@string/permdesc_accessNetworkState"
381 android:label="@string/permlab_accessNetworkState" />
382
383 <!-- Allows applications to access information about Wi-Fi networks -->
384 <permission android:name="android.permission.ACCESS_WIFI_STATE"
385 android:permissionGroup="android.permission-group.NETWORK"
386 android:protectionLevel="normal"
387 android:description="@string/permdesc_accessWifiState"
388 android:label="@string/permlab_accessWifiState" />
389
390 <!-- Allows applications to connect to paired bluetooth devices -->
391 <permission android:name="android.permission.BLUETOOTH"
392 android:permissionGroup="android.permission-group.NETWORK"
393 android:protectionLevel="dangerous"
394 android:description="@string/permdesc_bluetooth"
395 android:label="@string/permlab_bluetooth" />
396
Nick Pelly1df862a2011-02-15 13:34:38 -0800397 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700398 <permission android:name="android.permission.NFC"
Nick Pelly038cabe2010-09-23 16:12:11 -0700399 android:permissionGroup="android.permission-group.NETWORK"
400 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700401 android:description="@string/permdesc_nfc"
402 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700403
Hung-ying Tyan08faac32010-09-16 04:11:32 +0800404 <!-- Allows an application to use SIP service -->
405 <permission android:name="android.permission.USE_SIP"
406 android:permissionGroup="android.permission-group.NETWORK"
407 android:protectionLevel="dangerous"
408 android:description="@string/permdesc_use_sip"
409 android:label="@string/permlab_use_sip" />
410
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700411 <!-- Allows applications to call into AccountAuthenticators. Only
412 the system can get this permission. -->
Fred Quintanaf7ae77c2009-10-02 17:19:31 -0700413 <permission android:name="android.permission.ACCOUNT_MANAGER"
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700414 android:permissionGroup="android.permission-group.ACCOUNTS"
415 android:protectionLevel="signature"
416 android:description="@string/permdesc_accountManagerService"
417 android:label="@string/permlab_accountManagerService" />
418
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700419 <!-- Allows an internal user to use privaledged ConnectivityManager
420 APIs.
421 @hide -->
422 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
423 android:permissionGroup="android.permission-group.NETWORK"
424 android:protectionLevel="signatureOrSystem" />
425
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800426 <!-- ================================== -->
427 <!-- Permissions for accessing accounts -->
428 <!-- ================================== -->
429 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700430
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700431 <!-- Permissions for direct access to the accounts managed
432 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800433 <permission-group android:name="android.permission-group.ACCOUNTS"
434 android:label="@string/permgrouplab_accounts"
435 android:description="@string/permgroupdesc_accounts" />
436
437 <!-- Allows access to the list of accounts in the Accounts Service -->
438 <permission android:name="android.permission.GET_ACCOUNTS"
439 android:permissionGroup="android.permission-group.ACCOUNTS"
440 android:protectionLevel="normal"
441 android:description="@string/permdesc_getAccounts"
442 android:label="@string/permlab_getAccounts" />
443
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700444 <!-- Allows an application to act as an AccountAuthenticator for
445 the AccountManager -->
446 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
447 android:permissionGroup="android.permission-group.ACCOUNTS"
448 android:protectionLevel="dangerous"
449 android:label="@string/permlab_authenticateAccounts"
450 android:description="@string/permdesc_authenticateAccounts" />
451
452 <!-- Allows an application to request authtokens from the AccountManager -->
453 <permission android:name="android.permission.USE_CREDENTIALS"
454 android:permissionGroup="android.permission-group.ACCOUNTS"
455 android:protectionLevel="dangerous"
456 android:label="@string/permlab_useCredentials"
457 android:description="@string/permdesc_useCredentials" />
458
459 <!-- Allows an application to manage the list of accounts in the AccountManager -->
460 <permission android:name="android.permission.MANAGE_ACCOUNTS"
461 android:permissionGroup="android.permission-group.ACCOUNTS"
462 android:protectionLevel="dangerous"
463 android:label="@string/permlab_manageAccounts"
464 android:description="@string/permdesc_manageAccounts" />
465
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800466 <!-- ================================== -->
467 <!-- Permissions for accessing hardware -->
468 <!-- ================================== -->
469 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700470
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800471 <!-- Used for permissions that provide direct access to the hardware on
472 the device. This includes audio, the camera, vibrator, etc. -->
473 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
474 android:label="@string/permgrouplab_hardwareControls"
475 android:description="@string/permgroupdesc_hardwareControls" />
476
477 <!-- Allows an application to modify global audio settings -->
478 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
479 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
480 android:protectionLevel="dangerous"
481 android:label="@string/permlab_modifyAudioSettings"
482 android:description="@string/permdesc_modifyAudioSettings" />
483
484 <!-- Allows an application to record audio -->
485 <permission android:name="android.permission.RECORD_AUDIO"
486 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
487 android:protectionLevel="dangerous"
488 android:label="@string/permlab_recordAudio"
489 android:description="@string/permdesc_recordAudio" />
490
Scott Main0b916352009-12-17 18:01:04 -0800491 <!-- Required to be able to access the camera device.
492 <p>This will automatically enforce the <a
493 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
494 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
495 If you do not require all camera features or can properly operate if a camera
496 is not available, then you must modify your manifest as appropriate in order to
497 install on devices that don't support all camera features.</p> -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800498 <permission android:name="android.permission.CAMERA"
499 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
500 android:protectionLevel="dangerous"
501 android:label="@string/permlab_camera"
502 android:description="@string/permdesc_camera" />
503
504 <!-- Allows access to the vibrator -->
505 <permission android:name="android.permission.VIBRATE"
506 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
507 android:protectionLevel="normal"
508 android:label="@string/permlab_vibrate"
509 android:description="@string/permdesc_vibrate" />
510
511 <!-- Allows access to the flashlight -->
512 <permission android:name="android.permission.FLASHLIGHT"
513 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
514 android:protectionLevel="normal"
515 android:label="@string/permlab_flashlight"
516 android:description="@string/permdesc_flashlight" />
517
Mike Lockwood02eb8742011-02-27 09:10:37 -0800518 <!-- Allows an application to manage preferences and permissions for USB devices
519 @hide -->
520 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400521 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800522 android:protectionLevel="signatureOrSystem"
523 android:label="@string/permlab_manageUsb"
524 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400525
Mike Lockwood10bc1112011-01-10 08:24:08 -0500526 <!-- Allows an application to access the MTP USB kernel driver.
527 For use only by the device side MTP implementation.
528 @hide -->
529 <permission android:name="android.permission.ACCESS_MTP"
530 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
531 android:protectionLevel="signatureOrSystem"
532 android:label="@string/permlab_accessMtp"
533 android:description="@string/permdesc_accessMtp" />
534
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800535 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
536 <permission android:name="android.permission.HARDWARE_TEST"
537 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
538 android:protectionLevel="signature"
539 android:label="@string/permlab_hardware_test"
540 android:description="@string/permdesc_hardware_test" />
541
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500542 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
543 @hide -->
544 <permission android:name="android.permission.NET_ADMIN"
545 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
546 android:protectionLevel="signature" />
547
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800548 <!-- =========================================== -->
549 <!-- Permissions associated with telephony state -->
550 <!-- =========================================== -->
551 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700552
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800553 <!-- Used for permissions that are associated with accessing and modifyign
554 telephony state: intercepting outgoing calls, reading
555 and modifying the phone state. Note that
556 placing phone calls is not in this group, since that is in the
557 more important "takin' yer moneys" group. -->
558 <permission-group android:name="android.permission-group.PHONE_CALLS"
559 android:label="@string/permgrouplab_phoneCalls"
560 android:description="@string/permgroupdesc_phoneCalls" />
561
562 <!-- Allows an application to monitor, modify, or abort outgoing
563 calls. -->
564 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
565 android:permissionGroup="android.permission-group.PHONE_CALLS"
566 android:protectionLevel="dangerous"
567 android:label="@string/permlab_processOutgoingCalls"
568 android:description="@string/permdesc_processOutgoingCalls" />
569
570 <!-- Allows modification of the telephony state - power on, mmi, etc.
571 Does not include placing calls. -->
572 <permission android:name="android.permission.MODIFY_PHONE_STATE"
573 android:permissionGroup="android.permission-group.PHONE_CALLS"
David Brownf4ece202010-09-14 16:19:31 -0700574 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800575 android:label="@string/permlab_modifyPhoneState"
576 android:description="@string/permdesc_modifyPhoneState" />
577
578 <!-- Allows read only access to phone state. -->
579 <permission android:name="android.permission.READ_PHONE_STATE"
580 android:permissionGroup="android.permission-group.PHONE_CALLS"
581 android:protectionLevel="dangerous"
582 android:label="@string/permlab_readPhoneState"
583 android:description="@string/permdesc_readPhoneState" />
584
Jake Hamby463f2212011-07-21 17:55:53 -0700585 <!-- Allows read access to privileged phone state.
586 @hide Used internally. -->
587 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
588 android:permissionGroup="android.permission-group.PHONE_CALLS"
589 android:protectionLevel="signatureOrSystem" />
590
San Mehat29b57e62009-04-23 09:18:32 -0700591 <!-- ================================== -->
592 <!-- Permissions for sdcard interaction -->
593 <!-- ================================== -->
594 <eat-comment />
595
596 <!-- Group of permissions that are related to SD card access. -->
597 <permission-group android:name="android.permission-group.STORAGE"
598 android:label="@string/permgrouplab_storage"
599 android:description="@string/permgroupdesc_storage" />
600
San Mehat5a3a77d2009-06-01 09:25:28 -0700601 <!-- Allows an application to write to external storage -->
602 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700603 android:permissionGroup="android.permission-group.STORAGE"
604 android:label="@string/permlab_sdcardWrite"
605 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700606 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700607
Mike Lockwood1e23db42011-04-22 07:05:21 -0700608 <!-- Allows an application to write to internal media storage
609 @hide -->
610 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
611 android:permissionGroup="android.permission-group.STORAGE"
612 android:label="@string/permlab_mediaStorageWrite"
613 android:description="@string/permdesc_mediaStorageWrite"
614 android:protectionLevel="signatureOrSystem" />
615
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800616 <!-- ============================================ -->
617 <!-- Permissions for low-level system interaction -->
618 <!-- ============================================ -->
619 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700620
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800621 <!-- Group of permissions that are related to system APIs. Many
622 of these are not permissions the user will be expected to understand,
623 and such permissions should generally be marked as "normal" protection
624 level so they don't get displayed. This can also, however, be used
625 for miscellaneous features that provide access to the operating system,
626 such as writing the global system settings. -->
627 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
628 android:label="@string/permgrouplab_systemTools"
629 android:description="@string/permgroupdesc_systemTools" />
630
631 <!-- Allows an application to read or write the system settings. -->
632 <permission android:name="android.permission.WRITE_SETTINGS"
633 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
634 android:protectionLevel="dangerous"
635 android:label="@string/permlab_writeSettings"
636 android:description="@string/permdesc_writeSettings" />
637
638 <!-- Allows an application to read or write the secure system settings. -->
639 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
640 android:protectionLevel="signatureOrSystem"
641 android:label="@string/permlab_writeSecureSettings"
642 android:description="@string/permdesc_writeSecureSettings" />
643
644 <!-- Allows an application to modify the Google service map. -->
645 <permission android:name="android.permission.WRITE_GSERVICES"
Dan Egnorac63ebc2009-11-12 23:02:22 -0800646 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800647 android:label="@string/permlab_writeGservices"
648 android:description="@string/permdesc_writeGservices" />
649
650 <!-- Allows an application to expand or collapse the status bar. -->
651 <permission android:name="android.permission.EXPAND_STATUS_BAR"
652 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
653 android:protectionLevel="normal"
654 android:label="@string/permlab_expandStatusBar"
655 android:description="@string/permdesc_expandStatusBar" />
656
657 <!-- Allows an application to get information about the currently
658 or recently running tasks: a thumbnail representation of the tasks,
659 what activities are running in it, etc. -->
660 <permission android:name="android.permission.GET_TASKS"
661 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
662 android:protectionLevel="dangerous"
663 android:label="@string/permlab_getTasks"
664 android:description="@string/permdesc_getTasks" />
665
666 <!-- Allows an application to change the Z-order of tasks -->
667 <permission android:name="android.permission.REORDER_TASKS"
668 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
669 android:protectionLevel="dangerous"
670 android:label="@string/permlab_reorderTasks"
671 android:description="@string/permdesc_reorderTasks" />
672
Dianne Hackborn24a12102011-07-29 15:52:05 -0700673 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -0700674 <permission android:name="android.permission.REMOVE_TASKS"
675 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
676 android:protectionLevel="signature"
677 android:label="@string/permlab_removeTasks"
678 android:description="@string/permdesc_removeTasks" />
679
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800680 <!-- Allows an application to modify the current configuration, such
681 as locale. -->
682 <permission android:name="android.permission.CHANGE_CONFIGURATION"
683 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
684 android:protectionLevel="dangerous"
685 android:label="@string/permlab_changeConfiguration"
686 android:description="@string/permdesc_changeConfiguration" />
687
Dianne Hackborn03abb812010-01-04 18:43:19 -0800688 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
689 API is no longer supported. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800690 <permission android:name="android.permission.RESTART_PACKAGES"
691 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -0800692 android:protectionLevel="normal"
693 android:label="@string/permlab_killBackgroundProcesses"
694 android:description="@string/permdesc_killBackgroundProcesses" />
695
696 <!-- Allows an application to call
697 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
698 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
699 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
700 android:protectionLevel="normal"
701 android:label="@string/permlab_killBackgroundProcesses"
702 android:description="@string/permdesc_killBackgroundProcesses" />
703
704 <!-- Allows an application to call
705 {@link android.app.ActivityManager#forceStopPackage}.
706 @hide -->
707 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
708 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
709 android:protectionLevel="signature"
710 android:label="@string/permlab_forceStopPackages"
711 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800712
713 <!-- Allows an application to retrieve state dump information from system
714 services. -->
715 <permission android:name="android.permission.DUMP"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700716 android:permissionGroup="android.permission-group.PERSONAL_INFO"
717 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800718 android:label="@string/permlab_dump"
719 android:description="@string/permdesc_dump" />
720
Dianne Hackborn24a12102011-07-29 15:52:05 -0700721 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -0700722 An active window is the window that has fired an accessibility event. -->
723 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
724 android:permissionGroup="android.permission-group.PERSONAL_INFO"
725 android:protectionLevel="signatureOrSystem"
726 android:label="@string/permlab_retrieve_window_content"
727 android:description="@string/permdesc_retrieve_window_content" />
728
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800729 <!-- Allows an application to open windows using the type
730 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
731 shown on top of all other applications. Very few applications
732 should use this permission; these windows are intended for
733 system-level interaction with the user. -->
734 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
735 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
736 android:protectionLevel="dangerous"
737 android:label="@string/permlab_systemAlertWindow"
738 android:description="@string/permdesc_systemAlertWindow" />
739
740 <!-- Modify the global animation scaling factor. -->
741 <permission android:name="android.permission.SET_ANIMATION_SCALE"
742 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
743 android:protectionLevel="dangerous"
744 android:label="@string/permlab_setAnimationScale"
745 android:description="@string/permdesc_setAnimationScale" />
746
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700747 <!-- @deprecated This functionality will be removed in the future; please do
748 not use.
749
750 Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800751 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
752 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
753 android:protectionLevel="dangerous"
754 android:label="@string/permlab_persistentActivity"
755 android:description="@string/permdesc_persistentActivity" />
756
757 <!-- Allows an application to find out the space used by any package. -->
758 <permission android:name="android.permission.GET_PACKAGE_SIZE"
759 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
760 android:protectionLevel="normal"
761 android:label="@string/permlab_getPackageSize"
762 android:description="@string/permdesc_getPackageSize" />
763
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800764 <!-- @deprecated No longer useful, see
765 {@link android.content.pm.PackageManager#addPackageToPreferred}
766 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800767 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
768 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800769 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800770 android:label="@string/permlab_setPreferredApplications"
771 android:description="@string/permdesc_setPreferredApplications" />
772
773 <!-- Allows an application to receive the
774 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
775 broadcast after the system finishes booting. If you don't
776 request this permission, you will not receive the broadcast at
777 that time. Though holding this permission does not have any
778 security implications, it can have a negative impact on the
779 user experience by increasing the amount of time it takes the
780 system to start and allowing applications to have themselves
781 running without the user being aware of them. As such, you must
782 explicitly declare your use of this facility to make that visible
783 to the user. -->
784 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
785 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
786 android:protectionLevel="normal"
787 android:label="@string/permlab_receiveBootCompleted"
788 android:description="@string/permdesc_receiveBootCompleted" />
789
790 <!-- Allows an application to broadcast sticky intents. These are
791 broadcasts whose data is held by the system after being finished,
792 so that clients can quickly retrieve that data without having
793 to wait for the next broadcast. -->
794 <permission android:name="android.permission.BROADCAST_STICKY"
795 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
796 android:protectionLevel="normal"
797 android:label="@string/permlab_broadcastSticky"
798 android:description="@string/permdesc_broadcastSticky" />
799
800 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
801 from dimming -->
802 <permission android:name="android.permission.WAKE_LOCK"
803 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
804 android:protectionLevel="dangerous"
805 android:label="@string/permlab_wakeLock"
806 android:description="@string/permdesc_wakeLock" />
807
808 <!-- Allows applications to set the wallpaper -->
809 <permission android:name="android.permission.SET_WALLPAPER"
810 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
811 android:protectionLevel="normal"
812 android:label="@string/permlab_setWallpaper"
813 android:description="@string/permdesc_setWallpaper" />
814
815 <!-- Allows applications to set the wallpaper hints -->
816 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
817 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
818 android:protectionLevel="normal"
819 android:label="@string/permlab_setWallpaperHints"
820 android:description="@string/permdesc_setWallpaperHints" />
821
Dan Egnor97e44942010-02-04 20:27:47 -0800822 <!-- Allows applications to set the system time -->
823 <permission android:name="android.permission.SET_TIME"
824 android:protectionLevel="signatureOrSystem"
825 android:label="@string/permlab_setTime"
826 android:description="@string/permdesc_setTime" />
827
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800828 <!-- Allows applications to set the system time zone -->
829 <permission android:name="android.permission.SET_TIME_ZONE"
830 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
831 android:protectionLevel="dangerous"
832 android:label="@string/permlab_setTimeZone"
833 android:description="@string/permdesc_setTimeZone" />
834
835 <!-- Allows mounting and unmounting file systems for removable storage. -->
836 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
837 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
838 android:protectionLevel="dangerous"
839 android:label="@string/permlab_mount_unmount_filesystems"
840 android:description="@string/permdesc_mount_unmount_filesystems" />
841
842 <!-- Allows formatting file systems for removable storage. -->
843 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
844 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
845 android:protectionLevel="dangerous"
846 android:label="@string/permlab_mount_format_filesystems"
847 android:description="@string/permdesc_mount_format_filesystems" />
848
San Mehat02735bc2010-01-26 15:18:08 -0800849 <!-- Allows access to ASEC non-destructive API calls
850 @hide -->
851 <permission android:name="android.permission.ASEC_ACCESS"
852 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700853 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800854 android:label="@string/permlab_asec_access"
855 android:description="@string/permdesc_asec_access" />
856
857 <!-- Allows creation of ASEC volumes
858 @hide -->
859 <permission android:name="android.permission.ASEC_CREATE"
860 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700861 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800862 android:label="@string/permlab_asec_create"
863 android:description="@string/permdesc_asec_create" />
864
865 <!-- Allows destruction of ASEC volumes
866 @hide -->
867 <permission android:name="android.permission.ASEC_DESTROY"
868 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700869 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800870 android:label="@string/permlab_asec_destroy"
871 android:description="@string/permdesc_asec_destroy" />
872
873 <!-- Allows mount / unmount of ASEC volumes
874 @hide -->
875 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
876 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700877 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800878 android:label="@string/permlab_asec_mount_unmount"
879 android:description="@string/permdesc_asec_mount_unmount" />
880
881 <!-- Allows rename of ASEC volumes
882 @hide -->
883 <permission android:name="android.permission.ASEC_RENAME"
884 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700885 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800886 android:label="@string/permlab_asec_rename"
887 android:description="@string/permdesc_asec_rename" />
888
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800889 <!-- Allows applications to disable the keyguard -->
890 <permission android:name="android.permission.DISABLE_KEYGUARD"
891 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700892 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800893 android:description="@string/permdesc_disableKeyguard"
894 android:label="@string/permlab_disableKeyguard" />
895
896 <!-- Allows applications to read the sync settings -->
897 <permission android:name="android.permission.READ_SYNC_SETTINGS"
898 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
899 android:protectionLevel="normal"
900 android:description="@string/permdesc_readSyncSettings"
901 android:label="@string/permlab_readSyncSettings" />
902
903 <!-- Allows applications to write the sync settings -->
904 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
905 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
906 android:protectionLevel="dangerous"
907 android:description="@string/permdesc_writeSyncSettings"
908 android:label="@string/permlab_writeSyncSettings" />
909
910 <!-- Allows applications to read the sync stats -->
911 <permission android:name="android.permission.READ_SYNC_STATS"
912 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
913 android:protectionLevel="normal"
914 android:description="@string/permdesc_readSyncStats"
915 android:label="@string/permlab_readSyncStats" />
916
917 <!-- Allows applications to write the apn settings -->
918 <permission android:name="android.permission.WRITE_APN_SETTINGS"
919 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
920 android:protectionLevel="dangerous"
921 android:description="@string/permdesc_writeApnSettings"
922 android:label="@string/permlab_writeApnSettings" />
923
Fred Quintana60307342009-03-24 22:48:12 -0700924 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800925 ContentProvider. -->
926 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
927 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
928 android:label="@string/permlab_subscribedFeedsRead"
929 android:description="@string/permdesc_subscribedFeedsRead"
930 android:protectionLevel="normal" />
931 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
932 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
933 android:label="@string/permlab_subscribedFeedsWrite"
934 android:description="@string/permdesc_subscribedFeedsWrite"
935 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -0700936
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800937 <!-- Allows applications to change network connectivity state -->
938 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
939 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
940 android:protectionLevel="dangerous"
941 android:description="@string/permdesc_changeNetworkState"
942 android:label="@string/permlab_changeNetworkState" />
943
944 <!-- Allows applications to change Wi-Fi connectivity state -->
945 <permission android:name="android.permission.CHANGE_WIFI_STATE"
946 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
947 android:protectionLevel="dangerous"
948 android:description="@string/permdesc_changeWifiState"
949 android:label="@string/permlab_changeWifiState" />
950
Robert Greenwaltfc1b15c2009-05-22 15:09:51 -0700951 <!-- Allows applications to enter Wi-Fi Multicast mode -->
952 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
953 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
954 android:protectionLevel="dangerous"
955 android:description="@string/permdesc_changeWifiMulticastState"
956 android:label="@string/permlab_changeWifiMulticastState" />
957
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800958 <!-- Allows applications to discover and pair bluetooth devices -->
959 <permission android:name="android.permission.BLUETOOTH_ADMIN"
960 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
961 android:protectionLevel="dangerous"
962 android:description="@string/permdesc_bluetoothAdmin"
963 android:label="@string/permlab_bluetoothAdmin" />
964
965 <!-- Allows an application to clear the caches of all installed
966 applications on the device. -->
967 <permission android:name="android.permission.CLEAR_APP_CACHE"
968 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
969 android:protectionLevel="dangerous"
970 android:label="@string/permlab_clearAppCache"
971 android:description="@string/permdesc_clearAppCache" />
972
973 <!-- Allows an application to read the low-level system log files.
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700974 Log entries can contain the user's private information,
975 which is why this permission is 'dangerous'. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800976 <permission android:name="android.permission.READ_LOGS"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700977 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800978 android:protectionLevel="dangerous"
979 android:label="@string/permlab_readLogs"
980 android:description="@string/permdesc_readLogs" />
981
982 <!-- ========================================= -->
983 <!-- Permissions for special development tools -->
984 <!-- ========================================= -->
985 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700986
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800987 <!-- Group of permissions that are related to development features. These
988 are not permissions that should appear in normal applications; they
989 protect APIs that are intended only to be used for development
990 purposes. -->
991 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
992 android:label="@string/permgrouplab_developmentTools"
993 android:description="@string/permgroupdesc_developmentTools" />
994
995 <!-- Configure an application for debugging. -->
996 <permission android:name="android.permission.SET_DEBUG_APP"
997 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
998 android:protectionLevel="dangerous"
999 android:label="@string/permlab_setDebugApp"
1000 android:description="@string/permdesc_setDebugApp" />
1001
1002 <!-- Allows an application to set the maximum number of (not needed)
1003 application processes that can be running. -->
1004 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1005 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1006 android:protectionLevel="dangerous"
1007 android:label="@string/permlab_setProcessLimit"
1008 android:description="@string/permdesc_setProcessLimit" />
1009
1010 <!-- Allows an application to control whether activities are immediately
1011 finished when put in the background. -->
1012 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1013 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1014 android:protectionLevel="dangerous"
1015 android:label="@string/permlab_setAlwaysFinish"
1016 android:description="@string/permdesc_setAlwaysFinish" />
1017
1018 <!-- Allow an application to request that a signal be sent to all persistent processes -->
1019 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1020 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1021 android:protectionLevel="dangerous"
1022 android:label="@string/permlab_signalPersistentProcesses"
1023 android:description="@string/permdesc_signalPersistentProcesses" />
1024
1025 <!-- ==================================== -->
1026 <!-- Private (signature-only) permissions -->
1027 <!-- ==================================== -->
1028 <eat-comment />
1029
1030 <!-- Allows applications to RW to diagnostic resources. -->
1031 <permission android:name="android.permission.DIAGNOSTIC"
1032 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1033 android:protectionLevel="signature"
1034 android:description="@string/permdesc_diagnostic"
1035 android:label="@string/permlab_diagnostic" />
1036
1037 <!-- Allows an application to open, close, or disable the status bar
1038 and its icons. -->
1039 <permission android:name="android.permission.STATUS_BAR"
1040 android:label="@string/permlab_statusBar"
1041 android:description="@string/permdesc_statusBar"
1042 android:protectionLevel="signatureOrSystem" />
1043
Joe Onorato8bc6c512010-06-04 16:21:12 -04001044 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1045 @hide -->
1046 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1047 android:label="@string/permlab_statusBarService"
1048 android:description="@string/permdesc_statusBarService"
1049 android:protectionLevel="signature" />
1050
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001051 <!-- Allows an application to force a BACK operation on whatever is the
1052 top activity. -->
1053 <permission android:name="android.permission.FORCE_BACK"
1054 android:label="@string/permlab_forceBack"
1055 android:description="@string/permdesc_forceBack"
1056 android:protectionLevel="signature" />
1057
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001058 <!-- Allows an application to update device statistics. Not for
1059 use by third party apps. -->
1060 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
1061 android:label="@string/permlab_batteryStats"
1062 android:description="@string/permdesc_batteryStats"
Dianne Hackborn7e9f4eb2010-09-10 18:43:00 -07001063 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001064
1065 <!-- Allows an application to open windows that are for use by parts
1066 of the system user interface. Not for use by third party apps. -->
1067 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1068 android:label="@string/permlab_internalSystemWindow"
1069 android:description="@string/permdesc_internalSystemWindow"
1070 android:protectionLevel="signature" />
1071
1072 <!-- Allows an application to manage (create, destroy,
1073 Z-order) application tokens in the window manager. This is only
1074 for use by the system. -->
1075 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1076 android:label="@string/permlab_manageAppTokens"
1077 android:description="@string/permdesc_manageAppTokens"
1078 android:protectionLevel="signature" />
1079
1080 <!-- Allows an application to inject user events (keys, touch, trackball)
1081 into the event stream and deliver them to ANY window. Without this
1082 permission, you can only deliver events to windows in your own process.
1083 Very few applications should need to use this permission. -->
1084 <permission android:name="android.permission.INJECT_EVENTS"
1085 android:label="@string/permlab_injectEvents"
1086 android:description="@string/permdesc_injectEvents"
1087 android:protectionLevel="signature" />
1088
1089 <!-- Allows an application to watch and control how activities are
1090 started globally in the system. Only for is in debugging
1091 (usually the monkey command). -->
1092 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1093 android:label="@string/permlab_runSetActivityWatcher"
1094 android:description="@string/permdesc_runSetActivityWatcher"
1095 android:protectionLevel="signature" />
1096
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001097 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001098 to put the higher-level system there into a shutdown state.
1099 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001100 <permission android:name="android.permission.SHUTDOWN"
1101 android:label="@string/permlab_shutdown"
1102 android:description="@string/permdesc_shutdown"
Freeman Ngaddfc762010-12-01 15:17:35 -08001103 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001104
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001105 <!-- Allows an application to tell the activity manager to temporarily
1106 stop application switches, putting it into a special mode that
1107 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001108 critical UI such as the home screen.
1109 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001110 <permission android:name="android.permission.STOP_APP_SWITCHES"
1111 android:label="@string/permlab_stopAppSwitches"
1112 android:description="@string/permdesc_stopAppSwitches"
Jeff Hamilton10de0b32011-03-25 16:16:57 -05001113 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001114
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001115 <!-- Allows an application to retrieve the current state of keys and
1116 switches. This is only for use by the system.-->
1117 <permission android:name="android.permission.READ_INPUT_STATE"
1118 android:label="@string/permlab_readInputState"
1119 android:description="@string/permdesc_readInputState"
1120 android:protectionLevel="signature" />
1121
Dianne Hackbornd6847842010-01-12 18:14:19 -08001122 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1123 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001124 <permission android:name="android.permission.BIND_INPUT_METHOD"
1125 android:label="@string/permlab_bindInputMethod"
1126 android:description="@string/permdesc_bindInputMethod"
1127 android:protectionLevel="signature" />
1128
satok988323c2011-06-22 16:38:13 +09001129 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1130 to ensure that only the system can bind to it. -->
1131 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1132 android:label="@string/permlab_bindTextService"
1133 android:description="@string/permdesc_bindTextService"
1134 android:protectionLevel="signature" />
1135
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001136 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001137 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001138 <permission android:name="android.permission.BIND_VPN_SERVICE"
1139 android:label="@string/permlab_bindVpnService"
1140 android:description="@string/permdesc_bindVpnService"
1141 android:protectionLevel="signature" />
1142
Dianne Hackbornd6847842010-01-12 18:14:19 -08001143 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1144 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001145 <permission android:name="android.permission.BIND_WALLPAPER"
1146 android:label="@string/permlab_bindWallpaper"
1147 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborn284ac932009-08-28 10:34:25 -07001148 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001149
Dianne Hackbornd6847842010-01-12 18:14:19 -08001150 <!-- Must be required by device administration receiver, to ensure that only the
1151 system can interact with it. -->
1152 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1153 android:label="@string/permlab_bindDeviceAdmin"
1154 android:description="@string/permdesc_bindDeviceAdmin"
1155 android:protectionLevel="signature" />
1156
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001157 <!-- Allows low-level access to setting the orientation (actually
1158 rotation) of the screen. Not for use by normal applications. -->
1159 <permission android:name="android.permission.SET_ORIENTATION"
1160 android:label="@string/permlab_setOrientation"
1161 android:description="@string/permdesc_setOrientation"
1162 android:protectionLevel="signature" />
1163
Jeff Brown1a84fd12011-06-02 01:26:32 -07001164 <!-- Allows low-level access to setting the pointer speed.
1165 Not for use by normal applications. -->
1166 <permission android:name="android.permission.SET_POINTER_SPEED"
1167 android:label="@string/permlab_setPointerSpeed"
1168 android:description="@string/permdesc_setPointerSpeed"
1169 android:protectionLevel="signature" />
1170
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001171 <!-- Allows an application to install packages. -->
1172 <permission android:name="android.permission.INSTALL_PACKAGES"
1173 android:label="@string/permlab_installPackages"
1174 android:description="@string/permdesc_installPackages"
Jasper Lin24692412009-03-24 18:24:57 -07001175 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001176
1177 <!-- Allows an application to clear user data -->
1178 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1179 android:label="@string/permlab_clearAppUserData"
1180 android:description="@string/permdesc_clearAppUserData"
1181 android:protectionLevel="signature" />
1182
1183 <!-- Allows an application to delete cache files. -->
1184 <permission android:name="android.permission.DELETE_CACHE_FILES"
1185 android:label="@string/permlab_deleteCacheFiles"
1186 android:description="@string/permdesc_deleteCacheFiles"
Doug Zongker50a21f42009-11-19 12:49:53 -08001187 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001188
1189 <!-- Allows an application to delete packages. -->
1190 <permission android:name="android.permission.DELETE_PACKAGES"
1191 android:label="@string/permlab_deletePackages"
1192 android:description="@string/permdesc_deletePackages"
Jasper Lin24692412009-03-24 18:24:57 -07001193 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001194
Jeff Brownec7c78f2010-03-30 23:37:25 -07001195 <!-- Allows an application to move location of installed package.
1196 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001197 <permission android:name="android.permission.MOVE_PACKAGE"
1198 android:label="@string/permlab_movePackage"
1199 android:description="@string/permdesc_movePackage"
1200 android:protectionLevel="signatureOrSystem" />
1201
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001202 <!-- Allows an application to change whether an application component (other than its own) is
1203 enabled or not. -->
1204 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1205 android:label="@string/permlab_changeComponentState"
1206 android:description="@string/permdesc_changeComponentState"
Dianne Hackbornf5e4f202011-01-26 12:40:18 -08001207 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001208
1209 <!-- Allows an application to use SurfaceFlinger's low level features -->
1210 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1211 android:label="@string/permlab_accessSurfaceFlinger"
1212 android:description="@string/permdesc_accessSurfaceFlinger"
1213 android:protectionLevel="signature" />
1214
1215 <!-- Allows an application to take screen shots and more generally
1216 get access to the frame buffer data -->
1217 <permission android:name="android.permission.READ_FRAME_BUFFER"
1218 android:label="@string/permlab_readFrameBuffer"
1219 android:description="@string/permdesc_readFrameBuffer"
Jeff Hamilton0bc369e2011-07-21 16:17:39 -05001220 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001221
1222 <!-- Required to be able to disable the device (very dangerous!). -->
1223 <permission android:name="android.permission.BRICK"
1224 android:label="@string/permlab_brick"
1225 android:description="@string/permdesc_brick"
1226 android:protectionLevel="signature" />
1227
1228 <!-- Required to be able to reboot the device. -->
1229 <permission android:name="android.permission.REBOOT"
1230 android:label="@string/permlab_reboot"
1231 android:description="@string/permdesc_reboot"
Doug Zongker50a21f42009-11-19 12:49:53 -08001232 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001233
1234 <!-- Allows low-level access to power management -->
1235 <permission android:name="android.permission.DEVICE_POWER"
1236 android:label="@string/permlab_devicePower"
1237 android:description="@string/permdesc_devicePower"
1238 android:protectionLevel="signature" />
1239
1240 <!-- Run as a manufacturer test application, running as the root user.
1241 Only available when the device is running in manufacturer test mode. -->
1242 <permission android:name="android.permission.FACTORY_TEST"
1243 android:label="@string/permlab_factoryTest"
1244 android:description="@string/permdesc_factoryTest"
1245 android:protectionLevel="signature" />
1246
1247 <!-- Allows an application to broadcast a notification that an application
1248 package has been removed. -->
1249 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1250 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1251 android:label="@string/permlab_broadcastPackageRemoved"
1252 android:description="@string/permdesc_broadcastPackageRemoved"
1253 android:protectionLevel="signature" />
1254
1255 <!-- Allows an application to broadcast an SMS receipt notification -->
1256 <permission android:name="android.permission.BROADCAST_SMS"
1257 android:permissionGroup="android.permission-group.MESSAGES"
1258 android:label="@string/permlab_broadcastSmsReceived"
1259 android:description="@string/permdesc_broadcastSmsReceived"
1260 android:protectionLevel="signature" />
1261
1262 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1263 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1264 android:permissionGroup="android.permission-group.MESSAGES"
1265 android:label="@string/permlab_broadcastWapPush"
1266 android:description="@string/permdesc_broadcastWapPush"
1267 android:protectionLevel="signature" />
1268
1269 <permission android:name="android.permission.MASTER_CLEAR"
1270 android:label="@string/permlab_masterClear"
1271 android:description="@string/permdesc_masterClear"
1272 android:protectionLevel="signatureOrSystem" />
1273
1274 <!-- Allows an application to call any phone number, including emergency
1275 numbers, without going through the Dialer user interface for the user
1276 to confirm the call being placed. -->
1277 <permission android:name="android.permission.CALL_PRIVILEGED"
1278 android:label="@string/permlab_callPrivileged"
1279 android:description="@string/permdesc_callPrivileged"
1280 android:protectionLevel="signatureOrSystem" />
1281
Jim Miller767be5f2009-08-25 19:33:57 -07001282 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1283 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1284 android:label="@string/permlab_performCdmaProvisioning"
1285 android:description="@string/permdesc_performCdmaProvisioning"
1286 android:protectionLevel="signatureOrSystem" />
1287
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001288 <!-- Allows enabling/disabling location update notifications from
1289 the radio. Not for use by normal applications. -->
1290 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1291 android:label="@string/permlab_locationUpdates"
1292 android:description="@string/permdesc_locationUpdates"
Mike Lockwood275555c2009-05-01 11:30:34 -04001293 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001294
1295 <!-- Allows read/write access to the "properties" table in the checkin
1296 database, to change values that get uploaded. -->
1297 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1298 android:label="@string/permlab_checkinProperties"
1299 android:description="@string/permdesc_checkinProperties"
Jasper Lin24692412009-03-24 18:24:57 -07001300 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001301
1302 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001303 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001304 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1305 android:label="@string/permlab_pkgUsageStats"
1306 android:description="@string/permdesc_pkgUsageStats"
Peter Visontay8d224ca2011-02-18 16:39:19 +00001307 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001308
1309 <!-- Allows an application to collect battery statistics -->
1310 <permission android:name="android.permission.BATTERY_STATS"
1311 android:label="@string/permlab_batteryStats"
1312 android:description="@string/permdesc_batteryStats"
1313 android:protectionLevel="normal" />
1314
Christopher Tate181fafa2009-05-14 11:12:14 -07001315 <!-- Allows an application to control the backup and restore process
1316 @hide pending API council -->
1317 <permission android:name="android.permission.BACKUP"
1318 android:label="@string/permlab_backup"
1319 android:description="@string/permdesc_backup"
Joe Onorato8aeaf2e2009-06-29 14:46:30 -04001320 android:protectionLevel="signatureOrSystem" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001321
Christopher Tate4a627c72011-04-01 14:43:32 -07001322 <!-- Allows a package to launch the secure full-backup confirmation UI.
1323 ONLY the system process may hold this permission.
1324 @hide -->
1325 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
1326 android:label="@string/permlab_confirm_full_backup"
1327 android:description="@string/permdesc_confirm_full_backup"
1328 android:protectionLevel="signature" />
1329
Winson Chung81f39eb2011-01-11 18:05:01 -08001330 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1331 to ensure that only the system can bind to it. -->
1332 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1333 android:label="@string/permlab_bindRemoteViews"
1334 android:description="@string/permdesc_bindRemoteViews"
1335 android:protectionLevel="signatureOrSystem" />
1336
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001337 <!-- Allows an application to tell the AppWidget service which application
1338 can access AppWidget's data. The normal user flow is that a user
1339 picks an AppWidget to go into a particular host, thereby giving that
1340 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001341 An application that has this permission should honor that contract.
1342 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001343 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001344 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1345 android:label="@string/permlab_bindGadget"
1346 android:description="@string/permdesc_bindGadget"
Jeff Sharkeyaf999282009-05-18 14:35:49 -07001347 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001348
1349 <!-- Allows applications to change the background data setting
1350 @hide pending API council -->
1351 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1352 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1353 android:protectionLevel="signature"
1354 android:description="@string/permdesc_changeBackgroundDataSetting"
1355 android:label="@string/permlab_changeBackgroundDataSetting" />
1356
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001357 <!-- This permission can be used on content providers to allow the global
1358 search system to access their data. Typically it used when the
1359 provider has some permissions protecting it (which global search
1360 would not be expected to hold), and added as a read-only permission
1361 to the path in the provider where global search queries are
1362 performed. This permission can not be held by regular applications;
1363 it is used by applications to protect themselves from everyone else
1364 besides global search. -->
1365 <permission android:name="android.permission.GLOBAL_SEARCH"
1366 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1367 android:protectionLevel="signatureOrSystem" />
1368
1369 <!-- Internal permission protecting access to the global search
1370 system: ensures that only the system can access the provider
1371 to perform queries (since this otherwise provides unrestricted
1372 access to a variety of content providers), and to write the
1373 search statistics (to keep applications from gaming the source
1374 ranking).
1375 @hide -->
1376 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1377 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1378 android:protectionLevel="signature" />
1379
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001380 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001381 @hide XXX Change to signature once the picker is moved to its
1382 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001383 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1384 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001385 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001386
Jeff Brownec7c78f2010-03-30 23:37:25 -07001387 <!-- Allow an application to read and write the cache partition.
1388 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001389 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1390 android:label="@string/permlab_cache_filesystem"
1391 android:description="@string/permdesc_cache_filesystem"
1392 android:protectionLevel="signatureOrSystem" />
1393
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001394 <!-- Must be required by default container service so that only
1395 the system can bind to it and use it to copy
1396 protected data to secure containers or files
1397 accessible to the system.
1398 @hide -->
1399 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1400 android:label="@string/permlab_copyProtectedData"
1401 android:description="@string/permlab_copyProtectedData"
1402 android:protectionLevel="signature" />
1403
Jason parks8888c592011-01-20 22:46:41 -06001404 <!-- Internal permission protecting access to the encryption methods
1405 @hide
1406 -->
1407 <permission android:name="android.permission.CRYPT_KEEPER"
1408 android:protectionLevel="signatureOrSystem" />
1409
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001410 <!-- Allows an application to read historical network usage for
1411 specific networks and applications. @hide -->
1412 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
1413 android:label="@string/permlab_readNetworkUsageHistory"
1414 android:description="@string/permdesc_readNetworkUsageHistory"
Jeff Sharkey428e8432011-06-30 00:50:52 -07001415 android:protectionLevel="signatureOrSystem" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001416
1417 <!-- Allows an application to manage network policies (such as warning and disable
1418 limits) and to define application-specific rules. @hide -->
1419 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
1420 android:label="@string/permlab_manageNetworkPolicy"
1421 android:description="@string/permdesc_manageNetworkPolicy"
1422 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06001423
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001424 <!-- Allows an application to account its network traffic against other UIDs. Used
1425 by system services like download manager and media server. Not for use by
1426 third party apps. @hide -->
1427 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
1428 android:label="@string/permlab_modifyNetworkAccounting"
1429 android:description="@string/permdesc_modifyNetworkAccounting"
1430 android:protectionLevel="signatureOrSystem" />
1431
Tom Taylorb0381682011-08-11 14:27:25 -07001432 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001433 @hide Used internally.
1434 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001435 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001436 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001437 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001438
Kenny Root5ab21572011-07-27 11:11:19 -07001439 <!-- Package verifier needs to have this permission before the PackageManager will
1440 trust it to verify packages.
1441 @hide
1442 -->
1443 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
1444 android:label="@string/permlab_packageVerificationAgent"
1445 android:description="@string/permdesc_packageVerificationAgent"
1446 android:protectionLevel="signatureOrSystem" />
1447
1448 <!-- Must be required by package verifier receiver, to ensure that only the
1449 system can interact with it.
1450 @hide
1451 -->
1452 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
1453 android:label="@string/permlab_bindPackageVerifier"
1454 android:description="@string/permdesc_bindPackageVerifier"
1455 android:protectionLevel="signature" />
1456
Christopher Tate4a627c72011-04-01 14:43:32 -07001457 <!-- The system process is explicitly the only one allowed to launch the
1458 confirmation UI for full backup/restore -->
1459 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
1460
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001461 <application android:process="system"
1462 android:persistent="true"
1463 android:hasCode="false"
1464 android:label="@string/android_system_label"
1465 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001466 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001467 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001468 android:icon="@drawable/ic_launcher_android">
1469 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001470 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001471 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001472 android:excludeFromRecents="true"
1473 android:multiprocess="true">
1474 <intent-filter>
1475 <action android:name="android.intent.action.CHOOSER" />
1476 <category android:name="android.intent.category.DEFAULT" />
1477 </intent-filter>
1478 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001479 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001480 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07001481 android:label="@string/heavy_weight_switcher_title"
1482 android:finishOnCloseSystemDialogs="true"
1483 android:excludeFromRecents="true">
1484 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001485 <activity android:name="com.android.internal.app.PlatLogoActivity"
Daniel Sandler44434f002010-09-03 14:45:39 -04001486 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001487 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001488 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1489 android:theme="@style/Theme.NoDisplay"
1490 android:excludeFromRecents="true">
1491 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001492 <activity android:name="com.android.internal.app.RingtonePickerActivity"
Amith Yamasani482c9332010-11-02 14:02:17 -07001493 android:theme="@style/Theme.Holo.Dialog.Alert"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001494 android:excludeFromRecents="true"
1495 android:multiprocess="true">
1496 <intent-filter>
1497 <action android:name="android.intent.action.RINGTONE_PICKER" />
1498 <category android:name="android.intent.category.DEFAULT" />
1499 </intent-filter>
1500 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001501
Fred Quintana33269202009-04-20 16:05:10 -07001502 <activity android:name="android.accounts.ChooseAccountActivity"
1503 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08001504 android:exported="true"
1505 android:theme="@android:style/Theme.Holo.Dialog"
1506 android:label="@string/choose_account_label">
Fred Quintana33269202009-04-20 16:05:10 -07001507 </activity>
1508
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001509 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1510 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08001511 android:exported="true"
1512 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001513 </activity>
1514
Fred Quintanab19e62a2010-12-16 13:54:43 -08001515 <activity android:name="android.content.SyncActivityTooManyDeletes"
1516 android:theme="@android:style/Theme.Holo.Dialog"
1517 android:label="@string/sync_too_many_deletes">
1518 </activity>
1519
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001520 <activity android:name="com.android.server.ShutdownActivity"
1521 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001522 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001523 <intent-filter>
1524 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1525 <category android:name="android.intent.category.DEFAULT" />
1526 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04001527 <intent-filter>
1528 <action android:name="android.intent.action.REBOOT" />
1529 <category android:name="android.intent.category.DEFAULT" />
1530 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001531 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08001532
Danke Xie22d1f9f2009-08-18 18:28:45 -04001533 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001534 android:theme="@style/Theme.Holo.Dialog.Alert"
Danke Xie22d1f9f2009-08-18 18:28:45 -04001535 android:excludeFromRecents="true">
1536 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001537
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001538 <receiver android:name="com.android.server.BootReceiver" >
1539 <intent-filter>
1540 <action android:name="android.intent.action.BOOT_COMPLETED" />
1541 </intent-filter>
1542 </receiver>
1543
1544 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07001545 android:permission="android.permission.MASTER_CLEAR"
1546 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001547 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001548 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1549 <action android:name="android.intent.action.MASTER_CLEAR" />
1550
1551 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001552 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001553 <category android:name="android.intent.category.MASTER_CLEAR" />
1554 </intent-filter>
1555 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07001556
1557 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
1558 android:permission="android.permission.MASTER_CLEAR"
1559 android:exported="true" />
1560
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001561 </application>
1562
1563</manifest>