blob: 0323b7044b53ababb497e9f267493d4253b52360 [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 Lockwood24236072010-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 Lockwood24236072010-06-23 17:36:36 -040086
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080087 <!-- ====================================== -->
88 <!-- Permissions for things that cost money -->
89 <!-- ====================================== -->
90 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -070091
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080092 <!-- Used for permissions that can be used to make the user spend money
93 without their direct involvement. For example, this is the group
94 for permissions that allow you to directly place phone calls,
95 directly send SMS messages, etc. -->
96 <permission-group android:name="android.permission-group.COST_MONEY"
97 android:label="@string/permgrouplab_costMoney"
98 android:description="@string/permgroupdesc_costMoney" />
99
100 <!-- Allows an application to send SMS messages. -->
101 <permission android:name="android.permission.SEND_SMS"
102 android:permissionGroup="android.permission-group.COST_MONEY"
103 android:protectionLevel="dangerous"
104 android:label="@string/permlab_sendSms"
105 android:description="@string/permdesc_sendSms" />
106
107 <!-- Allows an application to initiate a phone call without going through
108 the Dialer user interface for the user to confirm the call
109 being placed. -->
110 <permission android:name="android.permission.CALL_PHONE"
111 android:permissionGroup="android.permission-group.COST_MONEY"
112 android:protectionLevel="dangerous"
113 android:label="@string/permlab_callPhone"
114 android:description="@string/permdesc_callPhone" />
115
116 <!-- ================================== -->
117 <!-- Permissions for accessing messages -->
118 <!-- ================================== -->
119 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700120
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800121 <!-- Used for permissions that allow an application to send messages
122 on behalf of the user or intercept messages being received by the
123 user. This is primarily intended for SMS/MMS messaging, such as
124 receiving or reading an MMS. -->
125 <permission-group android:name="android.permission-group.MESSAGES"
126 android:label="@string/permgrouplab_messages"
127 android:description="@string/permgroupdesc_messages" />
128
129 <!-- Allows an application to monitor incoming SMS messages, to record
130 or perform processing on them. -->
131 <permission android:name="android.permission.RECEIVE_SMS"
132 android:permissionGroup="android.permission-group.MESSAGES"
133 android:protectionLevel="dangerous"
134 android:label="@string/permlab_receiveSms"
135 android:description="@string/permdesc_receiveSms" />
136
137 <!-- Allows an application to monitor incoming MMS messages, to record
138 or perform processing on them. -->
139 <permission android:name="android.permission.RECEIVE_MMS"
140 android:permissionGroup="android.permission-group.MESSAGES"
141 android:protectionLevel="dangerous"
142 android:label="@string/permlab_receiveMms"
143 android:description="@string/permdesc_receiveMms" />
144
145 <!-- Allows an application to read SMS messages. -->
146 <permission android:name="android.permission.READ_SMS"
147 android:permissionGroup="android.permission-group.MESSAGES"
148 android:protectionLevel="dangerous"
149 android:label="@string/permlab_readSms"
150 android:description="@string/permdesc_readSms" />
151
152 <!-- Allows an application to write SMS messages. -->
153 <permission android:name="android.permission.WRITE_SMS"
154 android:permissionGroup="android.permission-group.MESSAGES"
155 android:protectionLevel="dangerous"
156 android:label="@string/permlab_writeSms"
157 android:description="@string/permdesc_writeSms" />
158
159 <!-- Allows an application to monitor incoming WAP push messages. -->
160 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
161 android:permissionGroup="android.permission-group.MESSAGES"
162 android:protectionLevel="dangerous"
163 android:label="@string/permlab_receiveWapPush"
164 android:description="@string/permdesc_receiveWapPush" />
165
166 <!-- =============================================================== -->
167 <!-- Permissions for accessing personal info (contacts and calendar) -->
168 <!-- =============================================================== -->
169 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700170
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800171 <!-- Used for permissions that provide access to the user's private data,
172 such as contacts, calendar events, e-mail messages, etc. This includes
173 both reading and writing of this data (which should generally be
174 expressed as two distinct permissions). -->
175 <permission-group android:name="android.permission-group.PERSONAL_INFO"
176 android:label="@string/permgrouplab_personalInfo"
177 android:description="@string/permgroupdesc_personalInfo" />
178
179 <!-- Allows an application to read the user's contacts data. -->
180 <permission android:name="android.permission.READ_CONTACTS"
181 android:permissionGroup="android.permission-group.PERSONAL_INFO"
182 android:protectionLevel="dangerous"
183 android:label="@string/permlab_readContacts"
184 android:description="@string/permdesc_readContacts" />
185
186 <!-- Allows an application to write (but not read) the user's
187 contacts data. -->
188 <permission android:name="android.permission.WRITE_CONTACTS"
189 android:permissionGroup="android.permission-group.PERSONAL_INFO"
190 android:protectionLevel="dangerous"
191 android:label="@string/permlab_writeContacts"
192 android:description="@string/permdesc_writeContacts" />
193
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800194 <!-- Allows an application to read the user's calendar data. -->
195 <permission android:name="android.permission.READ_CALENDAR"
196 android:permissionGroup="android.permission-group.PERSONAL_INFO"
197 android:protectionLevel="dangerous"
198 android:label="@string/permlab_readCalendar"
199 android:description="@string/permdesc_readCalendar" />
200
201 <!-- Allows an application to write (but not read) the user's
202 calendar data. -->
203 <permission android:name="android.permission.WRITE_CALENDAR"
204 android:permissionGroup="android.permission-group.PERSONAL_INFO"
205 android:protectionLevel="dangerous"
206 android:label="@string/permlab_writeCalendar"
207 android:description="@string/permdesc_writeCalendar" />
208
209 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700210 really only be required by an IME, or a dictionary editor like
211 the Settings app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800212 @hide Pending API council approval -->
213 <permission android:name="android.permission.READ_USER_DICTIONARY"
214 android:permissionGroup="android.permission-group.PERSONAL_INFO"
215 android:protectionLevel="dangerous"
216 android:label="@string/permlab_readDictionary"
217 android:description="@string/permdesc_readDictionary" />
218
219 <!-- Allows an application to write to the user dictionary.
220 @hide Pending API council approval -->
221 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
222 android:permissionGroup="android.permission-group.PERSONAL_INFO"
223 android:protectionLevel="normal"
224 android:label="@string/permlab_writeDictionary"
225 android:description="@string/permdesc_writeDictionary" />
226
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400227 <!-- Allows an application to read (but not write) the user's
228 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400229 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400230 android:permissionGroup="android.permission-group.PERSONAL_INFO"
231 android:label="@string/permlab_readHistoryBookmarks"
232 android:description="@string/permdesc_readHistoryBookmarks"
233 android:protectionLevel="dangerous" />
234
235 <!-- Allows an application to write (but not read) the user's
236 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400237 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400238 android:permissionGroup="android.permission-group.PERSONAL_INFO"
239 android:label="@string/permlab_writeHistoryBookmarks"
240 android:description="@string/permdesc_writeHistoryBookmarks"
241 android:protectionLevel="dangerous" />
242
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800243 <!-- ======================================= -->
244 <!-- Permissions for accessing location info -->
245 <!-- ======================================= -->
246 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700247
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800248 <!-- Used for permissions that allow access to the user's current
249 location. -->
250 <permission-group android:name="android.permission-group.LOCATION"
251 android:label="@string/permgrouplab_location"
252 android:description="@string/permgroupdesc_location" />
253
254 <!-- Allows an application to access fine (e.g., GPS) location -->
255 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
256 android:permissionGroup="android.permission-group.LOCATION"
257 android:protectionLevel="dangerous"
258 android:label="@string/permlab_accessFineLocation"
259 android:description="@string/permdesc_accessFineLocation" />
260
261 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
262 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
263 android:permissionGroup="android.permission-group.LOCATION"
264 android:protectionLevel="dangerous"
265 android:label="@string/permlab_accessCoarseLocation"
266 android:description="@string/permdesc_accessCoarseLocation" />
267
268 <!-- Allows an application to create mock location providers for testing -->
269 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
270 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700271 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800272 android:label="@string/permlab_accessMockLocation"
273 android:description="@string/permdesc_accessMockLocation" />
274
275 <!-- Allows an application to access extra location provider commands -->
276 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
277 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700278 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800279 android:label="@string/permlab_accessLocationExtraCommands"
280 android:description="@string/permdesc_accessLocationExtraCommands" />
281
Mike Lockwood275555c2009-05-01 11:30:34 -0400282 <!-- Allows an application to install a location provider into the Location Manager -->
283 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
284 android:protectionLevel="signatureOrSystem"
285 android:label="@string/permlab_installLocationProvider"
286 android:description="@string/permdesc_installLocationProvider" />
287
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800288 <!-- ======================================= -->
289 <!-- Permissions for accessing networks -->
290 <!-- ======================================= -->
291 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700292
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800293 <!-- Used for permissions that provide access to networking services. The
294 main permission here is internet access, but this is also an
295 appropriate group for accessing or modifying any network configuration
296 or other related network operations. -->
297 <permission-group android:name="android.permission-group.NETWORK"
298 android:label="@string/permgrouplab_network"
299 android:description="@string/permgroupdesc_network" />
300
301 <!-- Allows applications to open network sockets. -->
302 <permission android:name="android.permission.INTERNET"
303 android:permissionGroup="android.permission-group.NETWORK"
304 android:protectionLevel="dangerous"
305 android:description="@string/permdesc_createNetworkSockets"
306 android:label="@string/permlab_createNetworkSockets" />
307
308 <!-- Allows applications to access information about networks -->
309 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
310 android:permissionGroup="android.permission-group.NETWORK"
311 android:protectionLevel="normal"
312 android:description="@string/permdesc_accessNetworkState"
313 android:label="@string/permlab_accessNetworkState" />
314
315 <!-- Allows applications to access information about Wi-Fi networks -->
316 <permission android:name="android.permission.ACCESS_WIFI_STATE"
317 android:permissionGroup="android.permission-group.NETWORK"
318 android:protectionLevel="normal"
319 android:description="@string/permdesc_accessWifiState"
320 android:label="@string/permlab_accessWifiState" />
321
322 <!-- Allows applications to connect to paired bluetooth devices -->
323 <permission android:name="android.permission.BLUETOOTH"
324 android:permissionGroup="android.permission-group.NETWORK"
325 android:protectionLevel="dangerous"
326 android:description="@string/permdesc_bluetooth"
327 android:label="@string/permlab_bluetooth" />
328
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700329 <!-- Allows applications to call into AccountAuthenticators. Only
330 the system can get this permission. -->
Fred Quintanaf7ae77c2009-10-02 17:19:31 -0700331 <permission android:name="android.permission.ACCOUNT_MANAGER"
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700332 android:permissionGroup="android.permission-group.ACCOUNTS"
333 android:protectionLevel="signature"
334 android:description="@string/permdesc_accountManagerService"
335 android:label="@string/permlab_accountManagerService" />
336
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800337 <!-- ================================== -->
338 <!-- Permissions for accessing accounts -->
339 <!-- ================================== -->
340 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700341
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700342 <!-- Permissions for direct access to the accounts managed
343 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800344 <permission-group android:name="android.permission-group.ACCOUNTS"
345 android:label="@string/permgrouplab_accounts"
346 android:description="@string/permgroupdesc_accounts" />
347
348 <!-- Allows access to the list of accounts in the Accounts Service -->
349 <permission android:name="android.permission.GET_ACCOUNTS"
350 android:permissionGroup="android.permission-group.ACCOUNTS"
351 android:protectionLevel="normal"
352 android:description="@string/permdesc_getAccounts"
353 android:label="@string/permlab_getAccounts" />
354
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700355 <!-- Allows an application to act as an AccountAuthenticator for
356 the AccountManager -->
357 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
358 android:permissionGroup="android.permission-group.ACCOUNTS"
359 android:protectionLevel="dangerous"
360 android:label="@string/permlab_authenticateAccounts"
361 android:description="@string/permdesc_authenticateAccounts" />
362
363 <!-- Allows an application to request authtokens from the AccountManager -->
364 <permission android:name="android.permission.USE_CREDENTIALS"
365 android:permissionGroup="android.permission-group.ACCOUNTS"
366 android:protectionLevel="dangerous"
367 android:label="@string/permlab_useCredentials"
368 android:description="@string/permdesc_useCredentials" />
369
370 <!-- Allows an application to manage the list of accounts in the AccountManager -->
371 <permission android:name="android.permission.MANAGE_ACCOUNTS"
372 android:permissionGroup="android.permission-group.ACCOUNTS"
373 android:protectionLevel="dangerous"
374 android:label="@string/permlab_manageAccounts"
375 android:description="@string/permdesc_manageAccounts" />
376
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800377 <!-- ================================== -->
378 <!-- Permissions for accessing hardware -->
379 <!-- ================================== -->
380 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700381
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800382 <!-- Used for permissions that provide direct access to the hardware on
383 the device. This includes audio, the camera, vibrator, etc. -->
384 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
385 android:label="@string/permgrouplab_hardwareControls"
386 android:description="@string/permgroupdesc_hardwareControls" />
387
388 <!-- Allows an application to modify global audio settings -->
389 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
390 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
391 android:protectionLevel="dangerous"
392 android:label="@string/permlab_modifyAudioSettings"
393 android:description="@string/permdesc_modifyAudioSettings" />
394
395 <!-- Allows an application to record audio -->
396 <permission android:name="android.permission.RECORD_AUDIO"
397 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
398 android:protectionLevel="dangerous"
399 android:label="@string/permlab_recordAudio"
400 android:description="@string/permdesc_recordAudio" />
401
Scott Main0b916352009-12-17 18:01:04 -0800402 <!-- Required to be able to access the camera device.
403 <p>This will automatically enforce the <a
404 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
405 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
406 If you do not require all camera features or can properly operate if a camera
407 is not available, then you must modify your manifest as appropriate in order to
408 install on devices that don't support all camera features.</p> -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800409 <permission android:name="android.permission.CAMERA"
410 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
411 android:protectionLevel="dangerous"
412 android:label="@string/permlab_camera"
413 android:description="@string/permdesc_camera" />
414
415 <!-- Allows access to the vibrator -->
416 <permission android:name="android.permission.VIBRATE"
417 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
418 android:protectionLevel="normal"
419 android:label="@string/permlab_vibrate"
420 android:description="@string/permdesc_vibrate" />
421
422 <!-- Allows access to the flashlight -->
423 <permission android:name="android.permission.FLASHLIGHT"
424 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
425 android:protectionLevel="normal"
426 android:label="@string/permlab_flashlight"
427 android:description="@string/permdesc_flashlight" />
428
Mike Lockwood9163d422010-05-10 18:26:40 -0400429 <!-- Allows an application to access USB devices
430 @hide -->
431 <permission android:name="android.permission.ACCESS_USB"
432 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
433 android:protectionLevel="signatureOrSystem"
434 android:label="@string/permlab_accessUsb"
435 android:description="@string/permdesc_accessUsb" />
436
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800437 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
438 <permission android:name="android.permission.HARDWARE_TEST"
439 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
440 android:protectionLevel="signature"
441 android:label="@string/permlab_hardware_test"
442 android:description="@string/permdesc_hardware_test" />
443
444 <!-- =========================================== -->
445 <!-- Permissions associated with telephony state -->
446 <!-- =========================================== -->
447 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700448
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800449 <!-- Used for permissions that are associated with accessing and modifyign
450 telephony state: intercepting outgoing calls, reading
451 and modifying the phone state. Note that
452 placing phone calls is not in this group, since that is in the
453 more important "takin' yer moneys" group. -->
454 <permission-group android:name="android.permission-group.PHONE_CALLS"
455 android:label="@string/permgrouplab_phoneCalls"
456 android:description="@string/permgroupdesc_phoneCalls" />
457
458 <!-- Allows an application to monitor, modify, or abort outgoing
459 calls. -->
460 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
461 android:permissionGroup="android.permission-group.PHONE_CALLS"
462 android:protectionLevel="dangerous"
463 android:label="@string/permlab_processOutgoingCalls"
464 android:description="@string/permdesc_processOutgoingCalls" />
465
466 <!-- Allows modification of the telephony state - power on, mmi, etc.
467 Does not include placing calls. -->
468 <permission android:name="android.permission.MODIFY_PHONE_STATE"
469 android:permissionGroup="android.permission-group.PHONE_CALLS"
470 android:protectionLevel="dangerous"
471 android:label="@string/permlab_modifyPhoneState"
472 android:description="@string/permdesc_modifyPhoneState" />
473
474 <!-- Allows read only access to phone state. -->
475 <permission android:name="android.permission.READ_PHONE_STATE"
476 android:permissionGroup="android.permission-group.PHONE_CALLS"
477 android:protectionLevel="dangerous"
478 android:label="@string/permlab_readPhoneState"
479 android:description="@string/permdesc_readPhoneState" />
480
San Mehat29b57e62009-04-23 09:18:32 -0700481 <!-- ================================== -->
482 <!-- Permissions for sdcard interaction -->
483 <!-- ================================== -->
484 <eat-comment />
485
486 <!-- Group of permissions that are related to SD card access. -->
487 <permission-group android:name="android.permission-group.STORAGE"
488 android:label="@string/permgrouplab_storage"
489 android:description="@string/permgroupdesc_storage" />
490
San Mehat5a3a77d2009-06-01 09:25:28 -0700491 <!-- Allows an application to write to external storage -->
492 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700493 android:permissionGroup="android.permission-group.STORAGE"
494 android:label="@string/permlab_sdcardWrite"
495 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700496 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700497
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800498 <!-- ============================================ -->
499 <!-- Permissions for low-level system interaction -->
500 <!-- ============================================ -->
501 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700502
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800503 <!-- Group of permissions that are related to system APIs. Many
504 of these are not permissions the user will be expected to understand,
505 and such permissions should generally be marked as "normal" protection
506 level so they don't get displayed. This can also, however, be used
507 for miscellaneous features that provide access to the operating system,
508 such as writing the global system settings. -->
509 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
510 android:label="@string/permgrouplab_systemTools"
511 android:description="@string/permgroupdesc_systemTools" />
512
513 <!-- Allows an application to read or write the system settings. -->
514 <permission android:name="android.permission.WRITE_SETTINGS"
515 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
516 android:protectionLevel="dangerous"
517 android:label="@string/permlab_writeSettings"
518 android:description="@string/permdesc_writeSettings" />
519
520 <!-- Allows an application to read or write the secure system settings. -->
521 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
522 android:protectionLevel="signatureOrSystem"
523 android:label="@string/permlab_writeSecureSettings"
524 android:description="@string/permdesc_writeSecureSettings" />
525
526 <!-- Allows an application to modify the Google service map. -->
527 <permission android:name="android.permission.WRITE_GSERVICES"
Dan Egnorac63ebc2009-11-12 23:02:22 -0800528 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800529 android:label="@string/permlab_writeGservices"
530 android:description="@string/permdesc_writeGservices" />
531
532 <!-- Allows an application to expand or collapse the status bar. -->
533 <permission android:name="android.permission.EXPAND_STATUS_BAR"
534 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
535 android:protectionLevel="normal"
536 android:label="@string/permlab_expandStatusBar"
537 android:description="@string/permdesc_expandStatusBar" />
538
539 <!-- Allows an application to get information about the currently
540 or recently running tasks: a thumbnail representation of the tasks,
541 what activities are running in it, etc. -->
542 <permission android:name="android.permission.GET_TASKS"
543 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
544 android:protectionLevel="dangerous"
545 android:label="@string/permlab_getTasks"
546 android:description="@string/permdesc_getTasks" />
547
548 <!-- Allows an application to change the Z-order of tasks -->
549 <permission android:name="android.permission.REORDER_TASKS"
550 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
551 android:protectionLevel="dangerous"
552 android:label="@string/permlab_reorderTasks"
553 android:description="@string/permdesc_reorderTasks" />
554
555 <!-- Allows an application to modify the current configuration, such
556 as locale. -->
557 <permission android:name="android.permission.CHANGE_CONFIGURATION"
558 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
559 android:protectionLevel="dangerous"
560 android:label="@string/permlab_changeConfiguration"
561 android:description="@string/permdesc_changeConfiguration" />
562
Dianne Hackborn03abb812010-01-04 18:43:19 -0800563 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
564 API is no longer supported. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800565 <permission android:name="android.permission.RESTART_PACKAGES"
566 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -0800567 android:protectionLevel="normal"
568 android:label="@string/permlab_killBackgroundProcesses"
569 android:description="@string/permdesc_killBackgroundProcesses" />
570
571 <!-- Allows an application to call
572 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
573 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
574 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
575 android:protectionLevel="normal"
576 android:label="@string/permlab_killBackgroundProcesses"
577 android:description="@string/permdesc_killBackgroundProcesses" />
578
579 <!-- Allows an application to call
580 {@link android.app.ActivityManager#forceStopPackage}.
581 @hide -->
582 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
583 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
584 android:protectionLevel="signature"
585 android:label="@string/permlab_forceStopPackages"
586 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800587
588 <!-- Allows an application to retrieve state dump information from system
589 services. -->
590 <permission android:name="android.permission.DUMP"
591 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
592 android:protectionLevel="dangerous"
593 android:label="@string/permlab_dump"
594 android:description="@string/permdesc_dump" />
595
596 <!-- Allows an application to open windows using the type
597 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
598 shown on top of all other applications. Very few applications
599 should use this permission; these windows are intended for
600 system-level interaction with the user. -->
601 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
602 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
603 android:protectionLevel="dangerous"
604 android:label="@string/permlab_systemAlertWindow"
605 android:description="@string/permdesc_systemAlertWindow" />
606
607 <!-- Modify the global animation scaling factor. -->
608 <permission android:name="android.permission.SET_ANIMATION_SCALE"
609 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
610 android:protectionLevel="dangerous"
611 android:label="@string/permlab_setAnimationScale"
612 android:description="@string/permdesc_setAnimationScale" />
613
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700614 <!-- @deprecated This functionality will be removed in the future; please do
615 not use.
616
617 Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800618 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
619 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
620 android:protectionLevel="dangerous"
621 android:label="@string/permlab_persistentActivity"
622 android:description="@string/permdesc_persistentActivity" />
623
624 <!-- Allows an application to find out the space used by any package. -->
625 <permission android:name="android.permission.GET_PACKAGE_SIZE"
626 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
627 android:protectionLevel="normal"
628 android:label="@string/permlab_getPackageSize"
629 android:description="@string/permdesc_getPackageSize" />
630
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800631 <!-- @deprecated No longer useful, see
632 {@link android.content.pm.PackageManager#addPackageToPreferred}
633 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800634 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
635 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800636 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800637 android:label="@string/permlab_setPreferredApplications"
638 android:description="@string/permdesc_setPreferredApplications" />
639
640 <!-- Allows an application to receive the
641 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
642 broadcast after the system finishes booting. If you don't
643 request this permission, you will not receive the broadcast at
644 that time. Though holding this permission does not have any
645 security implications, it can have a negative impact on the
646 user experience by increasing the amount of time it takes the
647 system to start and allowing applications to have themselves
648 running without the user being aware of them. As such, you must
649 explicitly declare your use of this facility to make that visible
650 to the user. -->
651 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
652 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
653 android:protectionLevel="normal"
654 android:label="@string/permlab_receiveBootCompleted"
655 android:description="@string/permdesc_receiveBootCompleted" />
656
657 <!-- Allows an application to broadcast sticky intents. These are
658 broadcasts whose data is held by the system after being finished,
659 so that clients can quickly retrieve that data without having
660 to wait for the next broadcast. -->
661 <permission android:name="android.permission.BROADCAST_STICKY"
662 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
663 android:protectionLevel="normal"
664 android:label="@string/permlab_broadcastSticky"
665 android:description="@string/permdesc_broadcastSticky" />
666
667 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
668 from dimming -->
669 <permission android:name="android.permission.WAKE_LOCK"
670 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
671 android:protectionLevel="dangerous"
672 android:label="@string/permlab_wakeLock"
673 android:description="@string/permdesc_wakeLock" />
674
675 <!-- Allows applications to set the wallpaper -->
676 <permission android:name="android.permission.SET_WALLPAPER"
677 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
678 android:protectionLevel="normal"
679 android:label="@string/permlab_setWallpaper"
680 android:description="@string/permdesc_setWallpaper" />
681
682 <!-- Allows applications to set the wallpaper hints -->
683 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
684 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
685 android:protectionLevel="normal"
686 android:label="@string/permlab_setWallpaperHints"
687 android:description="@string/permdesc_setWallpaperHints" />
688
Dan Egnor97e44942010-02-04 20:27:47 -0800689 <!-- Allows applications to set the system time -->
690 <permission android:name="android.permission.SET_TIME"
691 android:protectionLevel="signatureOrSystem"
692 android:label="@string/permlab_setTime"
693 android:description="@string/permdesc_setTime" />
694
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800695 <!-- Allows applications to set the system time zone -->
696 <permission android:name="android.permission.SET_TIME_ZONE"
697 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
698 android:protectionLevel="dangerous"
699 android:label="@string/permlab_setTimeZone"
700 android:description="@string/permdesc_setTimeZone" />
701
702 <!-- Allows mounting and unmounting file systems for removable storage. -->
703 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
704 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
705 android:protectionLevel="dangerous"
706 android:label="@string/permlab_mount_unmount_filesystems"
707 android:description="@string/permdesc_mount_unmount_filesystems" />
708
709 <!-- Allows formatting file systems for removable storage. -->
710 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
711 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
712 android:protectionLevel="dangerous"
713 android:label="@string/permlab_mount_format_filesystems"
714 android:description="@string/permdesc_mount_format_filesystems" />
715
San Mehat02735bc2010-01-26 15:18:08 -0800716 <!-- Allows access to ASEC non-destructive API calls
717 @hide -->
718 <permission android:name="android.permission.ASEC_ACCESS"
719 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700720 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800721 android:label="@string/permlab_asec_access"
722 android:description="@string/permdesc_asec_access" />
723
724 <!-- Allows creation of ASEC volumes
725 @hide -->
726 <permission android:name="android.permission.ASEC_CREATE"
727 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700728 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800729 android:label="@string/permlab_asec_create"
730 android:description="@string/permdesc_asec_create" />
731
732 <!-- Allows destruction of ASEC volumes
733 @hide -->
734 <permission android:name="android.permission.ASEC_DESTROY"
735 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700736 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800737 android:label="@string/permlab_asec_destroy"
738 android:description="@string/permdesc_asec_destroy" />
739
740 <!-- Allows mount / unmount of ASEC volumes
741 @hide -->
742 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
743 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700744 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800745 android:label="@string/permlab_asec_mount_unmount"
746 android:description="@string/permdesc_asec_mount_unmount" />
747
748 <!-- Allows rename of ASEC volumes
749 @hide -->
750 <permission android:name="android.permission.ASEC_RENAME"
751 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700752 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800753 android:label="@string/permlab_asec_rename"
754 android:description="@string/permdesc_asec_rename" />
755
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800756 <!-- Allows applications to disable the keyguard -->
757 <permission android:name="android.permission.DISABLE_KEYGUARD"
758 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700759 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800760 android:description="@string/permdesc_disableKeyguard"
761 android:label="@string/permlab_disableKeyguard" />
762
763 <!-- Allows applications to read the sync settings -->
764 <permission android:name="android.permission.READ_SYNC_SETTINGS"
765 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
766 android:protectionLevel="normal"
767 android:description="@string/permdesc_readSyncSettings"
768 android:label="@string/permlab_readSyncSettings" />
769
770 <!-- Allows applications to write the sync settings -->
771 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
772 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
773 android:protectionLevel="dangerous"
774 android:description="@string/permdesc_writeSyncSettings"
775 android:label="@string/permlab_writeSyncSettings" />
776
777 <!-- Allows applications to read the sync stats -->
778 <permission android:name="android.permission.READ_SYNC_STATS"
779 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
780 android:protectionLevel="normal"
781 android:description="@string/permdesc_readSyncStats"
782 android:label="@string/permlab_readSyncStats" />
783
784 <!-- Allows applications to write the apn settings -->
785 <permission android:name="android.permission.WRITE_APN_SETTINGS"
786 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
787 android:protectionLevel="dangerous"
788 android:description="@string/permdesc_writeApnSettings"
789 android:label="@string/permlab_writeApnSettings" />
790
Fred Quintana60307342009-03-24 22:48:12 -0700791 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800792 ContentProvider. -->
793 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
794 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
795 android:label="@string/permlab_subscribedFeedsRead"
796 android:description="@string/permdesc_subscribedFeedsRead"
797 android:protectionLevel="normal" />
798 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
799 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
800 android:label="@string/permlab_subscribedFeedsWrite"
801 android:description="@string/permdesc_subscribedFeedsWrite"
802 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -0700803
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800804 <!-- Allows applications to change network connectivity state -->
805 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
806 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
807 android:protectionLevel="dangerous"
808 android:description="@string/permdesc_changeNetworkState"
809 android:label="@string/permlab_changeNetworkState" />
810
811 <!-- Allows applications to change Wi-Fi connectivity state -->
812 <permission android:name="android.permission.CHANGE_WIFI_STATE"
813 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
814 android:protectionLevel="dangerous"
815 android:description="@string/permdesc_changeWifiState"
816 android:label="@string/permlab_changeWifiState" />
817
Robert Greenwaltfc1b15c2009-05-22 15:09:51 -0700818 <!-- Allows applications to enter Wi-Fi Multicast mode -->
819 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
820 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
821 android:protectionLevel="dangerous"
822 android:description="@string/permdesc_changeWifiMulticastState"
823 android:label="@string/permlab_changeWifiMulticastState" />
824
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800825 <!-- Allows applications to discover and pair bluetooth devices -->
826 <permission android:name="android.permission.BLUETOOTH_ADMIN"
827 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
828 android:protectionLevel="dangerous"
829 android:description="@string/permdesc_bluetoothAdmin"
830 android:label="@string/permlab_bluetoothAdmin" />
831
832 <!-- Allows an application to clear the caches of all installed
833 applications on the device. -->
834 <permission android:name="android.permission.CLEAR_APP_CACHE"
835 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
836 android:protectionLevel="dangerous"
837 android:label="@string/permlab_clearAppCache"
838 android:description="@string/permdesc_clearAppCache" />
839
840 <!-- Allows an application to read the low-level system log files.
841 These can contain slightly private information about what is
842 happening on the device, but should never contain the user's
843 private information. -->
844 <permission android:name="android.permission.READ_LOGS"
845 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
846 android:protectionLevel="dangerous"
847 android:label="@string/permlab_readLogs"
848 android:description="@string/permdesc_readLogs" />
849
850 <!-- ========================================= -->
851 <!-- Permissions for special development tools -->
852 <!-- ========================================= -->
853 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700854
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800855 <!-- Group of permissions that are related to development features. These
856 are not permissions that should appear in normal applications; they
857 protect APIs that are intended only to be used for development
858 purposes. -->
859 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
860 android:label="@string/permgrouplab_developmentTools"
861 android:description="@string/permgroupdesc_developmentTools" />
862
863 <!-- Configure an application for debugging. -->
864 <permission android:name="android.permission.SET_DEBUG_APP"
865 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
866 android:protectionLevel="dangerous"
867 android:label="@string/permlab_setDebugApp"
868 android:description="@string/permdesc_setDebugApp" />
869
870 <!-- Allows an application to set the maximum number of (not needed)
871 application processes that can be running. -->
872 <permission android:name="android.permission.SET_PROCESS_LIMIT"
873 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
874 android:protectionLevel="dangerous"
875 android:label="@string/permlab_setProcessLimit"
876 android:description="@string/permdesc_setProcessLimit" />
877
878 <!-- Allows an application to control whether activities are immediately
879 finished when put in the background. -->
880 <permission android:name="android.permission.SET_ALWAYS_FINISH"
881 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
882 android:protectionLevel="dangerous"
883 android:label="@string/permlab_setAlwaysFinish"
884 android:description="@string/permdesc_setAlwaysFinish" />
885
886 <!-- Allow an application to request that a signal be sent to all persistent processes -->
887 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
888 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
889 android:protectionLevel="dangerous"
890 android:label="@string/permlab_signalPersistentProcesses"
891 android:description="@string/permdesc_signalPersistentProcesses" />
892
893 <!-- ==================================== -->
894 <!-- Private (signature-only) permissions -->
895 <!-- ==================================== -->
896 <eat-comment />
897
898 <!-- Allows applications to RW to diagnostic resources. -->
899 <permission android:name="android.permission.DIAGNOSTIC"
900 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
901 android:protectionLevel="signature"
902 android:description="@string/permdesc_diagnostic"
903 android:label="@string/permlab_diagnostic" />
904
905 <!-- Allows an application to open, close, or disable the status bar
906 and its icons. -->
907 <permission android:name="android.permission.STATUS_BAR"
908 android:label="@string/permlab_statusBar"
909 android:description="@string/permdesc_statusBar"
910 android:protectionLevel="signatureOrSystem" />
911
Joe Onorato8bc6c512010-06-04 16:21:12 -0400912 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
913 @hide -->
914 <permission android:name="android.permission.STATUS_BAR_SERVICE"
915 android:label="@string/permlab_statusBarService"
916 android:description="@string/permdesc_statusBarService"
917 android:protectionLevel="signature" />
918
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800919 <!-- Allows an application to force a BACK operation on whatever is the
920 top activity. -->
921 <permission android:name="android.permission.FORCE_BACK"
922 android:label="@string/permlab_forceBack"
923 android:description="@string/permdesc_forceBack"
924 android:protectionLevel="signature" />
925
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800926 <!-- Allows an application to update device statistics. Not for
927 use by third party apps. -->
928 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
929 android:label="@string/permlab_batteryStats"
930 android:description="@string/permdesc_batteryStats"
931 android:protectionLevel="signature" />
932
933 <!-- Allows an application to open windows that are for use by parts
934 of the system user interface. Not for use by third party apps. -->
935 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
936 android:label="@string/permlab_internalSystemWindow"
937 android:description="@string/permdesc_internalSystemWindow"
938 android:protectionLevel="signature" />
939
940 <!-- Allows an application to manage (create, destroy,
941 Z-order) application tokens in the window manager. This is only
942 for use by the system. -->
943 <permission android:name="android.permission.MANAGE_APP_TOKENS"
944 android:label="@string/permlab_manageAppTokens"
945 android:description="@string/permdesc_manageAppTokens"
946 android:protectionLevel="signature" />
947
948 <!-- Allows an application to inject user events (keys, touch, trackball)
949 into the event stream and deliver them to ANY window. Without this
950 permission, you can only deliver events to windows in your own process.
951 Very few applications should need to use this permission. -->
952 <permission android:name="android.permission.INJECT_EVENTS"
953 android:label="@string/permlab_injectEvents"
954 android:description="@string/permdesc_injectEvents"
955 android:protectionLevel="signature" />
956
957 <!-- Allows an application to watch and control how activities are
958 started globally in the system. Only for is in debugging
959 (usually the monkey command). -->
960 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
961 android:label="@string/permlab_runSetActivityWatcher"
962 android:description="@string/permdesc_runSetActivityWatcher"
963 android:protectionLevel="signature" />
964
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700965 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -0700966 to put the higher-level system there into a shutdown state.
967 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -0700968 <permission android:name="android.permission.SHUTDOWN"
969 android:label="@string/permlab_shutdown"
970 android:description="@string/permdesc_shutdown"
971 android:protectionLevel="signature" />
972
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700973 <!-- Allows an application to tell the activity manager to temporarily
974 stop application switches, putting it into a special mode that
975 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -0700976 critical UI such as the home screen.
977 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700978 <permission android:name="android.permission.STOP_APP_SWITCHES"
979 android:label="@string/permlab_stopAppSwitches"
980 android:description="@string/permdesc_stopAppSwitches"
981 android:protectionLevel="signature" />
982
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800983 <!-- Allows an application to retrieve the current state of keys and
984 switches. This is only for use by the system.-->
985 <permission android:name="android.permission.READ_INPUT_STATE"
986 android:label="@string/permlab_readInputState"
987 android:description="@string/permdesc_readInputState"
988 android:protectionLevel="signature" />
989
Dianne Hackbornd6847842010-01-12 18:14:19 -0800990 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
991 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800992 <permission android:name="android.permission.BIND_INPUT_METHOD"
993 android:label="@string/permlab_bindInputMethod"
994 android:description="@string/permdesc_bindInputMethod"
995 android:protectionLevel="signature" />
996
Dianne Hackbornd6847842010-01-12 18:14:19 -0800997 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
998 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -0700999 <permission android:name="android.permission.BIND_WALLPAPER"
1000 android:label="@string/permlab_bindWallpaper"
1001 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborn284ac932009-08-28 10:34:25 -07001002 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001003
Dianne Hackbornd6847842010-01-12 18:14:19 -08001004 <!-- Must be required by device administration receiver, to ensure that only the
1005 system can interact with it. -->
1006 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1007 android:label="@string/permlab_bindDeviceAdmin"
1008 android:description="@string/permdesc_bindDeviceAdmin"
1009 android:protectionLevel="signature" />
1010
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001011 <!-- Allows low-level access to setting the orientation (actually
1012 rotation) of the screen. Not for use by normal applications. -->
1013 <permission android:name="android.permission.SET_ORIENTATION"
1014 android:label="@string/permlab_setOrientation"
1015 android:description="@string/permdesc_setOrientation"
1016 android:protectionLevel="signature" />
1017
1018 <!-- Allows an application to install packages. -->
1019 <permission android:name="android.permission.INSTALL_PACKAGES"
1020 android:label="@string/permlab_installPackages"
1021 android:description="@string/permdesc_installPackages"
Jasper Lin24692412009-03-24 18:24:57 -07001022 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001023
1024 <!-- Allows an application to clear user data -->
1025 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1026 android:label="@string/permlab_clearAppUserData"
1027 android:description="@string/permdesc_clearAppUserData"
1028 android:protectionLevel="signature" />
1029
1030 <!-- Allows an application to delete cache files. -->
1031 <permission android:name="android.permission.DELETE_CACHE_FILES"
1032 android:label="@string/permlab_deleteCacheFiles"
1033 android:description="@string/permdesc_deleteCacheFiles"
Doug Zongker50a21f42009-11-19 12:49:53 -08001034 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001035
1036 <!-- Allows an application to delete packages. -->
1037 <permission android:name="android.permission.DELETE_PACKAGES"
1038 android:label="@string/permlab_deletePackages"
1039 android:description="@string/permdesc_deletePackages"
Jasper Lin24692412009-03-24 18:24:57 -07001040 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001041
Jeff Brownec7c78f2010-03-30 23:37:25 -07001042 <!-- Allows an application to move location of installed package.
1043 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001044 <permission android:name="android.permission.MOVE_PACKAGE"
1045 android:label="@string/permlab_movePackage"
1046 android:description="@string/permdesc_movePackage"
1047 android:protectionLevel="signatureOrSystem" />
1048
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001049 <!-- Allows an application to change whether an application component (other than its own) is
1050 enabled or not. -->
1051 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1052 android:label="@string/permlab_changeComponentState"
1053 android:description="@string/permdesc_changeComponentState"
1054 android:protectionLevel="signature" />
1055
1056 <!-- Allows an application to use SurfaceFlinger's low level features -->
1057 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1058 android:label="@string/permlab_accessSurfaceFlinger"
1059 android:description="@string/permdesc_accessSurfaceFlinger"
1060 android:protectionLevel="signature" />
1061
1062 <!-- Allows an application to take screen shots and more generally
1063 get access to the frame buffer data -->
1064 <permission android:name="android.permission.READ_FRAME_BUFFER"
1065 android:label="@string/permlab_readFrameBuffer"
1066 android:description="@string/permdesc_readFrameBuffer"
1067 android:protectionLevel="signature" />
1068
1069 <!-- Required to be able to disable the device (very dangerous!). -->
1070 <permission android:name="android.permission.BRICK"
1071 android:label="@string/permlab_brick"
1072 android:description="@string/permdesc_brick"
1073 android:protectionLevel="signature" />
1074
1075 <!-- Required to be able to reboot the device. -->
1076 <permission android:name="android.permission.REBOOT"
1077 android:label="@string/permlab_reboot"
1078 android:description="@string/permdesc_reboot"
Doug Zongker50a21f42009-11-19 12:49:53 -08001079 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001080
1081 <!-- Allows low-level access to power management -->
1082 <permission android:name="android.permission.DEVICE_POWER"
1083 android:label="@string/permlab_devicePower"
1084 android:description="@string/permdesc_devicePower"
1085 android:protectionLevel="signature" />
1086
1087 <!-- Run as a manufacturer test application, running as the root user.
1088 Only available when the device is running in manufacturer test mode. -->
1089 <permission android:name="android.permission.FACTORY_TEST"
1090 android:label="@string/permlab_factoryTest"
1091 android:description="@string/permdesc_factoryTest"
1092 android:protectionLevel="signature" />
1093
1094 <!-- Allows an application to broadcast a notification that an application
1095 package has been removed. -->
1096 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1097 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1098 android:label="@string/permlab_broadcastPackageRemoved"
1099 android:description="@string/permdesc_broadcastPackageRemoved"
1100 android:protectionLevel="signature" />
1101
1102 <!-- Allows an application to broadcast an SMS receipt notification -->
1103 <permission android:name="android.permission.BROADCAST_SMS"
1104 android:permissionGroup="android.permission-group.MESSAGES"
1105 android:label="@string/permlab_broadcastSmsReceived"
1106 android:description="@string/permdesc_broadcastSmsReceived"
1107 android:protectionLevel="signature" />
1108
1109 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1110 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1111 android:permissionGroup="android.permission-group.MESSAGES"
1112 android:label="@string/permlab_broadcastWapPush"
1113 android:description="@string/permdesc_broadcastWapPush"
1114 android:protectionLevel="signature" />
1115
1116 <permission android:name="android.permission.MASTER_CLEAR"
1117 android:label="@string/permlab_masterClear"
1118 android:description="@string/permdesc_masterClear"
1119 android:protectionLevel="signatureOrSystem" />
1120
1121 <!-- Allows an application to call any phone number, including emergency
1122 numbers, without going through the Dialer user interface for the user
1123 to confirm the call being placed. -->
1124 <permission android:name="android.permission.CALL_PRIVILEGED"
1125 android:label="@string/permlab_callPrivileged"
1126 android:description="@string/permdesc_callPrivileged"
1127 android:protectionLevel="signatureOrSystem" />
1128
Jim Miller767be5f2009-08-25 19:33:57 -07001129 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1130 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1131 android:label="@string/permlab_performCdmaProvisioning"
1132 android:description="@string/permdesc_performCdmaProvisioning"
1133 android:protectionLevel="signatureOrSystem" />
1134
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001135 <!-- Allows enabling/disabling location update notifications from
1136 the radio. Not for use by normal applications. -->
1137 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1138 android:label="@string/permlab_locationUpdates"
1139 android:description="@string/permdesc_locationUpdates"
Mike Lockwood275555c2009-05-01 11:30:34 -04001140 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001141
1142 <!-- Allows read/write access to the "properties" table in the checkin
1143 database, to change values that get uploaded. -->
1144 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1145 android:label="@string/permlab_checkinProperties"
1146 android:description="@string/permdesc_checkinProperties"
Jasper Lin24692412009-03-24 18:24:57 -07001147 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001148
1149 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001150 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001151 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1152 android:label="@string/permlab_pkgUsageStats"
1153 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001154 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001155
1156 <!-- Allows an application to collect battery statistics -->
1157 <permission android:name="android.permission.BATTERY_STATS"
1158 android:label="@string/permlab_batteryStats"
1159 android:description="@string/permdesc_batteryStats"
1160 android:protectionLevel="normal" />
1161
Christopher Tate181fafa2009-05-14 11:12:14 -07001162 <!-- Allows an application to control the backup and restore process
1163 @hide pending API council -->
1164 <permission android:name="android.permission.BACKUP"
1165 android:label="@string/permlab_backup"
1166 android:description="@string/permdesc_backup"
Joe Onorato8aeaf2e2009-06-29 14:46:30 -04001167 android:protectionLevel="signatureOrSystem" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001168
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001169 <!-- Allows an application to tell the AppWidget service which application
1170 can access AppWidget's data. The normal user flow is that a user
1171 picks an AppWidget to go into a particular host, thereby giving that
1172 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001173 An application that has this permission should honor that contract.
1174 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001175 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001176 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1177 android:label="@string/permlab_bindGadget"
1178 android:description="@string/permdesc_bindGadget"
Jeff Sharkeyaf999282009-05-18 14:35:49 -07001179 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001180
1181 <!-- Allows applications to change the background data setting
1182 @hide pending API council -->
1183 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1184 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1185 android:protectionLevel="signature"
1186 android:description="@string/permdesc_changeBackgroundDataSetting"
1187 android:label="@string/permlab_changeBackgroundDataSetting" />
1188
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001189 <!-- This permission can be used on content providers to allow the global
1190 search system to access their data. Typically it used when the
1191 provider has some permissions protecting it (which global search
1192 would not be expected to hold), and added as a read-only permission
1193 to the path in the provider where global search queries are
1194 performed. This permission can not be held by regular applications;
1195 it is used by applications to protect themselves from everyone else
1196 besides global search. -->
1197 <permission android:name="android.permission.GLOBAL_SEARCH"
1198 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1199 android:protectionLevel="signatureOrSystem" />
1200
1201 <!-- Internal permission protecting access to the global search
1202 system: ensures that only the system can access the provider
1203 to perform queries (since this otherwise provides unrestricted
1204 access to a variety of content providers), and to write the
1205 search statistics (to keep applications from gaming the source
1206 ranking).
1207 @hide -->
1208 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1209 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1210 android:protectionLevel="signature" />
1211
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001212 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001213 @hide XXX Change to signature once the picker is moved to its
1214 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001215 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1216 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001217 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001218
Jeff Brownec7c78f2010-03-30 23:37:25 -07001219 <!-- Allow an application to read and write the cache partition.
1220 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001221 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1222 android:label="@string/permlab_cache_filesystem"
1223 android:description="@string/permdesc_cache_filesystem"
1224 android:protectionLevel="signatureOrSystem" />
1225
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001226 <!-- Must be required by default container service so that only
1227 the system can bind to it and use it to copy
1228 protected data to secure containers or files
1229 accessible to the system.
1230 @hide -->
1231 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1232 android:label="@string/permlab_copyProtectedData"
1233 android:description="@string/permlab_copyProtectedData"
1234 android:protectionLevel="signature" />
1235
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001236 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001237 @hide Used internally.
1238 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001239 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001240 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001241 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001242
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001243 <application android:process="system"
1244 android:persistent="true"
1245 android:hasCode="false"
1246 android:label="@string/android_system_label"
1247 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001248 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001249 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001250 android:icon="@drawable/ic_launcher_android">
1251 <activity android:name="com.android.internal.app.ChooserActivity"
1252 android:theme="@style/Theme.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001253 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001254 android:excludeFromRecents="true"
1255 android:multiprocess="true">
1256 <intent-filter>
1257 <action android:name="android.intent.action.CHOOSER" />
1258 <category android:name="android.intent.category.DEFAULT" />
1259 </intent-filter>
1260 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001261 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
1262 android:theme="@style/Theme.Dialog"
1263 android:label="@string/heavy_weight_switcher_title"
1264 android:finishOnCloseSystemDialogs="true"
1265 android:excludeFromRecents="true">
1266 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001267 <activity android:name="com.android.internal.app.PlatLogoActivity"
1268 android:theme="@style/Theme.NoTitleBar.Fullscreen">
1269 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001270 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1271 android:theme="@style/Theme.NoDisplay"
1272 android:excludeFromRecents="true">
1273 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001274 <activity android:name="com.android.internal.app.RingtonePickerActivity"
1275 android:theme="@style/Theme.Dialog.Alert"
1276 android:excludeFromRecents="true"
1277 android:multiprocess="true">
1278 <intent-filter>
1279 <action android:name="android.intent.action.RINGTONE_PICKER" />
1280 <category android:name="android.intent.category.DEFAULT" />
1281 </intent-filter>
1282 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001283 <activity android:name="com.android.internal.app.ExternalMediaFormatActivity"
1284 android:theme="@style/Theme.Dialog.Alert"
1285 android:excludeFromRecents="true">
1286 </activity>
1287
Fred Quintana33269202009-04-20 16:05:10 -07001288 <activity android:name="android.accounts.ChooseAccountActivity"
1289 android:excludeFromRecents="true"
1290 android:exported="true">
1291 </activity>
1292
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001293 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1294 android:excludeFromRecents="true"
1295 android:exported="true">
1296 </activity>
1297
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001298 <activity android:name="com.android.server.ShutdownActivity"
1299 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001300 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001301 <intent-filter>
1302 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1303 <category android:name="android.intent.category.DEFAULT" />
1304 </intent-filter>
1305 </activity>
Danke Xie22d1f9f2009-08-18 18:28:45 -04001306 <activity android:name="com.android.internal.app.NetInitiatedActivity"
1307 android:theme="@style/Theme.Dialog.Alert"
1308 android:excludeFromRecents="true">
1309 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001310
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001311 <service android:name="com.android.server.LoadAverageService"
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001312 android:exported="true" />
1313
1314 <service android:name="com.android.internal.service.wallpaper.ImageWallpaper"
1315 android:permission="android.permission.BIND_WALLPAPER">
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001316 </service>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001317
1318 <receiver android:name="com.android.server.BootReceiver" >
1319 <intent-filter>
1320 <action android:name="android.intent.action.BOOT_COMPLETED" />
1321 </intent-filter>
1322 </receiver>
1323
1324 <receiver android:name="com.android.server.MasterClearReceiver"
1325 android:permission="android.permission.MASTER_CLEAR" >
1326 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001327 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1328 <action android:name="android.intent.action.MASTER_CLEAR" />
1329
1330 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001331 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001332 <category android:name="android.intent.category.MASTER_CLEAR" />
1333 </intent-filter>
1334 </receiver>
1335 </application>
1336
1337</manifest>
1338
1339