blob: 441a3bfe808425c285921aa5c188fde76aee7e60 [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" />
40 <protected-broadcast android:name="android.intent.action.PACKAGE_CHANGED" />
41 <protected-broadcast android:name="android.intent.action.PACKAGE_RESTARTED" />
42 <protected-broadcast android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
Dianne Hackborne7f97212011-02-24 14:40:20 -080043 <protected-broadcast android:name="android.intent.action.PACKAGE_FIRST_LAUNCH" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070044 <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
45 <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
Dianne Hackborn362d5b92009-11-11 18:04:39 -080046 <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070047 <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
48 <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
49 <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
50 <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
51 <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
52 <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
53 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
54 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
Jake Hambybb371632010-08-23 18:16:48 -070055 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
56 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070057 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
58 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080059 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070060
Dianne Hackborn7299c412010-03-04 18:41:49 -080061 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
62 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
63 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
64 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Costin Manolachefa04b8d2010-11-29 17:50:28 -080065
Christopher Tate4cc86e12009-09-21 19:36:51 -070066 <protected-broadcast android:name="android.backup.intent.RUN" />
67 <protected-broadcast android:name="android.backup.intent.CLEAR" />
68 <protected-broadcast android:name="android.backup.intent.INIT" />
69
Nick Pelly72440a0e2009-09-15 17:21:10 -070070 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
71 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
72 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
73 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
74 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
75 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
76 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
77 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
78 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
79 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
80 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
81 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
82 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
83 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
84 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
85 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
86
Mike Lockwoodc4308f02011-03-01 08:04:54 -080087 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
88 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
89 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
90 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
91 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -040092
Nick Pellyf36c6db2010-10-14 19:16:35 -070093 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
94 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -070095 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -070096 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Nick Pelly038cabe2010-09-23 16:12:11 -070097
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080098 <!-- ====================================== -->
99 <!-- Permissions for things that cost money -->
100 <!-- ====================================== -->
101 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700102
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800103 <!-- Used for permissions that can be used to make the user spend money
104 without their direct involvement. For example, this is the group
105 for permissions that allow you to directly place phone calls,
106 directly send SMS messages, etc. -->
107 <permission-group android:name="android.permission-group.COST_MONEY"
108 android:label="@string/permgrouplab_costMoney"
109 android:description="@string/permgroupdesc_costMoney" />
110
111 <!-- Allows an application to send SMS messages. -->
112 <permission android:name="android.permission.SEND_SMS"
113 android:permissionGroup="android.permission-group.COST_MONEY"
114 android:protectionLevel="dangerous"
115 android:label="@string/permlab_sendSms"
116 android:description="@string/permdesc_sendSms" />
117
118 <!-- Allows an application to initiate a phone call without going through
119 the Dialer user interface for the user to confirm the call
120 being placed. -->
121 <permission android:name="android.permission.CALL_PHONE"
122 android:permissionGroup="android.permission-group.COST_MONEY"
123 android:protectionLevel="dangerous"
124 android:label="@string/permlab_callPhone"
125 android:description="@string/permdesc_callPhone" />
126
127 <!-- ================================== -->
128 <!-- Permissions for accessing messages -->
129 <!-- ================================== -->
130 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700131
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800132 <!-- Used for permissions that allow an application to send messages
133 on behalf of the user or intercept messages being received by the
134 user. This is primarily intended for SMS/MMS messaging, such as
135 receiving or reading an MMS. -->
136 <permission-group android:name="android.permission-group.MESSAGES"
137 android:label="@string/permgrouplab_messages"
138 android:description="@string/permgroupdesc_messages" />
139
140 <!-- Allows an application to monitor incoming SMS messages, to record
141 or perform processing on them. -->
142 <permission android:name="android.permission.RECEIVE_SMS"
143 android:permissionGroup="android.permission-group.MESSAGES"
144 android:protectionLevel="dangerous"
145 android:label="@string/permlab_receiveSms"
146 android:description="@string/permdesc_receiveSms" />
147
148 <!-- Allows an application to monitor incoming MMS messages, to record
149 or perform processing on them. -->
150 <permission android:name="android.permission.RECEIVE_MMS"
151 android:permissionGroup="android.permission-group.MESSAGES"
152 android:protectionLevel="dangerous"
153 android:label="@string/permlab_receiveMms"
154 android:description="@string/permdesc_receiveMms" />
155
156 <!-- Allows an application to read SMS messages. -->
157 <permission android:name="android.permission.READ_SMS"
158 android:permissionGroup="android.permission-group.MESSAGES"
159 android:protectionLevel="dangerous"
160 android:label="@string/permlab_readSms"
161 android:description="@string/permdesc_readSms" />
162
163 <!-- Allows an application to write SMS messages. -->
164 <permission android:name="android.permission.WRITE_SMS"
165 android:permissionGroup="android.permission-group.MESSAGES"
166 android:protectionLevel="dangerous"
167 android:label="@string/permlab_writeSms"
168 android:description="@string/permdesc_writeSms" />
169
170 <!-- Allows an application to monitor incoming WAP push messages. -->
171 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
172 android:permissionGroup="android.permission-group.MESSAGES"
173 android:protectionLevel="dangerous"
174 android:label="@string/permlab_receiveWapPush"
175 android:description="@string/permdesc_receiveWapPush" />
176
177 <!-- =============================================================== -->
178 <!-- Permissions for accessing personal info (contacts and calendar) -->
179 <!-- =============================================================== -->
180 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700181
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800182 <!-- Used for permissions that provide access to the user's private data,
183 such as contacts, calendar events, e-mail messages, etc. This includes
184 both reading and writing of this data (which should generally be
185 expressed as two distinct permissions). -->
186 <permission-group android:name="android.permission-group.PERSONAL_INFO"
187 android:label="@string/permgrouplab_personalInfo"
188 android:description="@string/permgroupdesc_personalInfo" />
189
190 <!-- Allows an application to read the user's contacts data. -->
191 <permission android:name="android.permission.READ_CONTACTS"
192 android:permissionGroup="android.permission-group.PERSONAL_INFO"
193 android:protectionLevel="dangerous"
194 android:label="@string/permlab_readContacts"
195 android:description="@string/permdesc_readContacts" />
196
197 <!-- Allows an application to write (but not read) the user's
198 contacts data. -->
199 <permission android:name="android.permission.WRITE_CONTACTS"
200 android:permissionGroup="android.permission-group.PERSONAL_INFO"
201 android:protectionLevel="dangerous"
202 android:label="@string/permlab_writeContacts"
203 android:description="@string/permdesc_writeContacts" />
204
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800205 <!-- Allows an application to read the user's calendar data. -->
206 <permission android:name="android.permission.READ_CALENDAR"
207 android:permissionGroup="android.permission-group.PERSONAL_INFO"
208 android:protectionLevel="dangerous"
209 android:label="@string/permlab_readCalendar"
210 android:description="@string/permdesc_readCalendar" />
211
212 <!-- Allows an application to write (but not read) the user's
213 calendar data. -->
214 <permission android:name="android.permission.WRITE_CALENDAR"
215 android:permissionGroup="android.permission-group.PERSONAL_INFO"
216 android:protectionLevel="dangerous"
217 android:label="@string/permlab_writeCalendar"
218 android:description="@string/permdesc_writeCalendar" />
219
220 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700221 really only be required by an IME, or a dictionary editor like
222 the Settings app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800223 @hide Pending API council approval -->
224 <permission android:name="android.permission.READ_USER_DICTIONARY"
225 android:permissionGroup="android.permission-group.PERSONAL_INFO"
226 android:protectionLevel="dangerous"
227 android:label="@string/permlab_readDictionary"
228 android:description="@string/permdesc_readDictionary" />
229
230 <!-- Allows an application to write to the user dictionary.
231 @hide Pending API council approval -->
232 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
233 android:permissionGroup="android.permission-group.PERSONAL_INFO"
234 android:protectionLevel="normal"
235 android:label="@string/permlab_writeDictionary"
236 android:description="@string/permdesc_writeDictionary" />
237
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400238 <!-- Allows an application to read (but not write) the user's
239 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400240 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400241 android:permissionGroup="android.permission-group.PERSONAL_INFO"
242 android:label="@string/permlab_readHistoryBookmarks"
243 android:description="@string/permdesc_readHistoryBookmarks"
244 android:protectionLevel="dangerous" />
245
246 <!-- Allows an application to write (but not read) the user's
247 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400248 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400249 android:permissionGroup="android.permission-group.PERSONAL_INFO"
250 android:label="@string/permlab_writeHistoryBookmarks"
251 android:description="@string/permdesc_writeHistoryBookmarks"
252 android:protectionLevel="dangerous" />
253
Patrick Scotta73c4b02010-09-22 08:16:53 -0400254 <!-- Allows an application to broadcast an Intent to set an alarm for the
255 user. -->
256 <permission android:name="com.android.alarm.permission.SET_ALARM"
257 android:permissionGroup="android.permission-group.PERSONAL_INFO"
258 android:label="@string/permlab_setAlarm"
259 android:description="@string/permdesc_setAlarm"
260 android:protectionLevel="normal" />
261
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800262 <!-- ======================================= -->
263 <!-- Permissions for accessing location info -->
264 <!-- ======================================= -->
265 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700266
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800267 <!-- Used for permissions that allow access to the user's current
268 location. -->
269 <permission-group android:name="android.permission-group.LOCATION"
270 android:label="@string/permgrouplab_location"
271 android:description="@string/permgroupdesc_location" />
272
273 <!-- Allows an application to access fine (e.g., GPS) location -->
274 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
275 android:permissionGroup="android.permission-group.LOCATION"
276 android:protectionLevel="dangerous"
277 android:label="@string/permlab_accessFineLocation"
278 android:description="@string/permdesc_accessFineLocation" />
279
280 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
281 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
282 android:permissionGroup="android.permission-group.LOCATION"
283 android:protectionLevel="dangerous"
284 android:label="@string/permlab_accessCoarseLocation"
285 android:description="@string/permdesc_accessCoarseLocation" />
286
287 <!-- Allows an application to create mock location providers for testing -->
288 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
289 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700290 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800291 android:label="@string/permlab_accessMockLocation"
292 android:description="@string/permdesc_accessMockLocation" />
293
294 <!-- Allows an application to access extra location provider commands -->
295 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
296 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700297 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800298 android:label="@string/permlab_accessLocationExtraCommands"
299 android:description="@string/permdesc_accessLocationExtraCommands" />
300
Mike Lockwood275555c2009-05-01 11:30:34 -0400301 <!-- Allows an application to install a location provider into the Location Manager -->
302 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
303 android:protectionLevel="signatureOrSystem"
304 android:label="@string/permlab_installLocationProvider"
305 android:description="@string/permdesc_installLocationProvider" />
306
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800307 <!-- ======================================= -->
308 <!-- Permissions for accessing networks -->
309 <!-- ======================================= -->
310 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700311
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800312 <!-- Used for permissions that provide access to networking services. The
313 main permission here is internet access, but this is also an
314 appropriate group for accessing or modifying any network configuration
315 or other related network operations. -->
316 <permission-group android:name="android.permission-group.NETWORK"
317 android:label="@string/permgrouplab_network"
318 android:description="@string/permgroupdesc_network" />
319
320 <!-- Allows applications to open network sockets. -->
321 <permission android:name="android.permission.INTERNET"
322 android:permissionGroup="android.permission-group.NETWORK"
323 android:protectionLevel="dangerous"
324 android:description="@string/permdesc_createNetworkSockets"
325 android:label="@string/permlab_createNetworkSockets" />
326
327 <!-- Allows applications to access information about networks -->
328 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
329 android:permissionGroup="android.permission-group.NETWORK"
330 android:protectionLevel="normal"
331 android:description="@string/permdesc_accessNetworkState"
332 android:label="@string/permlab_accessNetworkState" />
333
334 <!-- Allows applications to access information about Wi-Fi networks -->
335 <permission android:name="android.permission.ACCESS_WIFI_STATE"
336 android:permissionGroup="android.permission-group.NETWORK"
337 android:protectionLevel="normal"
338 android:description="@string/permdesc_accessWifiState"
339 android:label="@string/permlab_accessWifiState" />
340
341 <!-- Allows applications to connect to paired bluetooth devices -->
342 <permission android:name="android.permission.BLUETOOTH"
343 android:permissionGroup="android.permission-group.NETWORK"
344 android:protectionLevel="dangerous"
345 android:description="@string/permdesc_bluetooth"
346 android:label="@string/permlab_bluetooth" />
347
Nick Pelly1df862a2011-02-15 13:34:38 -0800348 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700349 <permission android:name="android.permission.NFC"
Nick Pelly038cabe2010-09-23 16:12:11 -0700350 android:permissionGroup="android.permission-group.NETWORK"
351 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700352 android:description="@string/permdesc_nfc"
353 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700354
Hung-ying Tyan08faac32010-09-16 04:11:32 +0800355 <!-- Allows an application to use SIP service -->
356 <permission android:name="android.permission.USE_SIP"
357 android:permissionGroup="android.permission-group.NETWORK"
358 android:protectionLevel="dangerous"
359 android:description="@string/permdesc_use_sip"
360 android:label="@string/permlab_use_sip" />
361
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700362 <!-- Allows applications to call into AccountAuthenticators. Only
363 the system can get this permission. -->
Fred Quintanaf7ae77c2009-10-02 17:19:31 -0700364 <permission android:name="android.permission.ACCOUNT_MANAGER"
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700365 android:permissionGroup="android.permission-group.ACCOUNTS"
366 android:protectionLevel="signature"
367 android:description="@string/permdesc_accountManagerService"
368 android:label="@string/permlab_accountManagerService" />
369
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700370 <!-- Allows an internal user to use privaledged ConnectivityManager
371 APIs.
372 @hide -->
373 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
374 android:permissionGroup="android.permission-group.NETWORK"
375 android:protectionLevel="signatureOrSystem" />
376
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800377 <!-- ================================== -->
378 <!-- Permissions for accessing accounts -->
379 <!-- ================================== -->
380 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700381
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700382 <!-- Permissions for direct access to the accounts managed
383 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800384 <permission-group android:name="android.permission-group.ACCOUNTS"
385 android:label="@string/permgrouplab_accounts"
386 android:description="@string/permgroupdesc_accounts" />
387
388 <!-- Allows access to the list of accounts in the Accounts Service -->
389 <permission android:name="android.permission.GET_ACCOUNTS"
390 android:permissionGroup="android.permission-group.ACCOUNTS"
391 android:protectionLevel="normal"
392 android:description="@string/permdesc_getAccounts"
393 android:label="@string/permlab_getAccounts" />
394
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700395 <!-- Allows an application to act as an AccountAuthenticator for
396 the AccountManager -->
397 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
398 android:permissionGroup="android.permission-group.ACCOUNTS"
399 android:protectionLevel="dangerous"
400 android:label="@string/permlab_authenticateAccounts"
401 android:description="@string/permdesc_authenticateAccounts" />
402
403 <!-- Allows an application to request authtokens from the AccountManager -->
404 <permission android:name="android.permission.USE_CREDENTIALS"
405 android:permissionGroup="android.permission-group.ACCOUNTS"
406 android:protectionLevel="dangerous"
407 android:label="@string/permlab_useCredentials"
408 android:description="@string/permdesc_useCredentials" />
409
410 <!-- Allows an application to manage the list of accounts in the AccountManager -->
411 <permission android:name="android.permission.MANAGE_ACCOUNTS"
412 android:permissionGroup="android.permission-group.ACCOUNTS"
413 android:protectionLevel="dangerous"
414 android:label="@string/permlab_manageAccounts"
415 android:description="@string/permdesc_manageAccounts" />
416
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800417 <!-- ================================== -->
418 <!-- Permissions for accessing hardware -->
419 <!-- ================================== -->
420 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700421
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800422 <!-- Used for permissions that provide direct access to the hardware on
423 the device. This includes audio, the camera, vibrator, etc. -->
424 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
425 android:label="@string/permgrouplab_hardwareControls"
426 android:description="@string/permgroupdesc_hardwareControls" />
427
428 <!-- Allows an application to modify global audio settings -->
429 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
430 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
431 android:protectionLevel="dangerous"
432 android:label="@string/permlab_modifyAudioSettings"
433 android:description="@string/permdesc_modifyAudioSettings" />
434
435 <!-- Allows an application to record audio -->
436 <permission android:name="android.permission.RECORD_AUDIO"
437 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
438 android:protectionLevel="dangerous"
439 android:label="@string/permlab_recordAudio"
440 android:description="@string/permdesc_recordAudio" />
441
Scott Main0b916352009-12-17 18:01:04 -0800442 <!-- Required to be able to access the camera device.
443 <p>This will automatically enforce the <a
444 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
445 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
446 If you do not require all camera features or can properly operate if a camera
447 is not available, then you must modify your manifest as appropriate in order to
448 install on devices that don't support all camera features.</p> -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800449 <permission android:name="android.permission.CAMERA"
450 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
451 android:protectionLevel="dangerous"
452 android:label="@string/permlab_camera"
453 android:description="@string/permdesc_camera" />
454
455 <!-- Allows access to the vibrator -->
456 <permission android:name="android.permission.VIBRATE"
457 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
458 android:protectionLevel="normal"
459 android:label="@string/permlab_vibrate"
460 android:description="@string/permdesc_vibrate" />
461
462 <!-- Allows access to the flashlight -->
463 <permission android:name="android.permission.FLASHLIGHT"
464 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
465 android:protectionLevel="normal"
466 android:label="@string/permlab_flashlight"
467 android:description="@string/permdesc_flashlight" />
468
Mike Lockwood02eb8742011-02-27 09:10:37 -0800469 <!-- Allows an application to manage preferences and permissions for USB devices
470 @hide -->
471 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400472 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800473 android:protectionLevel="signatureOrSystem"
474 android:label="@string/permlab_manageUsb"
475 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400476
Mike Lockwood10bc1112011-01-10 08:24:08 -0500477 <!-- Allows an application to access the MTP USB kernel driver.
478 For use only by the device side MTP implementation.
479 @hide -->
480 <permission android:name="android.permission.ACCESS_MTP"
481 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
482 android:protectionLevel="signatureOrSystem"
483 android:label="@string/permlab_accessMtp"
484 android:description="@string/permdesc_accessMtp" />
485
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800486 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
487 <permission android:name="android.permission.HARDWARE_TEST"
488 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
489 android:protectionLevel="signature"
490 android:label="@string/permlab_hardware_test"
491 android:description="@string/permdesc_hardware_test" />
492
493 <!-- =========================================== -->
494 <!-- Permissions associated with telephony state -->
495 <!-- =========================================== -->
496 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700497
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800498 <!-- Used for permissions that are associated with accessing and modifyign
499 telephony state: intercepting outgoing calls, reading
500 and modifying the phone state. Note that
501 placing phone calls is not in this group, since that is in the
502 more important "takin' yer moneys" group. -->
503 <permission-group android:name="android.permission-group.PHONE_CALLS"
504 android:label="@string/permgrouplab_phoneCalls"
505 android:description="@string/permgroupdesc_phoneCalls" />
506
507 <!-- Allows an application to monitor, modify, or abort outgoing
508 calls. -->
509 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
510 android:permissionGroup="android.permission-group.PHONE_CALLS"
511 android:protectionLevel="dangerous"
512 android:label="@string/permlab_processOutgoingCalls"
513 android:description="@string/permdesc_processOutgoingCalls" />
514
515 <!-- Allows modification of the telephony state - power on, mmi, etc.
516 Does not include placing calls. -->
517 <permission android:name="android.permission.MODIFY_PHONE_STATE"
518 android:permissionGroup="android.permission-group.PHONE_CALLS"
David Brownf4ece202010-09-14 16:19:31 -0700519 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800520 android:label="@string/permlab_modifyPhoneState"
521 android:description="@string/permdesc_modifyPhoneState" />
522
523 <!-- Allows read only access to phone state. -->
524 <permission android:name="android.permission.READ_PHONE_STATE"
525 android:permissionGroup="android.permission-group.PHONE_CALLS"
526 android:protectionLevel="dangerous"
527 android:label="@string/permlab_readPhoneState"
528 android:description="@string/permdesc_readPhoneState" />
529
San Mehat29b57e62009-04-23 09:18:32 -0700530 <!-- ================================== -->
531 <!-- Permissions for sdcard interaction -->
532 <!-- ================================== -->
533 <eat-comment />
534
535 <!-- Group of permissions that are related to SD card access. -->
536 <permission-group android:name="android.permission-group.STORAGE"
537 android:label="@string/permgrouplab_storage"
538 android:description="@string/permgroupdesc_storage" />
539
San Mehat5a3a77d2009-06-01 09:25:28 -0700540 <!-- Allows an application to write to external storage -->
541 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700542 android:permissionGroup="android.permission-group.STORAGE"
543 android:label="@string/permlab_sdcardWrite"
544 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700545 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700546
Mike Lockwoodf60ba872011-04-22 07:05:21 -0700547 <!-- Allows an application to write to internal media storage
548 @hide -->
549 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
550 android:permissionGroup="android.permission-group.STORAGE"
551 android:label="@string/permlab_mediaStorageWrite"
552 android:description="@string/permdesc_mediaStorageWrite"
553 android:protectionLevel="signatureOrSystem" />
554
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800555 <!-- ============================================ -->
556 <!-- Permissions for low-level system interaction -->
557 <!-- ============================================ -->
558 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700559
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800560 <!-- Group of permissions that are related to system APIs. Many
561 of these are not permissions the user will be expected to understand,
562 and such permissions should generally be marked as "normal" protection
563 level so they don't get displayed. This can also, however, be used
564 for miscellaneous features that provide access to the operating system,
565 such as writing the global system settings. -->
566 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
567 android:label="@string/permgrouplab_systemTools"
568 android:description="@string/permgroupdesc_systemTools" />
569
570 <!-- Allows an application to read or write the system settings. -->
571 <permission android:name="android.permission.WRITE_SETTINGS"
572 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
573 android:protectionLevel="dangerous"
574 android:label="@string/permlab_writeSettings"
575 android:description="@string/permdesc_writeSettings" />
576
577 <!-- Allows an application to read or write the secure system settings. -->
578 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
579 android:protectionLevel="signatureOrSystem"
580 android:label="@string/permlab_writeSecureSettings"
581 android:description="@string/permdesc_writeSecureSettings" />
582
583 <!-- Allows an application to modify the Google service map. -->
584 <permission android:name="android.permission.WRITE_GSERVICES"
Dan Egnorac63ebc2009-11-12 23:02:22 -0800585 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800586 android:label="@string/permlab_writeGservices"
587 android:description="@string/permdesc_writeGservices" />
588
589 <!-- Allows an application to expand or collapse the status bar. -->
590 <permission android:name="android.permission.EXPAND_STATUS_BAR"
591 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
592 android:protectionLevel="normal"
593 android:label="@string/permlab_expandStatusBar"
594 android:description="@string/permdesc_expandStatusBar" />
595
596 <!-- Allows an application to get information about the currently
597 or recently running tasks: a thumbnail representation of the tasks,
598 what activities are running in it, etc. -->
599 <permission android:name="android.permission.GET_TASKS"
600 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
601 android:protectionLevel="dangerous"
602 android:label="@string/permlab_getTasks"
603 android:description="@string/permdesc_getTasks" />
604
605 <!-- Allows an application to change the Z-order of tasks -->
606 <permission android:name="android.permission.REORDER_TASKS"
607 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
608 android:protectionLevel="dangerous"
609 android:label="@string/permlab_reorderTasks"
610 android:description="@string/permdesc_reorderTasks" />
611
612 <!-- Allows an application to modify the current configuration, such
613 as locale. -->
614 <permission android:name="android.permission.CHANGE_CONFIGURATION"
615 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
616 android:protectionLevel="dangerous"
617 android:label="@string/permlab_changeConfiguration"
618 android:description="@string/permdesc_changeConfiguration" />
619
Dianne Hackborn03abb812010-01-04 18:43:19 -0800620 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
621 API is no longer supported. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800622 <permission android:name="android.permission.RESTART_PACKAGES"
623 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -0800624 android:protectionLevel="normal"
625 android:label="@string/permlab_killBackgroundProcesses"
626 android:description="@string/permdesc_killBackgroundProcesses" />
627
628 <!-- Allows an application to call
629 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
630 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
631 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
632 android:protectionLevel="normal"
633 android:label="@string/permlab_killBackgroundProcesses"
634 android:description="@string/permdesc_killBackgroundProcesses" />
635
636 <!-- Allows an application to call
637 {@link android.app.ActivityManager#forceStopPackage}.
638 @hide -->
639 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
640 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
641 android:protectionLevel="signature"
642 android:label="@string/permlab_forceStopPackages"
643 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800644
645 <!-- Allows an application to retrieve state dump information from system
646 services. -->
647 <permission android:name="android.permission.DUMP"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700648 android:permissionGroup="android.permission-group.PERSONAL_INFO"
649 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800650 android:label="@string/permlab_dump"
651 android:description="@string/permdesc_dump" />
652
653 <!-- Allows an application to open windows using the type
654 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
655 shown on top of all other applications. Very few applications
656 should use this permission; these windows are intended for
657 system-level interaction with the user. -->
658 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
659 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
660 android:protectionLevel="dangerous"
661 android:label="@string/permlab_systemAlertWindow"
662 android:description="@string/permdesc_systemAlertWindow" />
663
664 <!-- Modify the global animation scaling factor. -->
665 <permission android:name="android.permission.SET_ANIMATION_SCALE"
666 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
667 android:protectionLevel="dangerous"
668 android:label="@string/permlab_setAnimationScale"
669 android:description="@string/permdesc_setAnimationScale" />
670
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700671 <!-- @deprecated This functionality will be removed in the future; please do
672 not use.
673
674 Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800675 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
676 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
677 android:protectionLevel="dangerous"
678 android:label="@string/permlab_persistentActivity"
679 android:description="@string/permdesc_persistentActivity" />
680
681 <!-- Allows an application to find out the space used by any package. -->
682 <permission android:name="android.permission.GET_PACKAGE_SIZE"
683 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
684 android:protectionLevel="normal"
685 android:label="@string/permlab_getPackageSize"
686 android:description="@string/permdesc_getPackageSize" />
687
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800688 <!-- @deprecated No longer useful, see
689 {@link android.content.pm.PackageManager#addPackageToPreferred}
690 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800691 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
692 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800693 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800694 android:label="@string/permlab_setPreferredApplications"
695 android:description="@string/permdesc_setPreferredApplications" />
696
697 <!-- Allows an application to receive the
698 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
699 broadcast after the system finishes booting. If you don't
700 request this permission, you will not receive the broadcast at
701 that time. Though holding this permission does not have any
702 security implications, it can have a negative impact on the
703 user experience by increasing the amount of time it takes the
704 system to start and allowing applications to have themselves
705 running without the user being aware of them. As such, you must
706 explicitly declare your use of this facility to make that visible
707 to the user. -->
708 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
709 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
710 android:protectionLevel="normal"
711 android:label="@string/permlab_receiveBootCompleted"
712 android:description="@string/permdesc_receiveBootCompleted" />
713
714 <!-- Allows an application to broadcast sticky intents. These are
715 broadcasts whose data is held by the system after being finished,
716 so that clients can quickly retrieve that data without having
717 to wait for the next broadcast. -->
718 <permission android:name="android.permission.BROADCAST_STICKY"
719 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
720 android:protectionLevel="normal"
721 android:label="@string/permlab_broadcastSticky"
722 android:description="@string/permdesc_broadcastSticky" />
723
724 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
725 from dimming -->
726 <permission android:name="android.permission.WAKE_LOCK"
727 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
728 android:protectionLevel="dangerous"
729 android:label="@string/permlab_wakeLock"
730 android:description="@string/permdesc_wakeLock" />
731
732 <!-- Allows applications to set the wallpaper -->
733 <permission android:name="android.permission.SET_WALLPAPER"
734 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
735 android:protectionLevel="normal"
736 android:label="@string/permlab_setWallpaper"
737 android:description="@string/permdesc_setWallpaper" />
738
739 <!-- Allows applications to set the wallpaper hints -->
740 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
741 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
742 android:protectionLevel="normal"
743 android:label="@string/permlab_setWallpaperHints"
744 android:description="@string/permdesc_setWallpaperHints" />
745
Dan Egnor97e44942010-02-04 20:27:47 -0800746 <!-- Allows applications to set the system time -->
747 <permission android:name="android.permission.SET_TIME"
748 android:protectionLevel="signatureOrSystem"
749 android:label="@string/permlab_setTime"
750 android:description="@string/permdesc_setTime" />
751
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800752 <!-- Allows applications to set the system time zone -->
753 <permission android:name="android.permission.SET_TIME_ZONE"
754 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
755 android:protectionLevel="dangerous"
756 android:label="@string/permlab_setTimeZone"
757 android:description="@string/permdesc_setTimeZone" />
758
759 <!-- Allows mounting and unmounting file systems for removable storage. -->
760 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
761 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
762 android:protectionLevel="dangerous"
763 android:label="@string/permlab_mount_unmount_filesystems"
764 android:description="@string/permdesc_mount_unmount_filesystems" />
765
766 <!-- Allows formatting file systems for removable storage. -->
767 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
768 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
769 android:protectionLevel="dangerous"
770 android:label="@string/permlab_mount_format_filesystems"
771 android:description="@string/permdesc_mount_format_filesystems" />
772
San Mehat02735bc2010-01-26 15:18:08 -0800773 <!-- Allows access to ASEC non-destructive API calls
774 @hide -->
775 <permission android:name="android.permission.ASEC_ACCESS"
776 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700777 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800778 android:label="@string/permlab_asec_access"
779 android:description="@string/permdesc_asec_access" />
780
781 <!-- Allows creation of ASEC volumes
782 @hide -->
783 <permission android:name="android.permission.ASEC_CREATE"
784 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700785 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800786 android:label="@string/permlab_asec_create"
787 android:description="@string/permdesc_asec_create" />
788
789 <!-- Allows destruction of ASEC volumes
790 @hide -->
791 <permission android:name="android.permission.ASEC_DESTROY"
792 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700793 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800794 android:label="@string/permlab_asec_destroy"
795 android:description="@string/permdesc_asec_destroy" />
796
797 <!-- Allows mount / unmount of ASEC volumes
798 @hide -->
799 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
800 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700801 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800802 android:label="@string/permlab_asec_mount_unmount"
803 android:description="@string/permdesc_asec_mount_unmount" />
804
805 <!-- Allows rename of ASEC volumes
806 @hide -->
807 <permission android:name="android.permission.ASEC_RENAME"
808 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700809 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800810 android:label="@string/permlab_asec_rename"
811 android:description="@string/permdesc_asec_rename" />
812
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800813 <!-- Allows applications to disable the keyguard -->
814 <permission android:name="android.permission.DISABLE_KEYGUARD"
815 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700816 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800817 android:description="@string/permdesc_disableKeyguard"
818 android:label="@string/permlab_disableKeyguard" />
819
820 <!-- Allows applications to read the sync settings -->
821 <permission android:name="android.permission.READ_SYNC_SETTINGS"
822 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
823 android:protectionLevel="normal"
824 android:description="@string/permdesc_readSyncSettings"
825 android:label="@string/permlab_readSyncSettings" />
826
827 <!-- Allows applications to write the sync settings -->
828 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
829 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
830 android:protectionLevel="dangerous"
831 android:description="@string/permdesc_writeSyncSettings"
832 android:label="@string/permlab_writeSyncSettings" />
833
834 <!-- Allows applications to read the sync stats -->
835 <permission android:name="android.permission.READ_SYNC_STATS"
836 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
837 android:protectionLevel="normal"
838 android:description="@string/permdesc_readSyncStats"
839 android:label="@string/permlab_readSyncStats" />
840
841 <!-- Allows applications to write the apn settings -->
842 <permission android:name="android.permission.WRITE_APN_SETTINGS"
843 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
844 android:protectionLevel="dangerous"
845 android:description="@string/permdesc_writeApnSettings"
846 android:label="@string/permlab_writeApnSettings" />
847
Fred Quintana60307342009-03-24 22:48:12 -0700848 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800849 ContentProvider. -->
850 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
851 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
852 android:label="@string/permlab_subscribedFeedsRead"
853 android:description="@string/permdesc_subscribedFeedsRead"
854 android:protectionLevel="normal" />
855 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
856 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
857 android:label="@string/permlab_subscribedFeedsWrite"
858 android:description="@string/permdesc_subscribedFeedsWrite"
859 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -0700860
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800861 <!-- Allows applications to change network connectivity state -->
862 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
863 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
864 android:protectionLevel="dangerous"
865 android:description="@string/permdesc_changeNetworkState"
866 android:label="@string/permlab_changeNetworkState" />
867
868 <!-- Allows applications to change Wi-Fi connectivity state -->
869 <permission android:name="android.permission.CHANGE_WIFI_STATE"
870 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
871 android:protectionLevel="dangerous"
872 android:description="@string/permdesc_changeWifiState"
873 android:label="@string/permlab_changeWifiState" />
874
Robert Greenwaltfc1b15c2009-05-22 15:09:51 -0700875 <!-- Allows applications to enter Wi-Fi Multicast mode -->
876 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
877 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
878 android:protectionLevel="dangerous"
879 android:description="@string/permdesc_changeWifiMulticastState"
880 android:label="@string/permlab_changeWifiMulticastState" />
881
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800882 <!-- Allows applications to discover and pair bluetooth devices -->
883 <permission android:name="android.permission.BLUETOOTH_ADMIN"
884 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
885 android:protectionLevel="dangerous"
886 android:description="@string/permdesc_bluetoothAdmin"
887 android:label="@string/permlab_bluetoothAdmin" />
888
889 <!-- Allows an application to clear the caches of all installed
890 applications on the device. -->
891 <permission android:name="android.permission.CLEAR_APP_CACHE"
892 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
893 android:protectionLevel="dangerous"
894 android:label="@string/permlab_clearAppCache"
895 android:description="@string/permdesc_clearAppCache" />
896
897 <!-- Allows an application to read the low-level system log files.
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700898 Log entries can contain the user's private information,
899 which is why this permission is 'dangerous'. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800900 <permission android:name="android.permission.READ_LOGS"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700901 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800902 android:protectionLevel="dangerous"
903 android:label="@string/permlab_readLogs"
904 android:description="@string/permdesc_readLogs" />
905
906 <!-- ========================================= -->
907 <!-- Permissions for special development tools -->
908 <!-- ========================================= -->
909 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700910
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800911 <!-- Group of permissions that are related to development features. These
912 are not permissions that should appear in normal applications; they
913 protect APIs that are intended only to be used for development
914 purposes. -->
915 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
916 android:label="@string/permgrouplab_developmentTools"
917 android:description="@string/permgroupdesc_developmentTools" />
918
919 <!-- Configure an application for debugging. -->
920 <permission android:name="android.permission.SET_DEBUG_APP"
921 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
922 android:protectionLevel="dangerous"
923 android:label="@string/permlab_setDebugApp"
924 android:description="@string/permdesc_setDebugApp" />
925
926 <!-- Allows an application to set the maximum number of (not needed)
927 application processes that can be running. -->
928 <permission android:name="android.permission.SET_PROCESS_LIMIT"
929 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
930 android:protectionLevel="dangerous"
931 android:label="@string/permlab_setProcessLimit"
932 android:description="@string/permdesc_setProcessLimit" />
933
934 <!-- Allows an application to control whether activities are immediately
935 finished when put in the background. -->
936 <permission android:name="android.permission.SET_ALWAYS_FINISH"
937 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
938 android:protectionLevel="dangerous"
939 android:label="@string/permlab_setAlwaysFinish"
940 android:description="@string/permdesc_setAlwaysFinish" />
941
942 <!-- Allow an application to request that a signal be sent to all persistent processes -->
943 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
944 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
945 android:protectionLevel="dangerous"
946 android:label="@string/permlab_signalPersistentProcesses"
947 android:description="@string/permdesc_signalPersistentProcesses" />
948
949 <!-- ==================================== -->
950 <!-- Private (signature-only) permissions -->
951 <!-- ==================================== -->
952 <eat-comment />
953
954 <!-- Allows applications to RW to diagnostic resources. -->
955 <permission android:name="android.permission.DIAGNOSTIC"
956 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
957 android:protectionLevel="signature"
958 android:description="@string/permdesc_diagnostic"
959 android:label="@string/permlab_diagnostic" />
960
961 <!-- Allows an application to open, close, or disable the status bar
962 and its icons. -->
963 <permission android:name="android.permission.STATUS_BAR"
964 android:label="@string/permlab_statusBar"
965 android:description="@string/permdesc_statusBar"
966 android:protectionLevel="signatureOrSystem" />
967
Joe Onorato8bc6c512010-06-04 16:21:12 -0400968 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
969 @hide -->
970 <permission android:name="android.permission.STATUS_BAR_SERVICE"
971 android:label="@string/permlab_statusBarService"
972 android:description="@string/permdesc_statusBarService"
973 android:protectionLevel="signature" />
974
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800975 <!-- Allows an application to force a BACK operation on whatever is the
976 top activity. -->
977 <permission android:name="android.permission.FORCE_BACK"
978 android:label="@string/permlab_forceBack"
979 android:description="@string/permdesc_forceBack"
980 android:protectionLevel="signature" />
981
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800982 <!-- Allows an application to update device statistics. Not for
983 use by third party apps. -->
984 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
985 android:label="@string/permlab_batteryStats"
986 android:description="@string/permdesc_batteryStats"
Dianne Hackborn7e9f4eb2010-09-10 18:43:00 -0700987 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800988
989 <!-- Allows an application to open windows that are for use by parts
990 of the system user interface. Not for use by third party apps. -->
991 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
992 android:label="@string/permlab_internalSystemWindow"
993 android:description="@string/permdesc_internalSystemWindow"
994 android:protectionLevel="signature" />
995
996 <!-- Allows an application to manage (create, destroy,
997 Z-order) application tokens in the window manager. This is only
998 for use by the system. -->
999 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1000 android:label="@string/permlab_manageAppTokens"
1001 android:description="@string/permdesc_manageAppTokens"
1002 android:protectionLevel="signature" />
1003
1004 <!-- Allows an application to inject user events (keys, touch, trackball)
1005 into the event stream and deliver them to ANY window. Without this
1006 permission, you can only deliver events to windows in your own process.
1007 Very few applications should need to use this permission. -->
1008 <permission android:name="android.permission.INJECT_EVENTS"
1009 android:label="@string/permlab_injectEvents"
1010 android:description="@string/permdesc_injectEvents"
1011 android:protectionLevel="signature" />
1012
1013 <!-- Allows an application to watch and control how activities are
1014 started globally in the system. Only for is in debugging
1015 (usually the monkey command). -->
1016 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1017 android:label="@string/permlab_runSetActivityWatcher"
1018 android:description="@string/permdesc_runSetActivityWatcher"
1019 android:protectionLevel="signature" />
1020
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001021 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001022 to put the higher-level system there into a shutdown state.
1023 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001024 <permission android:name="android.permission.SHUTDOWN"
1025 android:label="@string/permlab_shutdown"
1026 android:description="@string/permdesc_shutdown"
Freeman Ngaddfc762010-12-01 15:17:35 -08001027 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001028
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001029 <!-- Allows an application to tell the activity manager to temporarily
1030 stop application switches, putting it into a special mode that
1031 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001032 critical UI such as the home screen.
1033 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001034 <permission android:name="android.permission.STOP_APP_SWITCHES"
1035 android:label="@string/permlab_stopAppSwitches"
1036 android:description="@string/permdesc_stopAppSwitches"
1037 android:protectionLevel="signature" />
1038
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001039 <!-- Allows an application to retrieve the current state of keys and
1040 switches. This is only for use by the system.-->
1041 <permission android:name="android.permission.READ_INPUT_STATE"
1042 android:label="@string/permlab_readInputState"
1043 android:description="@string/permdesc_readInputState"
1044 android:protectionLevel="signature" />
1045
Dianne Hackbornd6847842010-01-12 18:14:19 -08001046 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1047 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001048 <permission android:name="android.permission.BIND_INPUT_METHOD"
1049 android:label="@string/permlab_bindInputMethod"
1050 android:description="@string/permdesc_bindInputMethod"
1051 android:protectionLevel="signature" />
1052
Dianne Hackbornd6847842010-01-12 18:14:19 -08001053 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1054 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001055 <permission android:name="android.permission.BIND_WALLPAPER"
1056 android:label="@string/permlab_bindWallpaper"
1057 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborn284ac932009-08-28 10:34:25 -07001058 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001059
Dianne Hackbornd6847842010-01-12 18:14:19 -08001060 <!-- Must be required by device administration receiver, to ensure that only the
1061 system can interact with it. -->
1062 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1063 android:label="@string/permlab_bindDeviceAdmin"
1064 android:description="@string/permdesc_bindDeviceAdmin"
1065 android:protectionLevel="signature" />
1066
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001067 <!-- Allows low-level access to setting the orientation (actually
1068 rotation) of the screen. Not for use by normal applications. -->
1069 <permission android:name="android.permission.SET_ORIENTATION"
1070 android:label="@string/permlab_setOrientation"
1071 android:description="@string/permdesc_setOrientation"
1072 android:protectionLevel="signature" />
1073
Jeff Brown1a84fd12011-06-02 01:26:32 -07001074 <!-- Allows low-level access to setting the pointer speed.
1075 Not for use by normal applications. -->
1076 <permission android:name="android.permission.SET_POINTER_SPEED"
1077 android:label="@string/permlab_setPointerSpeed"
1078 android:description="@string/permdesc_setPointerSpeed"
1079 android:protectionLevel="signature" />
1080
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001081 <!-- Allows an application to install packages. -->
1082 <permission android:name="android.permission.INSTALL_PACKAGES"
1083 android:label="@string/permlab_installPackages"
1084 android:description="@string/permdesc_installPackages"
Jasper Lin24692412009-03-24 18:24:57 -07001085 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001086
1087 <!-- Allows an application to clear user data -->
1088 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1089 android:label="@string/permlab_clearAppUserData"
1090 android:description="@string/permdesc_clearAppUserData"
1091 android:protectionLevel="signature" />
1092
1093 <!-- Allows an application to delete cache files. -->
1094 <permission android:name="android.permission.DELETE_CACHE_FILES"
1095 android:label="@string/permlab_deleteCacheFiles"
1096 android:description="@string/permdesc_deleteCacheFiles"
Doug Zongker50a21f42009-11-19 12:49:53 -08001097 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001098
1099 <!-- Allows an application to delete packages. -->
1100 <permission android:name="android.permission.DELETE_PACKAGES"
1101 android:label="@string/permlab_deletePackages"
1102 android:description="@string/permdesc_deletePackages"
Jasper Lin24692412009-03-24 18:24:57 -07001103 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001104
Jeff Brownec7c78f2010-03-30 23:37:25 -07001105 <!-- Allows an application to move location of installed package.
1106 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001107 <permission android:name="android.permission.MOVE_PACKAGE"
1108 android:label="@string/permlab_movePackage"
1109 android:description="@string/permdesc_movePackage"
1110 android:protectionLevel="signatureOrSystem" />
1111
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001112 <!-- Allows an application to change whether an application component (other than its own) is
1113 enabled or not. -->
1114 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1115 android:label="@string/permlab_changeComponentState"
1116 android:description="@string/permdesc_changeComponentState"
Dianne Hackbornf5e4f202011-01-26 12:40:18 -08001117 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001118
1119 <!-- Allows an application to use SurfaceFlinger's low level features -->
1120 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1121 android:label="@string/permlab_accessSurfaceFlinger"
1122 android:description="@string/permdesc_accessSurfaceFlinger"
1123 android:protectionLevel="signature" />
1124
1125 <!-- Allows an application to take screen shots and more generally
1126 get access to the frame buffer data -->
1127 <permission android:name="android.permission.READ_FRAME_BUFFER"
1128 android:label="@string/permlab_readFrameBuffer"
1129 android:description="@string/permdesc_readFrameBuffer"
1130 android:protectionLevel="signature" />
1131
1132 <!-- Required to be able to disable the device (very dangerous!). -->
1133 <permission android:name="android.permission.BRICK"
1134 android:label="@string/permlab_brick"
1135 android:description="@string/permdesc_brick"
1136 android:protectionLevel="signature" />
1137
1138 <!-- Required to be able to reboot the device. -->
1139 <permission android:name="android.permission.REBOOT"
1140 android:label="@string/permlab_reboot"
1141 android:description="@string/permdesc_reboot"
Doug Zongker50a21f42009-11-19 12:49:53 -08001142 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001143
1144 <!-- Allows low-level access to power management -->
1145 <permission android:name="android.permission.DEVICE_POWER"
1146 android:label="@string/permlab_devicePower"
1147 android:description="@string/permdesc_devicePower"
1148 android:protectionLevel="signature" />
1149
1150 <!-- Run as a manufacturer test application, running as the root user.
1151 Only available when the device is running in manufacturer test mode. -->
1152 <permission android:name="android.permission.FACTORY_TEST"
1153 android:label="@string/permlab_factoryTest"
1154 android:description="@string/permdesc_factoryTest"
1155 android:protectionLevel="signature" />
1156
1157 <!-- Allows an application to broadcast a notification that an application
1158 package has been removed. -->
1159 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1160 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1161 android:label="@string/permlab_broadcastPackageRemoved"
1162 android:description="@string/permdesc_broadcastPackageRemoved"
1163 android:protectionLevel="signature" />
1164
1165 <!-- Allows an application to broadcast an SMS receipt notification -->
1166 <permission android:name="android.permission.BROADCAST_SMS"
1167 android:permissionGroup="android.permission-group.MESSAGES"
1168 android:label="@string/permlab_broadcastSmsReceived"
1169 android:description="@string/permdesc_broadcastSmsReceived"
1170 android:protectionLevel="signature" />
1171
1172 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1173 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1174 android:permissionGroup="android.permission-group.MESSAGES"
1175 android:label="@string/permlab_broadcastWapPush"
1176 android:description="@string/permdesc_broadcastWapPush"
1177 android:protectionLevel="signature" />
1178
1179 <permission android:name="android.permission.MASTER_CLEAR"
1180 android:label="@string/permlab_masterClear"
1181 android:description="@string/permdesc_masterClear"
1182 android:protectionLevel="signatureOrSystem" />
1183
1184 <!-- Allows an application to call any phone number, including emergency
1185 numbers, without going through the Dialer user interface for the user
1186 to confirm the call being placed. -->
1187 <permission android:name="android.permission.CALL_PRIVILEGED"
1188 android:label="@string/permlab_callPrivileged"
1189 android:description="@string/permdesc_callPrivileged"
1190 android:protectionLevel="signatureOrSystem" />
1191
Jim Miller767be5f2009-08-25 19:33:57 -07001192 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1193 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1194 android:label="@string/permlab_performCdmaProvisioning"
1195 android:description="@string/permdesc_performCdmaProvisioning"
1196 android:protectionLevel="signatureOrSystem" />
1197
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001198 <!-- Allows enabling/disabling location update notifications from
1199 the radio. Not for use by normal applications. -->
1200 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1201 android:label="@string/permlab_locationUpdates"
1202 android:description="@string/permdesc_locationUpdates"
Mike Lockwood275555c2009-05-01 11:30:34 -04001203 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001204
1205 <!-- Allows read/write access to the "properties" table in the checkin
1206 database, to change values that get uploaded. -->
1207 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1208 android:label="@string/permlab_checkinProperties"
1209 android:description="@string/permdesc_checkinProperties"
Jasper Lin24692412009-03-24 18:24:57 -07001210 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001211
1212 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001213 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001214 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1215 android:label="@string/permlab_pkgUsageStats"
1216 android:description="@string/permdesc_pkgUsageStats"
Peter Visontay8d224ca2011-02-18 16:39:19 +00001217 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001218
1219 <!-- Allows an application to collect battery statistics -->
1220 <permission android:name="android.permission.BATTERY_STATS"
1221 android:label="@string/permlab_batteryStats"
1222 android:description="@string/permdesc_batteryStats"
1223 android:protectionLevel="normal" />
1224
Christopher Tate181fafa2009-05-14 11:12:14 -07001225 <!-- Allows an application to control the backup and restore process
1226 @hide pending API council -->
1227 <permission android:name="android.permission.BACKUP"
1228 android:label="@string/permlab_backup"
1229 android:description="@string/permdesc_backup"
Joe Onorato8aeaf2e2009-06-29 14:46:30 -04001230 android:protectionLevel="signatureOrSystem" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001231
Winson Chung81f39eb2011-01-11 18:05:01 -08001232 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1233 to ensure that only the system can bind to it. -->
1234 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1235 android:label="@string/permlab_bindRemoteViews"
1236 android:description="@string/permdesc_bindRemoteViews"
1237 android:protectionLevel="signatureOrSystem" />
1238
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001239 <!-- Allows an application to tell the AppWidget service which application
1240 can access AppWidget's data. The normal user flow is that a user
1241 picks an AppWidget to go into a particular host, thereby giving that
1242 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001243 An application that has this permission should honor that contract.
1244 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001245 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001246 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1247 android:label="@string/permlab_bindGadget"
1248 android:description="@string/permdesc_bindGadget"
Jeff Sharkeyaf999282009-05-18 14:35:49 -07001249 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001250
1251 <!-- Allows applications to change the background data setting
1252 @hide pending API council -->
1253 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1254 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1255 android:protectionLevel="signature"
1256 android:description="@string/permdesc_changeBackgroundDataSetting"
1257 android:label="@string/permlab_changeBackgroundDataSetting" />
1258
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001259 <!-- This permission can be used on content providers to allow the global
1260 search system to access their data. Typically it used when the
1261 provider has some permissions protecting it (which global search
1262 would not be expected to hold), and added as a read-only permission
1263 to the path in the provider where global search queries are
1264 performed. This permission can not be held by regular applications;
1265 it is used by applications to protect themselves from everyone else
1266 besides global search. -->
1267 <permission android:name="android.permission.GLOBAL_SEARCH"
1268 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1269 android:protectionLevel="signatureOrSystem" />
1270
1271 <!-- Internal permission protecting access to the global search
1272 system: ensures that only the system can access the provider
1273 to perform queries (since this otherwise provides unrestricted
1274 access to a variety of content providers), and to write the
1275 search statistics (to keep applications from gaming the source
1276 ranking).
1277 @hide -->
1278 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1279 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1280 android:protectionLevel="signature" />
1281
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001282 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001283 @hide XXX Change to signature once the picker is moved to its
1284 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001285 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1286 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001287 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001288
Jeff Brownec7c78f2010-03-30 23:37:25 -07001289 <!-- Allow an application to read and write the cache partition.
1290 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001291 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1292 android:label="@string/permlab_cache_filesystem"
1293 android:description="@string/permdesc_cache_filesystem"
1294 android:protectionLevel="signatureOrSystem" />
1295
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001296 <!-- Must be required by default container service so that only
1297 the system can bind to it and use it to copy
1298 protected data to secure containers or files
1299 accessible to the system.
1300 @hide -->
1301 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1302 android:label="@string/permlab_copyProtectedData"
1303 android:description="@string/permlab_copyProtectedData"
1304 android:protectionLevel="signature" />
1305
Jason parks8888c592011-01-20 22:46:41 -06001306 <!-- Internal permission protecting access to the encryption methods
1307 @hide
1308 -->
1309 <permission android:name="android.permission.CRYPT_KEEPER"
1310 android:protectionLevel="signatureOrSystem" />
1311
1312
Costin Manolachefa04b8d2010-11-29 17:50:28 -08001313 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001314 @hide Used internally.
1315 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001316 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001317 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001318 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001319
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001320 <application android:process="system"
1321 android:persistent="true"
1322 android:hasCode="false"
1323 android:label="@string/android_system_label"
1324 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001325 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001326 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001327 android:icon="@drawable/ic_launcher_android">
1328 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001329 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001330 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001331 android:excludeFromRecents="true"
1332 android:multiprocess="true">
1333 <intent-filter>
1334 <action android:name="android.intent.action.CHOOSER" />
1335 <category android:name="android.intent.category.DEFAULT" />
1336 </intent-filter>
1337 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001338 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001339 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07001340 android:label="@string/heavy_weight_switcher_title"
1341 android:finishOnCloseSystemDialogs="true"
1342 android:excludeFromRecents="true">
1343 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001344 <activity android:name="com.android.internal.app.PlatLogoActivity"
Daniel Sandler44434f002010-09-03 14:45:39 -04001345 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001346 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001347 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1348 android:theme="@style/Theme.NoDisplay"
1349 android:excludeFromRecents="true">
1350 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001351 <activity android:name="com.android.internal.app.RingtonePickerActivity"
Amith Yamasani482c9332010-11-02 14:02:17 -07001352 android:theme="@style/Theme.Holo.Dialog.Alert"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001353 android:excludeFromRecents="true"
1354 android:multiprocess="true">
1355 <intent-filter>
1356 <action android:name="android.intent.action.RINGTONE_PICKER" />
1357 <category android:name="android.intent.category.DEFAULT" />
1358 </intent-filter>
1359 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001360
Fred Quintana33269202009-04-20 16:05:10 -07001361 <activity android:name="android.accounts.ChooseAccountActivity"
1362 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08001363 android:exported="true"
1364 android:theme="@android:style/Theme.Holo.Dialog"
1365 android:label="@string/choose_account_label">
Fred Quintana33269202009-04-20 16:05:10 -07001366 </activity>
1367
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001368 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1369 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08001370 android:exported="true"
1371 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001372 </activity>
1373
Fred Quintanab19e62a2010-12-16 13:54:43 -08001374 <activity android:name="android.content.SyncActivityTooManyDeletes"
1375 android:theme="@android:style/Theme.Holo.Dialog"
1376 android:label="@string/sync_too_many_deletes">
1377 </activity>
1378
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001379 <activity android:name="com.android.server.ShutdownActivity"
1380 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001381 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001382 <intent-filter>
1383 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1384 <category android:name="android.intent.category.DEFAULT" />
1385 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04001386 <intent-filter>
1387 <action android:name="android.intent.action.REBOOT" />
1388 <category android:name="android.intent.category.DEFAULT" />
1389 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001390 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08001391
Danke Xie22d1f9f2009-08-18 18:28:45 -04001392 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001393 android:theme="@style/Theme.Holo.Dialog.Alert"
Danke Xie22d1f9f2009-08-18 18:28:45 -04001394 android:excludeFromRecents="true">
1395 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001396
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001397 <service android:name="com.android.server.LoadAverageService"
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001398 android:exported="true" />
1399
1400 <service android:name="com.android.internal.service.wallpaper.ImageWallpaper"
1401 android:permission="android.permission.BIND_WALLPAPER">
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001402 </service>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001403
1404 <receiver android:name="com.android.server.BootReceiver" >
1405 <intent-filter>
1406 <action android:name="android.intent.action.BOOT_COMPLETED" />
1407 </intent-filter>
1408 </receiver>
1409
1410 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07001411 android:permission="android.permission.MASTER_CLEAR"
1412 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001413 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001414 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1415 <action android:name="android.intent.action.MASTER_CLEAR" />
1416
1417 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001418 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001419 <category android:name="android.intent.category.MASTER_CLEAR" />
1420 </intent-filter>
1421 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07001422
1423 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
1424 android:permission="android.permission.MASTER_CLEAR"
1425 android:exported="true" />
1426
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001427 </application>
1428
1429</manifest>