blob: beb824ca18b78af17cf8c278ec496995b36cafc9 [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 Lockwood059f0092010-06-29 12:12:04 -040087 <protected-broadcast android:name="android.hardware.action.USB_STATE" />
Mike Lockwood9182d3c2011-02-15 09:50:22 -050088 <protected-broadcast android:name="android.hardware.action.USB_ACCESSORY_ATTACHED" />
89 <protected-broadcast android:name="android.hardware.action.USB_ACCESSORY_ATTACHED" />
Mike Lockwoode7d511e2010-12-30 13:39:37 -050090 <protected-broadcast android:name="android.hardware.action.USB_DEVICE_ATTACHED" />
91 <protected-broadcast android:name="android.hardware.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 Lockwood97d7e4c2011-01-07 12:37:54 -0500469 <!-- Allows an application to access USB devices -->
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400470 <permission android:name="android.permission.ACCESS_USB"
471 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Mike Lockwood97d7e4c2011-01-07 12:37:54 -0500472 android:protectionLevel="normal"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400473 android:label="@string/permlab_accessUsb"
474 android:description="@string/permdesc_accessUsb" />
475
Mike Lockwood10bc1112011-01-10 08:24:08 -0500476 <!-- Allows an application to access the MTP USB kernel driver.
477 For use only by the device side MTP implementation.
478 @hide -->
479 <permission android:name="android.permission.ACCESS_MTP"
480 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
481 android:protectionLevel="signatureOrSystem"
482 android:label="@string/permlab_accessMtp"
483 android:description="@string/permdesc_accessMtp" />
484
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800485 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
486 <permission android:name="android.permission.HARDWARE_TEST"
487 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
488 android:protectionLevel="signature"
489 android:label="@string/permlab_hardware_test"
490 android:description="@string/permdesc_hardware_test" />
491
492 <!-- =========================================== -->
493 <!-- Permissions associated with telephony state -->
494 <!-- =========================================== -->
495 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700496
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800497 <!-- Used for permissions that are associated with accessing and modifyign
498 telephony state: intercepting outgoing calls, reading
499 and modifying the phone state. Note that
500 placing phone calls is not in this group, since that is in the
501 more important "takin' yer moneys" group. -->
502 <permission-group android:name="android.permission-group.PHONE_CALLS"
503 android:label="@string/permgrouplab_phoneCalls"
504 android:description="@string/permgroupdesc_phoneCalls" />
505
506 <!-- Allows an application to monitor, modify, or abort outgoing
507 calls. -->
508 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
509 android:permissionGroup="android.permission-group.PHONE_CALLS"
510 android:protectionLevel="dangerous"
511 android:label="@string/permlab_processOutgoingCalls"
512 android:description="@string/permdesc_processOutgoingCalls" />
513
514 <!-- Allows modification of the telephony state - power on, mmi, etc.
515 Does not include placing calls. -->
516 <permission android:name="android.permission.MODIFY_PHONE_STATE"
517 android:permissionGroup="android.permission-group.PHONE_CALLS"
David Brownf4ece202010-09-14 16:19:31 -0700518 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800519 android:label="@string/permlab_modifyPhoneState"
520 android:description="@string/permdesc_modifyPhoneState" />
521
522 <!-- Allows read only access to phone state. -->
523 <permission android:name="android.permission.READ_PHONE_STATE"
524 android:permissionGroup="android.permission-group.PHONE_CALLS"
525 android:protectionLevel="dangerous"
526 android:label="@string/permlab_readPhoneState"
527 android:description="@string/permdesc_readPhoneState" />
528
San Mehat29b57e62009-04-23 09:18:32 -0700529 <!-- ================================== -->
530 <!-- Permissions for sdcard interaction -->
531 <!-- ================================== -->
532 <eat-comment />
533
534 <!-- Group of permissions that are related to SD card access. -->
535 <permission-group android:name="android.permission-group.STORAGE"
536 android:label="@string/permgrouplab_storage"
537 android:description="@string/permgroupdesc_storage" />
538
San Mehat5a3a77d2009-06-01 09:25:28 -0700539 <!-- Allows an application to write to external storage -->
540 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700541 android:permissionGroup="android.permission-group.STORAGE"
542 android:label="@string/permlab_sdcardWrite"
543 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700544 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700545
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800546 <!-- ============================================ -->
547 <!-- Permissions for low-level system interaction -->
548 <!-- ============================================ -->
549 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700550
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800551 <!-- Group of permissions that are related to system APIs. Many
552 of these are not permissions the user will be expected to understand,
553 and such permissions should generally be marked as "normal" protection
554 level so they don't get displayed. This can also, however, be used
555 for miscellaneous features that provide access to the operating system,
556 such as writing the global system settings. -->
557 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
558 android:label="@string/permgrouplab_systemTools"
559 android:description="@string/permgroupdesc_systemTools" />
560
561 <!-- Allows an application to read or write the system settings. -->
562 <permission android:name="android.permission.WRITE_SETTINGS"
563 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
564 android:protectionLevel="dangerous"
565 android:label="@string/permlab_writeSettings"
566 android:description="@string/permdesc_writeSettings" />
567
568 <!-- Allows an application to read or write the secure system settings. -->
569 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
570 android:protectionLevel="signatureOrSystem"
571 android:label="@string/permlab_writeSecureSettings"
572 android:description="@string/permdesc_writeSecureSettings" />
573
574 <!-- Allows an application to modify the Google service map. -->
575 <permission android:name="android.permission.WRITE_GSERVICES"
Dan Egnorac63ebc2009-11-12 23:02:22 -0800576 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800577 android:label="@string/permlab_writeGservices"
578 android:description="@string/permdesc_writeGservices" />
579
580 <!-- Allows an application to expand or collapse the status bar. -->
581 <permission android:name="android.permission.EXPAND_STATUS_BAR"
582 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
583 android:protectionLevel="normal"
584 android:label="@string/permlab_expandStatusBar"
585 android:description="@string/permdesc_expandStatusBar" />
586
587 <!-- Allows an application to get information about the currently
588 or recently running tasks: a thumbnail representation of the tasks,
589 what activities are running in it, etc. -->
590 <permission android:name="android.permission.GET_TASKS"
591 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
592 android:protectionLevel="dangerous"
593 android:label="@string/permlab_getTasks"
594 android:description="@string/permdesc_getTasks" />
595
596 <!-- Allows an application to change the Z-order of tasks -->
597 <permission android:name="android.permission.REORDER_TASKS"
598 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
599 android:protectionLevel="dangerous"
600 android:label="@string/permlab_reorderTasks"
601 android:description="@string/permdesc_reorderTasks" />
602
603 <!-- Allows an application to modify the current configuration, such
604 as locale. -->
605 <permission android:name="android.permission.CHANGE_CONFIGURATION"
606 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
607 android:protectionLevel="dangerous"
608 android:label="@string/permlab_changeConfiguration"
609 android:description="@string/permdesc_changeConfiguration" />
610
Dianne Hackborn03abb812010-01-04 18:43:19 -0800611 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
612 API is no longer supported. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800613 <permission android:name="android.permission.RESTART_PACKAGES"
614 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -0800615 android:protectionLevel="normal"
616 android:label="@string/permlab_killBackgroundProcesses"
617 android:description="@string/permdesc_killBackgroundProcesses" />
618
619 <!-- Allows an application to call
620 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
621 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
622 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
623 android:protectionLevel="normal"
624 android:label="@string/permlab_killBackgroundProcesses"
625 android:description="@string/permdesc_killBackgroundProcesses" />
626
627 <!-- Allows an application to call
628 {@link android.app.ActivityManager#forceStopPackage}.
629 @hide -->
630 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
631 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
632 android:protectionLevel="signature"
633 android:label="@string/permlab_forceStopPackages"
634 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800635
636 <!-- Allows an application to retrieve state dump information from system
637 services. -->
638 <permission android:name="android.permission.DUMP"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700639 android:permissionGroup="android.permission-group.PERSONAL_INFO"
640 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800641 android:label="@string/permlab_dump"
642 android:description="@string/permdesc_dump" />
643
644 <!-- Allows an application to open windows using the type
645 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
646 shown on top of all other applications. Very few applications
647 should use this permission; these windows are intended for
648 system-level interaction with the user. -->
649 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
650 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
651 android:protectionLevel="dangerous"
652 android:label="@string/permlab_systemAlertWindow"
653 android:description="@string/permdesc_systemAlertWindow" />
654
655 <!-- Modify the global animation scaling factor. -->
656 <permission android:name="android.permission.SET_ANIMATION_SCALE"
657 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
658 android:protectionLevel="dangerous"
659 android:label="@string/permlab_setAnimationScale"
660 android:description="@string/permdesc_setAnimationScale" />
661
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700662 <!-- @deprecated This functionality will be removed in the future; please do
663 not use.
664
665 Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800666 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
667 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
668 android:protectionLevel="dangerous"
669 android:label="@string/permlab_persistentActivity"
670 android:description="@string/permdesc_persistentActivity" />
671
672 <!-- Allows an application to find out the space used by any package. -->
673 <permission android:name="android.permission.GET_PACKAGE_SIZE"
674 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
675 android:protectionLevel="normal"
676 android:label="@string/permlab_getPackageSize"
677 android:description="@string/permdesc_getPackageSize" />
678
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800679 <!-- @deprecated No longer useful, see
680 {@link android.content.pm.PackageManager#addPackageToPreferred}
681 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800682 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
683 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800684 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800685 android:label="@string/permlab_setPreferredApplications"
686 android:description="@string/permdesc_setPreferredApplications" />
687
688 <!-- Allows an application to receive the
689 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
690 broadcast after the system finishes booting. If you don't
691 request this permission, you will not receive the broadcast at
692 that time. Though holding this permission does not have any
693 security implications, it can have a negative impact on the
694 user experience by increasing the amount of time it takes the
695 system to start and allowing applications to have themselves
696 running without the user being aware of them. As such, you must
697 explicitly declare your use of this facility to make that visible
698 to the user. -->
699 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
700 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
701 android:protectionLevel="normal"
702 android:label="@string/permlab_receiveBootCompleted"
703 android:description="@string/permdesc_receiveBootCompleted" />
704
705 <!-- Allows an application to broadcast sticky intents. These are
706 broadcasts whose data is held by the system after being finished,
707 so that clients can quickly retrieve that data without having
708 to wait for the next broadcast. -->
709 <permission android:name="android.permission.BROADCAST_STICKY"
710 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
711 android:protectionLevel="normal"
712 android:label="@string/permlab_broadcastSticky"
713 android:description="@string/permdesc_broadcastSticky" />
714
715 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
716 from dimming -->
717 <permission android:name="android.permission.WAKE_LOCK"
718 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
719 android:protectionLevel="dangerous"
720 android:label="@string/permlab_wakeLock"
721 android:description="@string/permdesc_wakeLock" />
722
723 <!-- Allows applications to set the wallpaper -->
724 <permission android:name="android.permission.SET_WALLPAPER"
725 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
726 android:protectionLevel="normal"
727 android:label="@string/permlab_setWallpaper"
728 android:description="@string/permdesc_setWallpaper" />
729
730 <!-- Allows applications to set the wallpaper hints -->
731 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
732 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
733 android:protectionLevel="normal"
734 android:label="@string/permlab_setWallpaperHints"
735 android:description="@string/permdesc_setWallpaperHints" />
736
Dan Egnor97e44942010-02-04 20:27:47 -0800737 <!-- Allows applications to set the system time -->
738 <permission android:name="android.permission.SET_TIME"
739 android:protectionLevel="signatureOrSystem"
740 android:label="@string/permlab_setTime"
741 android:description="@string/permdesc_setTime" />
742
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800743 <!-- Allows applications to set the system time zone -->
744 <permission android:name="android.permission.SET_TIME_ZONE"
745 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
746 android:protectionLevel="dangerous"
747 android:label="@string/permlab_setTimeZone"
748 android:description="@string/permdesc_setTimeZone" />
749
750 <!-- Allows mounting and unmounting file systems for removable storage. -->
751 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
752 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
753 android:protectionLevel="dangerous"
754 android:label="@string/permlab_mount_unmount_filesystems"
755 android:description="@string/permdesc_mount_unmount_filesystems" />
756
757 <!-- Allows formatting file systems for removable storage. -->
758 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
759 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
760 android:protectionLevel="dangerous"
761 android:label="@string/permlab_mount_format_filesystems"
762 android:description="@string/permdesc_mount_format_filesystems" />
763
San Mehat02735bc2010-01-26 15:18:08 -0800764 <!-- Allows access to ASEC non-destructive API calls
765 @hide -->
766 <permission android:name="android.permission.ASEC_ACCESS"
767 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700768 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800769 android:label="@string/permlab_asec_access"
770 android:description="@string/permdesc_asec_access" />
771
772 <!-- Allows creation of ASEC volumes
773 @hide -->
774 <permission android:name="android.permission.ASEC_CREATE"
775 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700776 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800777 android:label="@string/permlab_asec_create"
778 android:description="@string/permdesc_asec_create" />
779
780 <!-- Allows destruction of ASEC volumes
781 @hide -->
782 <permission android:name="android.permission.ASEC_DESTROY"
783 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700784 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800785 android:label="@string/permlab_asec_destroy"
786 android:description="@string/permdesc_asec_destroy" />
787
788 <!-- Allows mount / unmount of ASEC volumes
789 @hide -->
790 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
791 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700792 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800793 android:label="@string/permlab_asec_mount_unmount"
794 android:description="@string/permdesc_asec_mount_unmount" />
795
796 <!-- Allows rename of ASEC volumes
797 @hide -->
798 <permission android:name="android.permission.ASEC_RENAME"
799 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700800 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800801 android:label="@string/permlab_asec_rename"
802 android:description="@string/permdesc_asec_rename" />
803
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800804 <!-- Allows applications to disable the keyguard -->
805 <permission android:name="android.permission.DISABLE_KEYGUARD"
806 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700807 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800808 android:description="@string/permdesc_disableKeyguard"
809 android:label="@string/permlab_disableKeyguard" />
810
811 <!-- Allows applications to read the sync settings -->
812 <permission android:name="android.permission.READ_SYNC_SETTINGS"
813 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
814 android:protectionLevel="normal"
815 android:description="@string/permdesc_readSyncSettings"
816 android:label="@string/permlab_readSyncSettings" />
817
818 <!-- Allows applications to write the sync settings -->
819 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
820 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
821 android:protectionLevel="dangerous"
822 android:description="@string/permdesc_writeSyncSettings"
823 android:label="@string/permlab_writeSyncSettings" />
824
825 <!-- Allows applications to read the sync stats -->
826 <permission android:name="android.permission.READ_SYNC_STATS"
827 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
828 android:protectionLevel="normal"
829 android:description="@string/permdesc_readSyncStats"
830 android:label="@string/permlab_readSyncStats" />
831
832 <!-- Allows applications to write the apn settings -->
833 <permission android:name="android.permission.WRITE_APN_SETTINGS"
834 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
835 android:protectionLevel="dangerous"
836 android:description="@string/permdesc_writeApnSettings"
837 android:label="@string/permlab_writeApnSettings" />
838
Fred Quintana60307342009-03-24 22:48:12 -0700839 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800840 ContentProvider. -->
841 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
842 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
843 android:label="@string/permlab_subscribedFeedsRead"
844 android:description="@string/permdesc_subscribedFeedsRead"
845 android:protectionLevel="normal" />
846 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
847 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
848 android:label="@string/permlab_subscribedFeedsWrite"
849 android:description="@string/permdesc_subscribedFeedsWrite"
850 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -0700851
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800852 <!-- Allows applications to change network connectivity state -->
853 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
854 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
855 android:protectionLevel="dangerous"
856 android:description="@string/permdesc_changeNetworkState"
857 android:label="@string/permlab_changeNetworkState" />
858
859 <!-- Allows applications to change Wi-Fi connectivity state -->
860 <permission android:name="android.permission.CHANGE_WIFI_STATE"
861 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
862 android:protectionLevel="dangerous"
863 android:description="@string/permdesc_changeWifiState"
864 android:label="@string/permlab_changeWifiState" />
865
Robert Greenwaltfc1b15c2009-05-22 15:09:51 -0700866 <!-- Allows applications to enter Wi-Fi Multicast mode -->
867 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
868 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
869 android:protectionLevel="dangerous"
870 android:description="@string/permdesc_changeWifiMulticastState"
871 android:label="@string/permlab_changeWifiMulticastState" />
872
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800873 <!-- Allows applications to discover and pair bluetooth devices -->
874 <permission android:name="android.permission.BLUETOOTH_ADMIN"
875 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
876 android:protectionLevel="dangerous"
877 android:description="@string/permdesc_bluetoothAdmin"
878 android:label="@string/permlab_bluetoothAdmin" />
879
880 <!-- Allows an application to clear the caches of all installed
881 applications on the device. -->
882 <permission android:name="android.permission.CLEAR_APP_CACHE"
883 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
884 android:protectionLevel="dangerous"
885 android:label="@string/permlab_clearAppCache"
886 android:description="@string/permdesc_clearAppCache" />
887
888 <!-- Allows an application to read the low-level system log files.
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700889 Log entries can contain the user's private information,
890 which is why this permission is 'dangerous'. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800891 <permission android:name="android.permission.READ_LOGS"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700892 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800893 android:protectionLevel="dangerous"
894 android:label="@string/permlab_readLogs"
895 android:description="@string/permdesc_readLogs" />
896
897 <!-- ========================================= -->
898 <!-- Permissions for special development tools -->
899 <!-- ========================================= -->
900 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700901
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800902 <!-- Group of permissions that are related to development features. These
903 are not permissions that should appear in normal applications; they
904 protect APIs that are intended only to be used for development
905 purposes. -->
906 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
907 android:label="@string/permgrouplab_developmentTools"
908 android:description="@string/permgroupdesc_developmentTools" />
909
910 <!-- Configure an application for debugging. -->
911 <permission android:name="android.permission.SET_DEBUG_APP"
912 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
913 android:protectionLevel="dangerous"
914 android:label="@string/permlab_setDebugApp"
915 android:description="@string/permdesc_setDebugApp" />
916
917 <!-- Allows an application to set the maximum number of (not needed)
918 application processes that can be running. -->
919 <permission android:name="android.permission.SET_PROCESS_LIMIT"
920 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
921 android:protectionLevel="dangerous"
922 android:label="@string/permlab_setProcessLimit"
923 android:description="@string/permdesc_setProcessLimit" />
924
925 <!-- Allows an application to control whether activities are immediately
926 finished when put in the background. -->
927 <permission android:name="android.permission.SET_ALWAYS_FINISH"
928 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
929 android:protectionLevel="dangerous"
930 android:label="@string/permlab_setAlwaysFinish"
931 android:description="@string/permdesc_setAlwaysFinish" />
932
933 <!-- Allow an application to request that a signal be sent to all persistent processes -->
934 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
935 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
936 android:protectionLevel="dangerous"
937 android:label="@string/permlab_signalPersistentProcesses"
938 android:description="@string/permdesc_signalPersistentProcesses" />
939
940 <!-- ==================================== -->
941 <!-- Private (signature-only) permissions -->
942 <!-- ==================================== -->
943 <eat-comment />
944
945 <!-- Allows applications to RW to diagnostic resources. -->
946 <permission android:name="android.permission.DIAGNOSTIC"
947 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
948 android:protectionLevel="signature"
949 android:description="@string/permdesc_diagnostic"
950 android:label="@string/permlab_diagnostic" />
951
952 <!-- Allows an application to open, close, or disable the status bar
953 and its icons. -->
954 <permission android:name="android.permission.STATUS_BAR"
955 android:label="@string/permlab_statusBar"
956 android:description="@string/permdesc_statusBar"
957 android:protectionLevel="signatureOrSystem" />
958
Joe Onorato8bc6c512010-06-04 16:21:12 -0400959 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
960 @hide -->
961 <permission android:name="android.permission.STATUS_BAR_SERVICE"
962 android:label="@string/permlab_statusBarService"
963 android:description="@string/permdesc_statusBarService"
964 android:protectionLevel="signature" />
965
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800966 <!-- Allows an application to force a BACK operation on whatever is the
967 top activity. -->
968 <permission android:name="android.permission.FORCE_BACK"
969 android:label="@string/permlab_forceBack"
970 android:description="@string/permdesc_forceBack"
971 android:protectionLevel="signature" />
972
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800973 <!-- Allows an application to update device statistics. Not for
974 use by third party apps. -->
975 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
976 android:label="@string/permlab_batteryStats"
977 android:description="@string/permdesc_batteryStats"
Dianne Hackborn7e9f4eb2010-09-10 18:43:00 -0700978 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800979
980 <!-- Allows an application to open windows that are for use by parts
981 of the system user interface. Not for use by third party apps. -->
982 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
983 android:label="@string/permlab_internalSystemWindow"
984 android:description="@string/permdesc_internalSystemWindow"
985 android:protectionLevel="signature" />
986
987 <!-- Allows an application to manage (create, destroy,
988 Z-order) application tokens in the window manager. This is only
989 for use by the system. -->
990 <permission android:name="android.permission.MANAGE_APP_TOKENS"
991 android:label="@string/permlab_manageAppTokens"
992 android:description="@string/permdesc_manageAppTokens"
993 android:protectionLevel="signature" />
994
995 <!-- Allows an application to inject user events (keys, touch, trackball)
996 into the event stream and deliver them to ANY window. Without this
997 permission, you can only deliver events to windows in your own process.
998 Very few applications should need to use this permission. -->
999 <permission android:name="android.permission.INJECT_EVENTS"
1000 android:label="@string/permlab_injectEvents"
1001 android:description="@string/permdesc_injectEvents"
1002 android:protectionLevel="signature" />
1003
1004 <!-- Allows an application to watch and control how activities are
1005 started globally in the system. Only for is in debugging
1006 (usually the monkey command). -->
1007 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1008 android:label="@string/permlab_runSetActivityWatcher"
1009 android:description="@string/permdesc_runSetActivityWatcher"
1010 android:protectionLevel="signature" />
1011
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001012 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001013 to put the higher-level system there into a shutdown state.
1014 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001015 <permission android:name="android.permission.SHUTDOWN"
1016 android:label="@string/permlab_shutdown"
1017 android:description="@string/permdesc_shutdown"
Freeman Ngaddfc762010-12-01 15:17:35 -08001018 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001019
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001020 <!-- Allows an application to tell the activity manager to temporarily
1021 stop application switches, putting it into a special mode that
1022 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001023 critical UI such as the home screen.
1024 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001025 <permission android:name="android.permission.STOP_APP_SWITCHES"
1026 android:label="@string/permlab_stopAppSwitches"
1027 android:description="@string/permdesc_stopAppSwitches"
1028 android:protectionLevel="signature" />
1029
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001030 <!-- Allows an application to retrieve the current state of keys and
1031 switches. This is only for use by the system.-->
1032 <permission android:name="android.permission.READ_INPUT_STATE"
1033 android:label="@string/permlab_readInputState"
1034 android:description="@string/permdesc_readInputState"
1035 android:protectionLevel="signature" />
1036
Dianne Hackbornd6847842010-01-12 18:14:19 -08001037 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1038 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001039 <permission android:name="android.permission.BIND_INPUT_METHOD"
1040 android:label="@string/permlab_bindInputMethod"
1041 android:description="@string/permdesc_bindInputMethod"
1042 android:protectionLevel="signature" />
1043
Dianne Hackbornd6847842010-01-12 18:14:19 -08001044 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1045 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001046 <permission android:name="android.permission.BIND_WALLPAPER"
1047 android:label="@string/permlab_bindWallpaper"
1048 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborn284ac932009-08-28 10:34:25 -07001049 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001050
Dianne Hackbornd6847842010-01-12 18:14:19 -08001051 <!-- Must be required by device administration receiver, to ensure that only the
1052 system can interact with it. -->
1053 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1054 android:label="@string/permlab_bindDeviceAdmin"
1055 android:description="@string/permdesc_bindDeviceAdmin"
1056 android:protectionLevel="signature" />
1057
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001058 <!-- Allows low-level access to setting the orientation (actually
1059 rotation) of the screen. Not for use by normal applications. -->
1060 <permission android:name="android.permission.SET_ORIENTATION"
1061 android:label="@string/permlab_setOrientation"
1062 android:description="@string/permdesc_setOrientation"
1063 android:protectionLevel="signature" />
1064
1065 <!-- Allows an application to install packages. -->
1066 <permission android:name="android.permission.INSTALL_PACKAGES"
1067 android:label="@string/permlab_installPackages"
1068 android:description="@string/permdesc_installPackages"
Jasper Lin24692412009-03-24 18:24:57 -07001069 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001070
1071 <!-- Allows an application to clear user data -->
1072 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1073 android:label="@string/permlab_clearAppUserData"
1074 android:description="@string/permdesc_clearAppUserData"
1075 android:protectionLevel="signature" />
1076
1077 <!-- Allows an application to delete cache files. -->
1078 <permission android:name="android.permission.DELETE_CACHE_FILES"
1079 android:label="@string/permlab_deleteCacheFiles"
1080 android:description="@string/permdesc_deleteCacheFiles"
Doug Zongker50a21f42009-11-19 12:49:53 -08001081 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001082
1083 <!-- Allows an application to delete packages. -->
1084 <permission android:name="android.permission.DELETE_PACKAGES"
1085 android:label="@string/permlab_deletePackages"
1086 android:description="@string/permdesc_deletePackages"
Jasper Lin24692412009-03-24 18:24:57 -07001087 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001088
Jeff Brownec7c78f2010-03-30 23:37:25 -07001089 <!-- Allows an application to move location of installed package.
1090 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001091 <permission android:name="android.permission.MOVE_PACKAGE"
1092 android:label="@string/permlab_movePackage"
1093 android:description="@string/permdesc_movePackage"
1094 android:protectionLevel="signatureOrSystem" />
1095
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001096 <!-- Allows an application to change whether an application component (other than its own) is
1097 enabled or not. -->
1098 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1099 android:label="@string/permlab_changeComponentState"
1100 android:description="@string/permdesc_changeComponentState"
Dianne Hackbornf5e4f202011-01-26 12:40:18 -08001101 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001102
1103 <!-- Allows an application to use SurfaceFlinger's low level features -->
1104 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1105 android:label="@string/permlab_accessSurfaceFlinger"
1106 android:description="@string/permdesc_accessSurfaceFlinger"
1107 android:protectionLevel="signature" />
1108
1109 <!-- Allows an application to take screen shots and more generally
1110 get access to the frame buffer data -->
1111 <permission android:name="android.permission.READ_FRAME_BUFFER"
1112 android:label="@string/permlab_readFrameBuffer"
1113 android:description="@string/permdesc_readFrameBuffer"
1114 android:protectionLevel="signature" />
1115
1116 <!-- Required to be able to disable the device (very dangerous!). -->
1117 <permission android:name="android.permission.BRICK"
1118 android:label="@string/permlab_brick"
1119 android:description="@string/permdesc_brick"
1120 android:protectionLevel="signature" />
1121
1122 <!-- Required to be able to reboot the device. -->
1123 <permission android:name="android.permission.REBOOT"
1124 android:label="@string/permlab_reboot"
1125 android:description="@string/permdesc_reboot"
Doug Zongker50a21f42009-11-19 12:49:53 -08001126 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001127
1128 <!-- Allows low-level access to power management -->
1129 <permission android:name="android.permission.DEVICE_POWER"
1130 android:label="@string/permlab_devicePower"
1131 android:description="@string/permdesc_devicePower"
1132 android:protectionLevel="signature" />
1133
1134 <!-- Run as a manufacturer test application, running as the root user.
1135 Only available when the device is running in manufacturer test mode. -->
1136 <permission android:name="android.permission.FACTORY_TEST"
1137 android:label="@string/permlab_factoryTest"
1138 android:description="@string/permdesc_factoryTest"
1139 android:protectionLevel="signature" />
1140
1141 <!-- Allows an application to broadcast a notification that an application
1142 package has been removed. -->
1143 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1144 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1145 android:label="@string/permlab_broadcastPackageRemoved"
1146 android:description="@string/permdesc_broadcastPackageRemoved"
1147 android:protectionLevel="signature" />
1148
1149 <!-- Allows an application to broadcast an SMS receipt notification -->
1150 <permission android:name="android.permission.BROADCAST_SMS"
1151 android:permissionGroup="android.permission-group.MESSAGES"
1152 android:label="@string/permlab_broadcastSmsReceived"
1153 android:description="@string/permdesc_broadcastSmsReceived"
1154 android:protectionLevel="signature" />
1155
1156 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1157 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1158 android:permissionGroup="android.permission-group.MESSAGES"
1159 android:label="@string/permlab_broadcastWapPush"
1160 android:description="@string/permdesc_broadcastWapPush"
1161 android:protectionLevel="signature" />
1162
1163 <permission android:name="android.permission.MASTER_CLEAR"
1164 android:label="@string/permlab_masterClear"
1165 android:description="@string/permdesc_masterClear"
1166 android:protectionLevel="signatureOrSystem" />
1167
1168 <!-- Allows an application to call any phone number, including emergency
1169 numbers, without going through the Dialer user interface for the user
1170 to confirm the call being placed. -->
1171 <permission android:name="android.permission.CALL_PRIVILEGED"
1172 android:label="@string/permlab_callPrivileged"
1173 android:description="@string/permdesc_callPrivileged"
1174 android:protectionLevel="signatureOrSystem" />
1175
Jim Miller767be5f2009-08-25 19:33:57 -07001176 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1177 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1178 android:label="@string/permlab_performCdmaProvisioning"
1179 android:description="@string/permdesc_performCdmaProvisioning"
1180 android:protectionLevel="signatureOrSystem" />
1181
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001182 <!-- Allows enabling/disabling location update notifications from
1183 the radio. Not for use by normal applications. -->
1184 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1185 android:label="@string/permlab_locationUpdates"
1186 android:description="@string/permdesc_locationUpdates"
Mike Lockwood275555c2009-05-01 11:30:34 -04001187 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001188
1189 <!-- Allows read/write access to the "properties" table in the checkin
1190 database, to change values that get uploaded. -->
1191 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1192 android:label="@string/permlab_checkinProperties"
1193 android:description="@string/permdesc_checkinProperties"
Jasper Lin24692412009-03-24 18:24:57 -07001194 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001195
1196 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001197 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001198 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1199 android:label="@string/permlab_pkgUsageStats"
1200 android:description="@string/permdesc_pkgUsageStats"
Peter Visontay8d224ca2011-02-18 16:39:19 +00001201 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001202
1203 <!-- Allows an application to collect battery statistics -->
1204 <permission android:name="android.permission.BATTERY_STATS"
1205 android:label="@string/permlab_batteryStats"
1206 android:description="@string/permdesc_batteryStats"
1207 android:protectionLevel="normal" />
1208
Christopher Tate181fafa2009-05-14 11:12:14 -07001209 <!-- Allows an application to control the backup and restore process
1210 @hide pending API council -->
1211 <permission android:name="android.permission.BACKUP"
1212 android:label="@string/permlab_backup"
1213 android:description="@string/permdesc_backup"
Joe Onorato8aeaf2e2009-06-29 14:46:30 -04001214 android:protectionLevel="signatureOrSystem" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001215
Winson Chung81f39eb2011-01-11 18:05:01 -08001216 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1217 to ensure that only the system can bind to it. -->
1218 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1219 android:label="@string/permlab_bindRemoteViews"
1220 android:description="@string/permdesc_bindRemoteViews"
1221 android:protectionLevel="signatureOrSystem" />
1222
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001223 <!-- Allows an application to tell the AppWidget service which application
1224 can access AppWidget's data. The normal user flow is that a user
1225 picks an AppWidget to go into a particular host, thereby giving that
1226 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001227 An application that has this permission should honor that contract.
1228 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001229 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001230 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1231 android:label="@string/permlab_bindGadget"
1232 android:description="@string/permdesc_bindGadget"
Jeff Sharkeyaf999282009-05-18 14:35:49 -07001233 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001234
1235 <!-- Allows applications to change the background data setting
1236 @hide pending API council -->
1237 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1238 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1239 android:protectionLevel="signature"
1240 android:description="@string/permdesc_changeBackgroundDataSetting"
1241 android:label="@string/permlab_changeBackgroundDataSetting" />
1242
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001243 <!-- This permission can be used on content providers to allow the global
1244 search system to access their data. Typically it used when the
1245 provider has some permissions protecting it (which global search
1246 would not be expected to hold), and added as a read-only permission
1247 to the path in the provider where global search queries are
1248 performed. This permission can not be held by regular applications;
1249 it is used by applications to protect themselves from everyone else
1250 besides global search. -->
1251 <permission android:name="android.permission.GLOBAL_SEARCH"
1252 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1253 android:protectionLevel="signatureOrSystem" />
1254
1255 <!-- Internal permission protecting access to the global search
1256 system: ensures that only the system can access the provider
1257 to perform queries (since this otherwise provides unrestricted
1258 access to a variety of content providers), and to write the
1259 search statistics (to keep applications from gaming the source
1260 ranking).
1261 @hide -->
1262 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1263 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1264 android:protectionLevel="signature" />
1265
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001266 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001267 @hide XXX Change to signature once the picker is moved to its
1268 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001269 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1270 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001271 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001272
Jeff Brownec7c78f2010-03-30 23:37:25 -07001273 <!-- Allow an application to read and write the cache partition.
1274 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001275 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1276 android:label="@string/permlab_cache_filesystem"
1277 android:description="@string/permdesc_cache_filesystem"
1278 android:protectionLevel="signatureOrSystem" />
1279
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001280 <!-- Must be required by default container service so that only
1281 the system can bind to it and use it to copy
1282 protected data to secure containers or files
1283 accessible to the system.
1284 @hide -->
1285 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1286 android:label="@string/permlab_copyProtectedData"
1287 android:description="@string/permlab_copyProtectedData"
1288 android:protectionLevel="signature" />
1289
Jason parks8888c592011-01-20 22:46:41 -06001290 <!-- Internal permission protecting access to the encryption methods
1291 @hide
1292 -->
1293 <permission android:name="android.permission.CRYPT_KEEPER"
1294 android:protectionLevel="signatureOrSystem" />
1295
1296
Costin Manolachefa04b8d2010-11-29 17:50:28 -08001297 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001298 @hide Used internally.
1299 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001300 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001301 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001302 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001303
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001304 <application android:process="system"
1305 android:persistent="true"
1306 android:hasCode="false"
1307 android:label="@string/android_system_label"
1308 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001309 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001310 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001311 android:icon="@drawable/ic_launcher_android">
1312 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001313 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001314 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001315 android:excludeFromRecents="true"
1316 android:multiprocess="true">
1317 <intent-filter>
1318 <action android:name="android.intent.action.CHOOSER" />
1319 <category android:name="android.intent.category.DEFAULT" />
1320 </intent-filter>
1321 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001322 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001323 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07001324 android:label="@string/heavy_weight_switcher_title"
1325 android:finishOnCloseSystemDialogs="true"
1326 android:excludeFromRecents="true">
1327 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001328 <activity android:name="com.android.internal.app.PlatLogoActivity"
Daniel Sandler44434f002010-09-03 14:45:39 -04001329 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001330 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001331 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1332 android:theme="@style/Theme.NoDisplay"
1333 android:excludeFromRecents="true">
1334 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001335 <activity android:name="com.android.internal.app.RingtonePickerActivity"
Amith Yamasani482c9332010-11-02 14:02:17 -07001336 android:theme="@style/Theme.Holo.Dialog.Alert"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001337 android:excludeFromRecents="true"
1338 android:multiprocess="true">
1339 <intent-filter>
1340 <action android:name="android.intent.action.RINGTONE_PICKER" />
1341 <category android:name="android.intent.category.DEFAULT" />
1342 </intent-filter>
1343 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001344
Fred Quintana33269202009-04-20 16:05:10 -07001345 <activity android:name="android.accounts.ChooseAccountActivity"
1346 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08001347 android:exported="true"
1348 android:theme="@android:style/Theme.Holo.Dialog"
1349 android:label="@string/choose_account_label">
Fred Quintana33269202009-04-20 16:05:10 -07001350 </activity>
1351
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001352 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1353 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08001354 android:exported="true"
1355 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001356 </activity>
1357
Fred Quintanab19e62a2010-12-16 13:54:43 -08001358 <activity android:name="android.content.SyncActivityTooManyDeletes"
1359 android:theme="@android:style/Theme.Holo.Dialog"
1360 android:label="@string/sync_too_many_deletes">
1361 </activity>
1362
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001363 <activity android:name="com.android.server.ShutdownActivity"
1364 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001365 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001366 <intent-filter>
1367 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1368 <category android:name="android.intent.category.DEFAULT" />
1369 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04001370 <intent-filter>
1371 <action android:name="android.intent.action.REBOOT" />
1372 <category android:name="android.intent.category.DEFAULT" />
1373 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001374 </activity>
Danke Xie22d1f9f2009-08-18 18:28:45 -04001375 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001376 android:theme="@style/Theme.Holo.Dialog.Alert"
Danke Xie22d1f9f2009-08-18 18:28:45 -04001377 android:excludeFromRecents="true">
1378 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001379
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001380 <service android:name="com.android.server.LoadAverageService"
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001381 android:exported="true" />
1382
1383 <service android:name="com.android.internal.service.wallpaper.ImageWallpaper"
1384 android:permission="android.permission.BIND_WALLPAPER">
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001385 </service>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001386
1387 <receiver android:name="com.android.server.BootReceiver" >
1388 <intent-filter>
1389 <action android:name="android.intent.action.BOOT_COMPLETED" />
1390 </intent-filter>
1391 </receiver>
1392
1393 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07001394 android:permission="android.permission.MASTER_CLEAR"
1395 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001396 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001397 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1398 <action android:name="android.intent.action.MASTER_CLEAR" />
1399
1400 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001401 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001402 <category android:name="android.intent.category.MASTER_CLEAR" />
1403 </intent-filter>
1404 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07001405
1406 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
1407 android:permission="android.permission.MASTER_CLEAR"
1408 android:exported="true" />
1409
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001410 </application>
1411
1412</manifest>