blob: c7c8ec198d735d8f01a5ec132e2602a1bcc67485 [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
Mike Lockwood57c798a2010-06-23 17:36:36 -040083 <protected-broadcast android:name="android.hardware.action.USB_CONNECTED" />
84 <protected-broadcast android:name="android.hardware.action.USB_DISCONNECTED" />
Mike Lockwood059f0092010-06-29 12:12:04 -040085 <protected-broadcast android:name="android.hardware.action.USB_STATE" />
Mike Lockwoodda39f0e2010-07-27 18:44:30 -040086 <protected-broadcast android:name="android.hardware.action.USB_CAMERA_ATTACHED" />
87 <protected-broadcast android:name="android.hardware.action.USB_CAMERA_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -040088
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080089 <!-- ====================================== -->
90 <!-- Permissions for things that cost money -->
91 <!-- ====================================== -->
92 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -070093
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080094 <!-- Used for permissions that can be used to make the user spend money
95 without their direct involvement. For example, this is the group
96 for permissions that allow you to directly place phone calls,
97 directly send SMS messages, etc. -->
98 <permission-group android:name="android.permission-group.COST_MONEY"
99 android:label="@string/permgrouplab_costMoney"
100 android:description="@string/permgroupdesc_costMoney" />
101
102 <!-- Allows an application to send SMS messages. -->
103 <permission android:name="android.permission.SEND_SMS"
104 android:permissionGroup="android.permission-group.COST_MONEY"
105 android:protectionLevel="dangerous"
106 android:label="@string/permlab_sendSms"
107 android:description="@string/permdesc_sendSms" />
108
109 <!-- Allows an application to initiate a phone call without going through
110 the Dialer user interface for the user to confirm the call
111 being placed. -->
112 <permission android:name="android.permission.CALL_PHONE"
113 android:permissionGroup="android.permission-group.COST_MONEY"
114 android:protectionLevel="dangerous"
115 android:label="@string/permlab_callPhone"
116 android:description="@string/permdesc_callPhone" />
117
118 <!-- ================================== -->
119 <!-- Permissions for accessing messages -->
120 <!-- ================================== -->
121 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700122
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800123 <!-- Used for permissions that allow an application to send messages
124 on behalf of the user or intercept messages being received by the
125 user. This is primarily intended for SMS/MMS messaging, such as
126 receiving or reading an MMS. -->
127 <permission-group android:name="android.permission-group.MESSAGES"
128 android:label="@string/permgrouplab_messages"
129 android:description="@string/permgroupdesc_messages" />
130
131 <!-- Allows an application to monitor incoming SMS messages, to record
132 or perform processing on them. -->
133 <permission android:name="android.permission.RECEIVE_SMS"
134 android:permissionGroup="android.permission-group.MESSAGES"
135 android:protectionLevel="dangerous"
136 android:label="@string/permlab_receiveSms"
137 android:description="@string/permdesc_receiveSms" />
138
139 <!-- Allows an application to monitor incoming MMS messages, to record
140 or perform processing on them. -->
141 <permission android:name="android.permission.RECEIVE_MMS"
142 android:permissionGroup="android.permission-group.MESSAGES"
143 android:protectionLevel="dangerous"
144 android:label="@string/permlab_receiveMms"
145 android:description="@string/permdesc_receiveMms" />
146
147 <!-- Allows an application to read SMS messages. -->
148 <permission android:name="android.permission.READ_SMS"
149 android:permissionGroup="android.permission-group.MESSAGES"
150 android:protectionLevel="dangerous"
151 android:label="@string/permlab_readSms"
152 android:description="@string/permdesc_readSms" />
153
154 <!-- Allows an application to write SMS messages. -->
155 <permission android:name="android.permission.WRITE_SMS"
156 android:permissionGroup="android.permission-group.MESSAGES"
157 android:protectionLevel="dangerous"
158 android:label="@string/permlab_writeSms"
159 android:description="@string/permdesc_writeSms" />
160
161 <!-- Allows an application to monitor incoming WAP push messages. -->
162 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
163 android:permissionGroup="android.permission-group.MESSAGES"
164 android:protectionLevel="dangerous"
165 android:label="@string/permlab_receiveWapPush"
166 android:description="@string/permdesc_receiveWapPush" />
167
168 <!-- =============================================================== -->
169 <!-- Permissions for accessing personal info (contacts and calendar) -->
170 <!-- =============================================================== -->
171 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700172
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800173 <!-- Used for permissions that provide access to the user's private data,
174 such as contacts, calendar events, e-mail messages, etc. This includes
175 both reading and writing of this data (which should generally be
176 expressed as two distinct permissions). -->
177 <permission-group android:name="android.permission-group.PERSONAL_INFO"
178 android:label="@string/permgrouplab_personalInfo"
179 android:description="@string/permgroupdesc_personalInfo" />
180
181 <!-- Allows an application to read the user's contacts data. -->
182 <permission android:name="android.permission.READ_CONTACTS"
183 android:permissionGroup="android.permission-group.PERSONAL_INFO"
184 android:protectionLevel="dangerous"
185 android:label="@string/permlab_readContacts"
186 android:description="@string/permdesc_readContacts" />
187
188 <!-- Allows an application to write (but not read) the user's
189 contacts data. -->
190 <permission android:name="android.permission.WRITE_CONTACTS"
191 android:permissionGroup="android.permission-group.PERSONAL_INFO"
192 android:protectionLevel="dangerous"
193 android:label="@string/permlab_writeContacts"
194 android:description="@string/permdesc_writeContacts" />
195
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800196 <!-- Allows an application to read the user's calendar data. -->
197 <permission android:name="android.permission.READ_CALENDAR"
198 android:permissionGroup="android.permission-group.PERSONAL_INFO"
199 android:protectionLevel="dangerous"
200 android:label="@string/permlab_readCalendar"
201 android:description="@string/permdesc_readCalendar" />
202
203 <!-- Allows an application to write (but not read) the user's
204 calendar data. -->
205 <permission android:name="android.permission.WRITE_CALENDAR"
206 android:permissionGroup="android.permission-group.PERSONAL_INFO"
207 android:protectionLevel="dangerous"
208 android:label="@string/permlab_writeCalendar"
209 android:description="@string/permdesc_writeCalendar" />
210
211 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700212 really only be required by an IME, or a dictionary editor like
213 the Settings app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800214 @hide Pending API council approval -->
215 <permission android:name="android.permission.READ_USER_DICTIONARY"
216 android:permissionGroup="android.permission-group.PERSONAL_INFO"
217 android:protectionLevel="dangerous"
218 android:label="@string/permlab_readDictionary"
219 android:description="@string/permdesc_readDictionary" />
220
221 <!-- Allows an application to write to the user dictionary.
222 @hide Pending API council approval -->
223 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
224 android:permissionGroup="android.permission-group.PERSONAL_INFO"
225 android:protectionLevel="normal"
226 android:label="@string/permlab_writeDictionary"
227 android:description="@string/permdesc_writeDictionary" />
228
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400229 <!-- Allows an application to read (but not write) the user's
230 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400231 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400232 android:permissionGroup="android.permission-group.PERSONAL_INFO"
233 android:label="@string/permlab_readHistoryBookmarks"
234 android:description="@string/permdesc_readHistoryBookmarks"
235 android:protectionLevel="dangerous" />
236
237 <!-- Allows an application to write (but not read) the user's
238 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400239 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400240 android:permissionGroup="android.permission-group.PERSONAL_INFO"
241 android:label="@string/permlab_writeHistoryBookmarks"
242 android:description="@string/permdesc_writeHistoryBookmarks"
243 android:protectionLevel="dangerous" />
244
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800245 <!-- ======================================= -->
246 <!-- Permissions for accessing location info -->
247 <!-- ======================================= -->
248 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700249
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800250 <!-- Used for permissions that allow access to the user's current
251 location. -->
252 <permission-group android:name="android.permission-group.LOCATION"
253 android:label="@string/permgrouplab_location"
254 android:description="@string/permgroupdesc_location" />
255
256 <!-- Allows an application to access fine (e.g., GPS) location -->
257 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
258 android:permissionGroup="android.permission-group.LOCATION"
259 android:protectionLevel="dangerous"
260 android:label="@string/permlab_accessFineLocation"
261 android:description="@string/permdesc_accessFineLocation" />
262
263 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
264 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
265 android:permissionGroup="android.permission-group.LOCATION"
266 android:protectionLevel="dangerous"
267 android:label="@string/permlab_accessCoarseLocation"
268 android:description="@string/permdesc_accessCoarseLocation" />
269
270 <!-- Allows an application to create mock location providers for testing -->
271 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
272 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700273 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800274 android:label="@string/permlab_accessMockLocation"
275 android:description="@string/permdesc_accessMockLocation" />
276
277 <!-- Allows an application to access extra location provider commands -->
278 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
279 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700280 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800281 android:label="@string/permlab_accessLocationExtraCommands"
282 android:description="@string/permdesc_accessLocationExtraCommands" />
283
Mike Lockwood275555c2009-05-01 11:30:34 -0400284 <!-- Allows an application to install a location provider into the Location Manager -->
285 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
286 android:protectionLevel="signatureOrSystem"
287 android:label="@string/permlab_installLocationProvider"
288 android:description="@string/permdesc_installLocationProvider" />
289
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800290 <!-- ======================================= -->
291 <!-- Permissions for accessing networks -->
292 <!-- ======================================= -->
293 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700294
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800295 <!-- Used for permissions that provide access to networking services. The
296 main permission here is internet access, but this is also an
297 appropriate group for accessing or modifying any network configuration
298 or other related network operations. -->
299 <permission-group android:name="android.permission-group.NETWORK"
300 android:label="@string/permgrouplab_network"
301 android:description="@string/permgroupdesc_network" />
302
303 <!-- Allows applications to open network sockets. -->
304 <permission android:name="android.permission.INTERNET"
305 android:permissionGroup="android.permission-group.NETWORK"
306 android:protectionLevel="dangerous"
307 android:description="@string/permdesc_createNetworkSockets"
308 android:label="@string/permlab_createNetworkSockets" />
309
310 <!-- Allows applications to access information about networks -->
311 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
312 android:permissionGroup="android.permission-group.NETWORK"
313 android:protectionLevel="normal"
314 android:description="@string/permdesc_accessNetworkState"
315 android:label="@string/permlab_accessNetworkState" />
316
317 <!-- Allows applications to access information about Wi-Fi networks -->
318 <permission android:name="android.permission.ACCESS_WIFI_STATE"
319 android:permissionGroup="android.permission-group.NETWORK"
320 android:protectionLevel="normal"
321 android:description="@string/permdesc_accessWifiState"
322 android:label="@string/permlab_accessWifiState" />
323
324 <!-- Allows applications to connect to paired bluetooth devices -->
325 <permission android:name="android.permission.BLUETOOTH"
326 android:permissionGroup="android.permission-group.NETWORK"
327 android:protectionLevel="dangerous"
328 android:description="@string/permdesc_bluetooth"
329 android:label="@string/permlab_bluetooth" />
330
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700331 <!-- Allows applications to call into AccountAuthenticators. Only
332 the system can get this permission. -->
Fred Quintanaf7ae77c2009-10-02 17:19:31 -0700333 <permission android:name="android.permission.ACCOUNT_MANAGER"
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700334 android:permissionGroup="android.permission-group.ACCOUNTS"
335 android:protectionLevel="signature"
336 android:description="@string/permdesc_accountManagerService"
337 android:label="@string/permlab_accountManagerService" />
338
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700339 <!-- Allows an internal user to use privaledged ConnectivityManager
340 APIs.
341 @hide -->
342 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
343 android:permissionGroup="android.permission-group.NETWORK"
344 android:protectionLevel="signatureOrSystem" />
345
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800346 <!-- ================================== -->
347 <!-- Permissions for accessing accounts -->
348 <!-- ================================== -->
349 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700350
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700351 <!-- Permissions for direct access to the accounts managed
352 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800353 <permission-group android:name="android.permission-group.ACCOUNTS"
354 android:label="@string/permgrouplab_accounts"
355 android:description="@string/permgroupdesc_accounts" />
356
357 <!-- Allows access to the list of accounts in the Accounts Service -->
358 <permission android:name="android.permission.GET_ACCOUNTS"
359 android:permissionGroup="android.permission-group.ACCOUNTS"
360 android:protectionLevel="normal"
361 android:description="@string/permdesc_getAccounts"
362 android:label="@string/permlab_getAccounts" />
363
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700364 <!-- Allows an application to act as an AccountAuthenticator for
365 the AccountManager -->
366 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
367 android:permissionGroup="android.permission-group.ACCOUNTS"
368 android:protectionLevel="dangerous"
369 android:label="@string/permlab_authenticateAccounts"
370 android:description="@string/permdesc_authenticateAccounts" />
371
372 <!-- Allows an application to request authtokens from the AccountManager -->
373 <permission android:name="android.permission.USE_CREDENTIALS"
374 android:permissionGroup="android.permission-group.ACCOUNTS"
375 android:protectionLevel="dangerous"
376 android:label="@string/permlab_useCredentials"
377 android:description="@string/permdesc_useCredentials" />
378
379 <!-- Allows an application to manage the list of accounts in the AccountManager -->
380 <permission android:name="android.permission.MANAGE_ACCOUNTS"
381 android:permissionGroup="android.permission-group.ACCOUNTS"
382 android:protectionLevel="dangerous"
383 android:label="@string/permlab_manageAccounts"
384 android:description="@string/permdesc_manageAccounts" />
385
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800386 <!-- ================================== -->
387 <!-- Permissions for accessing hardware -->
388 <!-- ================================== -->
389 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700390
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800391 <!-- Used for permissions that provide direct access to the hardware on
392 the device. This includes audio, the camera, vibrator, etc. -->
393 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
394 android:label="@string/permgrouplab_hardwareControls"
395 android:description="@string/permgroupdesc_hardwareControls" />
396
397 <!-- Allows an application to modify global audio settings -->
398 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
399 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
400 android:protectionLevel="dangerous"
401 android:label="@string/permlab_modifyAudioSettings"
402 android:description="@string/permdesc_modifyAudioSettings" />
403
404 <!-- Allows an application to record audio -->
405 <permission android:name="android.permission.RECORD_AUDIO"
406 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
407 android:protectionLevel="dangerous"
408 android:label="@string/permlab_recordAudio"
409 android:description="@string/permdesc_recordAudio" />
410
Scott Main0b916352009-12-17 18:01:04 -0800411 <!-- Required to be able to access the camera device.
412 <p>This will automatically enforce the <a
413 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
414 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
415 If you do not require all camera features or can properly operate if a camera
416 is not available, then you must modify your manifest as appropriate in order to
417 install on devices that don't support all camera features.</p> -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800418 <permission android:name="android.permission.CAMERA"
419 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
420 android:protectionLevel="dangerous"
421 android:label="@string/permlab_camera"
422 android:description="@string/permdesc_camera" />
423
424 <!-- Allows access to the vibrator -->
425 <permission android:name="android.permission.VIBRATE"
426 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
427 android:protectionLevel="normal"
428 android:label="@string/permlab_vibrate"
429 android:description="@string/permdesc_vibrate" />
430
431 <!-- Allows access to the flashlight -->
432 <permission android:name="android.permission.FLASHLIGHT"
433 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
434 android:protectionLevel="normal"
435 android:label="@string/permlab_flashlight"
436 android:description="@string/permdesc_flashlight" />
437
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400438 <!-- Allows an application to access USB devices
439 @hide -->
440 <permission android:name="android.permission.ACCESS_USB"
441 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
442 android:protectionLevel="signatureOrSystem"
443 android:label="@string/permlab_accessUsb"
444 android:description="@string/permdesc_accessUsb" />
445
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800446 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
447 <permission android:name="android.permission.HARDWARE_TEST"
448 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
449 android:protectionLevel="signature"
450 android:label="@string/permlab_hardware_test"
451 android:description="@string/permdesc_hardware_test" />
452
453 <!-- =========================================== -->
454 <!-- Permissions associated with telephony state -->
455 <!-- =========================================== -->
456 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700457
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800458 <!-- Used for permissions that are associated with accessing and modifyign
459 telephony state: intercepting outgoing calls, reading
460 and modifying the phone state. Note that
461 placing phone calls is not in this group, since that is in the
462 more important "takin' yer moneys" group. -->
463 <permission-group android:name="android.permission-group.PHONE_CALLS"
464 android:label="@string/permgrouplab_phoneCalls"
465 android:description="@string/permgroupdesc_phoneCalls" />
466
467 <!-- Allows an application to monitor, modify, or abort outgoing
468 calls. -->
469 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
470 android:permissionGroup="android.permission-group.PHONE_CALLS"
471 android:protectionLevel="dangerous"
472 android:label="@string/permlab_processOutgoingCalls"
473 android:description="@string/permdesc_processOutgoingCalls" />
474
475 <!-- Allows modification of the telephony state - power on, mmi, etc.
476 Does not include placing calls. -->
477 <permission android:name="android.permission.MODIFY_PHONE_STATE"
478 android:permissionGroup="android.permission-group.PHONE_CALLS"
479 android:protectionLevel="dangerous"
480 android:label="@string/permlab_modifyPhoneState"
481 android:description="@string/permdesc_modifyPhoneState" />
482
483 <!-- Allows read only access to phone state. -->
484 <permission android:name="android.permission.READ_PHONE_STATE"
485 android:permissionGroup="android.permission-group.PHONE_CALLS"
486 android:protectionLevel="dangerous"
487 android:label="@string/permlab_readPhoneState"
488 android:description="@string/permdesc_readPhoneState" />
489
San Mehat29b57e62009-04-23 09:18:32 -0700490 <!-- ================================== -->
491 <!-- Permissions for sdcard interaction -->
492 <!-- ================================== -->
493 <eat-comment />
494
495 <!-- Group of permissions that are related to SD card access. -->
496 <permission-group android:name="android.permission-group.STORAGE"
497 android:label="@string/permgrouplab_storage"
498 android:description="@string/permgroupdesc_storage" />
499
San Mehat5a3a77d2009-06-01 09:25:28 -0700500 <!-- Allows an application to write to external storage -->
501 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700502 android:permissionGroup="android.permission-group.STORAGE"
503 android:label="@string/permlab_sdcardWrite"
504 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700505 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700506
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800507 <!-- ============================================ -->
508 <!-- Permissions for low-level system interaction -->
509 <!-- ============================================ -->
510 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700511
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800512 <!-- Group of permissions that are related to system APIs. Many
513 of these are not permissions the user will be expected to understand,
514 and such permissions should generally be marked as "normal" protection
515 level so they don't get displayed. This can also, however, be used
516 for miscellaneous features that provide access to the operating system,
517 such as writing the global system settings. -->
518 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
519 android:label="@string/permgrouplab_systemTools"
520 android:description="@string/permgroupdesc_systemTools" />
521
522 <!-- Allows an application to read or write the system settings. -->
523 <permission android:name="android.permission.WRITE_SETTINGS"
524 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
525 android:protectionLevel="dangerous"
526 android:label="@string/permlab_writeSettings"
527 android:description="@string/permdesc_writeSettings" />
528
529 <!-- Allows an application to read or write the secure system settings. -->
530 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
531 android:protectionLevel="signatureOrSystem"
532 android:label="@string/permlab_writeSecureSettings"
533 android:description="@string/permdesc_writeSecureSettings" />
534
535 <!-- Allows an application to modify the Google service map. -->
536 <permission android:name="android.permission.WRITE_GSERVICES"
Dan Egnorac63ebc2009-11-12 23:02:22 -0800537 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800538 android:label="@string/permlab_writeGservices"
539 android:description="@string/permdesc_writeGservices" />
540
541 <!-- Allows an application to expand or collapse the status bar. -->
542 <permission android:name="android.permission.EXPAND_STATUS_BAR"
543 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
544 android:protectionLevel="normal"
545 android:label="@string/permlab_expandStatusBar"
546 android:description="@string/permdesc_expandStatusBar" />
547
548 <!-- Allows an application to get information about the currently
549 or recently running tasks: a thumbnail representation of the tasks,
550 what activities are running in it, etc. -->
551 <permission android:name="android.permission.GET_TASKS"
552 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
553 android:protectionLevel="dangerous"
554 android:label="@string/permlab_getTasks"
555 android:description="@string/permdesc_getTasks" />
556
557 <!-- Allows an application to change the Z-order of tasks -->
558 <permission android:name="android.permission.REORDER_TASKS"
559 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
560 android:protectionLevel="dangerous"
561 android:label="@string/permlab_reorderTasks"
562 android:description="@string/permdesc_reorderTasks" />
563
564 <!-- Allows an application to modify the current configuration, such
565 as locale. -->
566 <permission android:name="android.permission.CHANGE_CONFIGURATION"
567 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
568 android:protectionLevel="dangerous"
569 android:label="@string/permlab_changeConfiguration"
570 android:description="@string/permdesc_changeConfiguration" />
571
Dianne Hackborn03abb812010-01-04 18:43:19 -0800572 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
573 API is no longer supported. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800574 <permission android:name="android.permission.RESTART_PACKAGES"
575 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -0800576 android:protectionLevel="normal"
577 android:label="@string/permlab_killBackgroundProcesses"
578 android:description="@string/permdesc_killBackgroundProcesses" />
579
580 <!-- Allows an application to call
581 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
582 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
583 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
584 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#forceStopPackage}.
590 @hide -->
591 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
592 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
593 android:protectionLevel="signature"
594 android:label="@string/permlab_forceStopPackages"
595 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800596
597 <!-- Allows an application to retrieve state dump information from system
598 services. -->
599 <permission android:name="android.permission.DUMP"
600 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
601 android:protectionLevel="dangerous"
602 android:label="@string/permlab_dump"
603 android:description="@string/permdesc_dump" />
604
605 <!-- Allows an application to open windows using the type
606 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
607 shown on top of all other applications. Very few applications
608 should use this permission; these windows are intended for
609 system-level interaction with the user. -->
610 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
611 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
612 android:protectionLevel="dangerous"
613 android:label="@string/permlab_systemAlertWindow"
614 android:description="@string/permdesc_systemAlertWindow" />
615
616 <!-- Modify the global animation scaling factor. -->
617 <permission android:name="android.permission.SET_ANIMATION_SCALE"
618 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
619 android:protectionLevel="dangerous"
620 android:label="@string/permlab_setAnimationScale"
621 android:description="@string/permdesc_setAnimationScale" />
622
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700623 <!-- @deprecated This functionality will be removed in the future; please do
624 not use.
625
626 Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800627 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
628 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
629 android:protectionLevel="dangerous"
630 android:label="@string/permlab_persistentActivity"
631 android:description="@string/permdesc_persistentActivity" />
632
633 <!-- Allows an application to find out the space used by any package. -->
634 <permission android:name="android.permission.GET_PACKAGE_SIZE"
635 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
636 android:protectionLevel="normal"
637 android:label="@string/permlab_getPackageSize"
638 android:description="@string/permdesc_getPackageSize" />
639
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800640 <!-- @deprecated No longer useful, see
641 {@link android.content.pm.PackageManager#addPackageToPreferred}
642 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800643 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
644 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800645 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800646 android:label="@string/permlab_setPreferredApplications"
647 android:description="@string/permdesc_setPreferredApplications" />
648
649 <!-- Allows an application to receive the
650 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
651 broadcast after the system finishes booting. If you don't
652 request this permission, you will not receive the broadcast at
653 that time. Though holding this permission does not have any
654 security implications, it can have a negative impact on the
655 user experience by increasing the amount of time it takes the
656 system to start and allowing applications to have themselves
657 running without the user being aware of them. As such, you must
658 explicitly declare your use of this facility to make that visible
659 to the user. -->
660 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
661 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
662 android:protectionLevel="normal"
663 android:label="@string/permlab_receiveBootCompleted"
664 android:description="@string/permdesc_receiveBootCompleted" />
665
666 <!-- Allows an application to broadcast sticky intents. These are
667 broadcasts whose data is held by the system after being finished,
668 so that clients can quickly retrieve that data without having
669 to wait for the next broadcast. -->
670 <permission android:name="android.permission.BROADCAST_STICKY"
671 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
672 android:protectionLevel="normal"
673 android:label="@string/permlab_broadcastSticky"
674 android:description="@string/permdesc_broadcastSticky" />
675
676 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
677 from dimming -->
678 <permission android:name="android.permission.WAKE_LOCK"
679 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
680 android:protectionLevel="dangerous"
681 android:label="@string/permlab_wakeLock"
682 android:description="@string/permdesc_wakeLock" />
683
684 <!-- Allows applications to set the wallpaper -->
685 <permission android:name="android.permission.SET_WALLPAPER"
686 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
687 android:protectionLevel="normal"
688 android:label="@string/permlab_setWallpaper"
689 android:description="@string/permdesc_setWallpaper" />
690
691 <!-- Allows applications to set the wallpaper hints -->
692 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
693 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
694 android:protectionLevel="normal"
695 android:label="@string/permlab_setWallpaperHints"
696 android:description="@string/permdesc_setWallpaperHints" />
697
Dan Egnor97e44942010-02-04 20:27:47 -0800698 <!-- Allows applications to set the system time -->
699 <permission android:name="android.permission.SET_TIME"
700 android:protectionLevel="signatureOrSystem"
701 android:label="@string/permlab_setTime"
702 android:description="@string/permdesc_setTime" />
703
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800704 <!-- Allows applications to set the system time zone -->
705 <permission android:name="android.permission.SET_TIME_ZONE"
706 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
707 android:protectionLevel="dangerous"
708 android:label="@string/permlab_setTimeZone"
709 android:description="@string/permdesc_setTimeZone" />
710
711 <!-- Allows mounting and unmounting file systems for removable storage. -->
712 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
713 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
714 android:protectionLevel="dangerous"
715 android:label="@string/permlab_mount_unmount_filesystems"
716 android:description="@string/permdesc_mount_unmount_filesystems" />
717
718 <!-- Allows formatting file systems for removable storage. -->
719 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
720 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
721 android:protectionLevel="dangerous"
722 android:label="@string/permlab_mount_format_filesystems"
723 android:description="@string/permdesc_mount_format_filesystems" />
724
San Mehat02735bc2010-01-26 15:18:08 -0800725 <!-- Allows access to ASEC non-destructive API calls
726 @hide -->
727 <permission android:name="android.permission.ASEC_ACCESS"
728 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700729 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800730 android:label="@string/permlab_asec_access"
731 android:description="@string/permdesc_asec_access" />
732
733 <!-- Allows creation of ASEC volumes
734 @hide -->
735 <permission android:name="android.permission.ASEC_CREATE"
736 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700737 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800738 android:label="@string/permlab_asec_create"
739 android:description="@string/permdesc_asec_create" />
740
741 <!-- Allows destruction of ASEC volumes
742 @hide -->
743 <permission android:name="android.permission.ASEC_DESTROY"
744 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700745 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800746 android:label="@string/permlab_asec_destroy"
747 android:description="@string/permdesc_asec_destroy" />
748
749 <!-- Allows mount / unmount of ASEC volumes
750 @hide -->
751 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
752 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700753 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800754 android:label="@string/permlab_asec_mount_unmount"
755 android:description="@string/permdesc_asec_mount_unmount" />
756
757 <!-- Allows rename of ASEC volumes
758 @hide -->
759 <permission android:name="android.permission.ASEC_RENAME"
760 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700761 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800762 android:label="@string/permlab_asec_rename"
763 android:description="@string/permdesc_asec_rename" />
764
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800765 <!-- Allows applications to disable the keyguard -->
766 <permission android:name="android.permission.DISABLE_KEYGUARD"
767 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700768 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800769 android:description="@string/permdesc_disableKeyguard"
770 android:label="@string/permlab_disableKeyguard" />
771
772 <!-- Allows applications to read the sync settings -->
773 <permission android:name="android.permission.READ_SYNC_SETTINGS"
774 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
775 android:protectionLevel="normal"
776 android:description="@string/permdesc_readSyncSettings"
777 android:label="@string/permlab_readSyncSettings" />
778
779 <!-- Allows applications to write the sync settings -->
780 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
781 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
782 android:protectionLevel="dangerous"
783 android:description="@string/permdesc_writeSyncSettings"
784 android:label="@string/permlab_writeSyncSettings" />
785
786 <!-- Allows applications to read the sync stats -->
787 <permission android:name="android.permission.READ_SYNC_STATS"
788 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
789 android:protectionLevel="normal"
790 android:description="@string/permdesc_readSyncStats"
791 android:label="@string/permlab_readSyncStats" />
792
793 <!-- Allows applications to write the apn settings -->
794 <permission android:name="android.permission.WRITE_APN_SETTINGS"
795 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
796 android:protectionLevel="dangerous"
797 android:description="@string/permdesc_writeApnSettings"
798 android:label="@string/permlab_writeApnSettings" />
799
Fred Quintana60307342009-03-24 22:48:12 -0700800 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800801 ContentProvider. -->
802 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
803 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
804 android:label="@string/permlab_subscribedFeedsRead"
805 android:description="@string/permdesc_subscribedFeedsRead"
806 android:protectionLevel="normal" />
807 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
808 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
809 android:label="@string/permlab_subscribedFeedsWrite"
810 android:description="@string/permdesc_subscribedFeedsWrite"
811 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -0700812
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800813 <!-- Allows applications to change network connectivity state -->
814 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
815 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
816 android:protectionLevel="dangerous"
817 android:description="@string/permdesc_changeNetworkState"
818 android:label="@string/permlab_changeNetworkState" />
819
820 <!-- Allows applications to change Wi-Fi connectivity state -->
821 <permission android:name="android.permission.CHANGE_WIFI_STATE"
822 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
823 android:protectionLevel="dangerous"
824 android:description="@string/permdesc_changeWifiState"
825 android:label="@string/permlab_changeWifiState" />
826
Robert Greenwaltfc1b15c2009-05-22 15:09:51 -0700827 <!-- Allows applications to enter Wi-Fi Multicast mode -->
828 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
829 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
830 android:protectionLevel="dangerous"
831 android:description="@string/permdesc_changeWifiMulticastState"
832 android:label="@string/permlab_changeWifiMulticastState" />
833
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800834 <!-- Allows applications to discover and pair bluetooth devices -->
835 <permission android:name="android.permission.BLUETOOTH_ADMIN"
836 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
837 android:protectionLevel="dangerous"
838 android:description="@string/permdesc_bluetoothAdmin"
839 android:label="@string/permlab_bluetoothAdmin" />
840
841 <!-- Allows an application to clear the caches of all installed
842 applications on the device. -->
843 <permission android:name="android.permission.CLEAR_APP_CACHE"
844 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
845 android:protectionLevel="dangerous"
846 android:label="@string/permlab_clearAppCache"
847 android:description="@string/permdesc_clearAppCache" />
848
849 <!-- Allows an application to read the low-level system log files.
850 These can contain slightly private information about what is
851 happening on the device, but should never contain the user's
852 private information. -->
853 <permission android:name="android.permission.READ_LOGS"
854 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
855 android:protectionLevel="dangerous"
856 android:label="@string/permlab_readLogs"
857 android:description="@string/permdesc_readLogs" />
858
859 <!-- ========================================= -->
860 <!-- Permissions for special development tools -->
861 <!-- ========================================= -->
862 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700863
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800864 <!-- Group of permissions that are related to development features. These
865 are not permissions that should appear in normal applications; they
866 protect APIs that are intended only to be used for development
867 purposes. -->
868 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
869 android:label="@string/permgrouplab_developmentTools"
870 android:description="@string/permgroupdesc_developmentTools" />
871
872 <!-- Configure an application for debugging. -->
873 <permission android:name="android.permission.SET_DEBUG_APP"
874 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
875 android:protectionLevel="dangerous"
876 android:label="@string/permlab_setDebugApp"
877 android:description="@string/permdesc_setDebugApp" />
878
879 <!-- Allows an application to set the maximum number of (not needed)
880 application processes that can be running. -->
881 <permission android:name="android.permission.SET_PROCESS_LIMIT"
882 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
883 android:protectionLevel="dangerous"
884 android:label="@string/permlab_setProcessLimit"
885 android:description="@string/permdesc_setProcessLimit" />
886
887 <!-- Allows an application to control whether activities are immediately
888 finished when put in the background. -->
889 <permission android:name="android.permission.SET_ALWAYS_FINISH"
890 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
891 android:protectionLevel="dangerous"
892 android:label="@string/permlab_setAlwaysFinish"
893 android:description="@string/permdesc_setAlwaysFinish" />
894
895 <!-- Allow an application to request that a signal be sent to all persistent processes -->
896 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
897 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
898 android:protectionLevel="dangerous"
899 android:label="@string/permlab_signalPersistentProcesses"
900 android:description="@string/permdesc_signalPersistentProcesses" />
901
902 <!-- ==================================== -->
903 <!-- Private (signature-only) permissions -->
904 <!-- ==================================== -->
905 <eat-comment />
906
907 <!-- Allows applications to RW to diagnostic resources. -->
908 <permission android:name="android.permission.DIAGNOSTIC"
909 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
910 android:protectionLevel="signature"
911 android:description="@string/permdesc_diagnostic"
912 android:label="@string/permlab_diagnostic" />
913
914 <!-- Allows an application to open, close, or disable the status bar
915 and its icons. -->
916 <permission android:name="android.permission.STATUS_BAR"
917 android:label="@string/permlab_statusBar"
918 android:description="@string/permdesc_statusBar"
919 android:protectionLevel="signatureOrSystem" />
920
Joe Onorato8bc6c512010-06-04 16:21:12 -0400921 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
922 @hide -->
923 <permission android:name="android.permission.STATUS_BAR_SERVICE"
924 android:label="@string/permlab_statusBarService"
925 android:description="@string/permdesc_statusBarService"
926 android:protectionLevel="signature" />
927
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800928 <!-- Allows an application to force a BACK operation on whatever is the
929 top activity. -->
930 <permission android:name="android.permission.FORCE_BACK"
931 android:label="@string/permlab_forceBack"
932 android:description="@string/permdesc_forceBack"
933 android:protectionLevel="signature" />
934
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800935 <!-- Allows an application to update device statistics. Not for
936 use by third party apps. -->
937 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
938 android:label="@string/permlab_batteryStats"
939 android:description="@string/permdesc_batteryStats"
940 android:protectionLevel="signature" />
941
942 <!-- Allows an application to open windows that are for use by parts
943 of the system user interface. Not for use by third party apps. -->
944 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
945 android:label="@string/permlab_internalSystemWindow"
946 android:description="@string/permdesc_internalSystemWindow"
947 android:protectionLevel="signature" />
948
949 <!-- Allows an application to manage (create, destroy,
950 Z-order) application tokens in the window manager. This is only
951 for use by the system. -->
952 <permission android:name="android.permission.MANAGE_APP_TOKENS"
953 android:label="@string/permlab_manageAppTokens"
954 android:description="@string/permdesc_manageAppTokens"
955 android:protectionLevel="signature" />
956
957 <!-- Allows an application to inject user events (keys, touch, trackball)
958 into the event stream and deliver them to ANY window. Without this
959 permission, you can only deliver events to windows in your own process.
960 Very few applications should need to use this permission. -->
961 <permission android:name="android.permission.INJECT_EVENTS"
962 android:label="@string/permlab_injectEvents"
963 android:description="@string/permdesc_injectEvents"
964 android:protectionLevel="signature" />
965
966 <!-- Allows an application to watch and control how activities are
967 started globally in the system. Only for is in debugging
968 (usually the monkey command). -->
969 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
970 android:label="@string/permlab_runSetActivityWatcher"
971 android:description="@string/permdesc_runSetActivityWatcher"
972 android:protectionLevel="signature" />
973
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700974 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -0700975 to put the higher-level system there into a shutdown state.
976 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -0700977 <permission android:name="android.permission.SHUTDOWN"
978 android:label="@string/permlab_shutdown"
979 android:description="@string/permdesc_shutdown"
980 android:protectionLevel="signature" />
981
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700982 <!-- Allows an application to tell the activity manager to temporarily
983 stop application switches, putting it into a special mode that
984 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -0700985 critical UI such as the home screen.
986 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700987 <permission android:name="android.permission.STOP_APP_SWITCHES"
988 android:label="@string/permlab_stopAppSwitches"
989 android:description="@string/permdesc_stopAppSwitches"
990 android:protectionLevel="signature" />
991
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800992 <!-- Allows an application to retrieve the current state of keys and
993 switches. This is only for use by the system.-->
994 <permission android:name="android.permission.READ_INPUT_STATE"
995 android:label="@string/permlab_readInputState"
996 android:description="@string/permdesc_readInputState"
997 android:protectionLevel="signature" />
998
Dianne Hackbornd6847842010-01-12 18:14:19 -0800999 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1000 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001001 <permission android:name="android.permission.BIND_INPUT_METHOD"
1002 android:label="@string/permlab_bindInputMethod"
1003 android:description="@string/permdesc_bindInputMethod"
1004 android:protectionLevel="signature" />
1005
Dianne Hackbornd6847842010-01-12 18:14:19 -08001006 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1007 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001008 <permission android:name="android.permission.BIND_WALLPAPER"
1009 android:label="@string/permlab_bindWallpaper"
1010 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborn284ac932009-08-28 10:34:25 -07001011 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001012
Dianne Hackbornd6847842010-01-12 18:14:19 -08001013 <!-- Must be required by device administration receiver, to ensure that only the
1014 system can interact with it. -->
1015 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1016 android:label="@string/permlab_bindDeviceAdmin"
1017 android:description="@string/permdesc_bindDeviceAdmin"
1018 android:protectionLevel="signature" />
1019
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001020 <!-- Allows low-level access to setting the orientation (actually
1021 rotation) of the screen. Not for use by normal applications. -->
1022 <permission android:name="android.permission.SET_ORIENTATION"
1023 android:label="@string/permlab_setOrientation"
1024 android:description="@string/permdesc_setOrientation"
1025 android:protectionLevel="signature" />
1026
1027 <!-- Allows an application to install packages. -->
1028 <permission android:name="android.permission.INSTALL_PACKAGES"
1029 android:label="@string/permlab_installPackages"
1030 android:description="@string/permdesc_installPackages"
Jasper Lin24692412009-03-24 18:24:57 -07001031 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001032
1033 <!-- Allows an application to clear user data -->
1034 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1035 android:label="@string/permlab_clearAppUserData"
1036 android:description="@string/permdesc_clearAppUserData"
1037 android:protectionLevel="signature" />
1038
1039 <!-- Allows an application to delete cache files. -->
1040 <permission android:name="android.permission.DELETE_CACHE_FILES"
1041 android:label="@string/permlab_deleteCacheFiles"
1042 android:description="@string/permdesc_deleteCacheFiles"
Doug Zongker50a21f42009-11-19 12:49:53 -08001043 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001044
1045 <!-- Allows an application to delete packages. -->
1046 <permission android:name="android.permission.DELETE_PACKAGES"
1047 android:label="@string/permlab_deletePackages"
1048 android:description="@string/permdesc_deletePackages"
Jasper Lin24692412009-03-24 18:24:57 -07001049 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001050
Jeff Brownec7c78f2010-03-30 23:37:25 -07001051 <!-- Allows an application to move location of installed package.
1052 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001053 <permission android:name="android.permission.MOVE_PACKAGE"
1054 android:label="@string/permlab_movePackage"
1055 android:description="@string/permdesc_movePackage"
1056 android:protectionLevel="signatureOrSystem" />
1057
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001058 <!-- Allows an application to change whether an application component (other than its own) is
1059 enabled or not. -->
1060 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1061 android:label="@string/permlab_changeComponentState"
1062 android:description="@string/permdesc_changeComponentState"
1063 android:protectionLevel="signature" />
1064
1065 <!-- Allows an application to use SurfaceFlinger's low level features -->
1066 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1067 android:label="@string/permlab_accessSurfaceFlinger"
1068 android:description="@string/permdesc_accessSurfaceFlinger"
1069 android:protectionLevel="signature" />
1070
1071 <!-- Allows an application to take screen shots and more generally
1072 get access to the frame buffer data -->
1073 <permission android:name="android.permission.READ_FRAME_BUFFER"
1074 android:label="@string/permlab_readFrameBuffer"
1075 android:description="@string/permdesc_readFrameBuffer"
1076 android:protectionLevel="signature" />
1077
1078 <!-- Required to be able to disable the device (very dangerous!). -->
1079 <permission android:name="android.permission.BRICK"
1080 android:label="@string/permlab_brick"
1081 android:description="@string/permdesc_brick"
1082 android:protectionLevel="signature" />
1083
1084 <!-- Required to be able to reboot the device. -->
1085 <permission android:name="android.permission.REBOOT"
1086 android:label="@string/permlab_reboot"
1087 android:description="@string/permdesc_reboot"
Doug Zongker50a21f42009-11-19 12:49:53 -08001088 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001089
1090 <!-- Allows low-level access to power management -->
1091 <permission android:name="android.permission.DEVICE_POWER"
1092 android:label="@string/permlab_devicePower"
1093 android:description="@string/permdesc_devicePower"
1094 android:protectionLevel="signature" />
1095
1096 <!-- Run as a manufacturer test application, running as the root user.
1097 Only available when the device is running in manufacturer test mode. -->
1098 <permission android:name="android.permission.FACTORY_TEST"
1099 android:label="@string/permlab_factoryTest"
1100 android:description="@string/permdesc_factoryTest"
1101 android:protectionLevel="signature" />
1102
1103 <!-- Allows an application to broadcast a notification that an application
1104 package has been removed. -->
1105 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1106 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1107 android:label="@string/permlab_broadcastPackageRemoved"
1108 android:description="@string/permdesc_broadcastPackageRemoved"
1109 android:protectionLevel="signature" />
1110
1111 <!-- Allows an application to broadcast an SMS receipt notification -->
1112 <permission android:name="android.permission.BROADCAST_SMS"
1113 android:permissionGroup="android.permission-group.MESSAGES"
1114 android:label="@string/permlab_broadcastSmsReceived"
1115 android:description="@string/permdesc_broadcastSmsReceived"
1116 android:protectionLevel="signature" />
1117
1118 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1119 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1120 android:permissionGroup="android.permission-group.MESSAGES"
1121 android:label="@string/permlab_broadcastWapPush"
1122 android:description="@string/permdesc_broadcastWapPush"
1123 android:protectionLevel="signature" />
1124
1125 <permission android:name="android.permission.MASTER_CLEAR"
1126 android:label="@string/permlab_masterClear"
1127 android:description="@string/permdesc_masterClear"
1128 android:protectionLevel="signatureOrSystem" />
1129
1130 <!-- Allows an application to call any phone number, including emergency
1131 numbers, without going through the Dialer user interface for the user
1132 to confirm the call being placed. -->
1133 <permission android:name="android.permission.CALL_PRIVILEGED"
1134 android:label="@string/permlab_callPrivileged"
1135 android:description="@string/permdesc_callPrivileged"
1136 android:protectionLevel="signatureOrSystem" />
1137
Jim Miller767be5f2009-08-25 19:33:57 -07001138 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1139 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1140 android:label="@string/permlab_performCdmaProvisioning"
1141 android:description="@string/permdesc_performCdmaProvisioning"
1142 android:protectionLevel="signatureOrSystem" />
1143
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001144 <!-- Allows enabling/disabling location update notifications from
1145 the radio. Not for use by normal applications. -->
1146 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1147 android:label="@string/permlab_locationUpdates"
1148 android:description="@string/permdesc_locationUpdates"
Mike Lockwood275555c2009-05-01 11:30:34 -04001149 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001150
1151 <!-- Allows read/write access to the "properties" table in the checkin
1152 database, to change values that get uploaded. -->
1153 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1154 android:label="@string/permlab_checkinProperties"
1155 android:description="@string/permdesc_checkinProperties"
Jasper Lin24692412009-03-24 18:24:57 -07001156 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001157
1158 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001159 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001160 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1161 android:label="@string/permlab_pkgUsageStats"
1162 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001163 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001164
1165 <!-- Allows an application to collect battery statistics -->
1166 <permission android:name="android.permission.BATTERY_STATS"
1167 android:label="@string/permlab_batteryStats"
1168 android:description="@string/permdesc_batteryStats"
1169 android:protectionLevel="normal" />
1170
Christopher Tate181fafa2009-05-14 11:12:14 -07001171 <!-- Allows an application to control the backup and restore process
1172 @hide pending API council -->
1173 <permission android:name="android.permission.BACKUP"
1174 android:label="@string/permlab_backup"
1175 android:description="@string/permdesc_backup"
Joe Onorato8aeaf2e2009-06-29 14:46:30 -04001176 android:protectionLevel="signatureOrSystem" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001177
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001178 <!-- Allows an application to tell the AppWidget service which application
1179 can access AppWidget's data. The normal user flow is that a user
1180 picks an AppWidget to go into a particular host, thereby giving that
1181 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001182 An application that has this permission should honor that contract.
1183 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001184 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001185 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1186 android:label="@string/permlab_bindGadget"
1187 android:description="@string/permdesc_bindGadget"
Jeff Sharkeyaf999282009-05-18 14:35:49 -07001188 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001189
1190 <!-- Allows applications to change the background data setting
1191 @hide pending API council -->
1192 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1193 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1194 android:protectionLevel="signature"
1195 android:description="@string/permdesc_changeBackgroundDataSetting"
1196 android:label="@string/permlab_changeBackgroundDataSetting" />
1197
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001198 <!-- This permission can be used on content providers to allow the global
1199 search system to access their data. Typically it used when the
1200 provider has some permissions protecting it (which global search
1201 would not be expected to hold), and added as a read-only permission
1202 to the path in the provider where global search queries are
1203 performed. This permission can not be held by regular applications;
1204 it is used by applications to protect themselves from everyone else
1205 besides global search. -->
1206 <permission android:name="android.permission.GLOBAL_SEARCH"
1207 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1208 android:protectionLevel="signatureOrSystem" />
1209
1210 <!-- Internal permission protecting access to the global search
1211 system: ensures that only the system can access the provider
1212 to perform queries (since this otherwise provides unrestricted
1213 access to a variety of content providers), and to write the
1214 search statistics (to keep applications from gaming the source
1215 ranking).
1216 @hide -->
1217 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1218 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1219 android:protectionLevel="signature" />
1220
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001221 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001222 @hide XXX Change to signature once the picker is moved to its
1223 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001224 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1225 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001226 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001227
Jeff Brownec7c78f2010-03-30 23:37:25 -07001228 <!-- Allow an application to read and write the cache partition.
1229 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001230 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1231 android:label="@string/permlab_cache_filesystem"
1232 android:description="@string/permdesc_cache_filesystem"
1233 android:protectionLevel="signatureOrSystem" />
1234
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001235 <!-- Must be required by default container service so that only
1236 the system can bind to it and use it to copy
1237 protected data to secure containers or files
1238 accessible to the system.
1239 @hide -->
1240 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1241 android:label="@string/permlab_copyProtectedData"
1242 android:description="@string/permlab_copyProtectedData"
1243 android:protectionLevel="signature" />
1244
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001245 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001246 @hide Used internally.
1247 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001248 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001249 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001250 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001251
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001252 <application android:process="system"
1253 android:persistent="true"
1254 android:hasCode="false"
1255 android:label="@string/android_system_label"
1256 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001257 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001258 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001259 android:icon="@drawable/ic_launcher_android">
1260 <activity android:name="com.android.internal.app.ChooserActivity"
1261 android:theme="@style/Theme.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001262 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001263 android:excludeFromRecents="true"
1264 android:multiprocess="true">
1265 <intent-filter>
1266 <action android:name="android.intent.action.CHOOSER" />
1267 <category android:name="android.intent.category.DEFAULT" />
1268 </intent-filter>
1269 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001270 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
1271 android:theme="@style/Theme.Dialog"
1272 android:label="@string/heavy_weight_switcher_title"
1273 android:finishOnCloseSystemDialogs="true"
1274 android:excludeFromRecents="true">
1275 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001276 <activity android:name="com.android.internal.app.PlatLogoActivity"
Daniel Sandler44434f002010-09-03 14:45:39 -04001277 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001278 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001279 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1280 android:theme="@style/Theme.NoDisplay"
1281 android:excludeFromRecents="true">
1282 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001283 <activity android:name="com.android.internal.app.RingtonePickerActivity"
1284 android:theme="@style/Theme.Dialog.Alert"
1285 android:excludeFromRecents="true"
1286 android:multiprocess="true">
1287 <intent-filter>
1288 <action android:name="android.intent.action.RINGTONE_PICKER" />
1289 <category android:name="android.intent.category.DEFAULT" />
1290 </intent-filter>
1291 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001292 <activity android:name="com.android.internal.app.ExternalMediaFormatActivity"
1293 android:theme="@style/Theme.Dialog.Alert"
1294 android:excludeFromRecents="true">
1295 </activity>
1296
Fred Quintana33269202009-04-20 16:05:10 -07001297 <activity android:name="android.accounts.ChooseAccountActivity"
1298 android:excludeFromRecents="true"
1299 android:exported="true">
1300 </activity>
1301
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001302 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1303 android:excludeFromRecents="true"
1304 android:exported="true">
1305 </activity>
1306
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001307 <activity android:name="com.android.server.ShutdownActivity"
1308 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001309 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001310 <intent-filter>
1311 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1312 <category android:name="android.intent.category.DEFAULT" />
1313 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04001314 <intent-filter>
1315 <action android:name="android.intent.action.REBOOT" />
1316 <category android:name="android.intent.category.DEFAULT" />
1317 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001318 </activity>
Danke Xie22d1f9f2009-08-18 18:28:45 -04001319 <activity android:name="com.android.internal.app.NetInitiatedActivity"
1320 android:theme="@style/Theme.Dialog.Alert"
1321 android:excludeFromRecents="true">
1322 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001323
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001324 <service android:name="com.android.server.LoadAverageService"
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001325 android:exported="true" />
1326
1327 <service android:name="com.android.internal.service.wallpaper.ImageWallpaper"
1328 android:permission="android.permission.BIND_WALLPAPER">
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001329 </service>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001330
1331 <receiver android:name="com.android.server.BootReceiver" >
1332 <intent-filter>
1333 <action android:name="android.intent.action.BOOT_COMPLETED" />
1334 </intent-filter>
1335 </receiver>
1336
1337 <receiver android:name="com.android.server.MasterClearReceiver"
1338 android:permission="android.permission.MASTER_CLEAR" >
1339 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001340 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1341 <action android:name="android.intent.action.MASTER_CLEAR" />
1342
1343 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001344 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001345 <category android:name="android.intent.category.MASTER_CLEAR" />
1346 </intent-filter>
1347 </receiver>
1348 </application>
1349
1350</manifest>
1351
1352