blob: e3323b3bd8d0e6f52e1002d7bf6d018914bf47e7 [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" />
Jake Hambybb371632010-08-23 18:16:48 -070053 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
54 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070055 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
56 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080057 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070058
Dianne Hackborn7299c412010-03-04 18:41:49 -080059 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
60 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
61 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
62 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
63
Christopher Tate4cc86e12009-09-21 19:36:51 -070064 <protected-broadcast android:name="android.backup.intent.RUN" />
65 <protected-broadcast android:name="android.backup.intent.CLEAR" />
66 <protected-broadcast android:name="android.backup.intent.INIT" />
67
Nick Pelly72440a02009-09-15 17:21:10 -070068 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
69 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
70 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
71 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
72 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
73 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
74 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
75 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
76 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
77 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
78 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
79 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
80 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
81 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
82 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
83 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
84
Mike Lockwood24236072010-06-23 17:36:36 -040085 <protected-broadcast android:name="android.hardware.action.USB_CONNECTED" />
86 <protected-broadcast android:name="android.hardware.action.USB_DISCONNECTED" />
Mike Lockwood059f0092010-06-29 12:12:04 -040087 <protected-broadcast android:name="android.hardware.action.USB_STATE" />
Mike Lockwood24236072010-06-23 17:36:36 -040088
Nick Pelly590b73b2010-10-12 13:00:50 -070089 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
90 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -070091
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080092 <!-- ====================================== -->
93 <!-- Permissions for things that cost money -->
94 <!-- ====================================== -->
95 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -070096
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080097 <!-- Used for permissions that can be used to make the user spend money
98 without their direct involvement. For example, this is the group
99 for permissions that allow you to directly place phone calls,
100 directly send SMS messages, etc. -->
101 <permission-group android:name="android.permission-group.COST_MONEY"
102 android:label="@string/permgrouplab_costMoney"
103 android:description="@string/permgroupdesc_costMoney" />
104
105 <!-- Allows an application to send SMS messages. -->
106 <permission android:name="android.permission.SEND_SMS"
107 android:permissionGroup="android.permission-group.COST_MONEY"
108 android:protectionLevel="dangerous"
109 android:label="@string/permlab_sendSms"
110 android:description="@string/permdesc_sendSms" />
111
112 <!-- Allows an application to initiate a phone call without going through
113 the Dialer user interface for the user to confirm the call
114 being placed. -->
115 <permission android:name="android.permission.CALL_PHONE"
116 android:permissionGroup="android.permission-group.COST_MONEY"
117 android:protectionLevel="dangerous"
118 android:label="@string/permlab_callPhone"
119 android:description="@string/permdesc_callPhone" />
120
121 <!-- ================================== -->
122 <!-- Permissions for accessing messages -->
123 <!-- ================================== -->
124 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700125
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800126 <!-- Used for permissions that allow an application to send messages
127 on behalf of the user or intercept messages being received by the
128 user. This is primarily intended for SMS/MMS messaging, such as
129 receiving or reading an MMS. -->
130 <permission-group android:name="android.permission-group.MESSAGES"
131 android:label="@string/permgrouplab_messages"
132 android:description="@string/permgroupdesc_messages" />
133
134 <!-- Allows an application to monitor incoming SMS messages, to record
135 or perform processing on them. -->
136 <permission android:name="android.permission.RECEIVE_SMS"
137 android:permissionGroup="android.permission-group.MESSAGES"
138 android:protectionLevel="dangerous"
139 android:label="@string/permlab_receiveSms"
140 android:description="@string/permdesc_receiveSms" />
141
142 <!-- Allows an application to monitor incoming MMS messages, to record
143 or perform processing on them. -->
144 <permission android:name="android.permission.RECEIVE_MMS"
145 android:permissionGroup="android.permission-group.MESSAGES"
146 android:protectionLevel="dangerous"
147 android:label="@string/permlab_receiveMms"
148 android:description="@string/permdesc_receiveMms" />
149
150 <!-- Allows an application to read SMS messages. -->
151 <permission android:name="android.permission.READ_SMS"
152 android:permissionGroup="android.permission-group.MESSAGES"
153 android:protectionLevel="dangerous"
154 android:label="@string/permlab_readSms"
155 android:description="@string/permdesc_readSms" />
156
157 <!-- Allows an application to write SMS messages. -->
158 <permission android:name="android.permission.WRITE_SMS"
159 android:permissionGroup="android.permission-group.MESSAGES"
160 android:protectionLevel="dangerous"
161 android:label="@string/permlab_writeSms"
162 android:description="@string/permdesc_writeSms" />
163
164 <!-- Allows an application to monitor incoming WAP push messages. -->
165 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
166 android:permissionGroup="android.permission-group.MESSAGES"
167 android:protectionLevel="dangerous"
168 android:label="@string/permlab_receiveWapPush"
169 android:description="@string/permdesc_receiveWapPush" />
170
171 <!-- =============================================================== -->
172 <!-- Permissions for accessing personal info (contacts and calendar) -->
173 <!-- =============================================================== -->
174 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700175
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800176 <!-- Used for permissions that provide access to the user's private data,
177 such as contacts, calendar events, e-mail messages, etc. This includes
178 both reading and writing of this data (which should generally be
179 expressed as two distinct permissions). -->
180 <permission-group android:name="android.permission-group.PERSONAL_INFO"
181 android:label="@string/permgrouplab_personalInfo"
182 android:description="@string/permgroupdesc_personalInfo" />
183
184 <!-- Allows an application to read the user's contacts data. -->
185 <permission android:name="android.permission.READ_CONTACTS"
186 android:permissionGroup="android.permission-group.PERSONAL_INFO"
187 android:protectionLevel="dangerous"
188 android:label="@string/permlab_readContacts"
189 android:description="@string/permdesc_readContacts" />
190
191 <!-- Allows an application to write (but not read) the user's
192 contacts data. -->
193 <permission android:name="android.permission.WRITE_CONTACTS"
194 android:permissionGroup="android.permission-group.PERSONAL_INFO"
195 android:protectionLevel="dangerous"
196 android:label="@string/permlab_writeContacts"
197 android:description="@string/permdesc_writeContacts" />
198
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800199 <!-- Allows an application to read the user's calendar data. -->
200 <permission android:name="android.permission.READ_CALENDAR"
201 android:permissionGroup="android.permission-group.PERSONAL_INFO"
202 android:protectionLevel="dangerous"
203 android:label="@string/permlab_readCalendar"
204 android:description="@string/permdesc_readCalendar" />
205
206 <!-- Allows an application to write (but not read) the user's
207 calendar data. -->
208 <permission android:name="android.permission.WRITE_CALENDAR"
209 android:permissionGroup="android.permission-group.PERSONAL_INFO"
210 android:protectionLevel="dangerous"
211 android:label="@string/permlab_writeCalendar"
212 android:description="@string/permdesc_writeCalendar" />
213
214 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700215 really only be required by an IME, or a dictionary editor like
216 the Settings app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800217 @hide Pending API council approval -->
218 <permission android:name="android.permission.READ_USER_DICTIONARY"
219 android:permissionGroup="android.permission-group.PERSONAL_INFO"
220 android:protectionLevel="dangerous"
221 android:label="@string/permlab_readDictionary"
222 android:description="@string/permdesc_readDictionary" />
223
224 <!-- Allows an application to write to the user dictionary.
225 @hide Pending API council approval -->
226 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
227 android:permissionGroup="android.permission-group.PERSONAL_INFO"
228 android:protectionLevel="normal"
229 android:label="@string/permlab_writeDictionary"
230 android:description="@string/permdesc_writeDictionary" />
231
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400232 <!-- Allows an application to read (but not write) the user's
233 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400234 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400235 android:permissionGroup="android.permission-group.PERSONAL_INFO"
236 android:label="@string/permlab_readHistoryBookmarks"
237 android:description="@string/permdesc_readHistoryBookmarks"
238 android:protectionLevel="dangerous" />
239
240 <!-- Allows an application to write (but not read) the user's
241 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400242 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400243 android:permissionGroup="android.permission-group.PERSONAL_INFO"
244 android:label="@string/permlab_writeHistoryBookmarks"
245 android:description="@string/permdesc_writeHistoryBookmarks"
246 android:protectionLevel="dangerous" />
247
Patrick Scotta73c4b02010-09-22 08:16:53 -0400248 <!-- Allows an application to broadcast an Intent to set an alarm for the
249 user. -->
250 <permission android:name="com.android.alarm.permission.SET_ALARM"
251 android:permissionGroup="android.permission-group.PERSONAL_INFO"
252 android:label="@string/permlab_setAlarm"
253 android:description="@string/permdesc_setAlarm"
254 android:protectionLevel="normal" />
255
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800256 <!-- ======================================= -->
257 <!-- Permissions for accessing location info -->
258 <!-- ======================================= -->
259 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700260
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800261 <!-- Used for permissions that allow access to the user's current
262 location. -->
263 <permission-group android:name="android.permission-group.LOCATION"
264 android:label="@string/permgrouplab_location"
265 android:description="@string/permgroupdesc_location" />
266
267 <!-- Allows an application to access fine (e.g., GPS) location -->
268 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
269 android:permissionGroup="android.permission-group.LOCATION"
270 android:protectionLevel="dangerous"
271 android:label="@string/permlab_accessFineLocation"
272 android:description="@string/permdesc_accessFineLocation" />
273
274 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
275 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
276 android:permissionGroup="android.permission-group.LOCATION"
277 android:protectionLevel="dangerous"
278 android:label="@string/permlab_accessCoarseLocation"
279 android:description="@string/permdesc_accessCoarseLocation" />
280
281 <!-- Allows an application to create mock location providers for testing -->
282 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
283 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700284 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800285 android:label="@string/permlab_accessMockLocation"
286 android:description="@string/permdesc_accessMockLocation" />
287
288 <!-- Allows an application to access extra location provider commands -->
289 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
290 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700291 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800292 android:label="@string/permlab_accessLocationExtraCommands"
293 android:description="@string/permdesc_accessLocationExtraCommands" />
294
Mike Lockwood275555c2009-05-01 11:30:34 -0400295 <!-- Allows an application to install a location provider into the Location Manager -->
296 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
297 android:protectionLevel="signatureOrSystem"
298 android:label="@string/permlab_installLocationProvider"
299 android:description="@string/permdesc_installLocationProvider" />
300
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800301 <!-- ======================================= -->
302 <!-- Permissions for accessing networks -->
303 <!-- ======================================= -->
304 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700305
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800306 <!-- Used for permissions that provide access to networking services. The
307 main permission here is internet access, but this is also an
308 appropriate group for accessing or modifying any network configuration
309 or other related network operations. -->
310 <permission-group android:name="android.permission-group.NETWORK"
311 android:label="@string/permgrouplab_network"
312 android:description="@string/permgroupdesc_network" />
313
314 <!-- Allows applications to open network sockets. -->
315 <permission android:name="android.permission.INTERNET"
316 android:permissionGroup="android.permission-group.NETWORK"
317 android:protectionLevel="dangerous"
318 android:description="@string/permdesc_createNetworkSockets"
319 android:label="@string/permlab_createNetworkSockets" />
320
321 <!-- Allows applications to access information about networks -->
322 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
323 android:permissionGroup="android.permission-group.NETWORK"
324 android:protectionLevel="normal"
325 android:description="@string/permdesc_accessNetworkState"
326 android:label="@string/permlab_accessNetworkState" />
327
328 <!-- Allows applications to access information about Wi-Fi networks -->
329 <permission android:name="android.permission.ACCESS_WIFI_STATE"
330 android:permissionGroup="android.permission-group.NETWORK"
331 android:protectionLevel="normal"
332 android:description="@string/permdesc_accessWifiState"
333 android:label="@string/permlab_accessWifiState" />
334
335 <!-- Allows applications to connect to paired bluetooth devices -->
336 <permission android:name="android.permission.BLUETOOTH"
337 android:permissionGroup="android.permission-group.NETWORK"
338 android:protectionLevel="dangerous"
339 android:description="@string/permdesc_bluetooth"
340 android:label="@string/permlab_bluetooth" />
341
Nick Pelly1df862a2011-02-15 13:34:38 -0800342 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700343 <permission android:name="android.permission.NFC"
Nick Pelly038cabe2010-09-23 16:12:11 -0700344 android:permissionGroup="android.permission-group.NETWORK"
345 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700346 android:description="@string/permdesc_nfc"
347 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700348
Hung-ying Tyan08faac32010-09-16 04:11:32 +0800349 <!-- Allows an application to use SIP service -->
350 <permission android:name="android.permission.USE_SIP"
351 android:permissionGroup="android.permission-group.NETWORK"
352 android:protectionLevel="dangerous"
353 android:description="@string/permdesc_use_sip"
354 android:label="@string/permlab_use_sip" />
355
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700356 <!-- Allows applications to call into AccountAuthenticators. Only
357 the system can get this permission. -->
Fred Quintanaf7ae77c2009-10-02 17:19:31 -0700358 <permission android:name="android.permission.ACCOUNT_MANAGER"
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700359 android:permissionGroup="android.permission-group.ACCOUNTS"
360 android:protectionLevel="signature"
361 android:description="@string/permdesc_accountManagerService"
362 android:label="@string/permlab_accountManagerService" />
363
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800364 <!-- ================================== -->
365 <!-- Permissions for accessing accounts -->
366 <!-- ================================== -->
367 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700368
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700369 <!-- Permissions for direct access to the accounts managed
370 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800371 <permission-group android:name="android.permission-group.ACCOUNTS"
372 android:label="@string/permgrouplab_accounts"
373 android:description="@string/permgroupdesc_accounts" />
374
375 <!-- Allows access to the list of accounts in the Accounts Service -->
376 <permission android:name="android.permission.GET_ACCOUNTS"
377 android:permissionGroup="android.permission-group.ACCOUNTS"
378 android:protectionLevel="normal"
379 android:description="@string/permdesc_getAccounts"
380 android:label="@string/permlab_getAccounts" />
381
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700382 <!-- Allows an application to act as an AccountAuthenticator for
383 the AccountManager -->
384 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
385 android:permissionGroup="android.permission-group.ACCOUNTS"
386 android:protectionLevel="dangerous"
387 android:label="@string/permlab_authenticateAccounts"
388 android:description="@string/permdesc_authenticateAccounts" />
389
390 <!-- Allows an application to request authtokens from the AccountManager -->
391 <permission android:name="android.permission.USE_CREDENTIALS"
392 android:permissionGroup="android.permission-group.ACCOUNTS"
393 android:protectionLevel="dangerous"
394 android:label="@string/permlab_useCredentials"
395 android:description="@string/permdesc_useCredentials" />
396
397 <!-- Allows an application to manage the list of accounts in the AccountManager -->
398 <permission android:name="android.permission.MANAGE_ACCOUNTS"
399 android:permissionGroup="android.permission-group.ACCOUNTS"
400 android:protectionLevel="dangerous"
401 android:label="@string/permlab_manageAccounts"
402 android:description="@string/permdesc_manageAccounts" />
403
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800404 <!-- ================================== -->
405 <!-- Permissions for accessing hardware -->
406 <!-- ================================== -->
407 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700408
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800409 <!-- Used for permissions that provide direct access to the hardware on
410 the device. This includes audio, the camera, vibrator, etc. -->
411 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
412 android:label="@string/permgrouplab_hardwareControls"
413 android:description="@string/permgroupdesc_hardwareControls" />
414
415 <!-- Allows an application to modify global audio settings -->
416 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
417 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
418 android:protectionLevel="dangerous"
419 android:label="@string/permlab_modifyAudioSettings"
420 android:description="@string/permdesc_modifyAudioSettings" />
421
422 <!-- Allows an application to record audio -->
423 <permission android:name="android.permission.RECORD_AUDIO"
424 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
425 android:protectionLevel="dangerous"
426 android:label="@string/permlab_recordAudio"
427 android:description="@string/permdesc_recordAudio" />
428
Scott Main0b916352009-12-17 18:01:04 -0800429 <!-- Required to be able to access the camera device.
430 <p>This will automatically enforce the <a
431 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
432 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
433 If you do not require all camera features or can properly operate if a camera
434 is not available, then you must modify your manifest as appropriate in order to
435 install on devices that don't support all camera features.</p> -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800436 <permission android:name="android.permission.CAMERA"
437 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
438 android:protectionLevel="dangerous"
439 android:label="@string/permlab_camera"
440 android:description="@string/permdesc_camera" />
441
442 <!-- Allows access to the vibrator -->
443 <permission android:name="android.permission.VIBRATE"
444 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
445 android:protectionLevel="normal"
446 android:label="@string/permlab_vibrate"
447 android:description="@string/permdesc_vibrate" />
448
449 <!-- Allows access to the flashlight -->
450 <permission android:name="android.permission.FLASHLIGHT"
451 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
452 android:protectionLevel="normal"
453 android:label="@string/permlab_flashlight"
454 android:description="@string/permdesc_flashlight" />
455
Mike Lockwood9163d422010-05-10 18:26:40 -0400456 <!-- Allows an application to access USB devices
457 @hide -->
458 <permission android:name="android.permission.ACCESS_USB"
459 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
460 android:protectionLevel="signatureOrSystem"
461 android:label="@string/permlab_accessUsb"
462 android:description="@string/permdesc_accessUsb" />
463
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800464 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
465 <permission android:name="android.permission.HARDWARE_TEST"
466 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
467 android:protectionLevel="signature"
468 android:label="@string/permlab_hardware_test"
469 android:description="@string/permdesc_hardware_test" />
470
471 <!-- =========================================== -->
472 <!-- Permissions associated with telephony state -->
473 <!-- =========================================== -->
474 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700475
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800476 <!-- Used for permissions that are associated with accessing and modifyign
477 telephony state: intercepting outgoing calls, reading
478 and modifying the phone state. Note that
479 placing phone calls is not in this group, since that is in the
480 more important "takin' yer moneys" group. -->
481 <permission-group android:name="android.permission-group.PHONE_CALLS"
482 android:label="@string/permgrouplab_phoneCalls"
483 android:description="@string/permgroupdesc_phoneCalls" />
484
485 <!-- Allows an application to monitor, modify, or abort outgoing
486 calls. -->
487 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
488 android:permissionGroup="android.permission-group.PHONE_CALLS"
489 android:protectionLevel="dangerous"
490 android:label="@string/permlab_processOutgoingCalls"
491 android:description="@string/permdesc_processOutgoingCalls" />
492
493 <!-- Allows modification of the telephony state - power on, mmi, etc.
494 Does not include placing calls. -->
495 <permission android:name="android.permission.MODIFY_PHONE_STATE"
496 android:permissionGroup="android.permission-group.PHONE_CALLS"
David Brownf4ece202010-09-14 16:19:31 -0700497 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800498 android:label="@string/permlab_modifyPhoneState"
499 android:description="@string/permdesc_modifyPhoneState" />
500
501 <!-- Allows read only access to phone state. -->
502 <permission android:name="android.permission.READ_PHONE_STATE"
503 android:permissionGroup="android.permission-group.PHONE_CALLS"
504 android:protectionLevel="dangerous"
505 android:label="@string/permlab_readPhoneState"
506 android:description="@string/permdesc_readPhoneState" />
507
San Mehat29b57e62009-04-23 09:18:32 -0700508 <!-- ================================== -->
509 <!-- Permissions for sdcard interaction -->
510 <!-- ================================== -->
511 <eat-comment />
512
513 <!-- Group of permissions that are related to SD card access. -->
514 <permission-group android:name="android.permission-group.STORAGE"
515 android:label="@string/permgrouplab_storage"
516 android:description="@string/permgroupdesc_storage" />
517
San Mehat5a3a77d2009-06-01 09:25:28 -0700518 <!-- Allows an application to write to external storage -->
519 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700520 android:permissionGroup="android.permission-group.STORAGE"
521 android:label="@string/permlab_sdcardWrite"
522 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700523 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700524
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800525 <!-- ============================================ -->
526 <!-- Permissions for low-level system interaction -->
527 <!-- ============================================ -->
528 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700529
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800530 <!-- Group of permissions that are related to system APIs. Many
531 of these are not permissions the user will be expected to understand,
532 and such permissions should generally be marked as "normal" protection
533 level so they don't get displayed. This can also, however, be used
534 for miscellaneous features that provide access to the operating system,
535 such as writing the global system settings. -->
536 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
537 android:label="@string/permgrouplab_systemTools"
538 android:description="@string/permgroupdesc_systemTools" />
539
540 <!-- Allows an application to read or write the system settings. -->
541 <permission android:name="android.permission.WRITE_SETTINGS"
542 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
543 android:protectionLevel="dangerous"
544 android:label="@string/permlab_writeSettings"
545 android:description="@string/permdesc_writeSettings" />
546
547 <!-- Allows an application to read or write the secure system settings. -->
548 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
549 android:protectionLevel="signatureOrSystem"
550 android:label="@string/permlab_writeSecureSettings"
551 android:description="@string/permdesc_writeSecureSettings" />
552
553 <!-- Allows an application to modify the Google service map. -->
554 <permission android:name="android.permission.WRITE_GSERVICES"
Dan Egnorac63ebc2009-11-12 23:02:22 -0800555 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800556 android:label="@string/permlab_writeGservices"
557 android:description="@string/permdesc_writeGservices" />
558
559 <!-- Allows an application to expand or collapse the status bar. -->
560 <permission android:name="android.permission.EXPAND_STATUS_BAR"
561 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
562 android:protectionLevel="normal"
563 android:label="@string/permlab_expandStatusBar"
564 android:description="@string/permdesc_expandStatusBar" />
565
566 <!-- Allows an application to get information about the currently
567 or recently running tasks: a thumbnail representation of the tasks,
568 what activities are running in it, etc. -->
569 <permission android:name="android.permission.GET_TASKS"
570 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
571 android:protectionLevel="dangerous"
572 android:label="@string/permlab_getTasks"
573 android:description="@string/permdesc_getTasks" />
574
575 <!-- Allows an application to change the Z-order of tasks -->
576 <permission android:name="android.permission.REORDER_TASKS"
577 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
578 android:protectionLevel="dangerous"
579 android:label="@string/permlab_reorderTasks"
580 android:description="@string/permdesc_reorderTasks" />
581
582 <!-- Allows an application to modify the current configuration, such
583 as locale. -->
584 <permission android:name="android.permission.CHANGE_CONFIGURATION"
585 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
586 android:protectionLevel="dangerous"
587 android:label="@string/permlab_changeConfiguration"
588 android:description="@string/permdesc_changeConfiguration" />
589
Dianne Hackborn03abb812010-01-04 18:43:19 -0800590 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
591 API is no longer supported. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800592 <permission android:name="android.permission.RESTART_PACKAGES"
593 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -0800594 android:protectionLevel="normal"
595 android:label="@string/permlab_killBackgroundProcesses"
596 android:description="@string/permdesc_killBackgroundProcesses" />
597
598 <!-- Allows an application to call
599 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
600 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
601 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
602 android:protectionLevel="normal"
603 android:label="@string/permlab_killBackgroundProcesses"
604 android:description="@string/permdesc_killBackgroundProcesses" />
605
606 <!-- Allows an application to call
607 {@link android.app.ActivityManager#forceStopPackage}.
608 @hide -->
609 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
610 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
611 android:protectionLevel="signature"
612 android:label="@string/permlab_forceStopPackages"
613 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800614
615 <!-- Allows an application to retrieve state dump information from system
616 services. -->
617 <permission android:name="android.permission.DUMP"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700618 android:permissionGroup="android.permission-group.PERSONAL_INFO"
619 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800620 android:label="@string/permlab_dump"
621 android:description="@string/permdesc_dump" />
622
623 <!-- Allows an application to open windows using the type
624 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
625 shown on top of all other applications. Very few applications
626 should use this permission; these windows are intended for
627 system-level interaction with the user. -->
628 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
629 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
630 android:protectionLevel="dangerous"
631 android:label="@string/permlab_systemAlertWindow"
632 android:description="@string/permdesc_systemAlertWindow" />
633
634 <!-- Modify the global animation scaling factor. -->
635 <permission android:name="android.permission.SET_ANIMATION_SCALE"
636 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
637 android:protectionLevel="dangerous"
638 android:label="@string/permlab_setAnimationScale"
639 android:description="@string/permdesc_setAnimationScale" />
640
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700641 <!-- @deprecated This functionality will be removed in the future; please do
642 not use.
643
644 Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800645 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
646 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
647 android:protectionLevel="dangerous"
648 android:label="@string/permlab_persistentActivity"
649 android:description="@string/permdesc_persistentActivity" />
650
651 <!-- Allows an application to find out the space used by any package. -->
652 <permission android:name="android.permission.GET_PACKAGE_SIZE"
653 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
654 android:protectionLevel="normal"
655 android:label="@string/permlab_getPackageSize"
656 android:description="@string/permdesc_getPackageSize" />
657
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800658 <!-- @deprecated No longer useful, see
659 {@link android.content.pm.PackageManager#addPackageToPreferred}
660 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800661 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
662 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800663 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800664 android:label="@string/permlab_setPreferredApplications"
665 android:description="@string/permdesc_setPreferredApplications" />
666
667 <!-- Allows an application to receive the
668 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
669 broadcast after the system finishes booting. If you don't
670 request this permission, you will not receive the broadcast at
671 that time. Though holding this permission does not have any
672 security implications, it can have a negative impact on the
673 user experience by increasing the amount of time it takes the
674 system to start and allowing applications to have themselves
675 running without the user being aware of them. As such, you must
676 explicitly declare your use of this facility to make that visible
677 to the user. -->
678 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
679 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
680 android:protectionLevel="normal"
681 android:label="@string/permlab_receiveBootCompleted"
682 android:description="@string/permdesc_receiveBootCompleted" />
683
684 <!-- Allows an application to broadcast sticky intents. These are
685 broadcasts whose data is held by the system after being finished,
686 so that clients can quickly retrieve that data without having
687 to wait for the next broadcast. -->
688 <permission android:name="android.permission.BROADCAST_STICKY"
689 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
690 android:protectionLevel="normal"
691 android:label="@string/permlab_broadcastSticky"
692 android:description="@string/permdesc_broadcastSticky" />
693
694 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
695 from dimming -->
696 <permission android:name="android.permission.WAKE_LOCK"
697 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
698 android:protectionLevel="dangerous"
699 android:label="@string/permlab_wakeLock"
700 android:description="@string/permdesc_wakeLock" />
701
702 <!-- Allows applications to set the wallpaper -->
703 <permission android:name="android.permission.SET_WALLPAPER"
704 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
705 android:protectionLevel="normal"
706 android:label="@string/permlab_setWallpaper"
707 android:description="@string/permdesc_setWallpaper" />
708
709 <!-- Allows applications to set the wallpaper hints -->
710 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
711 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
712 android:protectionLevel="normal"
713 android:label="@string/permlab_setWallpaperHints"
714 android:description="@string/permdesc_setWallpaperHints" />
715
Dan Egnor97e44942010-02-04 20:27:47 -0800716 <!-- Allows applications to set the system time -->
717 <permission android:name="android.permission.SET_TIME"
718 android:protectionLevel="signatureOrSystem"
719 android:label="@string/permlab_setTime"
720 android:description="@string/permdesc_setTime" />
721
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800722 <!-- Allows applications to set the system time zone -->
723 <permission android:name="android.permission.SET_TIME_ZONE"
724 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
725 android:protectionLevel="dangerous"
726 android:label="@string/permlab_setTimeZone"
727 android:description="@string/permdesc_setTimeZone" />
728
729 <!-- Allows mounting and unmounting file systems for removable storage. -->
730 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
731 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
732 android:protectionLevel="dangerous"
733 android:label="@string/permlab_mount_unmount_filesystems"
734 android:description="@string/permdesc_mount_unmount_filesystems" />
735
736 <!-- Allows formatting file systems for removable storage. -->
737 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
738 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
739 android:protectionLevel="dangerous"
740 android:label="@string/permlab_mount_format_filesystems"
741 android:description="@string/permdesc_mount_format_filesystems" />
742
San Mehat02735bc2010-01-26 15:18:08 -0800743 <!-- Allows access to ASEC non-destructive API calls
744 @hide -->
745 <permission android:name="android.permission.ASEC_ACCESS"
746 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700747 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800748 android:label="@string/permlab_asec_access"
749 android:description="@string/permdesc_asec_access" />
750
751 <!-- Allows creation of ASEC volumes
752 @hide -->
753 <permission android:name="android.permission.ASEC_CREATE"
754 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700755 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800756 android:label="@string/permlab_asec_create"
757 android:description="@string/permdesc_asec_create" />
758
759 <!-- Allows destruction of ASEC volumes
760 @hide -->
761 <permission android:name="android.permission.ASEC_DESTROY"
762 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700763 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800764 android:label="@string/permlab_asec_destroy"
765 android:description="@string/permdesc_asec_destroy" />
766
767 <!-- Allows mount / unmount of ASEC volumes
768 @hide -->
769 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
770 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700771 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800772 android:label="@string/permlab_asec_mount_unmount"
773 android:description="@string/permdesc_asec_mount_unmount" />
774
775 <!-- Allows rename of ASEC volumes
776 @hide -->
777 <permission android:name="android.permission.ASEC_RENAME"
778 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700779 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800780 android:label="@string/permlab_asec_rename"
781 android:description="@string/permdesc_asec_rename" />
782
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800783 <!-- Allows applications to disable the keyguard -->
784 <permission android:name="android.permission.DISABLE_KEYGUARD"
785 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700786 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800787 android:description="@string/permdesc_disableKeyguard"
788 android:label="@string/permlab_disableKeyguard" />
789
790 <!-- Allows applications to read the sync settings -->
791 <permission android:name="android.permission.READ_SYNC_SETTINGS"
792 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
793 android:protectionLevel="normal"
794 android:description="@string/permdesc_readSyncSettings"
795 android:label="@string/permlab_readSyncSettings" />
796
797 <!-- Allows applications to write the sync settings -->
798 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
799 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
800 android:protectionLevel="dangerous"
801 android:description="@string/permdesc_writeSyncSettings"
802 android:label="@string/permlab_writeSyncSettings" />
803
804 <!-- Allows applications to read the sync stats -->
805 <permission android:name="android.permission.READ_SYNC_STATS"
806 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
807 android:protectionLevel="normal"
808 android:description="@string/permdesc_readSyncStats"
809 android:label="@string/permlab_readSyncStats" />
810
811 <!-- Allows applications to write the apn settings -->
812 <permission android:name="android.permission.WRITE_APN_SETTINGS"
813 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
814 android:protectionLevel="dangerous"
815 android:description="@string/permdesc_writeApnSettings"
816 android:label="@string/permlab_writeApnSettings" />
817
Fred Quintana60307342009-03-24 22:48:12 -0700818 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800819 ContentProvider. -->
820 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
821 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
822 android:label="@string/permlab_subscribedFeedsRead"
823 android:description="@string/permdesc_subscribedFeedsRead"
824 android:protectionLevel="normal" />
825 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
826 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
827 android:label="@string/permlab_subscribedFeedsWrite"
828 android:description="@string/permdesc_subscribedFeedsWrite"
829 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -0700830
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800831 <!-- Allows applications to change network connectivity state -->
832 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
833 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
834 android:protectionLevel="dangerous"
835 android:description="@string/permdesc_changeNetworkState"
836 android:label="@string/permlab_changeNetworkState" />
837
838 <!-- Allows applications to change Wi-Fi connectivity state -->
839 <permission android:name="android.permission.CHANGE_WIFI_STATE"
840 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
841 android:protectionLevel="dangerous"
842 android:description="@string/permdesc_changeWifiState"
843 android:label="@string/permlab_changeWifiState" />
844
Robert Greenwaltfc1b15c2009-05-22 15:09:51 -0700845 <!-- Allows applications to enter Wi-Fi Multicast mode -->
846 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
847 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
848 android:protectionLevel="dangerous"
849 android:description="@string/permdesc_changeWifiMulticastState"
850 android:label="@string/permlab_changeWifiMulticastState" />
851
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800852 <!-- Allows applications to discover and pair bluetooth devices -->
853 <permission android:name="android.permission.BLUETOOTH_ADMIN"
854 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
855 android:protectionLevel="dangerous"
856 android:description="@string/permdesc_bluetoothAdmin"
857 android:label="@string/permlab_bluetoothAdmin" />
858
859 <!-- Allows an application to clear the caches of all installed
860 applications on the device. -->
861 <permission android:name="android.permission.CLEAR_APP_CACHE"
862 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
863 android:protectionLevel="dangerous"
864 android:label="@string/permlab_clearAppCache"
865 android:description="@string/permdesc_clearAppCache" />
866
867 <!-- Allows an application to read the low-level system log files.
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700868 Log entries can contain the user's private information,
869 which is why this permission is 'dangerous'. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800870 <permission android:name="android.permission.READ_LOGS"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700871 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800872 android:protectionLevel="dangerous"
873 android:label="@string/permlab_readLogs"
874 android:description="@string/permdesc_readLogs" />
875
876 <!-- ========================================= -->
877 <!-- Permissions for special development tools -->
878 <!-- ========================================= -->
879 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700880
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800881 <!-- Group of permissions that are related to development features. These
882 are not permissions that should appear in normal applications; they
883 protect APIs that are intended only to be used for development
884 purposes. -->
885 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
886 android:label="@string/permgrouplab_developmentTools"
887 android:description="@string/permgroupdesc_developmentTools" />
888
889 <!-- Configure an application for debugging. -->
890 <permission android:name="android.permission.SET_DEBUG_APP"
891 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
892 android:protectionLevel="dangerous"
893 android:label="@string/permlab_setDebugApp"
894 android:description="@string/permdesc_setDebugApp" />
895
896 <!-- Allows an application to set the maximum number of (not needed)
897 application processes that can be running. -->
898 <permission android:name="android.permission.SET_PROCESS_LIMIT"
899 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
900 android:protectionLevel="dangerous"
901 android:label="@string/permlab_setProcessLimit"
902 android:description="@string/permdesc_setProcessLimit" />
903
904 <!-- Allows an application to control whether activities are immediately
905 finished when put in the background. -->
906 <permission android:name="android.permission.SET_ALWAYS_FINISH"
907 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
908 android:protectionLevel="dangerous"
909 android:label="@string/permlab_setAlwaysFinish"
910 android:description="@string/permdesc_setAlwaysFinish" />
911
912 <!-- Allow an application to request that a signal be sent to all persistent processes -->
913 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
914 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
915 android:protectionLevel="dangerous"
916 android:label="@string/permlab_signalPersistentProcesses"
917 android:description="@string/permdesc_signalPersistentProcesses" />
918
919 <!-- ==================================== -->
920 <!-- Private (signature-only) permissions -->
921 <!-- ==================================== -->
922 <eat-comment />
923
924 <!-- Allows applications to RW to diagnostic resources. -->
925 <permission android:name="android.permission.DIAGNOSTIC"
926 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
927 android:protectionLevel="signature"
928 android:description="@string/permdesc_diagnostic"
929 android:label="@string/permlab_diagnostic" />
930
931 <!-- Allows an application to open, close, or disable the status bar
932 and its icons. -->
933 <permission android:name="android.permission.STATUS_BAR"
934 android:label="@string/permlab_statusBar"
935 android:description="@string/permdesc_statusBar"
936 android:protectionLevel="signatureOrSystem" />
937
Joe Onorato8bc6c512010-06-04 16:21:12 -0400938 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
939 @hide -->
940 <permission android:name="android.permission.STATUS_BAR_SERVICE"
941 android:label="@string/permlab_statusBarService"
942 android:description="@string/permdesc_statusBarService"
943 android:protectionLevel="signature" />
944
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800945 <!-- Allows an application to force a BACK operation on whatever is the
946 top activity. -->
947 <permission android:name="android.permission.FORCE_BACK"
948 android:label="@string/permlab_forceBack"
949 android:description="@string/permdesc_forceBack"
950 android:protectionLevel="signature" />
951
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800952 <!-- Allows an application to update device statistics. Not for
953 use by third party apps. -->
954 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
955 android:label="@string/permlab_batteryStats"
956 android:description="@string/permdesc_batteryStats"
Dianne Hackborn7e9f4eb2010-09-10 18:43:00 -0700957 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800958
959 <!-- Allows an application to open windows that are for use by parts
960 of the system user interface. Not for use by third party apps. -->
961 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
962 android:label="@string/permlab_internalSystemWindow"
963 android:description="@string/permdesc_internalSystemWindow"
964 android:protectionLevel="signature" />
965
966 <!-- Allows an application to manage (create, destroy,
967 Z-order) application tokens in the window manager. This is only
968 for use by the system. -->
969 <permission android:name="android.permission.MANAGE_APP_TOKENS"
970 android:label="@string/permlab_manageAppTokens"
971 android:description="@string/permdesc_manageAppTokens"
972 android:protectionLevel="signature" />
973
974 <!-- Allows an application to inject user events (keys, touch, trackball)
975 into the event stream and deliver them to ANY window. Without this
976 permission, you can only deliver events to windows in your own process.
977 Very few applications should need to use this permission. -->
978 <permission android:name="android.permission.INJECT_EVENTS"
979 android:label="@string/permlab_injectEvents"
980 android:description="@string/permdesc_injectEvents"
981 android:protectionLevel="signature" />
982
983 <!-- Allows an application to watch and control how activities are
984 started globally in the system. Only for is in debugging
985 (usually the monkey command). -->
986 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
987 android:label="@string/permlab_runSetActivityWatcher"
988 android:description="@string/permdesc_runSetActivityWatcher"
989 android:protectionLevel="signature" />
990
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700991 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -0700992 to put the higher-level system there into a shutdown state.
993 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -0700994 <permission android:name="android.permission.SHUTDOWN"
995 android:label="@string/permlab_shutdown"
996 android:description="@string/permdesc_shutdown"
997 android:protectionLevel="signature" />
998
Dianne Hackborn95fc68f2009-05-19 18:37:45 -0700999 <!-- Allows an application to tell the activity manager to temporarily
1000 stop application switches, putting it into a special mode that
1001 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001002 critical UI such as the home screen.
1003 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001004 <permission android:name="android.permission.STOP_APP_SWITCHES"
1005 android:label="@string/permlab_stopAppSwitches"
1006 android:description="@string/permdesc_stopAppSwitches"
1007 android:protectionLevel="signature" />
1008
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001009 <!-- Allows an application to retrieve the current state of keys and
1010 switches. This is only for use by the system.-->
1011 <permission android:name="android.permission.READ_INPUT_STATE"
1012 android:label="@string/permlab_readInputState"
1013 android:description="@string/permdesc_readInputState"
1014 android:protectionLevel="signature" />
1015
Dianne Hackbornd6847842010-01-12 18:14:19 -08001016 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1017 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001018 <permission android:name="android.permission.BIND_INPUT_METHOD"
1019 android:label="@string/permlab_bindInputMethod"
1020 android:description="@string/permdesc_bindInputMethod"
1021 android:protectionLevel="signature" />
1022
Dianne Hackbornd6847842010-01-12 18:14:19 -08001023 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1024 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001025 <permission android:name="android.permission.BIND_WALLPAPER"
1026 android:label="@string/permlab_bindWallpaper"
1027 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborn284ac932009-08-28 10:34:25 -07001028 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001029
Dianne Hackbornd6847842010-01-12 18:14:19 -08001030 <!-- Must be required by device administration receiver, to ensure that only the
1031 system can interact with it. -->
1032 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1033 android:label="@string/permlab_bindDeviceAdmin"
1034 android:description="@string/permdesc_bindDeviceAdmin"
1035 android:protectionLevel="signature" />
1036
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001037 <!-- Allows low-level access to setting the orientation (actually
1038 rotation) of the screen. Not for use by normal applications. -->
1039 <permission android:name="android.permission.SET_ORIENTATION"
1040 android:label="@string/permlab_setOrientation"
1041 android:description="@string/permdesc_setOrientation"
1042 android:protectionLevel="signature" />
1043
1044 <!-- Allows an application to install packages. -->
1045 <permission android:name="android.permission.INSTALL_PACKAGES"
1046 android:label="@string/permlab_installPackages"
1047 android:description="@string/permdesc_installPackages"
Jasper Lin24692412009-03-24 18:24:57 -07001048 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001049
1050 <!-- Allows an application to clear user data -->
1051 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1052 android:label="@string/permlab_clearAppUserData"
1053 android:description="@string/permdesc_clearAppUserData"
1054 android:protectionLevel="signature" />
1055
1056 <!-- Allows an application to delete cache files. -->
1057 <permission android:name="android.permission.DELETE_CACHE_FILES"
1058 android:label="@string/permlab_deleteCacheFiles"
1059 android:description="@string/permdesc_deleteCacheFiles"
Doug Zongker50a21f42009-11-19 12:49:53 -08001060 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001061
1062 <!-- Allows an application to delete packages. -->
1063 <permission android:name="android.permission.DELETE_PACKAGES"
1064 android:label="@string/permlab_deletePackages"
1065 android:description="@string/permdesc_deletePackages"
Jasper Lin24692412009-03-24 18:24:57 -07001066 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001067
Jeff Brownec7c78f2010-03-30 23:37:25 -07001068 <!-- Allows an application to move location of installed package.
1069 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001070 <permission android:name="android.permission.MOVE_PACKAGE"
1071 android:label="@string/permlab_movePackage"
1072 android:description="@string/permdesc_movePackage"
1073 android:protectionLevel="signatureOrSystem" />
1074
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001075 <!-- Allows an application to change whether an application component (other than its own) is
1076 enabled or not. -->
1077 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1078 android:label="@string/permlab_changeComponentState"
1079 android:description="@string/permdesc_changeComponentState"
Dianne Hackbornf5e4f202011-01-26 12:40:18 -08001080 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001081
1082 <!-- Allows an application to use SurfaceFlinger's low level features -->
1083 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1084 android:label="@string/permlab_accessSurfaceFlinger"
1085 android:description="@string/permdesc_accessSurfaceFlinger"
1086 android:protectionLevel="signature" />
1087
1088 <!-- Allows an application to take screen shots and more generally
1089 get access to the frame buffer data -->
1090 <permission android:name="android.permission.READ_FRAME_BUFFER"
1091 android:label="@string/permlab_readFrameBuffer"
1092 android:description="@string/permdesc_readFrameBuffer"
1093 android:protectionLevel="signature" />
1094
1095 <!-- Required to be able to disable the device (very dangerous!). -->
1096 <permission android:name="android.permission.BRICK"
1097 android:label="@string/permlab_brick"
1098 android:description="@string/permdesc_brick"
1099 android:protectionLevel="signature" />
1100
1101 <!-- Required to be able to reboot the device. -->
1102 <permission android:name="android.permission.REBOOT"
1103 android:label="@string/permlab_reboot"
1104 android:description="@string/permdesc_reboot"
Doug Zongker50a21f42009-11-19 12:49:53 -08001105 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001106
1107 <!-- Allows low-level access to power management -->
1108 <permission android:name="android.permission.DEVICE_POWER"
1109 android:label="@string/permlab_devicePower"
1110 android:description="@string/permdesc_devicePower"
1111 android:protectionLevel="signature" />
1112
1113 <!-- Run as a manufacturer test application, running as the root user.
1114 Only available when the device is running in manufacturer test mode. -->
1115 <permission android:name="android.permission.FACTORY_TEST"
1116 android:label="@string/permlab_factoryTest"
1117 android:description="@string/permdesc_factoryTest"
1118 android:protectionLevel="signature" />
1119
1120 <!-- Allows an application to broadcast a notification that an application
1121 package has been removed. -->
1122 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1123 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1124 android:label="@string/permlab_broadcastPackageRemoved"
1125 android:description="@string/permdesc_broadcastPackageRemoved"
1126 android:protectionLevel="signature" />
1127
1128 <!-- Allows an application to broadcast an SMS receipt notification -->
1129 <permission android:name="android.permission.BROADCAST_SMS"
1130 android:permissionGroup="android.permission-group.MESSAGES"
1131 android:label="@string/permlab_broadcastSmsReceived"
1132 android:description="@string/permdesc_broadcastSmsReceived"
1133 android:protectionLevel="signature" />
1134
1135 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1136 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1137 android:permissionGroup="android.permission-group.MESSAGES"
1138 android:label="@string/permlab_broadcastWapPush"
1139 android:description="@string/permdesc_broadcastWapPush"
1140 android:protectionLevel="signature" />
1141
1142 <permission android:name="android.permission.MASTER_CLEAR"
1143 android:label="@string/permlab_masterClear"
1144 android:description="@string/permdesc_masterClear"
1145 android:protectionLevel="signatureOrSystem" />
1146
1147 <!-- Allows an application to call any phone number, including emergency
1148 numbers, without going through the Dialer user interface for the user
1149 to confirm the call being placed. -->
1150 <permission android:name="android.permission.CALL_PRIVILEGED"
1151 android:label="@string/permlab_callPrivileged"
1152 android:description="@string/permdesc_callPrivileged"
1153 android:protectionLevel="signatureOrSystem" />
1154
Jim Miller767be5f2009-08-25 19:33:57 -07001155 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1156 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1157 android:label="@string/permlab_performCdmaProvisioning"
1158 android:description="@string/permdesc_performCdmaProvisioning"
1159 android:protectionLevel="signatureOrSystem" />
1160
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001161 <!-- Allows enabling/disabling location update notifications from
1162 the radio. Not for use by normal applications. -->
1163 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1164 android:label="@string/permlab_locationUpdates"
1165 android:description="@string/permdesc_locationUpdates"
Mike Lockwood275555c2009-05-01 11:30:34 -04001166 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001167
1168 <!-- Allows read/write access to the "properties" table in the checkin
1169 database, to change values that get uploaded. -->
1170 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1171 android:label="@string/permlab_checkinProperties"
1172 android:description="@string/permdesc_checkinProperties"
Jasper Lin24692412009-03-24 18:24:57 -07001173 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001174
1175 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001176 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001177 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1178 android:label="@string/permlab_pkgUsageStats"
1179 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001180 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001181
1182 <!-- Allows an application to collect battery statistics -->
1183 <permission android:name="android.permission.BATTERY_STATS"
1184 android:label="@string/permlab_batteryStats"
1185 android:description="@string/permdesc_batteryStats"
1186 android:protectionLevel="normal" />
1187
Christopher Tate181fafa2009-05-14 11:12:14 -07001188 <!-- Allows an application to control the backup and restore process
1189 @hide pending API council -->
1190 <permission android:name="android.permission.BACKUP"
1191 android:label="@string/permlab_backup"
1192 android:description="@string/permdesc_backup"
Joe Onorato8aeaf2e2009-06-29 14:46:30 -04001193 android:protectionLevel="signatureOrSystem" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001194
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001195 <!-- Allows an application to tell the AppWidget service which application
1196 can access AppWidget's data. The normal user flow is that a user
1197 picks an AppWidget to go into a particular host, thereby giving that
1198 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001199 An application that has this permission should honor that contract.
1200 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001201 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001202 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1203 android:label="@string/permlab_bindGadget"
1204 android:description="@string/permdesc_bindGadget"
Jeff Sharkeyaf999282009-05-18 14:35:49 -07001205 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001206
1207 <!-- Allows applications to change the background data setting
1208 @hide pending API council -->
1209 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1210 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1211 android:protectionLevel="signature"
1212 android:description="@string/permdesc_changeBackgroundDataSetting"
1213 android:label="@string/permlab_changeBackgroundDataSetting" />
1214
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001215 <!-- This permission can be used on content providers to allow the global
1216 search system to access their data. Typically it used when the
1217 provider has some permissions protecting it (which global search
1218 would not be expected to hold), and added as a read-only permission
1219 to the path in the provider where global search queries are
1220 performed. This permission can not be held by regular applications;
1221 it is used by applications to protect themselves from everyone else
1222 besides global search. -->
1223 <permission android:name="android.permission.GLOBAL_SEARCH"
1224 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1225 android:protectionLevel="signatureOrSystem" />
1226
1227 <!-- Internal permission protecting access to the global search
1228 system: ensures that only the system can access the provider
1229 to perform queries (since this otherwise provides unrestricted
1230 access to a variety of content providers), and to write the
1231 search statistics (to keep applications from gaming the source
1232 ranking).
1233 @hide -->
1234 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1235 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1236 android:protectionLevel="signature" />
1237
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001238 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001239 @hide XXX Change to signature once the picker is moved to its
1240 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001241 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1242 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001243 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001244
Jeff Brownec7c78f2010-03-30 23:37:25 -07001245 <!-- Allow an application to read and write the cache partition.
1246 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001247 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1248 android:label="@string/permlab_cache_filesystem"
1249 android:description="@string/permdesc_cache_filesystem"
1250 android:protectionLevel="signatureOrSystem" />
1251
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001252 <!-- Must be required by default container service so that only
1253 the system can bind to it and use it to copy
1254 protected data to secure containers or files
1255 accessible to the system.
1256 @hide -->
1257 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1258 android:label="@string/permlab_copyProtectedData"
1259 android:description="@string/permlab_copyProtectedData"
1260 android:protectionLevel="signature" />
1261
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001262 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001263 @hide Used internally.
1264 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001265 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001266 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001267 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001268
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001269 <application android:process="system"
1270 android:persistent="true"
1271 android:hasCode="false"
1272 android:label="@string/android_system_label"
1273 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001274 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001275 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001276 android:icon="@drawable/ic_launcher_android">
1277 <activity android:name="com.android.internal.app.ChooserActivity"
1278 android:theme="@style/Theme.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001279 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001280 android:excludeFromRecents="true"
1281 android:multiprocess="true">
1282 <intent-filter>
1283 <action android:name="android.intent.action.CHOOSER" />
1284 <category android:name="android.intent.category.DEFAULT" />
1285 </intent-filter>
1286 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001287 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
1288 android:theme="@style/Theme.Dialog"
1289 android:label="@string/heavy_weight_switcher_title"
1290 android:finishOnCloseSystemDialogs="true"
1291 android:excludeFromRecents="true">
1292 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001293 <activity android:name="com.android.internal.app.PlatLogoActivity"
1294 android:theme="@style/Theme.NoTitleBar.Fullscreen">
1295 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001296 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1297 android:theme="@style/Theme.NoDisplay"
1298 android:excludeFromRecents="true">
1299 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001300 <activity android:name="com.android.internal.app.RingtonePickerActivity"
1301 android:theme="@style/Theme.Dialog.Alert"
1302 android:excludeFromRecents="true"
1303 android:multiprocess="true">
1304 <intent-filter>
1305 <action android:name="android.intent.action.RINGTONE_PICKER" />
1306 <category android:name="android.intent.category.DEFAULT" />
1307 </intent-filter>
1308 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001309
Fred Quintana33269202009-04-20 16:05:10 -07001310 <activity android:name="android.accounts.ChooseAccountActivity"
1311 android:excludeFromRecents="true"
1312 android:exported="true">
1313 </activity>
1314
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001315 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1316 android:excludeFromRecents="true"
1317 android:exported="true">
1318 </activity>
1319
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001320 <activity android:name="com.android.server.ShutdownActivity"
1321 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001322 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001323 <intent-filter>
1324 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1325 <category android:name="android.intent.category.DEFAULT" />
1326 </intent-filter>
1327 </activity>
Danke Xie22d1f9f2009-08-18 18:28:45 -04001328 <activity android:name="com.android.internal.app.NetInitiatedActivity"
1329 android:theme="@style/Theme.Dialog.Alert"
1330 android:excludeFromRecents="true">
1331 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001332
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001333 <service android:name="com.android.server.LoadAverageService"
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001334 android:exported="true" />
1335
1336 <service android:name="com.android.internal.service.wallpaper.ImageWallpaper"
1337 android:permission="android.permission.BIND_WALLPAPER">
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001338 </service>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001339
1340 <receiver android:name="com.android.server.BootReceiver" >
1341 <intent-filter>
1342 <action android:name="android.intent.action.BOOT_COMPLETED" />
1343 </intent-filter>
1344 </receiver>
1345
1346 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07001347 android:permission="android.permission.MASTER_CLEAR"
1348 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001349 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001350 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1351 <action android:name="android.intent.action.MASTER_CLEAR" />
1352
1353 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001354 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001355 <category android:name="android.intent.category.MASTER_CLEAR" />
1356 </intent-filter>
1357 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07001358
1359 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
1360 android:permission="android.permission.MASTER_CLEAR"
1361 android:exported="true" />
1362
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001363 </application>
1364
1365</manifest>