blob: f5dcec4f99d9a588e58f85e96691c0f6e2933e25 [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" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070045 <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
46 <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
Dianne Hackborn362d5b92009-11-11 18:04:39 -080047 <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070048 <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
49 <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
50 <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
51 <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
52 <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
53 <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
54 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
55 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
Jake Hambybb371632010-08-23 18:16:48 -070056 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
57 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070058 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
59 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080060 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Jason parks4ca74dc2011-03-14 15:23:31 -050061 <protected-broadcast android:name="android.intent.action.MASTER_CLEAR_NOTIFICATION" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070062
Dianne Hackborn7299c412010-03-04 18:41:49 -080063 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
64 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
65 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
66 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Debashish Chatterjeee53eba02011-08-04 14:12:58 +010067
Christopher Tate4cc86e12009-09-21 19:36:51 -070068 <protected-broadcast android:name="android.backup.intent.RUN" />
69 <protected-broadcast android:name="android.backup.intent.CLEAR" />
70 <protected-broadcast android:name="android.backup.intent.INIT" />
71
Nick Pelly72440a0e2009-09-15 17:21:10 -070072 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
73 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
74 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
75 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
76 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
77 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
78 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
79 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
80 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
81 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
82 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
83 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
84 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
85 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
86 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
87 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
88
Mike Lockwoodc4308f02011-03-01 08:04:54 -080089 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
90 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
91 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
92 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
93 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -040094
Chia-chi Yeh3f3337a2011-06-17 16:34:32 -070095 <protected-broadcast android:name="android.net.vpn.action.REVOKED" />
96
Nick Pellyf36c6db2010-10-14 19:16:35 -070097 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -080098 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
99 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
100 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700101
Nick Pellyf36c6db2010-10-14 19:16:35 -0700102 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700103 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700104 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400105
Nick Pellya64e2ad42011-03-14 10:28:11 -0700106
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800107 <!-- ====================================== -->
108 <!-- Permissions for things that cost money -->
109 <!-- ====================================== -->
110 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700111
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800112 <!-- Used for permissions that can be used to make the user spend money
113 without their direct involvement. For example, this is the group
114 for permissions that allow you to directly place phone calls,
115 directly send SMS messages, etc. -->
116 <permission-group android:name="android.permission-group.COST_MONEY"
117 android:label="@string/permgrouplab_costMoney"
118 android:description="@string/permgroupdesc_costMoney" />
119
120 <!-- Allows an application to send SMS messages. -->
121 <permission android:name="android.permission.SEND_SMS"
122 android:permissionGroup="android.permission-group.COST_MONEY"
123 android:protectionLevel="dangerous"
124 android:label="@string/permlab_sendSms"
125 android:description="@string/permdesc_sendSms" />
126
127 <!-- Allows an application to initiate a phone call without going through
128 the Dialer user interface for the user to confirm the call
129 being placed. -->
130 <permission android:name="android.permission.CALL_PHONE"
131 android:permissionGroup="android.permission-group.COST_MONEY"
132 android:protectionLevel="dangerous"
133 android:label="@string/permlab_callPhone"
134 android:description="@string/permdesc_callPhone" />
135
136 <!-- ================================== -->
137 <!-- Permissions for accessing messages -->
138 <!-- ================================== -->
139 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700140
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800141 <!-- Used for permissions that allow an application to send messages
142 on behalf of the user or intercept messages being received by the
143 user. This is primarily intended for SMS/MMS messaging, such as
144 receiving or reading an MMS. -->
145 <permission-group android:name="android.permission-group.MESSAGES"
146 android:label="@string/permgrouplab_messages"
147 android:description="@string/permgroupdesc_messages" />
148
149 <!-- Allows an application to monitor incoming SMS messages, to record
150 or perform processing on them. -->
151 <permission android:name="android.permission.RECEIVE_SMS"
152 android:permissionGroup="android.permission-group.MESSAGES"
153 android:protectionLevel="dangerous"
154 android:label="@string/permlab_receiveSms"
155 android:description="@string/permdesc_receiveSms" />
156
157 <!-- Allows an application to monitor incoming MMS messages, to record
158 or perform processing on them. -->
159 <permission android:name="android.permission.RECEIVE_MMS"
160 android:permissionGroup="android.permission-group.MESSAGES"
161 android:protectionLevel="dangerous"
162 android:label="@string/permlab_receiveMms"
163 android:description="@string/permdesc_receiveMms" />
164
Jake Hambyab79ee42011-04-26 16:26:46 -0700165 <!-- Allows an application to receive emergency cell broadcast messages,
166 to record or display them to the user. Reserved for system apps.
167 @hide Pending API council approval -->
168 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
169 android:permissionGroup="android.permission-group.MESSAGES"
170 android:protectionLevel="signatureOrSystem"
171 android:label="@string/permlab_receiveEmergencyBroadcast"
172 android:description="@string/permdesc_receiveEmergencyBroadcast" />
173
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800174 <!-- Allows an application to read SMS messages. -->
175 <permission android:name="android.permission.READ_SMS"
176 android:permissionGroup="android.permission-group.MESSAGES"
177 android:protectionLevel="dangerous"
178 android:label="@string/permlab_readSms"
179 android:description="@string/permdesc_readSms" />
180
181 <!-- Allows an application to write SMS messages. -->
182 <permission android:name="android.permission.WRITE_SMS"
183 android:permissionGroup="android.permission-group.MESSAGES"
184 android:protectionLevel="dangerous"
185 android:label="@string/permlab_writeSms"
186 android:description="@string/permdesc_writeSms" />
187
188 <!-- Allows an application to monitor incoming WAP push messages. -->
189 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
190 android:permissionGroup="android.permission-group.MESSAGES"
191 android:protectionLevel="dangerous"
192 android:label="@string/permlab_receiveWapPush"
193 android:description="@string/permdesc_receiveWapPush" />
194
195 <!-- =============================================================== -->
196 <!-- Permissions for accessing personal info (contacts and calendar) -->
197 <!-- =============================================================== -->
198 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700199
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800200 <!-- Used for permissions that provide access to the user's private data,
201 such as contacts, calendar events, e-mail messages, etc. This includes
202 both reading and writing of this data (which should generally be
203 expressed as two distinct permissions). -->
204 <permission-group android:name="android.permission-group.PERSONAL_INFO"
205 android:label="@string/permgrouplab_personalInfo"
206 android:description="@string/permgroupdesc_personalInfo" />
207
208 <!-- Allows an application to read the user's contacts data. -->
209 <permission android:name="android.permission.READ_CONTACTS"
210 android:permissionGroup="android.permission-group.PERSONAL_INFO"
211 android:protectionLevel="dangerous"
212 android:label="@string/permlab_readContacts"
213 android:description="@string/permdesc_readContacts" />
214
215 <!-- Allows an application to write (but not read) the user's
216 contacts data. -->
217 <permission android:name="android.permission.WRITE_CONTACTS"
218 android:permissionGroup="android.permission-group.PERSONAL_INFO"
219 android:protectionLevel="dangerous"
220 android:label="@string/permlab_writeContacts"
221 android:description="@string/permdesc_writeContacts" />
222
Dave Santoro43251332011-05-11 11:39:54 -0700223
224 <!-- Allows an application to read the user's personal profile data. -->
225 <permission android:name="android.permission.READ_PROFILE"
226 android:permissionGroup="android.permission-group.PERSONAL_INFO"
227 android:protectionLevel="dangerous"
228 android:label="@string/permlab_readProfile"
229 android:description="@string/permdesc_readProfile" />
230
231 <!-- Allows an application to write (but not read) the user's
232 personal profile data. -->
233 <permission android:name="android.permission.WRITE_PROFILE"
234 android:permissionGroup="android.permission-group.PERSONAL_INFO"
235 android:protectionLevel="dangerous"
236 android:label="@string/permlab_writeProfile"
237 android:description="@string/permdesc_writeProfile" />
238
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800239 <!-- Allows an application to read the user's calendar data. -->
240 <permission android:name="android.permission.READ_CALENDAR"
241 android:permissionGroup="android.permission-group.PERSONAL_INFO"
242 android:protectionLevel="dangerous"
243 android:label="@string/permlab_readCalendar"
244 android:description="@string/permdesc_readCalendar" />
245
246 <!-- Allows an application to write (but not read) the user's
247 calendar data. -->
248 <permission android:name="android.permission.WRITE_CALENDAR"
249 android:permissionGroup="android.permission-group.PERSONAL_INFO"
250 android:protectionLevel="dangerous"
251 android:label="@string/permlab_writeCalendar"
252 android:description="@string/permdesc_writeCalendar" />
253
254 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700255 really only be required by an IME, or a dictionary editor like
256 the Settings app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800257 @hide Pending API council approval -->
258 <permission android:name="android.permission.READ_USER_DICTIONARY"
259 android:permissionGroup="android.permission-group.PERSONAL_INFO"
260 android:protectionLevel="dangerous"
261 android:label="@string/permlab_readDictionary"
262 android:description="@string/permdesc_readDictionary" />
263
264 <!-- Allows an application to write to the user dictionary.
265 @hide Pending API council approval -->
266 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
267 android:permissionGroup="android.permission-group.PERSONAL_INFO"
268 android:protectionLevel="normal"
269 android:label="@string/permlab_writeDictionary"
270 android:description="@string/permdesc_writeDictionary" />
271
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400272 <!-- Allows an application to read (but not write) the user's
273 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400274 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400275 android:permissionGroup="android.permission-group.PERSONAL_INFO"
276 android:label="@string/permlab_readHistoryBookmarks"
277 android:description="@string/permdesc_readHistoryBookmarks"
278 android:protectionLevel="dangerous" />
279
280 <!-- Allows an application to write (but not read) the user's
281 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400282 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400283 android:permissionGroup="android.permission-group.PERSONAL_INFO"
284 android:label="@string/permlab_writeHistoryBookmarks"
285 android:description="@string/permdesc_writeHistoryBookmarks"
286 android:protectionLevel="dangerous" />
287
Patrick Scotta73c4b02010-09-22 08:16:53 -0400288 <!-- Allows an application to broadcast an Intent to set an alarm for the
289 user. -->
290 <permission android:name="com.android.alarm.permission.SET_ALARM"
291 android:permissionGroup="android.permission-group.PERSONAL_INFO"
292 android:label="@string/permlab_setAlarm"
293 android:description="@string/permdesc_setAlarm"
294 android:protectionLevel="normal" />
295
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100296 <!-- Allows an application to add voicemails into the system. -->
297 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
298 android:permissionGroup="android.permission-group.PERSONAL_INFO"
299 android:protectionLevel="dangerous"
300 android:label="@string/permlab_addVoicemail"
301 android:description="@string/permdesc_addVoicemail" />
302
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800303 <!-- ======================================= -->
304 <!-- Permissions for accessing location info -->
305 <!-- ======================================= -->
306 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700307
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800308 <!-- Used for permissions that allow access to the user's current
309 location. -->
310 <permission-group android:name="android.permission-group.LOCATION"
311 android:label="@string/permgrouplab_location"
312 android:description="@string/permgroupdesc_location" />
313
314 <!-- Allows an application to access fine (e.g., GPS) location -->
315 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
316 android:permissionGroup="android.permission-group.LOCATION"
317 android:protectionLevel="dangerous"
318 android:label="@string/permlab_accessFineLocation"
319 android:description="@string/permdesc_accessFineLocation" />
320
321 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
322 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
323 android:permissionGroup="android.permission-group.LOCATION"
324 android:protectionLevel="dangerous"
325 android:label="@string/permlab_accessCoarseLocation"
326 android:description="@string/permdesc_accessCoarseLocation" />
327
328 <!-- Allows an application to create mock location providers for testing -->
329 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
330 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700331 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800332 android:label="@string/permlab_accessMockLocation"
333 android:description="@string/permdesc_accessMockLocation" />
334
335 <!-- Allows an application to access extra location provider commands -->
336 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
337 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700338 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800339 android:label="@string/permlab_accessLocationExtraCommands"
340 android:description="@string/permdesc_accessLocationExtraCommands" />
341
Mike Lockwood275555c2009-05-01 11:30:34 -0400342 <!-- Allows an application to install a location provider into the Location Manager -->
343 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
344 android:protectionLevel="signatureOrSystem"
345 android:label="@string/permlab_installLocationProvider"
346 android:description="@string/permdesc_installLocationProvider" />
347
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800348 <!-- ======================================= -->
349 <!-- Permissions for accessing networks -->
350 <!-- ======================================= -->
351 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700352
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800353 <!-- Used for permissions that provide access to networking services. The
354 main permission here is internet access, but this is also an
355 appropriate group for accessing or modifying any network configuration
356 or other related network operations. -->
357 <permission-group android:name="android.permission-group.NETWORK"
358 android:label="@string/permgrouplab_network"
359 android:description="@string/permgroupdesc_network" />
360
361 <!-- Allows applications to open network sockets. -->
362 <permission android:name="android.permission.INTERNET"
363 android:permissionGroup="android.permission-group.NETWORK"
364 android:protectionLevel="dangerous"
365 android:description="@string/permdesc_createNetworkSockets"
366 android:label="@string/permlab_createNetworkSockets" />
367
368 <!-- Allows applications to access information about networks -->
369 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
370 android:permissionGroup="android.permission-group.NETWORK"
371 android:protectionLevel="normal"
372 android:description="@string/permdesc_accessNetworkState"
373 android:label="@string/permlab_accessNetworkState" />
374
375 <!-- Allows applications to access information about Wi-Fi networks -->
376 <permission android:name="android.permission.ACCESS_WIFI_STATE"
377 android:permissionGroup="android.permission-group.NETWORK"
378 android:protectionLevel="normal"
379 android:description="@string/permdesc_accessWifiState"
380 android:label="@string/permlab_accessWifiState" />
381
382 <!-- Allows applications to connect to paired bluetooth devices -->
383 <permission android:name="android.permission.BLUETOOTH"
384 android:permissionGroup="android.permission-group.NETWORK"
385 android:protectionLevel="dangerous"
386 android:description="@string/permdesc_bluetooth"
387 android:label="@string/permlab_bluetooth" />
388
Nick Pelly1df862a2011-02-15 13:34:38 -0800389 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700390 <permission android:name="android.permission.NFC"
Nick Pelly038cabe2010-09-23 16:12:11 -0700391 android:permissionGroup="android.permission-group.NETWORK"
392 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700393 android:description="@string/permdesc_nfc"
394 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700395
Hung-ying Tyan08faac32010-09-16 04:11:32 +0800396 <!-- Allows an application to use SIP service -->
397 <permission android:name="android.permission.USE_SIP"
398 android:permissionGroup="android.permission-group.NETWORK"
399 android:protectionLevel="dangerous"
400 android:description="@string/permdesc_use_sip"
401 android:label="@string/permlab_use_sip" />
402
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700403 <!-- Allows applications to call into AccountAuthenticators. Only
404 the system can get this permission. -->
Fred Quintanaf7ae77c2009-10-02 17:19:31 -0700405 <permission android:name="android.permission.ACCOUNT_MANAGER"
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700406 android:permissionGroup="android.permission-group.ACCOUNTS"
407 android:protectionLevel="signature"
408 android:description="@string/permdesc_accountManagerService"
409 android:label="@string/permlab_accountManagerService" />
410
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700411 <!-- Allows an internal user to use privaledged ConnectivityManager
412 APIs.
413 @hide -->
414 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
415 android:permissionGroup="android.permission-group.NETWORK"
416 android:protectionLevel="signatureOrSystem" />
417
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800418 <!-- ================================== -->
419 <!-- Permissions for accessing accounts -->
420 <!-- ================================== -->
421 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700422
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700423 <!-- Permissions for direct access to the accounts managed
424 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800425 <permission-group android:name="android.permission-group.ACCOUNTS"
426 android:label="@string/permgrouplab_accounts"
427 android:description="@string/permgroupdesc_accounts" />
428
429 <!-- Allows access to the list of accounts in the Accounts Service -->
430 <permission android:name="android.permission.GET_ACCOUNTS"
431 android:permissionGroup="android.permission-group.ACCOUNTS"
432 android:protectionLevel="normal"
433 android:description="@string/permdesc_getAccounts"
434 android:label="@string/permlab_getAccounts" />
435
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700436 <!-- Allows an application to act as an AccountAuthenticator for
437 the AccountManager -->
438 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
439 android:permissionGroup="android.permission-group.ACCOUNTS"
440 android:protectionLevel="dangerous"
441 android:label="@string/permlab_authenticateAccounts"
442 android:description="@string/permdesc_authenticateAccounts" />
443
444 <!-- Allows an application to request authtokens from the AccountManager -->
445 <permission android:name="android.permission.USE_CREDENTIALS"
446 android:permissionGroup="android.permission-group.ACCOUNTS"
447 android:protectionLevel="dangerous"
448 android:label="@string/permlab_useCredentials"
449 android:description="@string/permdesc_useCredentials" />
450
451 <!-- Allows an application to manage the list of accounts in the AccountManager -->
452 <permission android:name="android.permission.MANAGE_ACCOUNTS"
453 android:permissionGroup="android.permission-group.ACCOUNTS"
454 android:protectionLevel="dangerous"
455 android:label="@string/permlab_manageAccounts"
456 android:description="@string/permdesc_manageAccounts" />
457
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800458 <!-- ================================== -->
459 <!-- Permissions for accessing hardware -->
460 <!-- ================================== -->
461 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700462
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800463 <!-- Used for permissions that provide direct access to the hardware on
464 the device. This includes audio, the camera, vibrator, etc. -->
465 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
466 android:label="@string/permgrouplab_hardwareControls"
467 android:description="@string/permgroupdesc_hardwareControls" />
468
469 <!-- Allows an application to modify global audio settings -->
470 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
471 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
472 android:protectionLevel="dangerous"
473 android:label="@string/permlab_modifyAudioSettings"
474 android:description="@string/permdesc_modifyAudioSettings" />
475
476 <!-- Allows an application to record audio -->
477 <permission android:name="android.permission.RECORD_AUDIO"
478 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
479 android:protectionLevel="dangerous"
480 android:label="@string/permlab_recordAudio"
481 android:description="@string/permdesc_recordAudio" />
482
Scott Main0b916352009-12-17 18:01:04 -0800483 <!-- Required to be able to access the camera device.
484 <p>This will automatically enforce the <a
485 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
486 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
487 If you do not require all camera features or can properly operate if a camera
488 is not available, then you must modify your manifest as appropriate in order to
489 install on devices that don't support all camera features.</p> -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800490 <permission android:name="android.permission.CAMERA"
491 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
492 android:protectionLevel="dangerous"
493 android:label="@string/permlab_camera"
494 android:description="@string/permdesc_camera" />
495
496 <!-- Allows access to the vibrator -->
497 <permission android:name="android.permission.VIBRATE"
498 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
499 android:protectionLevel="normal"
500 android:label="@string/permlab_vibrate"
501 android:description="@string/permdesc_vibrate" />
502
503 <!-- Allows access to the flashlight -->
504 <permission android:name="android.permission.FLASHLIGHT"
505 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
506 android:protectionLevel="normal"
507 android:label="@string/permlab_flashlight"
508 android:description="@string/permdesc_flashlight" />
509
Mike Lockwood02eb8742011-02-27 09:10:37 -0800510 <!-- Allows an application to manage preferences and permissions for USB devices
511 @hide -->
512 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400513 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800514 android:protectionLevel="signatureOrSystem"
515 android:label="@string/permlab_manageUsb"
516 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400517
Mike Lockwood10bc1112011-01-10 08:24:08 -0500518 <!-- Allows an application to access the MTP USB kernel driver.
519 For use only by the device side MTP implementation.
520 @hide -->
521 <permission android:name="android.permission.ACCESS_MTP"
522 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
523 android:protectionLevel="signatureOrSystem"
524 android:label="@string/permlab_accessMtp"
525 android:description="@string/permdesc_accessMtp" />
526
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800527 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
528 <permission android:name="android.permission.HARDWARE_TEST"
529 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
530 android:protectionLevel="signature"
531 android:label="@string/permlab_hardware_test"
532 android:description="@string/permdesc_hardware_test" />
533
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500534 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
535 @hide -->
536 <permission android:name="android.permission.NET_ADMIN"
537 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
538 android:protectionLevel="signature" />
539
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800540 <!-- =========================================== -->
541 <!-- Permissions associated with telephony state -->
542 <!-- =========================================== -->
543 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700544
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800545 <!-- Used for permissions that are associated with accessing and modifyign
546 telephony state: intercepting outgoing calls, reading
547 and modifying the phone state. Note that
548 placing phone calls is not in this group, since that is in the
549 more important "takin' yer moneys" group. -->
550 <permission-group android:name="android.permission-group.PHONE_CALLS"
551 android:label="@string/permgrouplab_phoneCalls"
552 android:description="@string/permgroupdesc_phoneCalls" />
553
554 <!-- Allows an application to monitor, modify, or abort outgoing
555 calls. -->
556 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
557 android:permissionGroup="android.permission-group.PHONE_CALLS"
558 android:protectionLevel="dangerous"
559 android:label="@string/permlab_processOutgoingCalls"
560 android:description="@string/permdesc_processOutgoingCalls" />
561
562 <!-- Allows modification of the telephony state - power on, mmi, etc.
563 Does not include placing calls. -->
564 <permission android:name="android.permission.MODIFY_PHONE_STATE"
565 android:permissionGroup="android.permission-group.PHONE_CALLS"
David Brownf4ece202010-09-14 16:19:31 -0700566 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800567 android:label="@string/permlab_modifyPhoneState"
568 android:description="@string/permdesc_modifyPhoneState" />
569
570 <!-- Allows read only access to phone state. -->
571 <permission android:name="android.permission.READ_PHONE_STATE"
572 android:permissionGroup="android.permission-group.PHONE_CALLS"
573 android:protectionLevel="dangerous"
574 android:label="@string/permlab_readPhoneState"
575 android:description="@string/permdesc_readPhoneState" />
576
San Mehat29b57e62009-04-23 09:18:32 -0700577 <!-- ================================== -->
578 <!-- Permissions for sdcard interaction -->
579 <!-- ================================== -->
580 <eat-comment />
581
582 <!-- Group of permissions that are related to SD card access. -->
583 <permission-group android:name="android.permission-group.STORAGE"
584 android:label="@string/permgrouplab_storage"
585 android:description="@string/permgroupdesc_storage" />
586
San Mehat5a3a77d2009-06-01 09:25:28 -0700587 <!-- Allows an application to write to external storage -->
588 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700589 android:permissionGroup="android.permission-group.STORAGE"
590 android:label="@string/permlab_sdcardWrite"
591 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700592 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700593
Mike Lockwood1e23db42011-04-22 07:05:21 -0700594 <!-- Allows an application to write to internal media storage
595 @hide -->
596 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
597 android:permissionGroup="android.permission-group.STORAGE"
598 android:label="@string/permlab_mediaStorageWrite"
599 android:description="@string/permdesc_mediaStorageWrite"
600 android:protectionLevel="signatureOrSystem" />
601
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800602 <!-- ============================================ -->
603 <!-- Permissions for low-level system interaction -->
604 <!-- ============================================ -->
605 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700606
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800607 <!-- Group of permissions that are related to system APIs. Many
608 of these are not permissions the user will be expected to understand,
609 and such permissions should generally be marked as "normal" protection
610 level so they don't get displayed. This can also, however, be used
611 for miscellaneous features that provide access to the operating system,
612 such as writing the global system settings. -->
613 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
614 android:label="@string/permgrouplab_systemTools"
615 android:description="@string/permgroupdesc_systemTools" />
616
617 <!-- Allows an application to read or write the system settings. -->
618 <permission android:name="android.permission.WRITE_SETTINGS"
619 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
620 android:protectionLevel="dangerous"
621 android:label="@string/permlab_writeSettings"
622 android:description="@string/permdesc_writeSettings" />
623
624 <!-- Allows an application to read or write the secure system settings. -->
625 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
626 android:protectionLevel="signatureOrSystem"
627 android:label="@string/permlab_writeSecureSettings"
628 android:description="@string/permdesc_writeSecureSettings" />
629
630 <!-- Allows an application to modify the Google service map. -->
631 <permission android:name="android.permission.WRITE_GSERVICES"
Dan Egnorac63ebc2009-11-12 23:02:22 -0800632 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800633 android:label="@string/permlab_writeGservices"
634 android:description="@string/permdesc_writeGservices" />
635
636 <!-- Allows an application to expand or collapse the status bar. -->
637 <permission android:name="android.permission.EXPAND_STATUS_BAR"
638 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
639 android:protectionLevel="normal"
640 android:label="@string/permlab_expandStatusBar"
641 android:description="@string/permdesc_expandStatusBar" />
642
643 <!-- Allows an application to get information about the currently
644 or recently running tasks: a thumbnail representation of the tasks,
645 what activities are running in it, etc. -->
646 <permission android:name="android.permission.GET_TASKS"
647 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
648 android:protectionLevel="dangerous"
649 android:label="@string/permlab_getTasks"
650 android:description="@string/permdesc_getTasks" />
651
652 <!-- Allows an application to change the Z-order of tasks -->
653 <permission android:name="android.permission.REORDER_TASKS"
654 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
655 android:protectionLevel="dangerous"
656 android:label="@string/permlab_reorderTasks"
657 android:description="@string/permdesc_reorderTasks" />
658
Dianne Hackborn24a12102011-07-29 15:52:05 -0700659 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -0700660 <permission android:name="android.permission.REMOVE_TASKS"
661 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
662 android:protectionLevel="signature"
663 android:label="@string/permlab_removeTasks"
664 android:description="@string/permdesc_removeTasks" />
665
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800666 <!-- Allows an application to modify the current configuration, such
667 as locale. -->
668 <permission android:name="android.permission.CHANGE_CONFIGURATION"
669 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
670 android:protectionLevel="dangerous"
671 android:label="@string/permlab_changeConfiguration"
672 android:description="@string/permdesc_changeConfiguration" />
673
Dianne Hackborn03abb812010-01-04 18:43:19 -0800674 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
675 API is no longer supported. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800676 <permission android:name="android.permission.RESTART_PACKAGES"
677 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -0800678 android:protectionLevel="normal"
679 android:label="@string/permlab_killBackgroundProcesses"
680 android:description="@string/permdesc_killBackgroundProcesses" />
681
682 <!-- Allows an application to call
683 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
684 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
685 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
686 android:protectionLevel="normal"
687 android:label="@string/permlab_killBackgroundProcesses"
688 android:description="@string/permdesc_killBackgroundProcesses" />
689
690 <!-- Allows an application to call
691 {@link android.app.ActivityManager#forceStopPackage}.
692 @hide -->
693 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
694 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
695 android:protectionLevel="signature"
696 android:label="@string/permlab_forceStopPackages"
697 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800698
699 <!-- Allows an application to retrieve state dump information from system
700 services. -->
701 <permission android:name="android.permission.DUMP"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700702 android:permissionGroup="android.permission-group.PERSONAL_INFO"
703 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800704 android:label="@string/permlab_dump"
705 android:description="@string/permdesc_dump" />
706
Dianne Hackborn24a12102011-07-29 15:52:05 -0700707 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -0700708 An active window is the window that has fired an accessibility event. -->
709 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
710 android:permissionGroup="android.permission-group.PERSONAL_INFO"
711 android:protectionLevel="signatureOrSystem"
712 android:label="@string/permlab_retrieve_window_content"
713 android:description="@string/permdesc_retrieve_window_content" />
714
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800715 <!-- Allows an application to open windows using the type
716 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
717 shown on top of all other applications. Very few applications
718 should use this permission; these windows are intended for
719 system-level interaction with the user. -->
720 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
721 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
722 android:protectionLevel="dangerous"
723 android:label="@string/permlab_systemAlertWindow"
724 android:description="@string/permdesc_systemAlertWindow" />
725
726 <!-- Modify the global animation scaling factor. -->
727 <permission android:name="android.permission.SET_ANIMATION_SCALE"
728 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
729 android:protectionLevel="dangerous"
730 android:label="@string/permlab_setAnimationScale"
731 android:description="@string/permdesc_setAnimationScale" />
732
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700733 <!-- @deprecated This functionality will be removed in the future; please do
734 not use.
735
736 Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800737 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
738 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
739 android:protectionLevel="dangerous"
740 android:label="@string/permlab_persistentActivity"
741 android:description="@string/permdesc_persistentActivity" />
742
743 <!-- Allows an application to find out the space used by any package. -->
744 <permission android:name="android.permission.GET_PACKAGE_SIZE"
745 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
746 android:protectionLevel="normal"
747 android:label="@string/permlab_getPackageSize"
748 android:description="@string/permdesc_getPackageSize" />
749
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800750 <!-- @deprecated No longer useful, see
751 {@link android.content.pm.PackageManager#addPackageToPreferred}
752 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800753 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
754 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800755 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800756 android:label="@string/permlab_setPreferredApplications"
757 android:description="@string/permdesc_setPreferredApplications" />
758
759 <!-- Allows an application to receive the
760 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
761 broadcast after the system finishes booting. If you don't
762 request this permission, you will not receive the broadcast at
763 that time. Though holding this permission does not have any
764 security implications, it can have a negative impact on the
765 user experience by increasing the amount of time it takes the
766 system to start and allowing applications to have themselves
767 running without the user being aware of them. As such, you must
768 explicitly declare your use of this facility to make that visible
769 to the user. -->
770 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
771 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
772 android:protectionLevel="normal"
773 android:label="@string/permlab_receiveBootCompleted"
774 android:description="@string/permdesc_receiveBootCompleted" />
775
776 <!-- Allows an application to broadcast sticky intents. These are
777 broadcasts whose data is held by the system after being finished,
778 so that clients can quickly retrieve that data without having
779 to wait for the next broadcast. -->
780 <permission android:name="android.permission.BROADCAST_STICKY"
781 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
782 android:protectionLevel="normal"
783 android:label="@string/permlab_broadcastSticky"
784 android:description="@string/permdesc_broadcastSticky" />
785
786 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
787 from dimming -->
788 <permission android:name="android.permission.WAKE_LOCK"
789 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
790 android:protectionLevel="dangerous"
791 android:label="@string/permlab_wakeLock"
792 android:description="@string/permdesc_wakeLock" />
793
794 <!-- Allows applications to set the wallpaper -->
795 <permission android:name="android.permission.SET_WALLPAPER"
796 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
797 android:protectionLevel="normal"
798 android:label="@string/permlab_setWallpaper"
799 android:description="@string/permdesc_setWallpaper" />
800
801 <!-- Allows applications to set the wallpaper hints -->
802 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
803 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
804 android:protectionLevel="normal"
805 android:label="@string/permlab_setWallpaperHints"
806 android:description="@string/permdesc_setWallpaperHints" />
807
Dan Egnor97e44942010-02-04 20:27:47 -0800808 <!-- Allows applications to set the system time -->
809 <permission android:name="android.permission.SET_TIME"
810 android:protectionLevel="signatureOrSystem"
811 android:label="@string/permlab_setTime"
812 android:description="@string/permdesc_setTime" />
813
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800814 <!-- Allows applications to set the system time zone -->
815 <permission android:name="android.permission.SET_TIME_ZONE"
816 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
817 android:protectionLevel="dangerous"
818 android:label="@string/permlab_setTimeZone"
819 android:description="@string/permdesc_setTimeZone" />
820
821 <!-- Allows mounting and unmounting file systems for removable storage. -->
822 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
823 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
824 android:protectionLevel="dangerous"
825 android:label="@string/permlab_mount_unmount_filesystems"
826 android:description="@string/permdesc_mount_unmount_filesystems" />
827
828 <!-- Allows formatting file systems for removable storage. -->
829 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
830 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
831 android:protectionLevel="dangerous"
832 android:label="@string/permlab_mount_format_filesystems"
833 android:description="@string/permdesc_mount_format_filesystems" />
834
San Mehat02735bc2010-01-26 15:18:08 -0800835 <!-- Allows access to ASEC non-destructive API calls
836 @hide -->
837 <permission android:name="android.permission.ASEC_ACCESS"
838 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700839 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800840 android:label="@string/permlab_asec_access"
841 android:description="@string/permdesc_asec_access" />
842
843 <!-- Allows creation of ASEC volumes
844 @hide -->
845 <permission android:name="android.permission.ASEC_CREATE"
846 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700847 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800848 android:label="@string/permlab_asec_create"
849 android:description="@string/permdesc_asec_create" />
850
851 <!-- Allows destruction of ASEC volumes
852 @hide -->
853 <permission android:name="android.permission.ASEC_DESTROY"
854 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700855 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800856 android:label="@string/permlab_asec_destroy"
857 android:description="@string/permdesc_asec_destroy" />
858
859 <!-- Allows mount / unmount of ASEC volumes
860 @hide -->
861 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
862 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700863 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800864 android:label="@string/permlab_asec_mount_unmount"
865 android:description="@string/permdesc_asec_mount_unmount" />
866
867 <!-- Allows rename of ASEC volumes
868 @hide -->
869 <permission android:name="android.permission.ASEC_RENAME"
870 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700871 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800872 android:label="@string/permlab_asec_rename"
873 android:description="@string/permdesc_asec_rename" />
874
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800875 <!-- Allows applications to disable the keyguard -->
876 <permission android:name="android.permission.DISABLE_KEYGUARD"
877 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700878 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800879 android:description="@string/permdesc_disableKeyguard"
880 android:label="@string/permlab_disableKeyguard" />
881
882 <!-- Allows applications to read the sync settings -->
883 <permission android:name="android.permission.READ_SYNC_SETTINGS"
884 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
885 android:protectionLevel="normal"
886 android:description="@string/permdesc_readSyncSettings"
887 android:label="@string/permlab_readSyncSettings" />
888
889 <!-- Allows applications to write the sync settings -->
890 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
891 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
892 android:protectionLevel="dangerous"
893 android:description="@string/permdesc_writeSyncSettings"
894 android:label="@string/permlab_writeSyncSettings" />
895
896 <!-- Allows applications to read the sync stats -->
897 <permission android:name="android.permission.READ_SYNC_STATS"
898 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
899 android:protectionLevel="normal"
900 android:description="@string/permdesc_readSyncStats"
901 android:label="@string/permlab_readSyncStats" />
902
903 <!-- Allows applications to write the apn settings -->
904 <permission android:name="android.permission.WRITE_APN_SETTINGS"
905 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
906 android:protectionLevel="dangerous"
907 android:description="@string/permdesc_writeApnSettings"
908 android:label="@string/permlab_writeApnSettings" />
909
Fred Quintana60307342009-03-24 22:48:12 -0700910 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800911 ContentProvider. -->
912 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
913 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
914 android:label="@string/permlab_subscribedFeedsRead"
915 android:description="@string/permdesc_subscribedFeedsRead"
916 android:protectionLevel="normal" />
917 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
918 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
919 android:label="@string/permlab_subscribedFeedsWrite"
920 android:description="@string/permdesc_subscribedFeedsWrite"
921 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -0700922
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800923 <!-- Allows applications to change network connectivity state -->
924 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
925 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
926 android:protectionLevel="dangerous"
927 android:description="@string/permdesc_changeNetworkState"
928 android:label="@string/permlab_changeNetworkState" />
929
930 <!-- Allows applications to change Wi-Fi connectivity state -->
931 <permission android:name="android.permission.CHANGE_WIFI_STATE"
932 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
933 android:protectionLevel="dangerous"
934 android:description="@string/permdesc_changeWifiState"
935 android:label="@string/permlab_changeWifiState" />
936
Robert Greenwaltfc1b15c2009-05-22 15:09:51 -0700937 <!-- Allows applications to enter Wi-Fi Multicast mode -->
938 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
939 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
940 android:protectionLevel="dangerous"
941 android:description="@string/permdesc_changeWifiMulticastState"
942 android:label="@string/permlab_changeWifiMulticastState" />
943
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800944 <!-- Allows applications to discover and pair bluetooth devices -->
945 <permission android:name="android.permission.BLUETOOTH_ADMIN"
946 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
947 android:protectionLevel="dangerous"
948 android:description="@string/permdesc_bluetoothAdmin"
949 android:label="@string/permlab_bluetoothAdmin" />
950
951 <!-- Allows an application to clear the caches of all installed
952 applications on the device. -->
953 <permission android:name="android.permission.CLEAR_APP_CACHE"
954 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
955 android:protectionLevel="dangerous"
956 android:label="@string/permlab_clearAppCache"
957 android:description="@string/permdesc_clearAppCache" />
958
959 <!-- Allows an application to read the low-level system log files.
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700960 Log entries can contain the user's private information,
961 which is why this permission is 'dangerous'. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800962 <permission android:name="android.permission.READ_LOGS"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700963 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800964 android:protectionLevel="dangerous"
965 android:label="@string/permlab_readLogs"
966 android:description="@string/permdesc_readLogs" />
967
968 <!-- ========================================= -->
969 <!-- Permissions for special development tools -->
970 <!-- ========================================= -->
971 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700972
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800973 <!-- Group of permissions that are related to development features. These
974 are not permissions that should appear in normal applications; they
975 protect APIs that are intended only to be used for development
976 purposes. -->
977 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
978 android:label="@string/permgrouplab_developmentTools"
979 android:description="@string/permgroupdesc_developmentTools" />
980
981 <!-- Configure an application for debugging. -->
982 <permission android:name="android.permission.SET_DEBUG_APP"
983 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
984 android:protectionLevel="dangerous"
985 android:label="@string/permlab_setDebugApp"
986 android:description="@string/permdesc_setDebugApp" />
987
988 <!-- Allows an application to set the maximum number of (not needed)
989 application processes that can be running. -->
990 <permission android:name="android.permission.SET_PROCESS_LIMIT"
991 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
992 android:protectionLevel="dangerous"
993 android:label="@string/permlab_setProcessLimit"
994 android:description="@string/permdesc_setProcessLimit" />
995
996 <!-- Allows an application to control whether activities are immediately
997 finished when put in the background. -->
998 <permission android:name="android.permission.SET_ALWAYS_FINISH"
999 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1000 android:protectionLevel="dangerous"
1001 android:label="@string/permlab_setAlwaysFinish"
1002 android:description="@string/permdesc_setAlwaysFinish" />
1003
1004 <!-- Allow an application to request that a signal be sent to all persistent processes -->
1005 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1006 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1007 android:protectionLevel="dangerous"
1008 android:label="@string/permlab_signalPersistentProcesses"
1009 android:description="@string/permdesc_signalPersistentProcesses" />
1010
1011 <!-- ==================================== -->
1012 <!-- Private (signature-only) permissions -->
1013 <!-- ==================================== -->
1014 <eat-comment />
1015
1016 <!-- Allows applications to RW to diagnostic resources. -->
1017 <permission android:name="android.permission.DIAGNOSTIC"
1018 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1019 android:protectionLevel="signature"
1020 android:description="@string/permdesc_diagnostic"
1021 android:label="@string/permlab_diagnostic" />
1022
1023 <!-- Allows an application to open, close, or disable the status bar
1024 and its icons. -->
1025 <permission android:name="android.permission.STATUS_BAR"
1026 android:label="@string/permlab_statusBar"
1027 android:description="@string/permdesc_statusBar"
1028 android:protectionLevel="signatureOrSystem" />
1029
Joe Onorato8bc6c512010-06-04 16:21:12 -04001030 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1031 @hide -->
1032 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1033 android:label="@string/permlab_statusBarService"
1034 android:description="@string/permdesc_statusBarService"
1035 android:protectionLevel="signature" />
1036
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001037 <!-- Allows an application to force a BACK operation on whatever is the
1038 top activity. -->
1039 <permission android:name="android.permission.FORCE_BACK"
1040 android:label="@string/permlab_forceBack"
1041 android:description="@string/permdesc_forceBack"
1042 android:protectionLevel="signature" />
1043
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001044 <!-- Allows an application to update device statistics. Not for
1045 use by third party apps. -->
1046 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
1047 android:label="@string/permlab_batteryStats"
1048 android:description="@string/permdesc_batteryStats"
Dianne Hackborn7e9f4eb2010-09-10 18:43:00 -07001049 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001050
1051 <!-- Allows an application to open windows that are for use by parts
1052 of the system user interface. Not for use by third party apps. -->
1053 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1054 android:label="@string/permlab_internalSystemWindow"
1055 android:description="@string/permdesc_internalSystemWindow"
1056 android:protectionLevel="signature" />
1057
1058 <!-- Allows an application to manage (create, destroy,
1059 Z-order) application tokens in the window manager. This is only
1060 for use by the system. -->
1061 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1062 android:label="@string/permlab_manageAppTokens"
1063 android:description="@string/permdesc_manageAppTokens"
1064 android:protectionLevel="signature" />
1065
1066 <!-- Allows an application to inject user events (keys, touch, trackball)
1067 into the event stream and deliver them to ANY window. Without this
1068 permission, you can only deliver events to windows in your own process.
1069 Very few applications should need to use this permission. -->
1070 <permission android:name="android.permission.INJECT_EVENTS"
1071 android:label="@string/permlab_injectEvents"
1072 android:description="@string/permdesc_injectEvents"
1073 android:protectionLevel="signature" />
1074
1075 <!-- Allows an application to watch and control how activities are
1076 started globally in the system. Only for is in debugging
1077 (usually the monkey command). -->
1078 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1079 android:label="@string/permlab_runSetActivityWatcher"
1080 android:description="@string/permdesc_runSetActivityWatcher"
1081 android:protectionLevel="signature" />
1082
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001083 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001084 to put the higher-level system there into a shutdown state.
1085 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001086 <permission android:name="android.permission.SHUTDOWN"
1087 android:label="@string/permlab_shutdown"
1088 android:description="@string/permdesc_shutdown"
Freeman Ngaddfc762010-12-01 15:17:35 -08001089 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001090
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001091 <!-- Allows an application to tell the activity manager to temporarily
1092 stop application switches, putting it into a special mode that
1093 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001094 critical UI such as the home screen.
1095 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001096 <permission android:name="android.permission.STOP_APP_SWITCHES"
1097 android:label="@string/permlab_stopAppSwitches"
1098 android:description="@string/permdesc_stopAppSwitches"
Jeff Hamilton10de0b32011-03-25 16:16:57 -05001099 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001100
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001101 <!-- Allows an application to retrieve the current state of keys and
1102 switches. This is only for use by the system.-->
1103 <permission android:name="android.permission.READ_INPUT_STATE"
1104 android:label="@string/permlab_readInputState"
1105 android:description="@string/permdesc_readInputState"
1106 android:protectionLevel="signature" />
1107
Dianne Hackbornd6847842010-01-12 18:14:19 -08001108 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1109 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001110 <permission android:name="android.permission.BIND_INPUT_METHOD"
1111 android:label="@string/permlab_bindInputMethod"
1112 android:description="@string/permdesc_bindInputMethod"
1113 android:protectionLevel="signature" />
1114
satok988323c2011-06-22 16:38:13 +09001115 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1116 to ensure that only the system can bind to it. -->
1117 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1118 android:label="@string/permlab_bindTextService"
1119 android:description="@string/permdesc_bindTextService"
1120 android:protectionLevel="signature" />
1121
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001122 <!-- Must be required by an {@link android.net.VpnService},
1123 to ensure that only the system can bind to it.
1124 @hide -->
1125 <permission android:name="android.permission.BIND_VPN_SERVICE"
1126 android:label="@string/permlab_bindVpnService"
1127 android:description="@string/permdesc_bindVpnService"
1128 android:protectionLevel="signature" />
1129
Dianne Hackbornd6847842010-01-12 18:14:19 -08001130 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1131 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001132 <permission android:name="android.permission.BIND_WALLPAPER"
1133 android:label="@string/permlab_bindWallpaper"
1134 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborn284ac932009-08-28 10:34:25 -07001135 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001136
Dianne Hackbornd6847842010-01-12 18:14:19 -08001137 <!-- Must be required by device administration receiver, to ensure that only the
1138 system can interact with it. -->
1139 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1140 android:label="@string/permlab_bindDeviceAdmin"
1141 android:description="@string/permdesc_bindDeviceAdmin"
1142 android:protectionLevel="signature" />
1143
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001144 <!-- Allows low-level access to setting the orientation (actually
1145 rotation) of the screen. Not for use by normal applications. -->
1146 <permission android:name="android.permission.SET_ORIENTATION"
1147 android:label="@string/permlab_setOrientation"
1148 android:description="@string/permdesc_setOrientation"
1149 android:protectionLevel="signature" />
1150
Jeff Brown1a84fd12011-06-02 01:26:32 -07001151 <!-- Allows low-level access to setting the pointer speed.
1152 Not for use by normal applications. -->
1153 <permission android:name="android.permission.SET_POINTER_SPEED"
1154 android:label="@string/permlab_setPointerSpeed"
1155 android:description="@string/permdesc_setPointerSpeed"
1156 android:protectionLevel="signature" />
1157
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001158 <!-- Allows an application to install packages. -->
1159 <permission android:name="android.permission.INSTALL_PACKAGES"
1160 android:label="@string/permlab_installPackages"
1161 android:description="@string/permdesc_installPackages"
Jasper Lin24692412009-03-24 18:24:57 -07001162 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001163
1164 <!-- Allows an application to clear user data -->
1165 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1166 android:label="@string/permlab_clearAppUserData"
1167 android:description="@string/permdesc_clearAppUserData"
1168 android:protectionLevel="signature" />
1169
1170 <!-- Allows an application to delete cache files. -->
1171 <permission android:name="android.permission.DELETE_CACHE_FILES"
1172 android:label="@string/permlab_deleteCacheFiles"
1173 android:description="@string/permdesc_deleteCacheFiles"
Doug Zongker50a21f42009-11-19 12:49:53 -08001174 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001175
1176 <!-- Allows an application to delete packages. -->
1177 <permission android:name="android.permission.DELETE_PACKAGES"
1178 android:label="@string/permlab_deletePackages"
1179 android:description="@string/permdesc_deletePackages"
Jasper Lin24692412009-03-24 18:24:57 -07001180 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001181
Jeff Brownec7c78f2010-03-30 23:37:25 -07001182 <!-- Allows an application to move location of installed package.
1183 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001184 <permission android:name="android.permission.MOVE_PACKAGE"
1185 android:label="@string/permlab_movePackage"
1186 android:description="@string/permdesc_movePackage"
1187 android:protectionLevel="signatureOrSystem" />
1188
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001189 <!-- Allows an application to change whether an application component (other than its own) is
1190 enabled or not. -->
1191 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1192 android:label="@string/permlab_changeComponentState"
1193 android:description="@string/permdesc_changeComponentState"
Dianne Hackbornf5e4f202011-01-26 12:40:18 -08001194 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001195
1196 <!-- Allows an application to use SurfaceFlinger's low level features -->
1197 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1198 android:label="@string/permlab_accessSurfaceFlinger"
1199 android:description="@string/permdesc_accessSurfaceFlinger"
1200 android:protectionLevel="signature" />
1201
1202 <!-- Allows an application to take screen shots and more generally
1203 get access to the frame buffer data -->
1204 <permission android:name="android.permission.READ_FRAME_BUFFER"
1205 android:label="@string/permlab_readFrameBuffer"
1206 android:description="@string/permdesc_readFrameBuffer"
Jeff Hamilton0bc369e2011-07-21 16:17:39 -05001207 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001208
1209 <!-- Required to be able to disable the device (very dangerous!). -->
1210 <permission android:name="android.permission.BRICK"
1211 android:label="@string/permlab_brick"
1212 android:description="@string/permdesc_brick"
1213 android:protectionLevel="signature" />
1214
1215 <!-- Required to be able to reboot the device. -->
1216 <permission android:name="android.permission.REBOOT"
1217 android:label="@string/permlab_reboot"
1218 android:description="@string/permdesc_reboot"
Doug Zongker50a21f42009-11-19 12:49:53 -08001219 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001220
1221 <!-- Allows low-level access to power management -->
1222 <permission android:name="android.permission.DEVICE_POWER"
1223 android:label="@string/permlab_devicePower"
1224 android:description="@string/permdesc_devicePower"
1225 android:protectionLevel="signature" />
1226
1227 <!-- Run as a manufacturer test application, running as the root user.
1228 Only available when the device is running in manufacturer test mode. -->
1229 <permission android:name="android.permission.FACTORY_TEST"
1230 android:label="@string/permlab_factoryTest"
1231 android:description="@string/permdesc_factoryTest"
1232 android:protectionLevel="signature" />
1233
1234 <!-- Allows an application to broadcast a notification that an application
1235 package has been removed. -->
1236 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1237 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1238 android:label="@string/permlab_broadcastPackageRemoved"
1239 android:description="@string/permdesc_broadcastPackageRemoved"
1240 android:protectionLevel="signature" />
1241
1242 <!-- Allows an application to broadcast an SMS receipt notification -->
1243 <permission android:name="android.permission.BROADCAST_SMS"
1244 android:permissionGroup="android.permission-group.MESSAGES"
1245 android:label="@string/permlab_broadcastSmsReceived"
1246 android:description="@string/permdesc_broadcastSmsReceived"
1247 android:protectionLevel="signature" />
1248
1249 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1250 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1251 android:permissionGroup="android.permission-group.MESSAGES"
1252 android:label="@string/permlab_broadcastWapPush"
1253 android:description="@string/permdesc_broadcastWapPush"
1254 android:protectionLevel="signature" />
1255
1256 <permission android:name="android.permission.MASTER_CLEAR"
1257 android:label="@string/permlab_masterClear"
1258 android:description="@string/permdesc_masterClear"
1259 android:protectionLevel="signatureOrSystem" />
1260
1261 <!-- Allows an application to call any phone number, including emergency
1262 numbers, without going through the Dialer user interface for the user
1263 to confirm the call being placed. -->
1264 <permission android:name="android.permission.CALL_PRIVILEGED"
1265 android:label="@string/permlab_callPrivileged"
1266 android:description="@string/permdesc_callPrivileged"
1267 android:protectionLevel="signatureOrSystem" />
1268
Jim Miller767be5f2009-08-25 19:33:57 -07001269 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1270 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1271 android:label="@string/permlab_performCdmaProvisioning"
1272 android:description="@string/permdesc_performCdmaProvisioning"
1273 android:protectionLevel="signatureOrSystem" />
1274
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001275 <!-- Allows enabling/disabling location update notifications from
1276 the radio. Not for use by normal applications. -->
1277 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1278 android:label="@string/permlab_locationUpdates"
1279 android:description="@string/permdesc_locationUpdates"
Mike Lockwood275555c2009-05-01 11:30:34 -04001280 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001281
1282 <!-- Allows read/write access to the "properties" table in the checkin
1283 database, to change values that get uploaded. -->
1284 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1285 android:label="@string/permlab_checkinProperties"
1286 android:description="@string/permdesc_checkinProperties"
Jasper Lin24692412009-03-24 18:24:57 -07001287 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001288
1289 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001290 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001291 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1292 android:label="@string/permlab_pkgUsageStats"
1293 android:description="@string/permdesc_pkgUsageStats"
Peter Visontay8d224ca2011-02-18 16:39:19 +00001294 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001295
1296 <!-- Allows an application to collect battery statistics -->
1297 <permission android:name="android.permission.BATTERY_STATS"
1298 android:label="@string/permlab_batteryStats"
1299 android:description="@string/permdesc_batteryStats"
1300 android:protectionLevel="normal" />
1301
Christopher Tate181fafa2009-05-14 11:12:14 -07001302 <!-- Allows an application to control the backup and restore process
1303 @hide pending API council -->
1304 <permission android:name="android.permission.BACKUP"
1305 android:label="@string/permlab_backup"
1306 android:description="@string/permdesc_backup"
Joe Onorato8aeaf2e2009-06-29 14:46:30 -04001307 android:protectionLevel="signatureOrSystem" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001308
Christopher Tate4a627c72011-04-01 14:43:32 -07001309 <!-- Allows a package to launch the secure full-backup confirmation UI.
1310 ONLY the system process may hold this permission.
1311 @hide -->
1312 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
1313 android:label="@string/permlab_confirm_full_backup"
1314 android:description="@string/permdesc_confirm_full_backup"
1315 android:protectionLevel="signature" />
1316
Winson Chung81f39eb2011-01-11 18:05:01 -08001317 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1318 to ensure that only the system can bind to it. -->
1319 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1320 android:label="@string/permlab_bindRemoteViews"
1321 android:description="@string/permdesc_bindRemoteViews"
1322 android:protectionLevel="signatureOrSystem" />
1323
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001324 <!-- Allows an application to tell the AppWidget service which application
1325 can access AppWidget's data. The normal user flow is that a user
1326 picks an AppWidget to go into a particular host, thereby giving that
1327 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001328 An application that has this permission should honor that contract.
1329 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001330 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001331 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1332 android:label="@string/permlab_bindGadget"
1333 android:description="@string/permdesc_bindGadget"
Jeff Sharkeyaf999282009-05-18 14:35:49 -07001334 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001335
1336 <!-- Allows applications to change the background data setting
1337 @hide pending API council -->
1338 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1339 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1340 android:protectionLevel="signature"
1341 android:description="@string/permdesc_changeBackgroundDataSetting"
1342 android:label="@string/permlab_changeBackgroundDataSetting" />
1343
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001344 <!-- This permission can be used on content providers to allow the global
1345 search system to access their data. Typically it used when the
1346 provider has some permissions protecting it (which global search
1347 would not be expected to hold), and added as a read-only permission
1348 to the path in the provider where global search queries are
1349 performed. This permission can not be held by regular applications;
1350 it is used by applications to protect themselves from everyone else
1351 besides global search. -->
1352 <permission android:name="android.permission.GLOBAL_SEARCH"
1353 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1354 android:protectionLevel="signatureOrSystem" />
1355
1356 <!-- Internal permission protecting access to the global search
1357 system: ensures that only the system can access the provider
1358 to perform queries (since this otherwise provides unrestricted
1359 access to a variety of content providers), and to write the
1360 search statistics (to keep applications from gaming the source
1361 ranking).
1362 @hide -->
1363 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1364 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1365 android:protectionLevel="signature" />
1366
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001367 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001368 @hide XXX Change to signature once the picker is moved to its
1369 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001370 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1371 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001372 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001373
Jeff Brownec7c78f2010-03-30 23:37:25 -07001374 <!-- Allow an application to read and write the cache partition.
1375 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001376 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1377 android:label="@string/permlab_cache_filesystem"
1378 android:description="@string/permdesc_cache_filesystem"
1379 android:protectionLevel="signatureOrSystem" />
1380
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001381 <!-- Must be required by default container service so that only
1382 the system can bind to it and use it to copy
1383 protected data to secure containers or files
1384 accessible to the system.
1385 @hide -->
1386 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1387 android:label="@string/permlab_copyProtectedData"
1388 android:description="@string/permlab_copyProtectedData"
1389 android:protectionLevel="signature" />
1390
Jason parks8888c592011-01-20 22:46:41 -06001391 <!-- Internal permission protecting access to the encryption methods
1392 @hide
1393 -->
1394 <permission android:name="android.permission.CRYPT_KEEPER"
1395 android:protectionLevel="signatureOrSystem" />
1396
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001397 <!-- Allows an application to read historical network usage for
1398 specific networks and applications. @hide -->
1399 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
1400 android:label="@string/permlab_readNetworkUsageHistory"
1401 android:description="@string/permdesc_readNetworkUsageHistory"
Jeff Sharkey428e8432011-06-30 00:50:52 -07001402 android:protectionLevel="signatureOrSystem" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001403
1404 <!-- Allows an application to manage network policies (such as warning and disable
1405 limits) and to define application-specific rules. @hide -->
1406 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
1407 android:label="@string/permlab_manageNetworkPolicy"
1408 android:description="@string/permdesc_manageNetworkPolicy"
1409 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06001410
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001411 <!-- Allows an application to account its network traffic against other UIDs. Used
1412 by system services like download manager and media server. Not for use by
1413 third party apps. @hide -->
1414 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
1415 android:label="@string/permlab_modifyNetworkAccounting"
1416 android:description="@string/permdesc_modifyNetworkAccounting"
1417 android:protectionLevel="signatureOrSystem" />
1418
Costin Manolachefa04b8d2010-11-29 17:50:28 -08001419 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001420 @hide Used internally.
1421 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001422 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001423 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001424 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001425
Christopher Tate4a627c72011-04-01 14:43:32 -07001426 <!-- The system process is explicitly the only one allowed to launch the
1427 confirmation UI for full backup/restore -->
1428 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
1429
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001430 <application android:process="system"
1431 android:persistent="true"
1432 android:hasCode="false"
1433 android:label="@string/android_system_label"
1434 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001435 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001436 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001437 android:icon="@drawable/ic_launcher_android">
1438 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001439 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001440 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001441 android:excludeFromRecents="true"
1442 android:multiprocess="true">
1443 <intent-filter>
1444 <action android:name="android.intent.action.CHOOSER" />
1445 <category android:name="android.intent.category.DEFAULT" />
1446 </intent-filter>
1447 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001448 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001449 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07001450 android:label="@string/heavy_weight_switcher_title"
1451 android:finishOnCloseSystemDialogs="true"
1452 android:excludeFromRecents="true">
1453 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001454 <activity android:name="com.android.internal.app.PlatLogoActivity"
Daniel Sandler44434f002010-09-03 14:45:39 -04001455 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001456 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001457 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1458 android:theme="@style/Theme.NoDisplay"
1459 android:excludeFromRecents="true">
1460 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001461 <activity android:name="com.android.internal.app.RingtonePickerActivity"
Amith Yamasani482c9332010-11-02 14:02:17 -07001462 android:theme="@style/Theme.Holo.Dialog.Alert"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001463 android:excludeFromRecents="true"
1464 android:multiprocess="true">
1465 <intent-filter>
1466 <action android:name="android.intent.action.RINGTONE_PICKER" />
1467 <category android:name="android.intent.category.DEFAULT" />
1468 </intent-filter>
1469 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001470
Fred Quintana33269202009-04-20 16:05:10 -07001471 <activity android:name="android.accounts.ChooseAccountActivity"
1472 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08001473 android:exported="true"
1474 android:theme="@android:style/Theme.Holo.Dialog"
1475 android:label="@string/choose_account_label">
Fred Quintana33269202009-04-20 16:05:10 -07001476 </activity>
1477
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001478 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1479 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08001480 android:exported="true"
1481 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001482 </activity>
1483
Fred Quintanab19e62a2010-12-16 13:54:43 -08001484 <activity android:name="android.content.SyncActivityTooManyDeletes"
1485 android:theme="@android:style/Theme.Holo.Dialog"
1486 android:label="@string/sync_too_many_deletes">
1487 </activity>
1488
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001489 <activity android:name="com.android.server.ShutdownActivity"
1490 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001491 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001492 <intent-filter>
1493 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1494 <category android:name="android.intent.category.DEFAULT" />
1495 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04001496 <intent-filter>
1497 <action android:name="android.intent.action.REBOOT" />
1498 <category android:name="android.intent.category.DEFAULT" />
1499 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001500 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08001501
Danke Xie22d1f9f2009-08-18 18:28:45 -04001502 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001503 android:theme="@style/Theme.Holo.Dialog.Alert"
Danke Xie22d1f9f2009-08-18 18:28:45 -04001504 android:excludeFromRecents="true">
1505 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001506
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001507 <receiver android:name="com.android.server.BootReceiver" >
1508 <intent-filter>
1509 <action android:name="android.intent.action.BOOT_COMPLETED" />
1510 </intent-filter>
1511 </receiver>
1512
1513 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07001514 android:permission="android.permission.MASTER_CLEAR"
1515 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001516 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001517 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1518 <action android:name="android.intent.action.MASTER_CLEAR" />
1519
1520 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001521 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001522 <category android:name="android.intent.category.MASTER_CLEAR" />
1523 </intent-filter>
1524 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07001525
1526 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
1527 android:permission="android.permission.MASTER_CLEAR"
1528 android:exported="true" />
1529
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001530 </application>
1531
1532</manifest>