blob: 50d3fb8204d2cf68f25e6e10fa63683495527530 [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 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
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800547 <!-- ============================================ -->
548 <!-- Permissions for low-level system interaction -->
549 <!-- ============================================ -->
550 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700551
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800552 <!-- Group of permissions that are related to system APIs. Many
553 of these are not permissions the user will be expected to understand,
554 and such permissions should generally be marked as "normal" protection
555 level so they don't get displayed. This can also, however, be used
556 for miscellaneous features that provide access to the operating system,
557 such as writing the global system settings. -->
558 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
559 android:label="@string/permgrouplab_systemTools"
560 android:description="@string/permgroupdesc_systemTools" />
561
562 <!-- Allows an application to read or write the system settings. -->
563 <permission android:name="android.permission.WRITE_SETTINGS"
564 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
565 android:protectionLevel="dangerous"
566 android:label="@string/permlab_writeSettings"
567 android:description="@string/permdesc_writeSettings" />
568
569 <!-- Allows an application to read or write the secure system settings. -->
570 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
571 android:protectionLevel="signatureOrSystem"
572 android:label="@string/permlab_writeSecureSettings"
573 android:description="@string/permdesc_writeSecureSettings" />
574
575 <!-- Allows an application to modify the Google service map. -->
576 <permission android:name="android.permission.WRITE_GSERVICES"
Dan Egnorac63ebc2009-11-12 23:02:22 -0800577 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800578 android:label="@string/permlab_writeGservices"
579 android:description="@string/permdesc_writeGservices" />
580
581 <!-- Allows an application to expand or collapse the status bar. -->
582 <permission android:name="android.permission.EXPAND_STATUS_BAR"
583 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
584 android:protectionLevel="normal"
585 android:label="@string/permlab_expandStatusBar"
586 android:description="@string/permdesc_expandStatusBar" />
587
588 <!-- Allows an application to get information about the currently
589 or recently running tasks: a thumbnail representation of the tasks,
590 what activities are running in it, etc. -->
591 <permission android:name="android.permission.GET_TASKS"
592 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
593 android:protectionLevel="dangerous"
594 android:label="@string/permlab_getTasks"
595 android:description="@string/permdesc_getTasks" />
596
597 <!-- Allows an application to change the Z-order of tasks -->
598 <permission android:name="android.permission.REORDER_TASKS"
599 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
600 android:protectionLevel="dangerous"
601 android:label="@string/permlab_reorderTasks"
602 android:description="@string/permdesc_reorderTasks" />
603
604 <!-- Allows an application to modify the current configuration, such
605 as locale. -->
606 <permission android:name="android.permission.CHANGE_CONFIGURATION"
607 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
608 android:protectionLevel="dangerous"
609 android:label="@string/permlab_changeConfiguration"
610 android:description="@string/permdesc_changeConfiguration" />
611
Dianne Hackborn03abb812010-01-04 18:43:19 -0800612 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
613 API is no longer supported. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800614 <permission android:name="android.permission.RESTART_PACKAGES"
615 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -0800616 android:protectionLevel="normal"
617 android:label="@string/permlab_killBackgroundProcesses"
618 android:description="@string/permdesc_killBackgroundProcesses" />
619
620 <!-- Allows an application to call
621 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
622 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
623 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
624 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#forceStopPackage}.
630 @hide -->
631 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
632 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
633 android:protectionLevel="signature"
634 android:label="@string/permlab_forceStopPackages"
635 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800636
637 <!-- Allows an application to retrieve state dump information from system
638 services. -->
639 <permission android:name="android.permission.DUMP"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700640 android:permissionGroup="android.permission-group.PERSONAL_INFO"
641 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800642 android:label="@string/permlab_dump"
643 android:description="@string/permdesc_dump" />
644
645 <!-- Allows an application to open windows using the type
646 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
647 shown on top of all other applications. Very few applications
648 should use this permission; these windows are intended for
649 system-level interaction with the user. -->
650 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
651 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
652 android:protectionLevel="dangerous"
653 android:label="@string/permlab_systemAlertWindow"
654 android:description="@string/permdesc_systemAlertWindow" />
655
656 <!-- Modify the global animation scaling factor. -->
657 <permission android:name="android.permission.SET_ANIMATION_SCALE"
658 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
659 android:protectionLevel="dangerous"
660 android:label="@string/permlab_setAnimationScale"
661 android:description="@string/permdesc_setAnimationScale" />
662
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700663 <!-- @deprecated This functionality will be removed in the future; please do
664 not use.
665
666 Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800667 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
668 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
669 android:protectionLevel="dangerous"
670 android:label="@string/permlab_persistentActivity"
671 android:description="@string/permdesc_persistentActivity" />
672
673 <!-- Allows an application to find out the space used by any package. -->
674 <permission android:name="android.permission.GET_PACKAGE_SIZE"
675 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
676 android:protectionLevel="normal"
677 android:label="@string/permlab_getPackageSize"
678 android:description="@string/permdesc_getPackageSize" />
679
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800680 <!-- @deprecated No longer useful, see
681 {@link android.content.pm.PackageManager#addPackageToPreferred}
682 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800683 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
684 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800685 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800686 android:label="@string/permlab_setPreferredApplications"
687 android:description="@string/permdesc_setPreferredApplications" />
688
689 <!-- Allows an application to receive the
690 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
691 broadcast after the system finishes booting. If you don't
692 request this permission, you will not receive the broadcast at
693 that time. Though holding this permission does not have any
694 security implications, it can have a negative impact on the
695 user experience by increasing the amount of time it takes the
696 system to start and allowing applications to have themselves
697 running without the user being aware of them. As such, you must
698 explicitly declare your use of this facility to make that visible
699 to the user. -->
700 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
701 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
702 android:protectionLevel="normal"
703 android:label="@string/permlab_receiveBootCompleted"
704 android:description="@string/permdesc_receiveBootCompleted" />
705
706 <!-- Allows an application to broadcast sticky intents. These are
707 broadcasts whose data is held by the system after being finished,
708 so that clients can quickly retrieve that data without having
709 to wait for the next broadcast. -->
710 <permission android:name="android.permission.BROADCAST_STICKY"
711 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
712 android:protectionLevel="normal"
713 android:label="@string/permlab_broadcastSticky"
714 android:description="@string/permdesc_broadcastSticky" />
715
716 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
717 from dimming -->
718 <permission android:name="android.permission.WAKE_LOCK"
719 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
720 android:protectionLevel="dangerous"
721 android:label="@string/permlab_wakeLock"
722 android:description="@string/permdesc_wakeLock" />
723
724 <!-- Allows applications to set the wallpaper -->
725 <permission android:name="android.permission.SET_WALLPAPER"
726 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
727 android:protectionLevel="normal"
728 android:label="@string/permlab_setWallpaper"
729 android:description="@string/permdesc_setWallpaper" />
730
731 <!-- Allows applications to set the wallpaper hints -->
732 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
733 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
734 android:protectionLevel="normal"
735 android:label="@string/permlab_setWallpaperHints"
736 android:description="@string/permdesc_setWallpaperHints" />
737
Dan Egnor97e44942010-02-04 20:27:47 -0800738 <!-- Allows applications to set the system time -->
739 <permission android:name="android.permission.SET_TIME"
740 android:protectionLevel="signatureOrSystem"
741 android:label="@string/permlab_setTime"
742 android:description="@string/permdesc_setTime" />
743
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800744 <!-- Allows applications to set the system time zone -->
745 <permission android:name="android.permission.SET_TIME_ZONE"
746 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
747 android:protectionLevel="dangerous"
748 android:label="@string/permlab_setTimeZone"
749 android:description="@string/permdesc_setTimeZone" />
750
751 <!-- Allows mounting and unmounting file systems for removable storage. -->
752 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
753 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
754 android:protectionLevel="dangerous"
755 android:label="@string/permlab_mount_unmount_filesystems"
756 android:description="@string/permdesc_mount_unmount_filesystems" />
757
758 <!-- Allows formatting file systems for removable storage. -->
759 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
760 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
761 android:protectionLevel="dangerous"
762 android:label="@string/permlab_mount_format_filesystems"
763 android:description="@string/permdesc_mount_format_filesystems" />
764
San Mehat02735bc2010-01-26 15:18:08 -0800765 <!-- Allows access to ASEC non-destructive API calls
766 @hide -->
767 <permission android:name="android.permission.ASEC_ACCESS"
768 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700769 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800770 android:label="@string/permlab_asec_access"
771 android:description="@string/permdesc_asec_access" />
772
773 <!-- Allows creation of ASEC volumes
774 @hide -->
775 <permission android:name="android.permission.ASEC_CREATE"
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_create"
779 android:description="@string/permdesc_asec_create" />
780
781 <!-- Allows destruction of ASEC volumes
782 @hide -->
783 <permission android:name="android.permission.ASEC_DESTROY"
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_destroy"
787 android:description="@string/permdesc_asec_destroy" />
788
789 <!-- Allows mount / unmount of ASEC volumes
790 @hide -->
791 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
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_mount_unmount"
795 android:description="@string/permdesc_asec_mount_unmount" />
796
797 <!-- Allows rename of ASEC volumes
798 @hide -->
799 <permission android:name="android.permission.ASEC_RENAME"
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_rename"
803 android:description="@string/permdesc_asec_rename" />
804
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800805 <!-- Allows applications to disable the keyguard -->
806 <permission android:name="android.permission.DISABLE_KEYGUARD"
807 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700808 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800809 android:description="@string/permdesc_disableKeyguard"
810 android:label="@string/permlab_disableKeyguard" />
811
812 <!-- Allows applications to read the sync settings -->
813 <permission android:name="android.permission.READ_SYNC_SETTINGS"
814 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
815 android:protectionLevel="normal"
816 android:description="@string/permdesc_readSyncSettings"
817 android:label="@string/permlab_readSyncSettings" />
818
819 <!-- Allows applications to write the sync settings -->
820 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
821 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
822 android:protectionLevel="dangerous"
823 android:description="@string/permdesc_writeSyncSettings"
824 android:label="@string/permlab_writeSyncSettings" />
825
826 <!-- Allows applications to read the sync stats -->
827 <permission android:name="android.permission.READ_SYNC_STATS"
828 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
829 android:protectionLevel="normal"
830 android:description="@string/permdesc_readSyncStats"
831 android:label="@string/permlab_readSyncStats" />
832
833 <!-- Allows applications to write the apn settings -->
834 <permission android:name="android.permission.WRITE_APN_SETTINGS"
835 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
836 android:protectionLevel="dangerous"
837 android:description="@string/permdesc_writeApnSettings"
838 android:label="@string/permlab_writeApnSettings" />
839
Fred Quintana60307342009-03-24 22:48:12 -0700840 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800841 ContentProvider. -->
842 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
843 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
844 android:label="@string/permlab_subscribedFeedsRead"
845 android:description="@string/permdesc_subscribedFeedsRead"
846 android:protectionLevel="normal" />
847 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
848 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
849 android:label="@string/permlab_subscribedFeedsWrite"
850 android:description="@string/permdesc_subscribedFeedsWrite"
851 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -0700852
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800853 <!-- Allows applications to change network connectivity state -->
854 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
855 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
856 android:protectionLevel="dangerous"
857 android:description="@string/permdesc_changeNetworkState"
858 android:label="@string/permlab_changeNetworkState" />
859
860 <!-- Allows applications to change Wi-Fi connectivity state -->
861 <permission android:name="android.permission.CHANGE_WIFI_STATE"
862 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
863 android:protectionLevel="dangerous"
864 android:description="@string/permdesc_changeWifiState"
865 android:label="@string/permlab_changeWifiState" />
866
Robert Greenwaltfc1b15c2009-05-22 15:09:51 -0700867 <!-- Allows applications to enter Wi-Fi Multicast mode -->
868 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
869 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
870 android:protectionLevel="dangerous"
871 android:description="@string/permdesc_changeWifiMulticastState"
872 android:label="@string/permlab_changeWifiMulticastState" />
873
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800874 <!-- Allows applications to discover and pair bluetooth devices -->
875 <permission android:name="android.permission.BLUETOOTH_ADMIN"
876 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
877 android:protectionLevel="dangerous"
878 android:description="@string/permdesc_bluetoothAdmin"
879 android:label="@string/permlab_bluetoothAdmin" />
880
881 <!-- Allows an application to clear the caches of all installed
882 applications on the device. -->
883 <permission android:name="android.permission.CLEAR_APP_CACHE"
884 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
885 android:protectionLevel="dangerous"
886 android:label="@string/permlab_clearAppCache"
887 android:description="@string/permdesc_clearAppCache" />
888
889 <!-- Allows an application to read the low-level system log files.
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700890 Log entries can contain the user's private information,
891 which is why this permission is 'dangerous'. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800892 <permission android:name="android.permission.READ_LOGS"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700893 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800894 android:protectionLevel="dangerous"
895 android:label="@string/permlab_readLogs"
896 android:description="@string/permdesc_readLogs" />
897
898 <!-- ========================================= -->
899 <!-- Permissions for special development tools -->
900 <!-- ========================================= -->
901 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700902
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800903 <!-- Group of permissions that are related to development features. These
904 are not permissions that should appear in normal applications; they
905 protect APIs that are intended only to be used for development
906 purposes. -->
907 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
908 android:label="@string/permgrouplab_developmentTools"
909 android:description="@string/permgroupdesc_developmentTools" />
910
911 <!-- Configure an application for debugging. -->
912 <permission android:name="android.permission.SET_DEBUG_APP"
913 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
914 android:protectionLevel="dangerous"
915 android:label="@string/permlab_setDebugApp"
916 android:description="@string/permdesc_setDebugApp" />
917
918 <!-- Allows an application to set the maximum number of (not needed)
919 application processes that can be running. -->
920 <permission android:name="android.permission.SET_PROCESS_LIMIT"
921 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
922 android:protectionLevel="dangerous"
923 android:label="@string/permlab_setProcessLimit"
924 android:description="@string/permdesc_setProcessLimit" />
925
926 <!-- Allows an application to control whether activities are immediately
927 finished when put in the background. -->
928 <permission android:name="android.permission.SET_ALWAYS_FINISH"
929 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
930 android:protectionLevel="dangerous"
931 android:label="@string/permlab_setAlwaysFinish"
932 android:description="@string/permdesc_setAlwaysFinish" />
933
934 <!-- Allow an application to request that a signal be sent to all persistent processes -->
935 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
936 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
937 android:protectionLevel="dangerous"
938 android:label="@string/permlab_signalPersistentProcesses"
939 android:description="@string/permdesc_signalPersistentProcesses" />
940
941 <!-- ==================================== -->
942 <!-- Private (signature-only) permissions -->
943 <!-- ==================================== -->
944 <eat-comment />
945
946 <!-- Allows applications to RW to diagnostic resources. -->
947 <permission android:name="android.permission.DIAGNOSTIC"
948 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
949 android:protectionLevel="signature"
950 android:description="@string/permdesc_diagnostic"
951 android:label="@string/permlab_diagnostic" />
952
953 <!-- Allows an application to open, close, or disable the status bar
954 and its icons. -->
955 <permission android:name="android.permission.STATUS_BAR"
956 android:label="@string/permlab_statusBar"
957 android:description="@string/permdesc_statusBar"
958 android:protectionLevel="signatureOrSystem" />
959
Joe Onorato8bc6c512010-06-04 16:21:12 -0400960 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
961 @hide -->
962 <permission android:name="android.permission.STATUS_BAR_SERVICE"
963 android:label="@string/permlab_statusBarService"
964 android:description="@string/permdesc_statusBarService"
965 android:protectionLevel="signature" />
966
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800967 <!-- Allows an application to force a BACK operation on whatever is the
968 top activity. -->
969 <permission android:name="android.permission.FORCE_BACK"
970 android:label="@string/permlab_forceBack"
971 android:description="@string/permdesc_forceBack"
972 android:protectionLevel="signature" />
973
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800974 <!-- Allows an application to update device statistics. Not for
975 use by third party apps. -->
976 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
977 android:label="@string/permlab_batteryStats"
978 android:description="@string/permdesc_batteryStats"
Dianne Hackborn7e9f4eb2010-09-10 18:43:00 -0700979 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800980
981 <!-- Allows an application to open windows that are for use by parts
982 of the system user interface. Not for use by third party apps. -->
983 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
984 android:label="@string/permlab_internalSystemWindow"
985 android:description="@string/permdesc_internalSystemWindow"
986 android:protectionLevel="signature" />
987
988 <!-- Allows an application to manage (create, destroy,
989 Z-order) application tokens in the window manager. This is only
990 for use by the system. -->
991 <permission android:name="android.permission.MANAGE_APP_TOKENS"
992 android:label="@string/permlab_manageAppTokens"
993 android:description="@string/permdesc_manageAppTokens"
994 android:protectionLevel="signature" />
995
996 <!-- Allows an application to inject user events (keys, touch, trackball)
997 into the event stream and deliver them to ANY window. Without this
998 permission, you can only deliver events to windows in your own process.
999 Very few applications should need to use this permission. -->
1000 <permission android:name="android.permission.INJECT_EVENTS"
1001 android:label="@string/permlab_injectEvents"
1002 android:description="@string/permdesc_injectEvents"
1003 android:protectionLevel="signature" />
1004
1005 <!-- Allows an application to watch and control how activities are
1006 started globally in the system. Only for is in debugging
1007 (usually the monkey command). -->
1008 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1009 android:label="@string/permlab_runSetActivityWatcher"
1010 android:description="@string/permdesc_runSetActivityWatcher"
1011 android:protectionLevel="signature" />
1012
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001013 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001014 to put the higher-level system there into a shutdown state.
1015 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001016 <permission android:name="android.permission.SHUTDOWN"
1017 android:label="@string/permlab_shutdown"
1018 android:description="@string/permdesc_shutdown"
Freeman Ngaddfc762010-12-01 15:17:35 -08001019 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001020
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001021 <!-- Allows an application to tell the activity manager to temporarily
1022 stop application switches, putting it into a special mode that
1023 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001024 critical UI such as the home screen.
1025 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001026 <permission android:name="android.permission.STOP_APP_SWITCHES"
1027 android:label="@string/permlab_stopAppSwitches"
1028 android:description="@string/permdesc_stopAppSwitches"
1029 android:protectionLevel="signature" />
1030
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001031 <!-- Allows an application to retrieve the current state of keys and
1032 switches. This is only for use by the system.-->
1033 <permission android:name="android.permission.READ_INPUT_STATE"
1034 android:label="@string/permlab_readInputState"
1035 android:description="@string/permdesc_readInputState"
1036 android:protectionLevel="signature" />
1037
Dianne Hackbornd6847842010-01-12 18:14:19 -08001038 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1039 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001040 <permission android:name="android.permission.BIND_INPUT_METHOD"
1041 android:label="@string/permlab_bindInputMethod"
1042 android:description="@string/permdesc_bindInputMethod"
1043 android:protectionLevel="signature" />
1044
Dianne Hackbornd6847842010-01-12 18:14:19 -08001045 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1046 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001047 <permission android:name="android.permission.BIND_WALLPAPER"
1048 android:label="@string/permlab_bindWallpaper"
1049 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborn284ac932009-08-28 10:34:25 -07001050 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001051
Dianne Hackbornd6847842010-01-12 18:14:19 -08001052 <!-- Must be required by device administration receiver, to ensure that only the
1053 system can interact with it. -->
1054 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1055 android:label="@string/permlab_bindDeviceAdmin"
1056 android:description="@string/permdesc_bindDeviceAdmin"
1057 android:protectionLevel="signature" />
1058
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001059 <!-- Allows low-level access to setting the orientation (actually
1060 rotation) of the screen. Not for use by normal applications. -->
1061 <permission android:name="android.permission.SET_ORIENTATION"
1062 android:label="@string/permlab_setOrientation"
1063 android:description="@string/permdesc_setOrientation"
1064 android:protectionLevel="signature" />
1065
1066 <!-- Allows an application to install packages. -->
1067 <permission android:name="android.permission.INSTALL_PACKAGES"
1068 android:label="@string/permlab_installPackages"
1069 android:description="@string/permdesc_installPackages"
Jasper Lin24692412009-03-24 18:24:57 -07001070 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001071
1072 <!-- Allows an application to clear user data -->
1073 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1074 android:label="@string/permlab_clearAppUserData"
1075 android:description="@string/permdesc_clearAppUserData"
1076 android:protectionLevel="signature" />
1077
1078 <!-- Allows an application to delete cache files. -->
1079 <permission android:name="android.permission.DELETE_CACHE_FILES"
1080 android:label="@string/permlab_deleteCacheFiles"
1081 android:description="@string/permdesc_deleteCacheFiles"
Doug Zongker50a21f42009-11-19 12:49:53 -08001082 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001083
1084 <!-- Allows an application to delete packages. -->
1085 <permission android:name="android.permission.DELETE_PACKAGES"
1086 android:label="@string/permlab_deletePackages"
1087 android:description="@string/permdesc_deletePackages"
Jasper Lin24692412009-03-24 18:24:57 -07001088 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001089
Jeff Brownec7c78f2010-03-30 23:37:25 -07001090 <!-- Allows an application to move location of installed package.
1091 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001092 <permission android:name="android.permission.MOVE_PACKAGE"
1093 android:label="@string/permlab_movePackage"
1094 android:description="@string/permdesc_movePackage"
1095 android:protectionLevel="signatureOrSystem" />
1096
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001097 <!-- Allows an application to change whether an application component (other than its own) is
1098 enabled or not. -->
1099 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1100 android:label="@string/permlab_changeComponentState"
1101 android:description="@string/permdesc_changeComponentState"
Dianne Hackbornf5e4f202011-01-26 12:40:18 -08001102 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001103
1104 <!-- Allows an application to use SurfaceFlinger's low level features -->
1105 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1106 android:label="@string/permlab_accessSurfaceFlinger"
1107 android:description="@string/permdesc_accessSurfaceFlinger"
1108 android:protectionLevel="signature" />
1109
1110 <!-- Allows an application to take screen shots and more generally
1111 get access to the frame buffer data -->
1112 <permission android:name="android.permission.READ_FRAME_BUFFER"
1113 android:label="@string/permlab_readFrameBuffer"
1114 android:description="@string/permdesc_readFrameBuffer"
1115 android:protectionLevel="signature" />
1116
1117 <!-- Required to be able to disable the device (very dangerous!). -->
1118 <permission android:name="android.permission.BRICK"
1119 android:label="@string/permlab_brick"
1120 android:description="@string/permdesc_brick"
1121 android:protectionLevel="signature" />
1122
1123 <!-- Required to be able to reboot the device. -->
1124 <permission android:name="android.permission.REBOOT"
1125 android:label="@string/permlab_reboot"
1126 android:description="@string/permdesc_reboot"
Doug Zongker50a21f42009-11-19 12:49:53 -08001127 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001128
1129 <!-- Allows low-level access to power management -->
1130 <permission android:name="android.permission.DEVICE_POWER"
1131 android:label="@string/permlab_devicePower"
1132 android:description="@string/permdesc_devicePower"
1133 android:protectionLevel="signature" />
1134
1135 <!-- Run as a manufacturer test application, running as the root user.
1136 Only available when the device is running in manufacturer test mode. -->
1137 <permission android:name="android.permission.FACTORY_TEST"
1138 android:label="@string/permlab_factoryTest"
1139 android:description="@string/permdesc_factoryTest"
1140 android:protectionLevel="signature" />
1141
1142 <!-- Allows an application to broadcast a notification that an application
1143 package has been removed. -->
1144 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1145 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1146 android:label="@string/permlab_broadcastPackageRemoved"
1147 android:description="@string/permdesc_broadcastPackageRemoved"
1148 android:protectionLevel="signature" />
1149
1150 <!-- Allows an application to broadcast an SMS receipt notification -->
1151 <permission android:name="android.permission.BROADCAST_SMS"
1152 android:permissionGroup="android.permission-group.MESSAGES"
1153 android:label="@string/permlab_broadcastSmsReceived"
1154 android:description="@string/permdesc_broadcastSmsReceived"
1155 android:protectionLevel="signature" />
1156
1157 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1158 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1159 android:permissionGroup="android.permission-group.MESSAGES"
1160 android:label="@string/permlab_broadcastWapPush"
1161 android:description="@string/permdesc_broadcastWapPush"
1162 android:protectionLevel="signature" />
1163
1164 <permission android:name="android.permission.MASTER_CLEAR"
1165 android:label="@string/permlab_masterClear"
1166 android:description="@string/permdesc_masterClear"
1167 android:protectionLevel="signatureOrSystem" />
1168
1169 <!-- Allows an application to call any phone number, including emergency
1170 numbers, without going through the Dialer user interface for the user
1171 to confirm the call being placed. -->
1172 <permission android:name="android.permission.CALL_PRIVILEGED"
1173 android:label="@string/permlab_callPrivileged"
1174 android:description="@string/permdesc_callPrivileged"
1175 android:protectionLevel="signatureOrSystem" />
1176
Jim Miller767be5f2009-08-25 19:33:57 -07001177 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1178 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1179 android:label="@string/permlab_performCdmaProvisioning"
1180 android:description="@string/permdesc_performCdmaProvisioning"
1181 android:protectionLevel="signatureOrSystem" />
1182
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001183 <!-- Allows enabling/disabling location update notifications from
1184 the radio. Not for use by normal applications. -->
1185 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1186 android:label="@string/permlab_locationUpdates"
1187 android:description="@string/permdesc_locationUpdates"
Mike Lockwood275555c2009-05-01 11:30:34 -04001188 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001189
1190 <!-- Allows read/write access to the "properties" table in the checkin
1191 database, to change values that get uploaded. -->
1192 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1193 android:label="@string/permlab_checkinProperties"
1194 android:description="@string/permdesc_checkinProperties"
Jasper Lin24692412009-03-24 18:24:57 -07001195 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001196
1197 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001198 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001199 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1200 android:label="@string/permlab_pkgUsageStats"
1201 android:description="@string/permdesc_pkgUsageStats"
Peter Visontay8d224ca2011-02-18 16:39:19 +00001202 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001203
1204 <!-- Allows an application to collect battery statistics -->
1205 <permission android:name="android.permission.BATTERY_STATS"
1206 android:label="@string/permlab_batteryStats"
1207 android:description="@string/permdesc_batteryStats"
1208 android:protectionLevel="normal" />
1209
Christopher Tate181fafa2009-05-14 11:12:14 -07001210 <!-- Allows an application to control the backup and restore process
1211 @hide pending API council -->
1212 <permission android:name="android.permission.BACKUP"
1213 android:label="@string/permlab_backup"
1214 android:description="@string/permdesc_backup"
Joe Onorato8aeaf2e2009-06-29 14:46:30 -04001215 android:protectionLevel="signatureOrSystem" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001216
Winson Chung81f39eb2011-01-11 18:05:01 -08001217 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1218 to ensure that only the system can bind to it. -->
1219 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1220 android:label="@string/permlab_bindRemoteViews"
1221 android:description="@string/permdesc_bindRemoteViews"
1222 android:protectionLevel="signatureOrSystem" />
1223
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001224 <!-- Allows an application to tell the AppWidget service which application
1225 can access AppWidget's data. The normal user flow is that a user
1226 picks an AppWidget to go into a particular host, thereby giving that
1227 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001228 An application that has this permission should honor that contract.
1229 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001230 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001231 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1232 android:label="@string/permlab_bindGadget"
1233 android:description="@string/permdesc_bindGadget"
Jeff Sharkeyaf999282009-05-18 14:35:49 -07001234 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001235
1236 <!-- Allows applications to change the background data setting
1237 @hide pending API council -->
1238 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1239 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1240 android:protectionLevel="signature"
1241 android:description="@string/permdesc_changeBackgroundDataSetting"
1242 android:label="@string/permlab_changeBackgroundDataSetting" />
1243
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001244 <!-- This permission can be used on content providers to allow the global
1245 search system to access their data. Typically it used when the
1246 provider has some permissions protecting it (which global search
1247 would not be expected to hold), and added as a read-only permission
1248 to the path in the provider where global search queries are
1249 performed. This permission can not be held by regular applications;
1250 it is used by applications to protect themselves from everyone else
1251 besides global search. -->
1252 <permission android:name="android.permission.GLOBAL_SEARCH"
1253 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1254 android:protectionLevel="signatureOrSystem" />
1255
1256 <!-- Internal permission protecting access to the global search
1257 system: ensures that only the system can access the provider
1258 to perform queries (since this otherwise provides unrestricted
1259 access to a variety of content providers), and to write the
1260 search statistics (to keep applications from gaming the source
1261 ranking).
1262 @hide -->
1263 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1264 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1265 android:protectionLevel="signature" />
1266
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001267 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001268 @hide XXX Change to signature once the picker is moved to its
1269 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001270 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1271 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001272 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001273
Jeff Brownec7c78f2010-03-30 23:37:25 -07001274 <!-- Allow an application to read and write the cache partition.
1275 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001276 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1277 android:label="@string/permlab_cache_filesystem"
1278 android:description="@string/permdesc_cache_filesystem"
1279 android:protectionLevel="signatureOrSystem" />
1280
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001281 <!-- Must be required by default container service so that only
1282 the system can bind to it and use it to copy
1283 protected data to secure containers or files
1284 accessible to the system.
1285 @hide -->
1286 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1287 android:label="@string/permlab_copyProtectedData"
1288 android:description="@string/permlab_copyProtectedData"
1289 android:protectionLevel="signature" />
1290
Jason parks8888c592011-01-20 22:46:41 -06001291 <!-- Internal permission protecting access to the encryption methods
1292 @hide
1293 -->
1294 <permission android:name="android.permission.CRYPT_KEEPER"
1295 android:protectionLevel="signatureOrSystem" />
1296
1297
Costin Manolachefa04b8d2010-11-29 17:50:28 -08001298 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001299 @hide Used internally.
1300 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001301 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001302 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001303 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001304
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001305 <application android:process="system"
1306 android:persistent="true"
1307 android:hasCode="false"
1308 android:label="@string/android_system_label"
1309 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001310 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001311 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001312 android:icon="@drawable/ic_launcher_android">
1313 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001314 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001315 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001316 android:excludeFromRecents="true"
1317 android:multiprocess="true">
1318 <intent-filter>
1319 <action android:name="android.intent.action.CHOOSER" />
1320 <category android:name="android.intent.category.DEFAULT" />
1321 </intent-filter>
1322 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001323 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001324 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07001325 android:label="@string/heavy_weight_switcher_title"
1326 android:finishOnCloseSystemDialogs="true"
1327 android:excludeFromRecents="true">
1328 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001329 <activity android:name="com.android.internal.app.PlatLogoActivity"
Daniel Sandler44434f002010-09-03 14:45:39 -04001330 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001331 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001332 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1333 android:theme="@style/Theme.NoDisplay"
1334 android:excludeFromRecents="true">
1335 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001336 <activity android:name="com.android.internal.app.RingtonePickerActivity"
Amith Yamasani482c9332010-11-02 14:02:17 -07001337 android:theme="@style/Theme.Holo.Dialog.Alert"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001338 android:excludeFromRecents="true"
1339 android:multiprocess="true">
1340 <intent-filter>
1341 <action android:name="android.intent.action.RINGTONE_PICKER" />
1342 <category android:name="android.intent.category.DEFAULT" />
1343 </intent-filter>
1344 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001345
Fred Quintana33269202009-04-20 16:05:10 -07001346 <activity android:name="android.accounts.ChooseAccountActivity"
1347 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08001348 android:exported="true"
1349 android:theme="@android:style/Theme.Holo.Dialog"
1350 android:label="@string/choose_account_label">
Fred Quintana33269202009-04-20 16:05:10 -07001351 </activity>
1352
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001353 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1354 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08001355 android:exported="true"
1356 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001357 </activity>
1358
Fred Quintanab19e62a2010-12-16 13:54:43 -08001359 <activity android:name="android.content.SyncActivityTooManyDeletes"
1360 android:theme="@android:style/Theme.Holo.Dialog"
1361 android:label="@string/sync_too_many_deletes">
1362 </activity>
1363
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001364 <activity android:name="com.android.server.ShutdownActivity"
1365 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001366 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001367 <intent-filter>
1368 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1369 <category android:name="android.intent.category.DEFAULT" />
1370 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04001371 <intent-filter>
1372 <action android:name="android.intent.action.REBOOT" />
1373 <category android:name="android.intent.category.DEFAULT" />
1374 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001375 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08001376
Danke Xie22d1f9f2009-08-18 18:28:45 -04001377 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001378 android:theme="@style/Theme.Holo.Dialog.Alert"
Danke Xie22d1f9f2009-08-18 18:28:45 -04001379 android:excludeFromRecents="true">
1380 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001381
Mike Lockwood02eb8742011-02-27 09:10:37 -08001382 <activity android:name="com.android.server.usb.UsbResolverActivity"
1383 android:theme="@style/Theme.Holo.Dialog.Alert"
1384 android:finishOnCloseSystemDialogs="true"
1385 android:excludeFromRecents="true">
1386 </activity>
1387
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001388 <service android:name="com.android.server.LoadAverageService"
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001389 android:exported="true" />
1390
1391 <service android:name="com.android.internal.service.wallpaper.ImageWallpaper"
1392 android:permission="android.permission.BIND_WALLPAPER">
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001393 </service>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001394
1395 <receiver android:name="com.android.server.BootReceiver" >
1396 <intent-filter>
1397 <action android:name="android.intent.action.BOOT_COMPLETED" />
1398 </intent-filter>
1399 </receiver>
1400
1401 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07001402 android:permission="android.permission.MASTER_CLEAR"
1403 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001404 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001405 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1406 <action android:name="android.intent.action.MASTER_CLEAR" />
1407
1408 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001409 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001410 <category android:name="android.intent.category.MASTER_CLEAR" />
1411 </intent-filter>
1412 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07001413
1414 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
1415 android:permission="android.permission.MASTER_CLEAR"
1416 android:exported="true" />
1417
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001418 </application>
1419
1420</manifest>