blob: 5cdfc1d7758e140b0a3e745c103b36a32bdb0f9d [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" />
38 <protected-broadcast android:name="android.intent.action.PACKAGE_REMOVED" />
39 <protected-broadcast android:name="android.intent.action.PACKAGE_CHANGED" />
40 <protected-broadcast android:name="android.intent.action.PACKAGE_RESTARTED" />
41 <protected-broadcast android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
42 <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
43 <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
Dianne Hackborn362d5b92009-11-11 18:04:39 -080044 <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070045 <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
46 <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
47 <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
48 <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
49 <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
50 <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
51 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
52 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070053 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
54 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080055 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070056
Dianne Hackborn7299c412010-03-04 18:41:49 -080057 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
58 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
59 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
60 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
61
Christopher Tate4cc86e12009-09-21 19:36:51 -070062 <protected-broadcast android:name="android.backup.intent.RUN" />
63 <protected-broadcast android:name="android.backup.intent.CLEAR" />
64 <protected-broadcast android:name="android.backup.intent.INIT" />
65
Nick Pelly72440a0e2009-09-15 17:21:10 -070066 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
67 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
68 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
69 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
70 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
71 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
72 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
73 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
74 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
75 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
76 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
77 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
78 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
79 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
80 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
81 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
82
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080083 <!-- ====================================== -->
84 <!-- Permissions for things that cost money -->
85 <!-- ====================================== -->
86 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -070087
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080088 <!-- Used for permissions that can be used to make the user spend money
89 without their direct involvement. For example, this is the group
90 for permissions that allow you to directly place phone calls,
91 directly send SMS messages, etc. -->
92 <permission-group android:name="android.permission-group.COST_MONEY"
93 android:label="@string/permgrouplab_costMoney"
94 android:description="@string/permgroupdesc_costMoney" />
95
96 <!-- Allows an application to send SMS messages. -->
97 <permission android:name="android.permission.SEND_SMS"
98 android:permissionGroup="android.permission-group.COST_MONEY"
99 android:protectionLevel="dangerous"
100 android:label="@string/permlab_sendSms"
101 android:description="@string/permdesc_sendSms" />
102
103 <!-- Allows an application to initiate a phone call without going through
104 the Dialer user interface for the user to confirm the call
105 being placed. -->
106 <permission android:name="android.permission.CALL_PHONE"
107 android:permissionGroup="android.permission-group.COST_MONEY"
108 android:protectionLevel="dangerous"
109 android:label="@string/permlab_callPhone"
110 android:description="@string/permdesc_callPhone" />
111
112 <!-- ================================== -->
113 <!-- Permissions for accessing messages -->
114 <!-- ================================== -->
115 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700116
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800117 <!-- Used for permissions that allow an application to send messages
118 on behalf of the user or intercept messages being received by the
119 user. This is primarily intended for SMS/MMS messaging, such as
120 receiving or reading an MMS. -->
121 <permission-group android:name="android.permission-group.MESSAGES"
122 android:label="@string/permgrouplab_messages"
123 android:description="@string/permgroupdesc_messages" />
124
125 <!-- Allows an application to monitor incoming SMS messages, to record
126 or perform processing on them. -->
127 <permission android:name="android.permission.RECEIVE_SMS"
128 android:permissionGroup="android.permission-group.MESSAGES"
129 android:protectionLevel="dangerous"
130 android:label="@string/permlab_receiveSms"
131 android:description="@string/permdesc_receiveSms" />
132
133 <!-- Allows an application to monitor incoming MMS messages, to record
134 or perform processing on them. -->
135 <permission android:name="android.permission.RECEIVE_MMS"
136 android:permissionGroup="android.permission-group.MESSAGES"
137 android:protectionLevel="dangerous"
138 android:label="@string/permlab_receiveMms"
139 android:description="@string/permdesc_receiveMms" />
140
141 <!-- Allows an application to read SMS messages. -->
142 <permission android:name="android.permission.READ_SMS"
143 android:permissionGroup="android.permission-group.MESSAGES"
144 android:protectionLevel="dangerous"
145 android:label="@string/permlab_readSms"
146 android:description="@string/permdesc_readSms" />
147
148 <!-- Allows an application to write SMS messages. -->
149 <permission android:name="android.permission.WRITE_SMS"
150 android:permissionGroup="android.permission-group.MESSAGES"
151 android:protectionLevel="dangerous"
152 android:label="@string/permlab_writeSms"
153 android:description="@string/permdesc_writeSms" />
154
155 <!-- Allows an application to monitor incoming WAP push messages. -->
156 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
157 android:permissionGroup="android.permission-group.MESSAGES"
158 android:protectionLevel="dangerous"
159 android:label="@string/permlab_receiveWapPush"
160 android:description="@string/permdesc_receiveWapPush" />
161
162 <!-- =============================================================== -->
163 <!-- Permissions for accessing personal info (contacts and calendar) -->
164 <!-- =============================================================== -->
165 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700166
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800167 <!-- Used for permissions that provide access to the user's private data,
168 such as contacts, calendar events, e-mail messages, etc. This includes
169 both reading and writing of this data (which should generally be
170 expressed as two distinct permissions). -->
171 <permission-group android:name="android.permission-group.PERSONAL_INFO"
172 android:label="@string/permgrouplab_personalInfo"
173 android:description="@string/permgroupdesc_personalInfo" />
174
175 <!-- Allows an application to read the user's contacts data. -->
176 <permission android:name="android.permission.READ_CONTACTS"
177 android:permissionGroup="android.permission-group.PERSONAL_INFO"
178 android:protectionLevel="dangerous"
179 android:label="@string/permlab_readContacts"
180 android:description="@string/permdesc_readContacts" />
181
182 <!-- Allows an application to write (but not read) the user's
183 contacts data. -->
184 <permission android:name="android.permission.WRITE_CONTACTS"
185 android:permissionGroup="android.permission-group.PERSONAL_INFO"
186 android:protectionLevel="dangerous"
187 android:label="@string/permlab_writeContacts"
188 android:description="@string/permdesc_writeContacts" />
189
190 <!-- Allows an application to read the owner's data. -->
191 <permission android:name="android.permission.READ_OWNER_DATA"
192 android:permissionGroup="android.permission-group.PERSONAL_INFO"
193 android:protectionLevel="dangerous"
194 android:label="@string/permlab_readOwnerData"
195 android:description="@string/permdesc_readOwnerData" />
196
197 <!-- Allows an application to write (but not read) the owner's data. -->
198 <permission android:name="android.permission.WRITE_OWNER_DATA"
199 android:permissionGroup="android.permission-group.PERSONAL_INFO"
200 android:protectionLevel="dangerous"
201 android:label="@string/permlab_writeOwnerData"
202 android:description="@string/permdesc_writeOwnerData" />
203
204 <!-- Allows an application to read the user's calendar data. -->
205 <permission android:name="android.permission.READ_CALENDAR"
206 android:permissionGroup="android.permission-group.PERSONAL_INFO"
207 android:protectionLevel="dangerous"
208 android:label="@string/permlab_readCalendar"
209 android:description="@string/permdesc_readCalendar" />
210
211 <!-- Allows an application to write (but not read) the user's
212 calendar data. -->
213 <permission android:name="android.permission.WRITE_CALENDAR"
214 android:permissionGroup="android.permission-group.PERSONAL_INFO"
215 android:protectionLevel="dangerous"
216 android:label="@string/permlab_writeCalendar"
217 android:description="@string/permdesc_writeCalendar" />
218
219 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700220 really only be required by an IME, or a dictionary editor like
221 the Settings app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800222 @hide Pending API council approval -->
223 <permission android:name="android.permission.READ_USER_DICTIONARY"
224 android:permissionGroup="android.permission-group.PERSONAL_INFO"
225 android:protectionLevel="dangerous"
226 android:label="@string/permlab_readDictionary"
227 android:description="@string/permdesc_readDictionary" />
228
229 <!-- Allows an application to write to the user dictionary.
230 @hide Pending API council approval -->
231 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
232 android:permissionGroup="android.permission-group.PERSONAL_INFO"
233 android:protectionLevel="normal"
234 android:label="@string/permlab_writeDictionary"
235 android:description="@string/permdesc_writeDictionary" />
236
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400237 <!-- Allows an application to read (but not write) the user's
238 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400239 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400240 android:permissionGroup="android.permission-group.PERSONAL_INFO"
241 android:label="@string/permlab_readHistoryBookmarks"
242 android:description="@string/permdesc_readHistoryBookmarks"
243 android:protectionLevel="dangerous" />
244
245 <!-- Allows an application to write (but not read) the user's
246 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400247 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400248 android:permissionGroup="android.permission-group.PERSONAL_INFO"
249 android:label="@string/permlab_writeHistoryBookmarks"
250 android:description="@string/permdesc_writeHistoryBookmarks"
251 android:protectionLevel="dangerous" />
252
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800253 <!-- ======================================= -->
254 <!-- Permissions for accessing location info -->
255 <!-- ======================================= -->
256 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700257
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800258 <!-- Used for permissions that allow access to the user's current
259 location. -->
260 <permission-group android:name="android.permission-group.LOCATION"
261 android:label="@string/permgrouplab_location"
262 android:description="@string/permgroupdesc_location" />
263
264 <!-- Allows an application to access fine (e.g., GPS) location -->
265 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
266 android:permissionGroup="android.permission-group.LOCATION"
267 android:protectionLevel="dangerous"
268 android:label="@string/permlab_accessFineLocation"
269 android:description="@string/permdesc_accessFineLocation" />
270
271 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
272 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
273 android:permissionGroup="android.permission-group.LOCATION"
274 android:protectionLevel="dangerous"
275 android:label="@string/permlab_accessCoarseLocation"
276 android:description="@string/permdesc_accessCoarseLocation" />
277
278 <!-- Allows an application to create mock location providers for testing -->
279 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
280 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700281 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800282 android:label="@string/permlab_accessMockLocation"
283 android:description="@string/permdesc_accessMockLocation" />
284
285 <!-- Allows an application to access extra location provider commands -->
286 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
287 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700288 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800289 android:label="@string/permlab_accessLocationExtraCommands"
290 android:description="@string/permdesc_accessLocationExtraCommands" />
291
Mike Lockwood275555c2009-05-01 11:30:34 -0400292 <!-- Allows an application to install a location provider into the Location Manager -->
293 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
294 android:protectionLevel="signatureOrSystem"
295 android:label="@string/permlab_installLocationProvider"
296 android:description="@string/permdesc_installLocationProvider" />
297
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800298 <!-- ======================================= -->
299 <!-- Permissions for accessing networks -->
300 <!-- ======================================= -->
301 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700302
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800303 <!-- Used for permissions that provide access to networking services. The
304 main permission here is internet access, but this is also an
305 appropriate group for accessing or modifying any network configuration
306 or other related network operations. -->
307 <permission-group android:name="android.permission-group.NETWORK"
308 android:label="@string/permgrouplab_network"
309 android:description="@string/permgroupdesc_network" />
310
311 <!-- Allows applications to open network sockets. -->
312 <permission android:name="android.permission.INTERNET"
313 android:permissionGroup="android.permission-group.NETWORK"
314 android:protectionLevel="dangerous"
315 android:description="@string/permdesc_createNetworkSockets"
316 android:label="@string/permlab_createNetworkSockets" />
317
318 <!-- Allows applications to access information about networks -->
319 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
320 android:permissionGroup="android.permission-group.NETWORK"
321 android:protectionLevel="normal"
322 android:description="@string/permdesc_accessNetworkState"
323 android:label="@string/permlab_accessNetworkState" />
324
325 <!-- Allows applications to access information about Wi-Fi networks -->
326 <permission android:name="android.permission.ACCESS_WIFI_STATE"
327 android:permissionGroup="android.permission-group.NETWORK"
328 android:protectionLevel="normal"
329 android:description="@string/permdesc_accessWifiState"
330 android:label="@string/permlab_accessWifiState" />
331
332 <!-- Allows applications to connect to paired bluetooth devices -->
333 <permission android:name="android.permission.BLUETOOTH"
334 android:permissionGroup="android.permission-group.NETWORK"
335 android:protectionLevel="dangerous"
336 android:description="@string/permdesc_bluetooth"
337 android:label="@string/permlab_bluetooth" />
338
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700339 <!-- Allows applications to call into AccountAuthenticators. Only
340 the system can get this permission. -->
Fred Quintanaf7ae77c2009-10-02 17:19:31 -0700341 <permission android:name="android.permission.ACCOUNT_MANAGER"
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700342 android:permissionGroup="android.permission-group.ACCOUNTS"
343 android:protectionLevel="signature"
344 android:description="@string/permdesc_accountManagerService"
345 android:label="@string/permlab_accountManagerService" />
346
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700347 <!-- Allows an internal user to use privaledged ConnectivityManager
348 APIs.
349 @hide -->
350 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
351 android:permissionGroup="android.permission-group.NETWORK"
352 android:protectionLevel="signatureOrSystem" />
353
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800354 <!-- ================================== -->
355 <!-- Permissions for accessing accounts -->
356 <!-- ================================== -->
357 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700358
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700359 <!-- Permissions for direct access to the accounts managed
360 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800361 <permission-group android:name="android.permission-group.ACCOUNTS"
362 android:label="@string/permgrouplab_accounts"
363 android:description="@string/permgroupdesc_accounts" />
364
365 <!-- Allows access to the list of accounts in the Accounts Service -->
366 <permission android:name="android.permission.GET_ACCOUNTS"
367 android:permissionGroup="android.permission-group.ACCOUNTS"
368 android:protectionLevel="normal"
369 android:description="@string/permdesc_getAccounts"
370 android:label="@string/permlab_getAccounts" />
371
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700372 <!-- Allows an application to act as an AccountAuthenticator for
373 the AccountManager -->
374 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
375 android:permissionGroup="android.permission-group.ACCOUNTS"
376 android:protectionLevel="dangerous"
377 android:label="@string/permlab_authenticateAccounts"
378 android:description="@string/permdesc_authenticateAccounts" />
379
380 <!-- Allows an application to request authtokens from the AccountManager -->
381 <permission android:name="android.permission.USE_CREDENTIALS"
382 android:permissionGroup="android.permission-group.ACCOUNTS"
383 android:protectionLevel="dangerous"
384 android:label="@string/permlab_useCredentials"
385 android:description="@string/permdesc_useCredentials" />
386
387 <!-- Allows an application to manage the list of accounts in the AccountManager -->
388 <permission android:name="android.permission.MANAGE_ACCOUNTS"
389 android:permissionGroup="android.permission-group.ACCOUNTS"
390 android:protectionLevel="dangerous"
391 android:label="@string/permlab_manageAccounts"
392 android:description="@string/permdesc_manageAccounts" />
393
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800394 <!-- ================================== -->
395 <!-- Permissions for accessing hardware -->
396 <!-- ================================== -->
397 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700398
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800399 <!-- Used for permissions that provide direct access to the hardware on
400 the device. This includes audio, the camera, vibrator, etc. -->
401 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
402 android:label="@string/permgrouplab_hardwareControls"
403 android:description="@string/permgroupdesc_hardwareControls" />
404
405 <!-- Allows an application to modify global audio settings -->
406 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
407 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
408 android:protectionLevel="dangerous"
409 android:label="@string/permlab_modifyAudioSettings"
410 android:description="@string/permdesc_modifyAudioSettings" />
411
412 <!-- Allows an application to record audio -->
413 <permission android:name="android.permission.RECORD_AUDIO"
414 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
415 android:protectionLevel="dangerous"
416 android:label="@string/permlab_recordAudio"
417 android:description="@string/permdesc_recordAudio" />
418
Scott Main0b916352009-12-17 18:01:04 -0800419 <!-- Required to be able to access the camera device.
420 <p>This will automatically enforce the <a
421 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
422 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
423 If you do not require all camera features or can properly operate if a camera
424 is not available, then you must modify your manifest as appropriate in order to
425 install on devices that don't support all camera features.</p> -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800426 <permission android:name="android.permission.CAMERA"
427 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
428 android:protectionLevel="dangerous"
429 android:label="@string/permlab_camera"
430 android:description="@string/permdesc_camera" />
431
432 <!-- Allows access to the vibrator -->
433 <permission android:name="android.permission.VIBRATE"
434 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
435 android:protectionLevel="normal"
436 android:label="@string/permlab_vibrate"
437 android:description="@string/permdesc_vibrate" />
438
439 <!-- Allows access to the flashlight -->
440 <permission android:name="android.permission.FLASHLIGHT"
441 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
442 android:protectionLevel="normal"
443 android:label="@string/permlab_flashlight"
444 android:description="@string/permdesc_flashlight" />
445
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400446 <!-- Allows an application to access USB devices
447 @hide -->
448 <permission android:name="android.permission.ACCESS_USB"
449 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
450 android:protectionLevel="signatureOrSystem"
451 android:label="@string/permlab_accessUsb"
452 android:description="@string/permdesc_accessUsb" />
453
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800454 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
455 <permission android:name="android.permission.HARDWARE_TEST"
456 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
457 android:protectionLevel="signature"
458 android:label="@string/permlab_hardware_test"
459 android:description="@string/permdesc_hardware_test" />
460
461 <!-- =========================================== -->
462 <!-- Permissions associated with telephony state -->
463 <!-- =========================================== -->
464 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700465
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800466 <!-- Used for permissions that are associated with accessing and modifyign
467 telephony state: intercepting outgoing calls, reading
468 and modifying the phone state. Note that
469 placing phone calls is not in this group, since that is in the
470 more important "takin' yer moneys" group. -->
471 <permission-group android:name="android.permission-group.PHONE_CALLS"
472 android:label="@string/permgrouplab_phoneCalls"
473 android:description="@string/permgroupdesc_phoneCalls" />
474
475 <!-- Allows an application to monitor, modify, or abort outgoing
476 calls. -->
477 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
478 android:permissionGroup="android.permission-group.PHONE_CALLS"
479 android:protectionLevel="dangerous"
480 android:label="@string/permlab_processOutgoingCalls"
481 android:description="@string/permdesc_processOutgoingCalls" />
482
483 <!-- Allows modification of the telephony state - power on, mmi, etc.
484 Does not include placing calls. -->
485 <permission android:name="android.permission.MODIFY_PHONE_STATE"
486 android:permissionGroup="android.permission-group.PHONE_CALLS"
487 android:protectionLevel="dangerous"
488 android:label="@string/permlab_modifyPhoneState"
489 android:description="@string/permdesc_modifyPhoneState" />
490
491 <!-- Allows read only access to phone state. -->
492 <permission android:name="android.permission.READ_PHONE_STATE"
493 android:permissionGroup="android.permission-group.PHONE_CALLS"
494 android:protectionLevel="dangerous"
495 android:label="@string/permlab_readPhoneState"
496 android:description="@string/permdesc_readPhoneState" />
497
San Mehat29b57e62009-04-23 09:18:32 -0700498 <!-- ================================== -->
499 <!-- Permissions for sdcard interaction -->
500 <!-- ================================== -->
501 <eat-comment />
502
503 <!-- Group of permissions that are related to SD card access. -->
504 <permission-group android:name="android.permission-group.STORAGE"
505 android:label="@string/permgrouplab_storage"
506 android:description="@string/permgroupdesc_storage" />
507
San Mehat5a3a77d2009-06-01 09:25:28 -0700508 <!-- Allows an application to write to external storage -->
509 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700510 android:permissionGroup="android.permission-group.STORAGE"
511 android:label="@string/permlab_sdcardWrite"
512 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700513 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700514
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800515 <!-- ============================================ -->
516 <!-- Permissions for low-level system interaction -->
517 <!-- ============================================ -->
518 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700519
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800520 <!-- Group of permissions that are related to system APIs. Many
521 of these are not permissions the user will be expected to understand,
522 and such permissions should generally be marked as "normal" protection
523 level so they don't get displayed. This can also, however, be used
524 for miscellaneous features that provide access to the operating system,
525 such as writing the global system settings. -->
526 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
527 android:label="@string/permgrouplab_systemTools"
528 android:description="@string/permgroupdesc_systemTools" />
529
530 <!-- Allows an application to read or write the system settings. -->
531 <permission android:name="android.permission.WRITE_SETTINGS"
532 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
533 android:protectionLevel="dangerous"
534 android:label="@string/permlab_writeSettings"
535 android:description="@string/permdesc_writeSettings" />
536
537 <!-- Allows an application to read or write the secure system settings. -->
538 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
539 android:protectionLevel="signatureOrSystem"
540 android:label="@string/permlab_writeSecureSettings"
541 android:description="@string/permdesc_writeSecureSettings" />
542
543 <!-- Allows an application to modify the Google service map. -->
544 <permission android:name="android.permission.WRITE_GSERVICES"
Dan Egnorac63ebc2009-11-12 23:02:22 -0800545 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800546 android:label="@string/permlab_writeGservices"
547 android:description="@string/permdesc_writeGservices" />
548
549 <!-- Allows an application to expand or collapse the status bar. -->
550 <permission android:name="android.permission.EXPAND_STATUS_BAR"
551 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
552 android:protectionLevel="normal"
553 android:label="@string/permlab_expandStatusBar"
554 android:description="@string/permdesc_expandStatusBar" />
555
556 <!-- Allows an application to get information about the currently
557 or recently running tasks: a thumbnail representation of the tasks,
558 what activities are running in it, etc. -->
559 <permission android:name="android.permission.GET_TASKS"
560 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
561 android:protectionLevel="dangerous"
562 android:label="@string/permlab_getTasks"
563 android:description="@string/permdesc_getTasks" />
564
565 <!-- Allows an application to change the Z-order of tasks -->
566 <permission android:name="android.permission.REORDER_TASKS"
567 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
568 android:protectionLevel="dangerous"
569 android:label="@string/permlab_reorderTasks"
570 android:description="@string/permdesc_reorderTasks" />
571
572 <!-- Allows an application to modify the current configuration, such
573 as locale. -->
574 <permission android:name="android.permission.CHANGE_CONFIGURATION"
575 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
576 android:protectionLevel="dangerous"
577 android:label="@string/permlab_changeConfiguration"
578 android:description="@string/permdesc_changeConfiguration" />
579
Dianne Hackborn03abb812010-01-04 18:43:19 -0800580 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
581 API is no longer supported. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800582 <permission android:name="android.permission.RESTART_PACKAGES"
583 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -0800584 android:protectionLevel="normal"
585 android:label="@string/permlab_killBackgroundProcesses"
586 android:description="@string/permdesc_killBackgroundProcesses" />
587
588 <!-- Allows an application to call
589 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
590 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
591 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
592 android:protectionLevel="normal"
593 android:label="@string/permlab_killBackgroundProcesses"
594 android:description="@string/permdesc_killBackgroundProcesses" />
595
596 <!-- Allows an application to call
597 {@link android.app.ActivityManager#forceStopPackage}.
598 @hide -->
599 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
600 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
601 android:protectionLevel="signature"
602 android:label="@string/permlab_forceStopPackages"
603 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800604
605 <!-- Allows an application to retrieve state dump information from system
606 services. -->
607 <permission android:name="android.permission.DUMP"
608 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
609 android:protectionLevel="dangerous"
610 android:label="@string/permlab_dump"
611 android:description="@string/permdesc_dump" />
612
613 <!-- Allows an application to open windows using the type
614 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
615 shown on top of all other applications. Very few applications
616 should use this permission; these windows are intended for
617 system-level interaction with the user. -->
618 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
619 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
620 android:protectionLevel="dangerous"
621 android:label="@string/permlab_systemAlertWindow"
622 android:description="@string/permdesc_systemAlertWindow" />
623
624 <!-- Modify the global animation scaling factor. -->
625 <permission android:name="android.permission.SET_ANIMATION_SCALE"
626 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
627 android:protectionLevel="dangerous"
628 android:label="@string/permlab_setAnimationScale"
629 android:description="@string/permdesc_setAnimationScale" />
630
631 <!-- Allow an application to make its activities persistent. -->
632 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
633 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
634 android:protectionLevel="dangerous"
635 android:label="@string/permlab_persistentActivity"
636 android:description="@string/permdesc_persistentActivity" />
637
638 <!-- Allows an application to find out the space used by any package. -->
639 <permission android:name="android.permission.GET_PACKAGE_SIZE"
640 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
641 android:protectionLevel="normal"
642 android:label="@string/permlab_getPackageSize"
643 android:description="@string/permdesc_getPackageSize" />
644
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800645 <!-- @deprecated No longer useful, see
646 {@link android.content.pm.PackageManager#addPackageToPreferred}
647 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800648 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
649 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800650 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800651 android:label="@string/permlab_setPreferredApplications"
652 android:description="@string/permdesc_setPreferredApplications" />
653
654 <!-- Allows an application to receive the
655 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
656 broadcast after the system finishes booting. If you don't
657 request this permission, you will not receive the broadcast at
658 that time. Though holding this permission does not have any
659 security implications, it can have a negative impact on the
660 user experience by increasing the amount of time it takes the
661 system to start and allowing applications to have themselves
662 running without the user being aware of them. As such, you must
663 explicitly declare your use of this facility to make that visible
664 to the user. -->
665 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
666 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
667 android:protectionLevel="normal"
668 android:label="@string/permlab_receiveBootCompleted"
669 android:description="@string/permdesc_receiveBootCompleted" />
670
671 <!-- Allows an application to broadcast sticky intents. These are
672 broadcasts whose data is held by the system after being finished,
673 so that clients can quickly retrieve that data without having
674 to wait for the next broadcast. -->
675 <permission android:name="android.permission.BROADCAST_STICKY"
676 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
677 android:protectionLevel="normal"
678 android:label="@string/permlab_broadcastSticky"
679 android:description="@string/permdesc_broadcastSticky" />
680
681 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
682 from dimming -->
683 <permission android:name="android.permission.WAKE_LOCK"
684 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
685 android:protectionLevel="dangerous"
686 android:label="@string/permlab_wakeLock"
687 android:description="@string/permdesc_wakeLock" />
688
689 <!-- Allows applications to set the wallpaper -->
690 <permission android:name="android.permission.SET_WALLPAPER"
691 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
692 android:protectionLevel="normal"
693 android:label="@string/permlab_setWallpaper"
694 android:description="@string/permdesc_setWallpaper" />
695
696 <!-- Allows applications to set the wallpaper hints -->
697 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
698 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
699 android:protectionLevel="normal"
700 android:label="@string/permlab_setWallpaperHints"
701 android:description="@string/permdesc_setWallpaperHints" />
702
Dan Egnor97e44942010-02-04 20:27:47 -0800703 <!-- Allows applications to set the system time -->
704 <permission android:name="android.permission.SET_TIME"
705 android:protectionLevel="signatureOrSystem"
706 android:label="@string/permlab_setTime"
707 android:description="@string/permdesc_setTime" />
708
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800709 <!-- Allows applications to set the system time zone -->
710 <permission android:name="android.permission.SET_TIME_ZONE"
711 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
712 android:protectionLevel="dangerous"
713 android:label="@string/permlab_setTimeZone"
714 android:description="@string/permdesc_setTimeZone" />
715
716 <!-- Allows mounting and unmounting file systems for removable storage. -->
717 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
718 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
719 android:protectionLevel="dangerous"
720 android:label="@string/permlab_mount_unmount_filesystems"
721 android:description="@string/permdesc_mount_unmount_filesystems" />
722
723 <!-- Allows formatting file systems for removable storage. -->
724 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
725 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
726 android:protectionLevel="dangerous"
727 android:label="@string/permlab_mount_format_filesystems"
728 android:description="@string/permdesc_mount_format_filesystems" />
729
San Mehat02735bc2010-01-26 15:18:08 -0800730 <!-- Allows access to ASEC non-destructive API calls
731 @hide -->
732 <permission android:name="android.permission.ASEC_ACCESS"
733 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700734 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800735 android:label="@string/permlab_asec_access"
736 android:description="@string/permdesc_asec_access" />
737
738 <!-- Allows creation of ASEC volumes
739 @hide -->
740 <permission android:name="android.permission.ASEC_CREATE"
741 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700742 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800743 android:label="@string/permlab_asec_create"
744 android:description="@string/permdesc_asec_create" />
745
746 <!-- Allows destruction of ASEC volumes
747 @hide -->
748 <permission android:name="android.permission.ASEC_DESTROY"
749 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700750 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800751 android:label="@string/permlab_asec_destroy"
752 android:description="@string/permdesc_asec_destroy" />
753
754 <!-- Allows mount / unmount of ASEC volumes
755 @hide -->
756 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
757 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700758 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800759 android:label="@string/permlab_asec_mount_unmount"
760 android:description="@string/permdesc_asec_mount_unmount" />
761
762 <!-- Allows rename of ASEC volumes
763 @hide -->
764 <permission android:name="android.permission.ASEC_RENAME"
765 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700766 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800767 android:label="@string/permlab_asec_rename"
768 android:description="@string/permdesc_asec_rename" />
769
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800770 <!-- Allows applications to disable the keyguard -->
771 <permission android:name="android.permission.DISABLE_KEYGUARD"
772 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
773 android:protectionLevel="normal"
774 android:description="@string/permdesc_disableKeyguard"
775 android:label="@string/permlab_disableKeyguard" />
776
777 <!-- Allows applications to read the sync settings -->
778 <permission android:name="android.permission.READ_SYNC_SETTINGS"
779 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
780 android:protectionLevel="normal"
781 android:description="@string/permdesc_readSyncSettings"
782 android:label="@string/permlab_readSyncSettings" />
783
784 <!-- Allows applications to write the sync settings -->
785 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
786 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
787 android:protectionLevel="dangerous"
788 android:description="@string/permdesc_writeSyncSettings"
789 android:label="@string/permlab_writeSyncSettings" />
790
791 <!-- Allows applications to read the sync stats -->
792 <permission android:name="android.permission.READ_SYNC_STATS"
793 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
794 android:protectionLevel="normal"
795 android:description="@string/permdesc_readSyncStats"
796 android:label="@string/permlab_readSyncStats" />
797
798 <!-- Allows applications to write the apn settings -->
799 <permission android:name="android.permission.WRITE_APN_SETTINGS"
800 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
801 android:protectionLevel="dangerous"
802 android:description="@string/permdesc_writeApnSettings"
803 android:label="@string/permlab_writeApnSettings" />
804
Fred Quintana60307342009-03-24 22:48:12 -0700805 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800806 ContentProvider. -->
807 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
808 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
809 android:label="@string/permlab_subscribedFeedsRead"
810 android:description="@string/permdesc_subscribedFeedsRead"
811 android:protectionLevel="normal" />
812 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
813 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
814 android:label="@string/permlab_subscribedFeedsWrite"
815 android:description="@string/permdesc_subscribedFeedsWrite"
816 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -0700817
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800818 <!-- Allows applications to change network connectivity state -->
819 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
820 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
821 android:protectionLevel="dangerous"
822 android:description="@string/permdesc_changeNetworkState"
823 android:label="@string/permlab_changeNetworkState" />
824
825 <!-- Allows applications to change Wi-Fi connectivity state -->
826 <permission android:name="android.permission.CHANGE_WIFI_STATE"
827 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
828 android:protectionLevel="dangerous"
829 android:description="@string/permdesc_changeWifiState"
830 android:label="@string/permlab_changeWifiState" />
831
Robert Greenwaltfc1b15c2009-05-22 15:09:51 -0700832 <!-- Allows applications to enter Wi-Fi Multicast mode -->
833 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
834 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
835 android:protectionLevel="dangerous"
836 android:description="@string/permdesc_changeWifiMulticastState"
837 android:label="@string/permlab_changeWifiMulticastState" />
838
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800839 <!-- Allows applications to discover and pair bluetooth devices -->
840 <permission android:name="android.permission.BLUETOOTH_ADMIN"
841 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
842 android:protectionLevel="dangerous"
843 android:description="@string/permdesc_bluetoothAdmin"
844 android:label="@string/permlab_bluetoothAdmin" />
845
846 <!-- Allows an application to clear the caches of all installed
847 applications on the device. -->
848 <permission android:name="android.permission.CLEAR_APP_CACHE"
849 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
850 android:protectionLevel="dangerous"
851 android:label="@string/permlab_clearAppCache"
852 android:description="@string/permdesc_clearAppCache" />
853
854 <!-- Allows an application to read the low-level system log files.
855 These can contain slightly private information about what is
856 happening on the device, but should never contain the user's
857 private information. -->
858 <permission android:name="android.permission.READ_LOGS"
859 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
860 android:protectionLevel="dangerous"
861 android:label="@string/permlab_readLogs"
862 android:description="@string/permdesc_readLogs" />
863
864 <!-- ========================================= -->
865 <!-- Permissions for special development tools -->
866 <!-- ========================================= -->
867 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700868
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800869 <!-- Group of permissions that are related to development features. These
870 are not permissions that should appear in normal applications; they
871 protect APIs that are intended only to be used for development
872 purposes. -->
873 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
874 android:label="@string/permgrouplab_developmentTools"
875 android:description="@string/permgroupdesc_developmentTools" />
876
877 <!-- Configure an application for debugging. -->
878 <permission android:name="android.permission.SET_DEBUG_APP"
879 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
880 android:protectionLevel="dangerous"
881 android:label="@string/permlab_setDebugApp"
882 android:description="@string/permdesc_setDebugApp" />
883
884 <!-- Allows an application to set the maximum number of (not needed)
885 application processes that can be running. -->
886 <permission android:name="android.permission.SET_PROCESS_LIMIT"
887 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
888 android:protectionLevel="dangerous"
889 android:label="@string/permlab_setProcessLimit"
890 android:description="@string/permdesc_setProcessLimit" />
891
892 <!-- Allows an application to control whether activities are immediately
893 finished when put in the background. -->
894 <permission android:name="android.permission.SET_ALWAYS_FINISH"
895 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
896 android:protectionLevel="dangerous"
897 android:label="@string/permlab_setAlwaysFinish"
898 android:description="@string/permdesc_setAlwaysFinish" />
899
900 <!-- Allow an application to request that a signal be sent to all persistent processes -->
901 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
902 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
903 android:protectionLevel="dangerous"
904 android:label="@string/permlab_signalPersistentProcesses"
905 android:description="@string/permdesc_signalPersistentProcesses" />
906
907 <!-- ==================================== -->
908 <!-- Private (signature-only) permissions -->
909 <!-- ==================================== -->
910 <eat-comment />
911
912 <!-- Allows applications to RW to diagnostic resources. -->
913 <permission android:name="android.permission.DIAGNOSTIC"
914 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
915 android:protectionLevel="signature"
916 android:description="@string/permdesc_diagnostic"
917 android:label="@string/permlab_diagnostic" />
918
919 <!-- Allows an application to open, close, or disable the status bar
920 and its icons. -->
921 <permission android:name="android.permission.STATUS_BAR"
922 android:label="@string/permlab_statusBar"
923 android:description="@string/permdesc_statusBar"
924 android:protectionLevel="signatureOrSystem" />
925
Joe Onorato8bc6c512010-06-04 16:21:12 -0400926 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
927 @hide -->
928 <permission android:name="android.permission.STATUS_BAR_SERVICE"
929 android:label="@string/permlab_statusBarService"
930 android:description="@string/permdesc_statusBarService"
931 android:protectionLevel="signature" />
932
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800933 <!-- Allows an application to force a BACK operation on whatever is the
934 top activity. -->
935 <permission android:name="android.permission.FORCE_BACK"
936 android:label="@string/permlab_forceBack"
937 android:description="@string/permdesc_forceBack"
938 android:protectionLevel="signature" />
939
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800940 <!-- Allows an application to update device statistics. Not for
941 use by third party apps. -->
942 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
943 android:label="@string/permlab_batteryStats"
944 android:description="@string/permdesc_batteryStats"
945 android:protectionLevel="signature" />
946
947 <!-- Allows an application to open windows that are for use by parts
948 of the system user interface. Not for use by third party apps. -->
949 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
950 android:label="@string/permlab_internalSystemWindow"
951 android:description="@string/permdesc_internalSystemWindow"
952 android:protectionLevel="signature" />
953
954 <!-- Allows an application to manage (create, destroy,
955 Z-order) application tokens in the window manager. This is only
956 for use by the system. -->
957 <permission android:name="android.permission.MANAGE_APP_TOKENS"
958 android:label="@string/permlab_manageAppTokens"
959 android:description="@string/permdesc_manageAppTokens"
960 android:protectionLevel="signature" />
961
962 <!-- Allows an application to inject user events (keys, touch, trackball)
963 into the event stream and deliver them to ANY window. Without this
964 permission, you can only deliver events to windows in your own process.
965 Very few applications should need to use this permission. -->
966 <permission android:name="android.permission.INJECT_EVENTS"
967 android:label="@string/permlab_injectEvents"
968 android:description="@string/permdesc_injectEvents"
969 android:protectionLevel="signature" />
970
971 <!-- Allows an application to watch and control how activities are
972 started globally in the system. Only for is in debugging
973 (usually the monkey command). -->
974 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
975 android:label="@string/permlab_runSetActivityWatcher"
976 android:description="@string/permdesc_runSetActivityWatcher"
977 android:protectionLevel="signature" />
978
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700979 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -0700980 to put the higher-level system there into a shutdown state.
981 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -0700982 <permission android:name="android.permission.SHUTDOWN"
983 android:label="@string/permlab_shutdown"
984 android:description="@string/permdesc_shutdown"
985 android:protectionLevel="signature" />
986
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700987 <!-- Allows an application to tell the activity manager to temporarily
988 stop application switches, putting it into a special mode that
989 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -0700990 critical UI such as the home screen.
991 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700992 <permission android:name="android.permission.STOP_APP_SWITCHES"
993 android:label="@string/permlab_stopAppSwitches"
994 android:description="@string/permdesc_stopAppSwitches"
995 android:protectionLevel="signature" />
996
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800997 <!-- Allows an application to retrieve the current state of keys and
998 switches. This is only for use by the system.-->
999 <permission android:name="android.permission.READ_INPUT_STATE"
1000 android:label="@string/permlab_readInputState"
1001 android:description="@string/permdesc_readInputState"
1002 android:protectionLevel="signature" />
1003
Dianne Hackbornd6847842010-01-12 18:14:19 -08001004 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1005 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001006 <permission android:name="android.permission.BIND_INPUT_METHOD"
1007 android:label="@string/permlab_bindInputMethod"
1008 android:description="@string/permdesc_bindInputMethod"
1009 android:protectionLevel="signature" />
1010
Dianne Hackbornd6847842010-01-12 18:14:19 -08001011 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1012 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001013 <permission android:name="android.permission.BIND_WALLPAPER"
1014 android:label="@string/permlab_bindWallpaper"
1015 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborn284ac932009-08-28 10:34:25 -07001016 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001017
Dianne Hackbornd6847842010-01-12 18:14:19 -08001018 <!-- Must be required by device administration receiver, to ensure that only the
1019 system can interact with it. -->
1020 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1021 android:label="@string/permlab_bindDeviceAdmin"
1022 android:description="@string/permdesc_bindDeviceAdmin"
1023 android:protectionLevel="signature" />
1024
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001025 <!-- Allows low-level access to setting the orientation (actually
1026 rotation) of the screen. Not for use by normal applications. -->
1027 <permission android:name="android.permission.SET_ORIENTATION"
1028 android:label="@string/permlab_setOrientation"
1029 android:description="@string/permdesc_setOrientation"
1030 android:protectionLevel="signature" />
1031
1032 <!-- Allows an application to install packages. -->
1033 <permission android:name="android.permission.INSTALL_PACKAGES"
1034 android:label="@string/permlab_installPackages"
1035 android:description="@string/permdesc_installPackages"
Jasper Lin24692412009-03-24 18:24:57 -07001036 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001037
1038 <!-- Allows an application to clear user data -->
1039 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1040 android:label="@string/permlab_clearAppUserData"
1041 android:description="@string/permdesc_clearAppUserData"
1042 android:protectionLevel="signature" />
1043
1044 <!-- Allows an application to delete cache files. -->
1045 <permission android:name="android.permission.DELETE_CACHE_FILES"
1046 android:label="@string/permlab_deleteCacheFiles"
1047 android:description="@string/permdesc_deleteCacheFiles"
Doug Zongker50a21f42009-11-19 12:49:53 -08001048 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001049
1050 <!-- Allows an application to delete packages. -->
1051 <permission android:name="android.permission.DELETE_PACKAGES"
1052 android:label="@string/permlab_deletePackages"
1053 android:description="@string/permdesc_deletePackages"
Jasper Lin24692412009-03-24 18:24:57 -07001054 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001055
Jeff Brownec7c78f2010-03-30 23:37:25 -07001056 <!-- Allows an application to move location of installed package.
1057 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001058 <permission android:name="android.permission.MOVE_PACKAGE"
1059 android:label="@string/permlab_movePackage"
1060 android:description="@string/permdesc_movePackage"
1061 android:protectionLevel="signatureOrSystem" />
1062
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001063 <!-- Allows an application to change whether an application component (other than its own) is
1064 enabled or not. -->
1065 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1066 android:label="@string/permlab_changeComponentState"
1067 android:description="@string/permdesc_changeComponentState"
1068 android:protectionLevel="signature" />
1069
1070 <!-- Allows an application to use SurfaceFlinger's low level features -->
1071 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1072 android:label="@string/permlab_accessSurfaceFlinger"
1073 android:description="@string/permdesc_accessSurfaceFlinger"
1074 android:protectionLevel="signature" />
1075
1076 <!-- Allows an application to take screen shots and more generally
1077 get access to the frame buffer data -->
1078 <permission android:name="android.permission.READ_FRAME_BUFFER"
1079 android:label="@string/permlab_readFrameBuffer"
1080 android:description="@string/permdesc_readFrameBuffer"
1081 android:protectionLevel="signature" />
1082
1083 <!-- Required to be able to disable the device (very dangerous!). -->
1084 <permission android:name="android.permission.BRICK"
1085 android:label="@string/permlab_brick"
1086 android:description="@string/permdesc_brick"
1087 android:protectionLevel="signature" />
1088
1089 <!-- Required to be able to reboot the device. -->
1090 <permission android:name="android.permission.REBOOT"
1091 android:label="@string/permlab_reboot"
1092 android:description="@string/permdesc_reboot"
Doug Zongker50a21f42009-11-19 12:49:53 -08001093 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001094
1095 <!-- Allows low-level access to power management -->
1096 <permission android:name="android.permission.DEVICE_POWER"
1097 android:label="@string/permlab_devicePower"
1098 android:description="@string/permdesc_devicePower"
1099 android:protectionLevel="signature" />
1100
1101 <!-- Run as a manufacturer test application, running as the root user.
1102 Only available when the device is running in manufacturer test mode. -->
1103 <permission android:name="android.permission.FACTORY_TEST"
1104 android:label="@string/permlab_factoryTest"
1105 android:description="@string/permdesc_factoryTest"
1106 android:protectionLevel="signature" />
1107
1108 <!-- Allows an application to broadcast a notification that an application
1109 package has been removed. -->
1110 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1111 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1112 android:label="@string/permlab_broadcastPackageRemoved"
1113 android:description="@string/permdesc_broadcastPackageRemoved"
1114 android:protectionLevel="signature" />
1115
1116 <!-- Allows an application to broadcast an SMS receipt notification -->
1117 <permission android:name="android.permission.BROADCAST_SMS"
1118 android:permissionGroup="android.permission-group.MESSAGES"
1119 android:label="@string/permlab_broadcastSmsReceived"
1120 android:description="@string/permdesc_broadcastSmsReceived"
1121 android:protectionLevel="signature" />
1122
1123 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1124 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1125 android:permissionGroup="android.permission-group.MESSAGES"
1126 android:label="@string/permlab_broadcastWapPush"
1127 android:description="@string/permdesc_broadcastWapPush"
1128 android:protectionLevel="signature" />
1129
1130 <permission android:name="android.permission.MASTER_CLEAR"
1131 android:label="@string/permlab_masterClear"
1132 android:description="@string/permdesc_masterClear"
1133 android:protectionLevel="signatureOrSystem" />
1134
1135 <!-- Allows an application to call any phone number, including emergency
1136 numbers, without going through the Dialer user interface for the user
1137 to confirm the call being placed. -->
1138 <permission android:name="android.permission.CALL_PRIVILEGED"
1139 android:label="@string/permlab_callPrivileged"
1140 android:description="@string/permdesc_callPrivileged"
1141 android:protectionLevel="signatureOrSystem" />
1142
Jim Miller767be5f2009-08-25 19:33:57 -07001143 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1144 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1145 android:label="@string/permlab_performCdmaProvisioning"
1146 android:description="@string/permdesc_performCdmaProvisioning"
1147 android:protectionLevel="signatureOrSystem" />
1148
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001149 <!-- Allows enabling/disabling location update notifications from
1150 the radio. Not for use by normal applications. -->
1151 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1152 android:label="@string/permlab_locationUpdates"
1153 android:description="@string/permdesc_locationUpdates"
Mike Lockwood275555c2009-05-01 11:30:34 -04001154 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001155
1156 <!-- Allows read/write access to the "properties" table in the checkin
1157 database, to change values that get uploaded. -->
1158 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1159 android:label="@string/permlab_checkinProperties"
1160 android:description="@string/permdesc_checkinProperties"
Jasper Lin24692412009-03-24 18:24:57 -07001161 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001162
1163 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001164 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001165 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1166 android:label="@string/permlab_pkgUsageStats"
1167 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001168 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001169
1170 <!-- Allows an application to collect battery statistics -->
1171 <permission android:name="android.permission.BATTERY_STATS"
1172 android:label="@string/permlab_batteryStats"
1173 android:description="@string/permdesc_batteryStats"
1174 android:protectionLevel="normal" />
1175
Christopher Tate181fafa2009-05-14 11:12:14 -07001176 <!-- Allows an application to control the backup and restore process
1177 @hide pending API council -->
1178 <permission android:name="android.permission.BACKUP"
1179 android:label="@string/permlab_backup"
1180 android:description="@string/permdesc_backup"
Joe Onorato8aeaf2e2009-06-29 14:46:30 -04001181 android:protectionLevel="signatureOrSystem" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001182
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001183 <!-- Allows an application to tell the AppWidget service which application
1184 can access AppWidget's data. The normal user flow is that a user
1185 picks an AppWidget to go into a particular host, thereby giving that
1186 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001187 An application that has this permission should honor that contract.
1188 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001189 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001190 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1191 android:label="@string/permlab_bindGadget"
1192 android:description="@string/permdesc_bindGadget"
Jeff Sharkeyaf999282009-05-18 14:35:49 -07001193 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001194
1195 <!-- Allows applications to change the background data setting
1196 @hide pending API council -->
1197 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1198 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1199 android:protectionLevel="signature"
1200 android:description="@string/permdesc_changeBackgroundDataSetting"
1201 android:label="@string/permlab_changeBackgroundDataSetting" />
1202
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001203 <!-- This permission can be used on content providers to allow the global
1204 search system to access their data. Typically it used when the
1205 provider has some permissions protecting it (which global search
1206 would not be expected to hold), and added as a read-only permission
1207 to the path in the provider where global search queries are
1208 performed. This permission can not be held by regular applications;
1209 it is used by applications to protect themselves from everyone else
1210 besides global search. -->
1211 <permission android:name="android.permission.GLOBAL_SEARCH"
1212 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1213 android:protectionLevel="signatureOrSystem" />
1214
1215 <!-- Internal permission protecting access to the global search
1216 system: ensures that only the system can access the provider
1217 to perform queries (since this otherwise provides unrestricted
1218 access to a variety of content providers), and to write the
1219 search statistics (to keep applications from gaming the source
1220 ranking).
1221 @hide -->
1222 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1223 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1224 android:protectionLevel="signature" />
1225
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001226 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001227 @hide XXX Change to signature once the picker is moved to its
1228 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001229 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1230 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001231 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001232
Jeff Brownec7c78f2010-03-30 23:37:25 -07001233 <!-- Allow an application to read and write the cache partition.
1234 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001235 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1236 android:label="@string/permlab_cache_filesystem"
1237 android:description="@string/permdesc_cache_filesystem"
1238 android:protectionLevel="signatureOrSystem" />
1239
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001240 <!-- Must be required by default container service so that only
1241 the system can bind to it and use it to copy
1242 protected data to secure containers or files
1243 accessible to the system.
1244 @hide -->
1245 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1246 android:label="@string/permlab_copyProtectedData"
1247 android:description="@string/permlab_copyProtectedData"
1248 android:protectionLevel="signature" />
1249
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001250 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001251 @hide Used internally.
1252 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001253 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001254 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001255 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001256
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001257 <application android:process="system"
1258 android:persistent="true"
1259 android:hasCode="false"
1260 android:label="@string/android_system_label"
1261 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001262 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001263 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001264 android:icon="@drawable/ic_launcher_android">
1265 <activity android:name="com.android.internal.app.ChooserActivity"
1266 android:theme="@style/Theme.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001267 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001268 android:excludeFromRecents="true"
1269 android:multiprocess="true">
1270 <intent-filter>
1271 <action android:name="android.intent.action.CHOOSER" />
1272 <category android:name="android.intent.category.DEFAULT" />
1273 </intent-filter>
1274 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001275 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
1276 android:theme="@style/Theme.Dialog"
1277 android:label="@string/heavy_weight_switcher_title"
1278 android:finishOnCloseSystemDialogs="true"
1279 android:excludeFromRecents="true">
1280 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001281 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1282 android:theme="@style/Theme.NoDisplay"
1283 android:excludeFromRecents="true">
1284 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001285 <activity android:name="com.android.internal.app.RingtonePickerActivity"
1286 android:theme="@style/Theme.Dialog.Alert"
1287 android:excludeFromRecents="true"
1288 android:multiprocess="true">
1289 <intent-filter>
1290 <action android:name="android.intent.action.RINGTONE_PICKER" />
1291 <category android:name="android.intent.category.DEFAULT" />
1292 </intent-filter>
1293 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001294 <activity android:name="com.android.internal.app.ExternalMediaFormatActivity"
1295 android:theme="@style/Theme.Dialog.Alert"
1296 android:excludeFromRecents="true">
1297 </activity>
1298
Fred Quintana33269202009-04-20 16:05:10 -07001299 <activity android:name="android.accounts.ChooseAccountActivity"
1300 android:excludeFromRecents="true"
1301 android:exported="true">
1302 </activity>
1303
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001304 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1305 android:excludeFromRecents="true"
1306 android:exported="true">
1307 </activity>
1308
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001309 <activity android:name="com.android.server.ShutdownActivity"
1310 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001311 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001312 <intent-filter>
1313 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1314 <category android:name="android.intent.category.DEFAULT" />
1315 </intent-filter>
1316 </activity>
Danke Xie22d1f9f2009-08-18 18:28:45 -04001317 <activity android:name="com.android.internal.app.NetInitiatedActivity"
1318 android:theme="@style/Theme.Dialog.Alert"
1319 android:excludeFromRecents="true">
1320 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001321
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001322 <service android:name="com.android.server.LoadAverageService"
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001323 android:exported="true" />
1324
1325 <service android:name="com.android.internal.service.wallpaper.ImageWallpaper"
1326 android:permission="android.permission.BIND_WALLPAPER">
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001327 </service>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001328
1329 <receiver android:name="com.android.server.BootReceiver" >
1330 <intent-filter>
1331 <action android:name="android.intent.action.BOOT_COMPLETED" />
1332 </intent-filter>
1333 </receiver>
1334
1335 <receiver android:name="com.android.server.MasterClearReceiver"
1336 android:permission="android.permission.MASTER_CLEAR" >
1337 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001338 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1339 <action android:name="android.intent.action.MASTER_CLEAR" />
1340
1341 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001342 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001343 <category android:name="android.intent.category.MASTER_CLEAR" />
1344 </intent-filter>
1345 </receiver>
1346 </application>
1347
1348</manifest>
1349
1350