blob: e6589e608f001b3be080745974265ded6bc7b518 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* //device/apps/common/AndroidManifest.xml
4**
5** Copyright 2006, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<manifest xmlns:android="http://schemas.android.com/apk/res/android"
21 package="android" android:sharedUserId="android.uid.system"
22 android:sharedUserLabel="@string/android_system_label">
23
Dianne Hackborn854060af2009-07-09 18:14:31 -070024 <!-- ================================================ -->
25 <!-- Special broadcasts that only the system can send -->
26 <!-- ================================================ -->
27 <eat-comment />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070028
Dianne Hackborn854060af2009-07-09 18:14:31 -070029 <protected-broadcast android:name="android.intent.action.SCREEN_OFF" />
30 <protected-broadcast android:name="android.intent.action.SCREEN_ON" />
31 <protected-broadcast android:name="android.intent.action.USER_PRESENT" />
32 <protected-broadcast android:name="android.intent.action.TIME_TICK" />
33 <protected-broadcast android:name="android.intent.action.TIMEZONE_CHANGED" />
34 <protected-broadcast android:name="android.intent.action.BOOT_COMPLETED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070035 <protected-broadcast android:name="android.intent.action.PACKAGE_INSTALL" />
36 <protected-broadcast android:name="android.intent.action.PACKAGE_ADDED" />
37 <protected-broadcast android:name="android.intent.action.PACKAGE_REPLACED" />
Dianne Hackborne7f97212011-02-24 14:40:20 -080038 <protected-broadcast android:name="android.intent.action.MY_PACKAGE_REPLACED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070039 <protected-broadcast android:name="android.intent.action.PACKAGE_REMOVED" />
40 <protected-broadcast android:name="android.intent.action.PACKAGE_CHANGED" />
41 <protected-broadcast android:name="android.intent.action.PACKAGE_RESTARTED" />
42 <protected-broadcast android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
Dianne Hackborne7f97212011-02-24 14:40:20 -080043 <protected-broadcast android:name="android.intent.action.PACKAGE_FIRST_LAUNCH" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070044 <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
45 <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
Dianne Hackborn362d5b92009-11-11 18:04:39 -080046 <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070047 <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
48 <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
49 <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
50 <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
51 <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
52 <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
53 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
54 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
Jake Hambybb371632010-08-23 18:16:48 -070055 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
56 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070057 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
58 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080059 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Jason parks4ca74dc2011-03-14 15:23:31 -050060 <protected-broadcast android:name="android.intent.action.MASTER_CLEAR_NOTIFICATION" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070061
Dianne Hackborn7299c412010-03-04 18:41:49 -080062 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
63 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
64 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
65 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Costin Manolachefa04b8d2010-11-29 17:50:28 -080066
Christopher Tate4cc86e12009-09-21 19:36:51 -070067 <protected-broadcast android:name="android.backup.intent.RUN" />
68 <protected-broadcast android:name="android.backup.intent.CLEAR" />
69 <protected-broadcast android:name="android.backup.intent.INIT" />
70
Nick Pelly72440a0e2009-09-15 17:21:10 -070071 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
72 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
73 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
74 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
75 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
76 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
77 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
78 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
79 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
80 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
81 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
82 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
83 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
84 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
85 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
86 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
87
Mike Lockwoodc4308f02011-03-01 08:04:54 -080088 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
89 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
90 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
91 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
92 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -040093
Chia-chi Yeh3f3337a2011-06-17 16:34:32 -070094 <protected-broadcast android:name="android.net.vpn.action.REVOKED" />
95
Nick Pellyf36c6db2010-10-14 19:16:35 -070096 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -080097 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
98 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
99 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700100
Nick Pellyf36c6db2010-10-14 19:16:35 -0700101 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700102 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700103 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400104
Nick Pellya64e2ad42011-03-14 10:28:11 -0700105
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800106 <!-- ====================================== -->
107 <!-- Permissions for things that cost money -->
108 <!-- ====================================== -->
109 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700110
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800111 <!-- Used for permissions that can be used to make the user spend money
112 without their direct involvement. For example, this is the group
113 for permissions that allow you to directly place phone calls,
114 directly send SMS messages, etc. -->
115 <permission-group android:name="android.permission-group.COST_MONEY"
116 android:label="@string/permgrouplab_costMoney"
117 android:description="@string/permgroupdesc_costMoney" />
118
119 <!-- Allows an application to send SMS messages. -->
120 <permission android:name="android.permission.SEND_SMS"
121 android:permissionGroup="android.permission-group.COST_MONEY"
122 android:protectionLevel="dangerous"
123 android:label="@string/permlab_sendSms"
124 android:description="@string/permdesc_sendSms" />
125
126 <!-- Allows an application to initiate a phone call without going through
127 the Dialer user interface for the user to confirm the call
128 being placed. -->
129 <permission android:name="android.permission.CALL_PHONE"
130 android:permissionGroup="android.permission-group.COST_MONEY"
131 android:protectionLevel="dangerous"
132 android:label="@string/permlab_callPhone"
133 android:description="@string/permdesc_callPhone" />
134
135 <!-- ================================== -->
136 <!-- Permissions for accessing messages -->
137 <!-- ================================== -->
138 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700139
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800140 <!-- Used for permissions that allow an application to send messages
141 on behalf of the user or intercept messages being received by the
142 user. This is primarily intended for SMS/MMS messaging, such as
143 receiving or reading an MMS. -->
144 <permission-group android:name="android.permission-group.MESSAGES"
145 android:label="@string/permgrouplab_messages"
146 android:description="@string/permgroupdesc_messages" />
147
148 <!-- Allows an application to monitor incoming SMS messages, to record
149 or perform processing on them. -->
150 <permission android:name="android.permission.RECEIVE_SMS"
151 android:permissionGroup="android.permission-group.MESSAGES"
152 android:protectionLevel="dangerous"
153 android:label="@string/permlab_receiveSms"
154 android:description="@string/permdesc_receiveSms" />
155
156 <!-- Allows an application to monitor incoming MMS messages, to record
157 or perform processing on them. -->
158 <permission android:name="android.permission.RECEIVE_MMS"
159 android:permissionGroup="android.permission-group.MESSAGES"
160 android:protectionLevel="dangerous"
161 android:label="@string/permlab_receiveMms"
162 android:description="@string/permdesc_receiveMms" />
163
Jake Hambyab79ee42011-04-26 16:26:46 -0700164 <!-- Allows an application to receive emergency cell broadcast messages,
165 to record or display them to the user. Reserved for system apps.
166 @hide Pending API council approval -->
167 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
168 android:permissionGroup="android.permission-group.MESSAGES"
169 android:protectionLevel="signatureOrSystem"
170 android:label="@string/permlab_receiveEmergencyBroadcast"
171 android:description="@string/permdesc_receiveEmergencyBroadcast" />
172
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800173 <!-- Allows an application to read SMS messages. -->
174 <permission android:name="android.permission.READ_SMS"
175 android:permissionGroup="android.permission-group.MESSAGES"
176 android:protectionLevel="dangerous"
177 android:label="@string/permlab_readSms"
178 android:description="@string/permdesc_readSms" />
179
180 <!-- Allows an application to write SMS messages. -->
181 <permission android:name="android.permission.WRITE_SMS"
182 android:permissionGroup="android.permission-group.MESSAGES"
183 android:protectionLevel="dangerous"
184 android:label="@string/permlab_writeSms"
185 android:description="@string/permdesc_writeSms" />
186
187 <!-- Allows an application to monitor incoming WAP push messages. -->
188 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
189 android:permissionGroup="android.permission-group.MESSAGES"
190 android:protectionLevel="dangerous"
191 android:label="@string/permlab_receiveWapPush"
192 android:description="@string/permdesc_receiveWapPush" />
193
194 <!-- =============================================================== -->
195 <!-- Permissions for accessing personal info (contacts and calendar) -->
196 <!-- =============================================================== -->
197 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700198
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800199 <!-- Used for permissions that provide access to the user's private data,
200 such as contacts, calendar events, e-mail messages, etc. This includes
201 both reading and writing of this data (which should generally be
202 expressed as two distinct permissions). -->
203 <permission-group android:name="android.permission-group.PERSONAL_INFO"
204 android:label="@string/permgrouplab_personalInfo"
205 android:description="@string/permgroupdesc_personalInfo" />
206
207 <!-- Allows an application to read the user's contacts data. -->
208 <permission android:name="android.permission.READ_CONTACTS"
209 android:permissionGroup="android.permission-group.PERSONAL_INFO"
210 android:protectionLevel="dangerous"
211 android:label="@string/permlab_readContacts"
212 android:description="@string/permdesc_readContacts" />
213
214 <!-- Allows an application to write (but not read) the user's
215 contacts data. -->
216 <permission android:name="android.permission.WRITE_CONTACTS"
217 android:permissionGroup="android.permission-group.PERSONAL_INFO"
218 android:protectionLevel="dangerous"
219 android:label="@string/permlab_writeContacts"
220 android:description="@string/permdesc_writeContacts" />
221
Dave Santoro43251332011-05-11 11:39:54 -0700222
223 <!-- Allows an application to read the user's personal profile data. -->
224 <permission android:name="android.permission.READ_PROFILE"
225 android:permissionGroup="android.permission-group.PERSONAL_INFO"
226 android:protectionLevel="dangerous"
227 android:label="@string/permlab_readProfile"
228 android:description="@string/permdesc_readProfile" />
229
230 <!-- Allows an application to write (but not read) the user's
231 personal profile data. -->
232 <permission android:name="android.permission.WRITE_PROFILE"
233 android:permissionGroup="android.permission-group.PERSONAL_INFO"
234 android:protectionLevel="dangerous"
235 android:label="@string/permlab_writeProfile"
236 android:description="@string/permdesc_writeProfile" />
237
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800238 <!-- Allows an application to read the user's calendar data. -->
239 <permission android:name="android.permission.READ_CALENDAR"
240 android:permissionGroup="android.permission-group.PERSONAL_INFO"
241 android:protectionLevel="dangerous"
242 android:label="@string/permlab_readCalendar"
243 android:description="@string/permdesc_readCalendar" />
244
245 <!-- Allows an application to write (but not read) the user's
246 calendar data. -->
247 <permission android:name="android.permission.WRITE_CALENDAR"
248 android:permissionGroup="android.permission-group.PERSONAL_INFO"
249 android:protectionLevel="dangerous"
250 android:label="@string/permlab_writeCalendar"
251 android:description="@string/permdesc_writeCalendar" />
252
253 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700254 really only be required by an IME, or a dictionary editor like
255 the Settings app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800256 @hide Pending API council approval -->
257 <permission android:name="android.permission.READ_USER_DICTIONARY"
258 android:permissionGroup="android.permission-group.PERSONAL_INFO"
259 android:protectionLevel="dangerous"
260 android:label="@string/permlab_readDictionary"
261 android:description="@string/permdesc_readDictionary" />
262
263 <!-- Allows an application to write to the user dictionary.
264 @hide Pending API council approval -->
265 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
266 android:permissionGroup="android.permission-group.PERSONAL_INFO"
267 android:protectionLevel="normal"
268 android:label="@string/permlab_writeDictionary"
269 android:description="@string/permdesc_writeDictionary" />
270
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400271 <!-- Allows an application to read (but not write) the user's
272 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400273 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400274 android:permissionGroup="android.permission-group.PERSONAL_INFO"
275 android:label="@string/permlab_readHistoryBookmarks"
276 android:description="@string/permdesc_readHistoryBookmarks"
277 android:protectionLevel="dangerous" />
278
279 <!-- Allows an application to write (but not read) the user's
280 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400281 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400282 android:permissionGroup="android.permission-group.PERSONAL_INFO"
283 android:label="@string/permlab_writeHistoryBookmarks"
284 android:description="@string/permdesc_writeHistoryBookmarks"
285 android:protectionLevel="dangerous" />
286
Patrick Scotta73c4b02010-09-22 08:16:53 -0400287 <!-- Allows an application to broadcast an Intent to set an alarm for the
288 user. -->
289 <permission android:name="com.android.alarm.permission.SET_ALARM"
290 android:permissionGroup="android.permission-group.PERSONAL_INFO"
291 android:label="@string/permlab_setAlarm"
292 android:description="@string/permdesc_setAlarm"
293 android:protectionLevel="normal" />
294
Debashish Chatterjee5521e892011-07-07 10:48:31 +0100295 <!-- Allows an application to read/write the voicemails owned by its own
296 package. -->
297 <permission android:name="com.android.voicemail.permission.READ_WRITE_OWN_VOICEMAIL"
298 android:permissionGroup="android.permission-group.PERSONAL_INFO"
299 android:protectionLevel="dangerous"
300 android:label="@string/permlab_readWriteOwnVoicemail"
301 android:description="@string/permdesc_readWriteOwnVoicemail" />
302
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800303 <!-- ======================================= -->
304 <!-- Permissions for accessing location info -->
305 <!-- ======================================= -->
306 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700307
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800308 <!-- Used for permissions that allow access to the user's current
309 location. -->
310 <permission-group android:name="android.permission-group.LOCATION"
311 android:label="@string/permgrouplab_location"
312 android:description="@string/permgroupdesc_location" />
313
314 <!-- Allows an application to access fine (e.g., GPS) location -->
315 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
316 android:permissionGroup="android.permission-group.LOCATION"
317 android:protectionLevel="dangerous"
318 android:label="@string/permlab_accessFineLocation"
319 android:description="@string/permdesc_accessFineLocation" />
320
321 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
322 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
323 android:permissionGroup="android.permission-group.LOCATION"
324 android:protectionLevel="dangerous"
325 android:label="@string/permlab_accessCoarseLocation"
326 android:description="@string/permdesc_accessCoarseLocation" />
327
328 <!-- Allows an application to create mock location providers for testing -->
329 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
330 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700331 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800332 android:label="@string/permlab_accessMockLocation"
333 android:description="@string/permdesc_accessMockLocation" />
334
335 <!-- Allows an application to access extra location provider commands -->
336 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
337 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700338 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800339 android:label="@string/permlab_accessLocationExtraCommands"
340 android:description="@string/permdesc_accessLocationExtraCommands" />
341
Mike Lockwood275555c2009-05-01 11:30:34 -0400342 <!-- Allows an application to install a location provider into the Location Manager -->
343 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
344 android:protectionLevel="signatureOrSystem"
345 android:label="@string/permlab_installLocationProvider"
346 android:description="@string/permdesc_installLocationProvider" />
347
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800348 <!-- ======================================= -->
349 <!-- Permissions for accessing networks -->
350 <!-- ======================================= -->
351 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700352
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800353 <!-- Used for permissions that provide access to networking services. The
354 main permission here is internet access, but this is also an
355 appropriate group for accessing or modifying any network configuration
356 or other related network operations. -->
357 <permission-group android:name="android.permission-group.NETWORK"
358 android:label="@string/permgrouplab_network"
359 android:description="@string/permgroupdesc_network" />
360
361 <!-- Allows applications to open network sockets. -->
362 <permission android:name="android.permission.INTERNET"
363 android:permissionGroup="android.permission-group.NETWORK"
364 android:protectionLevel="dangerous"
365 android:description="@string/permdesc_createNetworkSockets"
366 android:label="@string/permlab_createNetworkSockets" />
367
368 <!-- Allows applications to access information about networks -->
369 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
370 android:permissionGroup="android.permission-group.NETWORK"
371 android:protectionLevel="normal"
372 android:description="@string/permdesc_accessNetworkState"
373 android:label="@string/permlab_accessNetworkState" />
374
375 <!-- Allows applications to access information about Wi-Fi networks -->
376 <permission android:name="android.permission.ACCESS_WIFI_STATE"
377 android:permissionGroup="android.permission-group.NETWORK"
378 android:protectionLevel="normal"
379 android:description="@string/permdesc_accessWifiState"
380 android:label="@string/permlab_accessWifiState" />
381
382 <!-- Allows applications to connect to paired bluetooth devices -->
383 <permission android:name="android.permission.BLUETOOTH"
384 android:permissionGroup="android.permission-group.NETWORK"
385 android:protectionLevel="dangerous"
386 android:description="@string/permdesc_bluetooth"
387 android:label="@string/permlab_bluetooth" />
388
Nick Pelly1df862a2011-02-15 13:34:38 -0800389 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700390 <permission android:name="android.permission.NFC"
Nick Pelly038cabe2010-09-23 16:12:11 -0700391 android:permissionGroup="android.permission-group.NETWORK"
392 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700393 android:description="@string/permdesc_nfc"
394 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700395
Chia-chi Yeh3c2529c2011-07-21 17:55:44 -0700396 <!-- Allows applications to provide VPN functionality -->
Chia-chi Yeh9f67adf2011-05-13 15:27:40 -0700397 <permission android:name="android.permission.VPN"
398 android:permissionGroup="android.permission-group.NETWORK"
399 android:protectionLevel="dangerous"
400 android:description="@string/permdesc_vpn"
401 android:label="@string/permlab_vpn" />
402
Hung-ying Tyan08faac32010-09-16 04:11:32 +0800403 <!-- Allows an application to use SIP service -->
404 <permission android:name="android.permission.USE_SIP"
405 android:permissionGroup="android.permission-group.NETWORK"
406 android:protectionLevel="dangerous"
407 android:description="@string/permdesc_use_sip"
408 android:label="@string/permlab_use_sip" />
409
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700410 <!-- Allows applications to call into AccountAuthenticators. Only
411 the system can get this permission. -->
Fred Quintanaf7ae77c2009-10-02 17:19:31 -0700412 <permission android:name="android.permission.ACCOUNT_MANAGER"
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700413 android:permissionGroup="android.permission-group.ACCOUNTS"
414 android:protectionLevel="signature"
415 android:description="@string/permdesc_accountManagerService"
416 android:label="@string/permlab_accountManagerService" />
417
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700418 <!-- Allows an internal user to use privaledged ConnectivityManager
419 APIs.
420 @hide -->
421 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
422 android:permissionGroup="android.permission-group.NETWORK"
423 android:protectionLevel="signatureOrSystem" />
424
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800425 <!-- ================================== -->
426 <!-- Permissions for accessing accounts -->
427 <!-- ================================== -->
428 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700429
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700430 <!-- Permissions for direct access to the accounts managed
431 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800432 <permission-group android:name="android.permission-group.ACCOUNTS"
433 android:label="@string/permgrouplab_accounts"
434 android:description="@string/permgroupdesc_accounts" />
435
436 <!-- Allows access to the list of accounts in the Accounts Service -->
437 <permission android:name="android.permission.GET_ACCOUNTS"
438 android:permissionGroup="android.permission-group.ACCOUNTS"
439 android:protectionLevel="normal"
440 android:description="@string/permdesc_getAccounts"
441 android:label="@string/permlab_getAccounts" />
442
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700443 <!-- Allows an application to act as an AccountAuthenticator for
444 the AccountManager -->
445 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
446 android:permissionGroup="android.permission-group.ACCOUNTS"
447 android:protectionLevel="dangerous"
448 android:label="@string/permlab_authenticateAccounts"
449 android:description="@string/permdesc_authenticateAccounts" />
450
451 <!-- Allows an application to request authtokens from the AccountManager -->
452 <permission android:name="android.permission.USE_CREDENTIALS"
453 android:permissionGroup="android.permission-group.ACCOUNTS"
454 android:protectionLevel="dangerous"
455 android:label="@string/permlab_useCredentials"
456 android:description="@string/permdesc_useCredentials" />
457
458 <!-- Allows an application to manage the list of accounts in the AccountManager -->
459 <permission android:name="android.permission.MANAGE_ACCOUNTS"
460 android:permissionGroup="android.permission-group.ACCOUNTS"
461 android:protectionLevel="dangerous"
462 android:label="@string/permlab_manageAccounts"
463 android:description="@string/permdesc_manageAccounts" />
464
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800465 <!-- ================================== -->
466 <!-- Permissions for accessing hardware -->
467 <!-- ================================== -->
468 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700469
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800470 <!-- Used for permissions that provide direct access to the hardware on
471 the device. This includes audio, the camera, vibrator, etc. -->
472 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
473 android:label="@string/permgrouplab_hardwareControls"
474 android:description="@string/permgroupdesc_hardwareControls" />
475
476 <!-- Allows an application to modify global audio settings -->
477 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
478 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
479 android:protectionLevel="dangerous"
480 android:label="@string/permlab_modifyAudioSettings"
481 android:description="@string/permdesc_modifyAudioSettings" />
482
483 <!-- Allows an application to record audio -->
484 <permission android:name="android.permission.RECORD_AUDIO"
485 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
486 android:protectionLevel="dangerous"
487 android:label="@string/permlab_recordAudio"
488 android:description="@string/permdesc_recordAudio" />
489
Scott Main0b916352009-12-17 18:01:04 -0800490 <!-- Required to be able to access the camera device.
491 <p>This will automatically enforce the <a
492 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
493 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
494 If you do not require all camera features or can properly operate if a camera
495 is not available, then you must modify your manifest as appropriate in order to
496 install on devices that don't support all camera features.</p> -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800497 <permission android:name="android.permission.CAMERA"
498 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
499 android:protectionLevel="dangerous"
500 android:label="@string/permlab_camera"
501 android:description="@string/permdesc_camera" />
502
503 <!-- Allows access to the vibrator -->
504 <permission android:name="android.permission.VIBRATE"
505 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
506 android:protectionLevel="normal"
507 android:label="@string/permlab_vibrate"
508 android:description="@string/permdesc_vibrate" />
509
510 <!-- Allows access to the flashlight -->
511 <permission android:name="android.permission.FLASHLIGHT"
512 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
513 android:protectionLevel="normal"
514 android:label="@string/permlab_flashlight"
515 android:description="@string/permdesc_flashlight" />
516
Mike Lockwood02eb8742011-02-27 09:10:37 -0800517 <!-- Allows an application to manage preferences and permissions for USB devices
518 @hide -->
519 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400520 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800521 android:protectionLevel="signatureOrSystem"
522 android:label="@string/permlab_manageUsb"
523 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400524
Mike Lockwood10bc1112011-01-10 08:24:08 -0500525 <!-- Allows an application to access the MTP USB kernel driver.
526 For use only by the device side MTP implementation.
527 @hide -->
528 <permission android:name="android.permission.ACCESS_MTP"
529 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
530 android:protectionLevel="signatureOrSystem"
531 android:label="@string/permlab_accessMtp"
532 android:description="@string/permdesc_accessMtp" />
533
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800534 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
535 <permission android:name="android.permission.HARDWARE_TEST"
536 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
537 android:protectionLevel="signature"
538 android:label="@string/permlab_hardware_test"
539 android:description="@string/permdesc_hardware_test" />
540
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500541 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
542 @hide -->
543 <permission android:name="android.permission.NET_ADMIN"
544 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
545 android:protectionLevel="signature" />
546
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800547 <!-- =========================================== -->
548 <!-- Permissions associated with telephony state -->
549 <!-- =========================================== -->
550 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700551
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800552 <!-- Used for permissions that are associated with accessing and modifyign
553 telephony state: intercepting outgoing calls, reading
554 and modifying the phone state. Note that
555 placing phone calls is not in this group, since that is in the
556 more important "takin' yer moneys" group. -->
557 <permission-group android:name="android.permission-group.PHONE_CALLS"
558 android:label="@string/permgrouplab_phoneCalls"
559 android:description="@string/permgroupdesc_phoneCalls" />
560
561 <!-- Allows an application to monitor, modify, or abort outgoing
562 calls. -->
563 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
564 android:permissionGroup="android.permission-group.PHONE_CALLS"
565 android:protectionLevel="dangerous"
566 android:label="@string/permlab_processOutgoingCalls"
567 android:description="@string/permdesc_processOutgoingCalls" />
568
569 <!-- Allows modification of the telephony state - power on, mmi, etc.
570 Does not include placing calls. -->
571 <permission android:name="android.permission.MODIFY_PHONE_STATE"
572 android:permissionGroup="android.permission-group.PHONE_CALLS"
David Brownf4ece202010-09-14 16:19:31 -0700573 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800574 android:label="@string/permlab_modifyPhoneState"
575 android:description="@string/permdesc_modifyPhoneState" />
576
577 <!-- Allows read only access to phone state. -->
578 <permission android:name="android.permission.READ_PHONE_STATE"
579 android:permissionGroup="android.permission-group.PHONE_CALLS"
580 android:protectionLevel="dangerous"
581 android:label="@string/permlab_readPhoneState"
582 android:description="@string/permdesc_readPhoneState" />
583
San Mehat29b57e62009-04-23 09:18:32 -0700584 <!-- ================================== -->
585 <!-- Permissions for sdcard interaction -->
586 <!-- ================================== -->
587 <eat-comment />
588
589 <!-- Group of permissions that are related to SD card access. -->
590 <permission-group android:name="android.permission-group.STORAGE"
591 android:label="@string/permgrouplab_storage"
592 android:description="@string/permgroupdesc_storage" />
593
San Mehat5a3a77d2009-06-01 09:25:28 -0700594 <!-- Allows an application to write to external storage -->
595 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700596 android:permissionGroup="android.permission-group.STORAGE"
597 android:label="@string/permlab_sdcardWrite"
598 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700599 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700600
Mike Lockwood1e23db42011-04-22 07:05:21 -0700601 <!-- Allows an application to write to internal media storage
602 @hide -->
603 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
604 android:permissionGroup="android.permission-group.STORAGE"
605 android:label="@string/permlab_mediaStorageWrite"
606 android:description="@string/permdesc_mediaStorageWrite"
607 android:protectionLevel="signatureOrSystem" />
608
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800609 <!-- ============================================ -->
610 <!-- Permissions for low-level system interaction -->
611 <!-- ============================================ -->
612 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700613
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800614 <!-- Group of permissions that are related to system APIs. Many
615 of these are not permissions the user will be expected to understand,
616 and such permissions should generally be marked as "normal" protection
617 level so they don't get displayed. This can also, however, be used
618 for miscellaneous features that provide access to the operating system,
619 such as writing the global system settings. -->
620 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
621 android:label="@string/permgrouplab_systemTools"
622 android:description="@string/permgroupdesc_systemTools" />
623
624 <!-- Allows an application to read or write the system settings. -->
625 <permission android:name="android.permission.WRITE_SETTINGS"
626 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
627 android:protectionLevel="dangerous"
628 android:label="@string/permlab_writeSettings"
629 android:description="@string/permdesc_writeSettings" />
630
631 <!-- Allows an application to read or write the secure system settings. -->
632 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
633 android:protectionLevel="signatureOrSystem"
634 android:label="@string/permlab_writeSecureSettings"
635 android:description="@string/permdesc_writeSecureSettings" />
636
637 <!-- Allows an application to modify the Google service map. -->
638 <permission android:name="android.permission.WRITE_GSERVICES"
Dan Egnorac63ebc2009-11-12 23:02:22 -0800639 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800640 android:label="@string/permlab_writeGservices"
641 android:description="@string/permdesc_writeGservices" />
642
643 <!-- Allows an application to expand or collapse the status bar. -->
644 <permission android:name="android.permission.EXPAND_STATUS_BAR"
645 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
646 android:protectionLevel="normal"
647 android:label="@string/permlab_expandStatusBar"
648 android:description="@string/permdesc_expandStatusBar" />
649
650 <!-- Allows an application to get information about the currently
651 or recently running tasks: a thumbnail representation of the tasks,
652 what activities are running in it, etc. -->
653 <permission android:name="android.permission.GET_TASKS"
654 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
655 android:protectionLevel="dangerous"
656 android:label="@string/permlab_getTasks"
657 android:description="@string/permdesc_getTasks" />
658
659 <!-- Allows an application to change the Z-order of tasks -->
660 <permission android:name="android.permission.REORDER_TASKS"
661 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
662 android:protectionLevel="dangerous"
663 android:label="@string/permlab_reorderTasks"
664 android:description="@string/permdesc_reorderTasks" />
665
Dianne Hackborn24a12102011-07-29 15:52:05 -0700666 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -0700667 <permission android:name="android.permission.REMOVE_TASKS"
668 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
669 android:protectionLevel="signature"
670 android:label="@string/permlab_removeTasks"
671 android:description="@string/permdesc_removeTasks" />
672
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800673 <!-- Allows an application to modify the current configuration, such
674 as locale. -->
675 <permission android:name="android.permission.CHANGE_CONFIGURATION"
676 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
677 android:protectionLevel="dangerous"
678 android:label="@string/permlab_changeConfiguration"
679 android:description="@string/permdesc_changeConfiguration" />
680
Dianne Hackborn03abb812010-01-04 18:43:19 -0800681 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
682 API is no longer supported. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800683 <permission android:name="android.permission.RESTART_PACKAGES"
684 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -0800685 android:protectionLevel="normal"
686 android:label="@string/permlab_killBackgroundProcesses"
687 android:description="@string/permdesc_killBackgroundProcesses" />
688
689 <!-- Allows an application to call
690 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
691 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
692 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
693 android:protectionLevel="normal"
694 android:label="@string/permlab_killBackgroundProcesses"
695 android:description="@string/permdesc_killBackgroundProcesses" />
696
697 <!-- Allows an application to call
698 {@link android.app.ActivityManager#forceStopPackage}.
699 @hide -->
700 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
701 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
702 android:protectionLevel="signature"
703 android:label="@string/permlab_forceStopPackages"
704 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800705
706 <!-- Allows an application to retrieve state dump information from system
707 services. -->
708 <permission android:name="android.permission.DUMP"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700709 android:permissionGroup="android.permission-group.PERSONAL_INFO"
710 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800711 android:label="@string/permlab_dump"
712 android:description="@string/permdesc_dump" />
713
Dianne Hackborn24a12102011-07-29 15:52:05 -0700714 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -0700715 An active window is the window that has fired an accessibility event. -->
716 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
717 android:permissionGroup="android.permission-group.PERSONAL_INFO"
718 android:protectionLevel="signatureOrSystem"
719 android:label="@string/permlab_retrieve_window_content"
720 android:description="@string/permdesc_retrieve_window_content" />
721
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800722 <!-- Allows an application to open windows using the type
723 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
724 shown on top of all other applications. Very few applications
725 should use this permission; these windows are intended for
726 system-level interaction with the user. -->
727 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
728 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
729 android:protectionLevel="dangerous"
730 android:label="@string/permlab_systemAlertWindow"
731 android:description="@string/permdesc_systemAlertWindow" />
732
733 <!-- Modify the global animation scaling factor. -->
734 <permission android:name="android.permission.SET_ANIMATION_SCALE"
735 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
736 android:protectionLevel="dangerous"
737 android:label="@string/permlab_setAnimationScale"
738 android:description="@string/permdesc_setAnimationScale" />
739
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700740 <!-- @deprecated This functionality will be removed in the future; please do
741 not use.
742
743 Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800744 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
745 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
746 android:protectionLevel="dangerous"
747 android:label="@string/permlab_persistentActivity"
748 android:description="@string/permdesc_persistentActivity" />
749
750 <!-- Allows an application to find out the space used by any package. -->
751 <permission android:name="android.permission.GET_PACKAGE_SIZE"
752 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
753 android:protectionLevel="normal"
754 android:label="@string/permlab_getPackageSize"
755 android:description="@string/permdesc_getPackageSize" />
756
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800757 <!-- @deprecated No longer useful, see
758 {@link android.content.pm.PackageManager#addPackageToPreferred}
759 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800760 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
761 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800762 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800763 android:label="@string/permlab_setPreferredApplications"
764 android:description="@string/permdesc_setPreferredApplications" />
765
766 <!-- Allows an application to receive the
767 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
768 broadcast after the system finishes booting. If you don't
769 request this permission, you will not receive the broadcast at
770 that time. Though holding this permission does not have any
771 security implications, it can have a negative impact on the
772 user experience by increasing the amount of time it takes the
773 system to start and allowing applications to have themselves
774 running without the user being aware of them. As such, you must
775 explicitly declare your use of this facility to make that visible
776 to the user. -->
777 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
778 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
779 android:protectionLevel="normal"
780 android:label="@string/permlab_receiveBootCompleted"
781 android:description="@string/permdesc_receiveBootCompleted" />
782
783 <!-- Allows an application to broadcast sticky intents. These are
784 broadcasts whose data is held by the system after being finished,
785 so that clients can quickly retrieve that data without having
786 to wait for the next broadcast. -->
787 <permission android:name="android.permission.BROADCAST_STICKY"
788 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
789 android:protectionLevel="normal"
790 android:label="@string/permlab_broadcastSticky"
791 android:description="@string/permdesc_broadcastSticky" />
792
793 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
794 from dimming -->
795 <permission android:name="android.permission.WAKE_LOCK"
796 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
797 android:protectionLevel="dangerous"
798 android:label="@string/permlab_wakeLock"
799 android:description="@string/permdesc_wakeLock" />
800
801 <!-- Allows applications to set the wallpaper -->
802 <permission android:name="android.permission.SET_WALLPAPER"
803 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
804 android:protectionLevel="normal"
805 android:label="@string/permlab_setWallpaper"
806 android:description="@string/permdesc_setWallpaper" />
807
808 <!-- Allows applications to set the wallpaper hints -->
809 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
810 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
811 android:protectionLevel="normal"
812 android:label="@string/permlab_setWallpaperHints"
813 android:description="@string/permdesc_setWallpaperHints" />
814
Dan Egnor97e44942010-02-04 20:27:47 -0800815 <!-- Allows applications to set the system time -->
816 <permission android:name="android.permission.SET_TIME"
817 android:protectionLevel="signatureOrSystem"
818 android:label="@string/permlab_setTime"
819 android:description="@string/permdesc_setTime" />
820
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800821 <!-- Allows applications to set the system time zone -->
822 <permission android:name="android.permission.SET_TIME_ZONE"
823 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
824 android:protectionLevel="dangerous"
825 android:label="@string/permlab_setTimeZone"
826 android:description="@string/permdesc_setTimeZone" />
827
828 <!-- Allows mounting and unmounting file systems for removable storage. -->
829 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
830 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
831 android:protectionLevel="dangerous"
832 android:label="@string/permlab_mount_unmount_filesystems"
833 android:description="@string/permdesc_mount_unmount_filesystems" />
834
835 <!-- Allows formatting file systems for removable storage. -->
836 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
837 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
838 android:protectionLevel="dangerous"
839 android:label="@string/permlab_mount_format_filesystems"
840 android:description="@string/permdesc_mount_format_filesystems" />
841
San Mehat02735bc2010-01-26 15:18:08 -0800842 <!-- Allows access to ASEC non-destructive API calls
843 @hide -->
844 <permission android:name="android.permission.ASEC_ACCESS"
845 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700846 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800847 android:label="@string/permlab_asec_access"
848 android:description="@string/permdesc_asec_access" />
849
850 <!-- Allows creation of ASEC volumes
851 @hide -->
852 <permission android:name="android.permission.ASEC_CREATE"
853 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700854 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800855 android:label="@string/permlab_asec_create"
856 android:description="@string/permdesc_asec_create" />
857
858 <!-- Allows destruction of ASEC volumes
859 @hide -->
860 <permission android:name="android.permission.ASEC_DESTROY"
861 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700862 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800863 android:label="@string/permlab_asec_destroy"
864 android:description="@string/permdesc_asec_destroy" />
865
866 <!-- Allows mount / unmount of ASEC volumes
867 @hide -->
868 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
869 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700870 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800871 android:label="@string/permlab_asec_mount_unmount"
872 android:description="@string/permdesc_asec_mount_unmount" />
873
874 <!-- Allows rename of ASEC volumes
875 @hide -->
876 <permission android:name="android.permission.ASEC_RENAME"
877 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700878 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800879 android:label="@string/permlab_asec_rename"
880 android:description="@string/permdesc_asec_rename" />
881
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800882 <!-- Allows applications to disable the keyguard -->
883 <permission android:name="android.permission.DISABLE_KEYGUARD"
884 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700885 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800886 android:description="@string/permdesc_disableKeyguard"
887 android:label="@string/permlab_disableKeyguard" />
888
889 <!-- Allows applications to read the sync settings -->
890 <permission android:name="android.permission.READ_SYNC_SETTINGS"
891 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
892 android:protectionLevel="normal"
893 android:description="@string/permdesc_readSyncSettings"
894 android:label="@string/permlab_readSyncSettings" />
895
896 <!-- Allows applications to write the sync settings -->
897 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
898 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
899 android:protectionLevel="dangerous"
900 android:description="@string/permdesc_writeSyncSettings"
901 android:label="@string/permlab_writeSyncSettings" />
902
903 <!-- Allows applications to read the sync stats -->
904 <permission android:name="android.permission.READ_SYNC_STATS"
905 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
906 android:protectionLevel="normal"
907 android:description="@string/permdesc_readSyncStats"
908 android:label="@string/permlab_readSyncStats" />
909
910 <!-- Allows applications to write the apn settings -->
911 <permission android:name="android.permission.WRITE_APN_SETTINGS"
912 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
913 android:protectionLevel="dangerous"
914 android:description="@string/permdesc_writeApnSettings"
915 android:label="@string/permlab_writeApnSettings" />
916
Fred Quintana60307342009-03-24 22:48:12 -0700917 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800918 ContentProvider. -->
919 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
920 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
921 android:label="@string/permlab_subscribedFeedsRead"
922 android:description="@string/permdesc_subscribedFeedsRead"
923 android:protectionLevel="normal" />
924 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
925 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
926 android:label="@string/permlab_subscribedFeedsWrite"
927 android:description="@string/permdesc_subscribedFeedsWrite"
928 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -0700929
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800930 <!-- Allows applications to change network connectivity state -->
931 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
932 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
933 android:protectionLevel="dangerous"
934 android:description="@string/permdesc_changeNetworkState"
935 android:label="@string/permlab_changeNetworkState" />
936
937 <!-- Allows applications to change Wi-Fi connectivity state -->
938 <permission android:name="android.permission.CHANGE_WIFI_STATE"
939 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
940 android:protectionLevel="dangerous"
941 android:description="@string/permdesc_changeWifiState"
942 android:label="@string/permlab_changeWifiState" />
943
Robert Greenwaltfc1b15c2009-05-22 15:09:51 -0700944 <!-- Allows applications to enter Wi-Fi Multicast mode -->
945 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
946 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
947 android:protectionLevel="dangerous"
948 android:description="@string/permdesc_changeWifiMulticastState"
949 android:label="@string/permlab_changeWifiMulticastState" />
950
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800951 <!-- Allows applications to discover and pair bluetooth devices -->
952 <permission android:name="android.permission.BLUETOOTH_ADMIN"
953 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
954 android:protectionLevel="dangerous"
955 android:description="@string/permdesc_bluetoothAdmin"
956 android:label="@string/permlab_bluetoothAdmin" />
957
958 <!-- Allows an application to clear the caches of all installed
959 applications on the device. -->
960 <permission android:name="android.permission.CLEAR_APP_CACHE"
961 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
962 android:protectionLevel="dangerous"
963 android:label="@string/permlab_clearAppCache"
964 android:description="@string/permdesc_clearAppCache" />
965
966 <!-- Allows an application to read the low-level system log files.
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700967 Log entries can contain the user's private information,
968 which is why this permission is 'dangerous'. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800969 <permission android:name="android.permission.READ_LOGS"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700970 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800971 android:protectionLevel="dangerous"
972 android:label="@string/permlab_readLogs"
973 android:description="@string/permdesc_readLogs" />
974
975 <!-- ========================================= -->
976 <!-- Permissions for special development tools -->
977 <!-- ========================================= -->
978 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700979
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800980 <!-- Group of permissions that are related to development features. These
981 are not permissions that should appear in normal applications; they
982 protect APIs that are intended only to be used for development
983 purposes. -->
984 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
985 android:label="@string/permgrouplab_developmentTools"
986 android:description="@string/permgroupdesc_developmentTools" />
987
988 <!-- Configure an application for debugging. -->
989 <permission android:name="android.permission.SET_DEBUG_APP"
990 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
991 android:protectionLevel="dangerous"
992 android:label="@string/permlab_setDebugApp"
993 android:description="@string/permdesc_setDebugApp" />
994
995 <!-- Allows an application to set the maximum number of (not needed)
996 application processes that can be running. -->
997 <permission android:name="android.permission.SET_PROCESS_LIMIT"
998 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
999 android:protectionLevel="dangerous"
1000 android:label="@string/permlab_setProcessLimit"
1001 android:description="@string/permdesc_setProcessLimit" />
1002
1003 <!-- Allows an application to control whether activities are immediately
1004 finished when put in the background. -->
1005 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1006 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1007 android:protectionLevel="dangerous"
1008 android:label="@string/permlab_setAlwaysFinish"
1009 android:description="@string/permdesc_setAlwaysFinish" />
1010
1011 <!-- Allow an application to request that a signal be sent to all persistent processes -->
1012 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1013 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1014 android:protectionLevel="dangerous"
1015 android:label="@string/permlab_signalPersistentProcesses"
1016 android:description="@string/permdesc_signalPersistentProcesses" />
1017
1018 <!-- ==================================== -->
1019 <!-- Private (signature-only) permissions -->
1020 <!-- ==================================== -->
1021 <eat-comment />
1022
1023 <!-- Allows applications to RW to diagnostic resources. -->
1024 <permission android:name="android.permission.DIAGNOSTIC"
1025 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1026 android:protectionLevel="signature"
1027 android:description="@string/permdesc_diagnostic"
1028 android:label="@string/permlab_diagnostic" />
1029
1030 <!-- Allows an application to open, close, or disable the status bar
1031 and its icons. -->
1032 <permission android:name="android.permission.STATUS_BAR"
1033 android:label="@string/permlab_statusBar"
1034 android:description="@string/permdesc_statusBar"
1035 android:protectionLevel="signatureOrSystem" />
1036
Joe Onorato8bc6c512010-06-04 16:21:12 -04001037 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1038 @hide -->
1039 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1040 android:label="@string/permlab_statusBarService"
1041 android:description="@string/permdesc_statusBarService"
1042 android:protectionLevel="signature" />
1043
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001044 <!-- Allows an application to force a BACK operation on whatever is the
1045 top activity. -->
1046 <permission android:name="android.permission.FORCE_BACK"
1047 android:label="@string/permlab_forceBack"
1048 android:description="@string/permdesc_forceBack"
1049 android:protectionLevel="signature" />
1050
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001051 <!-- Allows an application to update device statistics. Not for
1052 use by third party apps. -->
1053 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
1054 android:label="@string/permlab_batteryStats"
1055 android:description="@string/permdesc_batteryStats"
Dianne Hackborn7e9f4eb2010-09-10 18:43:00 -07001056 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001057
1058 <!-- Allows an application to open windows that are for use by parts
1059 of the system user interface. Not for use by third party apps. -->
1060 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1061 android:label="@string/permlab_internalSystemWindow"
1062 android:description="@string/permdesc_internalSystemWindow"
1063 android:protectionLevel="signature" />
1064
1065 <!-- Allows an application to manage (create, destroy,
1066 Z-order) application tokens in the window manager. This is only
1067 for use by the system. -->
1068 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1069 android:label="@string/permlab_manageAppTokens"
1070 android:description="@string/permdesc_manageAppTokens"
1071 android:protectionLevel="signature" />
1072
1073 <!-- Allows an application to inject user events (keys, touch, trackball)
1074 into the event stream and deliver them to ANY window. Without this
1075 permission, you can only deliver events to windows in your own process.
1076 Very few applications should need to use this permission. -->
1077 <permission android:name="android.permission.INJECT_EVENTS"
1078 android:label="@string/permlab_injectEvents"
1079 android:description="@string/permdesc_injectEvents"
1080 android:protectionLevel="signature" />
1081
1082 <!-- Allows an application to watch and control how activities are
1083 started globally in the system. Only for is in debugging
1084 (usually the monkey command). -->
1085 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1086 android:label="@string/permlab_runSetActivityWatcher"
1087 android:description="@string/permdesc_runSetActivityWatcher"
1088 android:protectionLevel="signature" />
1089
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001090 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001091 to put the higher-level system there into a shutdown state.
1092 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001093 <permission android:name="android.permission.SHUTDOWN"
1094 android:label="@string/permlab_shutdown"
1095 android:description="@string/permdesc_shutdown"
Freeman Ngaddfc762010-12-01 15:17:35 -08001096 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001097
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001098 <!-- Allows an application to tell the activity manager to temporarily
1099 stop application switches, putting it into a special mode that
1100 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001101 critical UI such as the home screen.
1102 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001103 <permission android:name="android.permission.STOP_APP_SWITCHES"
1104 android:label="@string/permlab_stopAppSwitches"
1105 android:description="@string/permdesc_stopAppSwitches"
Jeff Hamilton10de0b32011-03-25 16:16:57 -05001106 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001107
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001108 <!-- Allows an application to retrieve the current state of keys and
1109 switches. This is only for use by the system.-->
1110 <permission android:name="android.permission.READ_INPUT_STATE"
1111 android:label="@string/permlab_readInputState"
1112 android:description="@string/permdesc_readInputState"
1113 android:protectionLevel="signature" />
1114
Dianne Hackbornd6847842010-01-12 18:14:19 -08001115 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1116 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001117 <permission android:name="android.permission.BIND_INPUT_METHOD"
1118 android:label="@string/permlab_bindInputMethod"
1119 android:description="@string/permdesc_bindInputMethod"
1120 android:protectionLevel="signature" />
1121
satok988323c2011-06-22 16:38:13 +09001122 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1123 to ensure that only the system can bind to it. -->
1124 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1125 android:label="@string/permlab_bindTextService"
1126 android:description="@string/permdesc_bindTextService"
1127 android:protectionLevel="signature" />
1128
Dianne Hackbornd6847842010-01-12 18:14:19 -08001129 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1130 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001131 <permission android:name="android.permission.BIND_WALLPAPER"
1132 android:label="@string/permlab_bindWallpaper"
1133 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborn284ac932009-08-28 10:34:25 -07001134 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001135
Dianne Hackbornd6847842010-01-12 18:14:19 -08001136 <!-- Must be required by device administration receiver, to ensure that only the
1137 system can interact with it. -->
1138 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1139 android:label="@string/permlab_bindDeviceAdmin"
1140 android:description="@string/permdesc_bindDeviceAdmin"
1141 android:protectionLevel="signature" />
1142
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001143 <!-- Allows low-level access to setting the orientation (actually
1144 rotation) of the screen. Not for use by normal applications. -->
1145 <permission android:name="android.permission.SET_ORIENTATION"
1146 android:label="@string/permlab_setOrientation"
1147 android:description="@string/permdesc_setOrientation"
1148 android:protectionLevel="signature" />
1149
Jeff Brown1a84fd12011-06-02 01:26:32 -07001150 <!-- Allows low-level access to setting the pointer speed.
1151 Not for use by normal applications. -->
1152 <permission android:name="android.permission.SET_POINTER_SPEED"
1153 android:label="@string/permlab_setPointerSpeed"
1154 android:description="@string/permdesc_setPointerSpeed"
1155 android:protectionLevel="signature" />
1156
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001157 <!-- Allows an application to install packages. -->
1158 <permission android:name="android.permission.INSTALL_PACKAGES"
1159 android:label="@string/permlab_installPackages"
1160 android:description="@string/permdesc_installPackages"
Jasper Lin24692412009-03-24 18:24:57 -07001161 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001162
1163 <!-- Allows an application to clear user data -->
1164 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1165 android:label="@string/permlab_clearAppUserData"
1166 android:description="@string/permdesc_clearAppUserData"
1167 android:protectionLevel="signature" />
1168
1169 <!-- Allows an application to delete cache files. -->
1170 <permission android:name="android.permission.DELETE_CACHE_FILES"
1171 android:label="@string/permlab_deleteCacheFiles"
1172 android:description="@string/permdesc_deleteCacheFiles"
Doug Zongker50a21f42009-11-19 12:49:53 -08001173 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001174
1175 <!-- Allows an application to delete packages. -->
1176 <permission android:name="android.permission.DELETE_PACKAGES"
1177 android:label="@string/permlab_deletePackages"
1178 android:description="@string/permdesc_deletePackages"
Jasper Lin24692412009-03-24 18:24:57 -07001179 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001180
Jeff Brownec7c78f2010-03-30 23:37:25 -07001181 <!-- Allows an application to move location of installed package.
1182 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001183 <permission android:name="android.permission.MOVE_PACKAGE"
1184 android:label="@string/permlab_movePackage"
1185 android:description="@string/permdesc_movePackage"
1186 android:protectionLevel="signatureOrSystem" />
1187
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001188 <!-- Allows an application to change whether an application component (other than its own) is
1189 enabled or not. -->
1190 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1191 android:label="@string/permlab_changeComponentState"
1192 android:description="@string/permdesc_changeComponentState"
Dianne Hackbornf5e4f202011-01-26 12:40:18 -08001193 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001194
1195 <!-- Allows an application to use SurfaceFlinger's low level features -->
1196 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1197 android:label="@string/permlab_accessSurfaceFlinger"
1198 android:description="@string/permdesc_accessSurfaceFlinger"
1199 android:protectionLevel="signature" />
1200
1201 <!-- Allows an application to take screen shots and more generally
1202 get access to the frame buffer data -->
1203 <permission android:name="android.permission.READ_FRAME_BUFFER"
1204 android:label="@string/permlab_readFrameBuffer"
1205 android:description="@string/permdesc_readFrameBuffer"
Jeff Hamilton0bc369e2011-07-21 16:17:39 -05001206 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001207
1208 <!-- Required to be able to disable the device (very dangerous!). -->
1209 <permission android:name="android.permission.BRICK"
1210 android:label="@string/permlab_brick"
1211 android:description="@string/permdesc_brick"
1212 android:protectionLevel="signature" />
1213
1214 <!-- Required to be able to reboot the device. -->
1215 <permission android:name="android.permission.REBOOT"
1216 android:label="@string/permlab_reboot"
1217 android:description="@string/permdesc_reboot"
Doug Zongker50a21f42009-11-19 12:49:53 -08001218 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001219
1220 <!-- Allows low-level access to power management -->
1221 <permission android:name="android.permission.DEVICE_POWER"
1222 android:label="@string/permlab_devicePower"
1223 android:description="@string/permdesc_devicePower"
1224 android:protectionLevel="signature" />
1225
1226 <!-- Run as a manufacturer test application, running as the root user.
1227 Only available when the device is running in manufacturer test mode. -->
1228 <permission android:name="android.permission.FACTORY_TEST"
1229 android:label="@string/permlab_factoryTest"
1230 android:description="@string/permdesc_factoryTest"
1231 android:protectionLevel="signature" />
1232
1233 <!-- Allows an application to broadcast a notification that an application
1234 package has been removed. -->
1235 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1236 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1237 android:label="@string/permlab_broadcastPackageRemoved"
1238 android:description="@string/permdesc_broadcastPackageRemoved"
1239 android:protectionLevel="signature" />
1240
1241 <!-- Allows an application to broadcast an SMS receipt notification -->
1242 <permission android:name="android.permission.BROADCAST_SMS"
1243 android:permissionGroup="android.permission-group.MESSAGES"
1244 android:label="@string/permlab_broadcastSmsReceived"
1245 android:description="@string/permdesc_broadcastSmsReceived"
1246 android:protectionLevel="signature" />
1247
1248 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1249 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1250 android:permissionGroup="android.permission-group.MESSAGES"
1251 android:label="@string/permlab_broadcastWapPush"
1252 android:description="@string/permdesc_broadcastWapPush"
1253 android:protectionLevel="signature" />
1254
1255 <permission android:name="android.permission.MASTER_CLEAR"
1256 android:label="@string/permlab_masterClear"
1257 android:description="@string/permdesc_masterClear"
1258 android:protectionLevel="signatureOrSystem" />
1259
1260 <!-- Allows an application to call any phone number, including emergency
1261 numbers, without going through the Dialer user interface for the user
1262 to confirm the call being placed. -->
1263 <permission android:name="android.permission.CALL_PRIVILEGED"
1264 android:label="@string/permlab_callPrivileged"
1265 android:description="@string/permdesc_callPrivileged"
1266 android:protectionLevel="signatureOrSystem" />
1267
Jim Miller767be5f2009-08-25 19:33:57 -07001268 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1269 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1270 android:label="@string/permlab_performCdmaProvisioning"
1271 android:description="@string/permdesc_performCdmaProvisioning"
1272 android:protectionLevel="signatureOrSystem" />
1273
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001274 <!-- Allows enabling/disabling location update notifications from
1275 the radio. Not for use by normal applications. -->
1276 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1277 android:label="@string/permlab_locationUpdates"
1278 android:description="@string/permdesc_locationUpdates"
Mike Lockwood275555c2009-05-01 11:30:34 -04001279 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001280
1281 <!-- Allows read/write access to the "properties" table in the checkin
1282 database, to change values that get uploaded. -->
1283 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1284 android:label="@string/permlab_checkinProperties"
1285 android:description="@string/permdesc_checkinProperties"
Jasper Lin24692412009-03-24 18:24:57 -07001286 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001287
1288 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001289 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001290 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1291 android:label="@string/permlab_pkgUsageStats"
1292 android:description="@string/permdesc_pkgUsageStats"
Peter Visontay8d224ca2011-02-18 16:39:19 +00001293 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001294
1295 <!-- Allows an application to collect battery statistics -->
1296 <permission android:name="android.permission.BATTERY_STATS"
1297 android:label="@string/permlab_batteryStats"
1298 android:description="@string/permdesc_batteryStats"
1299 android:protectionLevel="normal" />
1300
Christopher Tate181fafa2009-05-14 11:12:14 -07001301 <!-- Allows an application to control the backup and restore process
1302 @hide pending API council -->
1303 <permission android:name="android.permission.BACKUP"
1304 android:label="@string/permlab_backup"
1305 android:description="@string/permdesc_backup"
Joe Onorato8aeaf2e2009-06-29 14:46:30 -04001306 android:protectionLevel="signatureOrSystem" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001307
Christopher Tate4a627c72011-04-01 14:43:32 -07001308 <!-- Allows a package to launch the secure full-backup confirmation UI.
1309 ONLY the system process may hold this permission.
1310 @hide -->
1311 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
1312 android:label="@string/permlab_confirm_full_backup"
1313 android:description="@string/permdesc_confirm_full_backup"
1314 android:protectionLevel="signature" />
1315
Winson Chung81f39eb2011-01-11 18:05:01 -08001316 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1317 to ensure that only the system can bind to it. -->
1318 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1319 android:label="@string/permlab_bindRemoteViews"
1320 android:description="@string/permdesc_bindRemoteViews"
1321 android:protectionLevel="signatureOrSystem" />
1322
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001323 <!-- Allows an application to tell the AppWidget service which application
1324 can access AppWidget's data. The normal user flow is that a user
1325 picks an AppWidget to go into a particular host, thereby giving that
1326 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001327 An application that has this permission should honor that contract.
1328 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001329 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001330 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1331 android:label="@string/permlab_bindGadget"
1332 android:description="@string/permdesc_bindGadget"
Jeff Sharkeyaf999282009-05-18 14:35:49 -07001333 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001334
1335 <!-- Allows applications to change the background data setting
1336 @hide pending API council -->
1337 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1338 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1339 android:protectionLevel="signature"
1340 android:description="@string/permdesc_changeBackgroundDataSetting"
1341 android:label="@string/permlab_changeBackgroundDataSetting" />
1342
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001343 <!-- This permission can be used on content providers to allow the global
1344 search system to access their data. Typically it used when the
1345 provider has some permissions protecting it (which global search
1346 would not be expected to hold), and added as a read-only permission
1347 to the path in the provider where global search queries are
1348 performed. This permission can not be held by regular applications;
1349 it is used by applications to protect themselves from everyone else
1350 besides global search. -->
1351 <permission android:name="android.permission.GLOBAL_SEARCH"
1352 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1353 android:protectionLevel="signatureOrSystem" />
1354
1355 <!-- Internal permission protecting access to the global search
1356 system: ensures that only the system can access the provider
1357 to perform queries (since this otherwise provides unrestricted
1358 access to a variety of content providers), and to write the
1359 search statistics (to keep applications from gaming the source
1360 ranking).
1361 @hide -->
1362 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1363 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1364 android:protectionLevel="signature" />
1365
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001366 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001367 @hide XXX Change to signature once the picker is moved to its
1368 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001369 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1370 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001371 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001372
Jeff Brownec7c78f2010-03-30 23:37:25 -07001373 <!-- Allow an application to read and write the cache partition.
1374 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001375 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1376 android:label="@string/permlab_cache_filesystem"
1377 android:description="@string/permdesc_cache_filesystem"
1378 android:protectionLevel="signatureOrSystem" />
1379
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001380 <!-- Must be required by default container service so that only
1381 the system can bind to it and use it to copy
1382 protected data to secure containers or files
1383 accessible to the system.
1384 @hide -->
1385 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1386 android:label="@string/permlab_copyProtectedData"
1387 android:description="@string/permlab_copyProtectedData"
1388 android:protectionLevel="signature" />
1389
Jason parks8888c592011-01-20 22:46:41 -06001390 <!-- Internal permission protecting access to the encryption methods
1391 @hide
1392 -->
1393 <permission android:name="android.permission.CRYPT_KEEPER"
1394 android:protectionLevel="signatureOrSystem" />
1395
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001396 <!-- Allows an application to read historical network usage for
1397 specific networks and applications. @hide -->
1398 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
1399 android:label="@string/permlab_readNetworkUsageHistory"
1400 android:description="@string/permdesc_readNetworkUsageHistory"
Jeff Sharkey428e8432011-06-30 00:50:52 -07001401 android:protectionLevel="signatureOrSystem" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001402
1403 <!-- Allows an application to manage network policies (such as warning and disable
1404 limits) and to define application-specific rules. @hide -->
1405 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
1406 android:label="@string/permlab_manageNetworkPolicy"
1407 android:description="@string/permdesc_manageNetworkPolicy"
1408 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06001409
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001410 <!-- Allows an application to account its network traffic against other UIDs. Used
1411 by system services like download manager and media server. Not for use by
1412 third party apps. @hide -->
1413 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
1414 android:label="@string/permlab_modifyNetworkAccounting"
1415 android:description="@string/permdesc_modifyNetworkAccounting"
1416 android:protectionLevel="signatureOrSystem" />
1417
Costin Manolachefa04b8d2010-11-29 17:50:28 -08001418 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001419 @hide Used internally.
1420 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001421 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001422 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001423 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001424
Christopher Tate4a627c72011-04-01 14:43:32 -07001425 <!-- The system process is explicitly the only one allowed to launch the
1426 confirmation UI for full backup/restore -->
1427 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
1428
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001429 <application android:process="system"
1430 android:persistent="true"
1431 android:hasCode="false"
1432 android:label="@string/android_system_label"
1433 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001434 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001435 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001436 android:icon="@drawable/ic_launcher_android">
1437 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001438 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001439 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001440 android:excludeFromRecents="true"
1441 android:multiprocess="true">
1442 <intent-filter>
1443 <action android:name="android.intent.action.CHOOSER" />
1444 <category android:name="android.intent.category.DEFAULT" />
1445 </intent-filter>
1446 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001447 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001448 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07001449 android:label="@string/heavy_weight_switcher_title"
1450 android:finishOnCloseSystemDialogs="true"
1451 android:excludeFromRecents="true">
1452 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001453 <activity android:name="com.android.internal.app.PlatLogoActivity"
Daniel Sandler44434f002010-09-03 14:45:39 -04001454 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001455 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001456 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1457 android:theme="@style/Theme.NoDisplay"
1458 android:excludeFromRecents="true">
1459 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001460 <activity android:name="com.android.internal.app.RingtonePickerActivity"
Amith Yamasani482c9332010-11-02 14:02:17 -07001461 android:theme="@style/Theme.Holo.Dialog.Alert"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001462 android:excludeFromRecents="true"
1463 android:multiprocess="true">
1464 <intent-filter>
1465 <action android:name="android.intent.action.RINGTONE_PICKER" />
1466 <category android:name="android.intent.category.DEFAULT" />
1467 </intent-filter>
1468 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001469
Fred Quintana33269202009-04-20 16:05:10 -07001470 <activity android:name="android.accounts.ChooseAccountActivity"
1471 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08001472 android:exported="true"
1473 android:theme="@android:style/Theme.Holo.Dialog"
1474 android:label="@string/choose_account_label">
Fred Quintana33269202009-04-20 16:05:10 -07001475 </activity>
1476
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001477 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1478 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08001479 android:exported="true"
1480 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001481 </activity>
1482
Fred Quintanab19e62a2010-12-16 13:54:43 -08001483 <activity android:name="android.content.SyncActivityTooManyDeletes"
1484 android:theme="@android:style/Theme.Holo.Dialog"
1485 android:label="@string/sync_too_many_deletes">
1486 </activity>
1487
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001488 <activity android:name="com.android.server.ShutdownActivity"
1489 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001490 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001491 <intent-filter>
1492 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1493 <category android:name="android.intent.category.DEFAULT" />
1494 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04001495 <intent-filter>
1496 <action android:name="android.intent.action.REBOOT" />
1497 <category android:name="android.intent.category.DEFAULT" />
1498 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001499 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08001500
Danke Xie22d1f9f2009-08-18 18:28:45 -04001501 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001502 android:theme="@style/Theme.Holo.Dialog.Alert"
Danke Xie22d1f9f2009-08-18 18:28:45 -04001503 android:excludeFromRecents="true">
1504 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001505
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001506 <service android:name="com.android.internal.service.wallpaper.ImageWallpaper"
1507 android:permission="android.permission.BIND_WALLPAPER">
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001508 </service>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001509
1510 <receiver android:name="com.android.server.BootReceiver" >
1511 <intent-filter>
1512 <action android:name="android.intent.action.BOOT_COMPLETED" />
1513 </intent-filter>
1514 </receiver>
1515
1516 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07001517 android:permission="android.permission.MASTER_CLEAR"
1518 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001519 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001520 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1521 <action android:name="android.intent.action.MASTER_CLEAR" />
1522
1523 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001524 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001525 <category android:name="android.intent.category.MASTER_CLEAR" />
1526 </intent-filter>
1527 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07001528
1529 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
1530 android:permission="android.permission.MASTER_CLEAR"
1531 android:exported="true" />
1532
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001533 </application>
1534
1535</manifest>