blob: 01f2a8f578a2429e3591258e3b74e5e57ea58312 [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" />
Dianne Hackbornf9abb402011-08-10 15:00:59 -070040 <protected-broadcast android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070041 <protected-broadcast android:name="android.intent.action.PACKAGE_CHANGED" />
42 <protected-broadcast android:name="android.intent.action.PACKAGE_RESTARTED" />
43 <protected-broadcast android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
Dianne Hackborne7f97212011-02-24 14:40:20 -080044 <protected-broadcast android:name="android.intent.action.PACKAGE_FIRST_LAUNCH" />
Kenny Root5ab21572011-07-27 11:11:19 -070045 <protected-broadcast android:name="android.intent.action.PACKAGE_NEEDS_VERIFICATION" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070046 <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
47 <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
Dianne Hackborn362d5b92009-11-11 18:04:39 -080048 <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070049 <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
50 <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
51 <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
52 <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
53 <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
54 <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
55 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
56 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
Jake Hambybb371632010-08-23 18:16:48 -070057 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
58 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070059 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
60 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080061 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Jason parks4ca74dc2011-03-14 15:23:31 -050062 <protected-broadcast android:name="android.intent.action.MASTER_CLEAR_NOTIFICATION" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070063
Dianne Hackborn7299c412010-03-04 18:41:49 -080064 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
65 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
66 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
67 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Debashish Chatterjeee53eba02011-08-04 14:12:58 +010068
Christopher Tate4cc86e12009-09-21 19:36:51 -070069 <protected-broadcast android:name="android.backup.intent.RUN" />
70 <protected-broadcast android:name="android.backup.intent.CLEAR" />
71 <protected-broadcast android:name="android.backup.intent.INIT" />
72
Nick Pelly72440a0e2009-09-15 17:21:10 -070073 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
74 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
75 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
76 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
77 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
78 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
79 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
80 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
81 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
82 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
83 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
84 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
85 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
86 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
87 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
88 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
89
Mike Lockwoodc4308f02011-03-01 08:04:54 -080090 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
91 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
92 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
93 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
94 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -040095
Jeff Sharkey961e3042011-08-29 16:02:57 -070096 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
97 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
98
Nick Pellyf36c6db2010-10-14 19:16:35 -070099 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -0800100 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
101 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
102 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700103
Nick Pellyf36c6db2010-10-14 19:16:35 -0700104 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700105 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700106 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400107
Nick Pellya64e2ad42011-03-14 10:28:11 -0700108
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800109 <!-- ====================================== -->
110 <!-- Permissions for things that cost money -->
111 <!-- ====================================== -->
112 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700113
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800114 <!-- Used for permissions that can be used to make the user spend money
115 without their direct involvement. For example, this is the group
116 for permissions that allow you to directly place phone calls,
117 directly send SMS messages, etc. -->
118 <permission-group android:name="android.permission-group.COST_MONEY"
119 android:label="@string/permgrouplab_costMoney"
120 android:description="@string/permgroupdesc_costMoney" />
121
122 <!-- Allows an application to send SMS messages. -->
123 <permission android:name="android.permission.SEND_SMS"
124 android:permissionGroup="android.permission-group.COST_MONEY"
125 android:protectionLevel="dangerous"
126 android:label="@string/permlab_sendSms"
127 android:description="@string/permdesc_sendSms" />
128
Tom Taylorb0381682011-08-11 14:27:25 -0700129 <!-- Allows an application to send SMS messages via the Messaging app with no user
130 input or confirmation.
131 @hide -->
132 <permission android:name="android.permission.SEND_SMS_NO_CONFIRMATION"
133 android:permissionGroup="android.permission-group.COST_MONEY"
134 android:protectionLevel="signatureOrSystem"
135 android:label="@string/permlab_sendSmsNoConfirmation"
136 android:description="@string/permdesc_sendSmsNoConfirmation" />
137
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800138 <!-- Allows an application to initiate a phone call without going through
139 the Dialer user interface for the user to confirm the call
140 being placed. -->
141 <permission android:name="android.permission.CALL_PHONE"
142 android:permissionGroup="android.permission-group.COST_MONEY"
143 android:protectionLevel="dangerous"
144 android:label="@string/permlab_callPhone"
145 android:description="@string/permdesc_callPhone" />
146
147 <!-- ================================== -->
148 <!-- Permissions for accessing messages -->
149 <!-- ================================== -->
150 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700151
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800152 <!-- Used for permissions that allow an application to send messages
153 on behalf of the user or intercept messages being received by the
154 user. This is primarily intended for SMS/MMS messaging, such as
155 receiving or reading an MMS. -->
156 <permission-group android:name="android.permission-group.MESSAGES"
157 android:label="@string/permgrouplab_messages"
158 android:description="@string/permgroupdesc_messages" />
159
160 <!-- Allows an application to monitor incoming SMS messages, to record
161 or perform processing on them. -->
162 <permission android:name="android.permission.RECEIVE_SMS"
163 android:permissionGroup="android.permission-group.MESSAGES"
164 android:protectionLevel="dangerous"
165 android:label="@string/permlab_receiveSms"
166 android:description="@string/permdesc_receiveSms" />
167
168 <!-- Allows an application to monitor incoming MMS messages, to record
169 or perform processing on them. -->
170 <permission android:name="android.permission.RECEIVE_MMS"
171 android:permissionGroup="android.permission-group.MESSAGES"
172 android:protectionLevel="dangerous"
173 android:label="@string/permlab_receiveMms"
174 android:description="@string/permdesc_receiveMms" />
175
Jake Hambyab79ee42011-04-26 16:26:46 -0700176 <!-- Allows an application to receive emergency cell broadcast messages,
177 to record or display them to the user. Reserved for system apps.
178 @hide Pending API council approval -->
179 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
180 android:permissionGroup="android.permission-group.MESSAGES"
181 android:protectionLevel="signatureOrSystem"
182 android:label="@string/permlab_receiveEmergencyBroadcast"
183 android:description="@string/permdesc_receiveEmergencyBroadcast" />
184
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800185 <!-- Allows an application to read SMS messages. -->
186 <permission android:name="android.permission.READ_SMS"
187 android:permissionGroup="android.permission-group.MESSAGES"
188 android:protectionLevel="dangerous"
189 android:label="@string/permlab_readSms"
190 android:description="@string/permdesc_readSms" />
191
192 <!-- Allows an application to write SMS messages. -->
193 <permission android:name="android.permission.WRITE_SMS"
194 android:permissionGroup="android.permission-group.MESSAGES"
195 android:protectionLevel="dangerous"
196 android:label="@string/permlab_writeSms"
197 android:description="@string/permdesc_writeSms" />
198
199 <!-- Allows an application to monitor incoming WAP push messages. -->
200 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
201 android:permissionGroup="android.permission-group.MESSAGES"
202 android:protectionLevel="dangerous"
203 android:label="@string/permlab_receiveWapPush"
204 android:description="@string/permdesc_receiveWapPush" />
205
206 <!-- =============================================================== -->
207 <!-- Permissions for accessing personal info (contacts and calendar) -->
208 <!-- =============================================================== -->
209 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700210
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800211 <!-- Used for permissions that provide access to the user's private data,
212 such as contacts, calendar events, e-mail messages, etc. This includes
213 both reading and writing of this data (which should generally be
214 expressed as two distinct permissions). -->
215 <permission-group android:name="android.permission-group.PERSONAL_INFO"
216 android:label="@string/permgrouplab_personalInfo"
217 android:description="@string/permgroupdesc_personalInfo" />
218
219 <!-- Allows an application to read the user's contacts data. -->
220 <permission android:name="android.permission.READ_CONTACTS"
221 android:permissionGroup="android.permission-group.PERSONAL_INFO"
222 android:protectionLevel="dangerous"
223 android:label="@string/permlab_readContacts"
224 android:description="@string/permdesc_readContacts" />
225
226 <!-- Allows an application to write (but not read) the user's
227 contacts data. -->
228 <permission android:name="android.permission.WRITE_CONTACTS"
229 android:permissionGroup="android.permission-group.PERSONAL_INFO"
230 android:protectionLevel="dangerous"
231 android:label="@string/permlab_writeContacts"
232 android:description="@string/permdesc_writeContacts" />
233
Dave Santoro43251332011-05-11 11:39:54 -0700234
235 <!-- Allows an application to read the user's personal profile data. -->
236 <permission android:name="android.permission.READ_PROFILE"
237 android:permissionGroup="android.permission-group.PERSONAL_INFO"
238 android:protectionLevel="dangerous"
239 android:label="@string/permlab_readProfile"
240 android:description="@string/permdesc_readProfile" />
241
242 <!-- Allows an application to write (but not read) the user's
243 personal profile data. -->
244 <permission android:name="android.permission.WRITE_PROFILE"
245 android:permissionGroup="android.permission-group.PERSONAL_INFO"
246 android:protectionLevel="dangerous"
247 android:label="@string/permlab_writeProfile"
248 android:description="@string/permdesc_writeProfile" />
249
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800250 <!-- Allows an application to read the user's calendar data. -->
251 <permission android:name="android.permission.READ_CALENDAR"
252 android:permissionGroup="android.permission-group.PERSONAL_INFO"
253 android:protectionLevel="dangerous"
254 android:label="@string/permlab_readCalendar"
255 android:description="@string/permdesc_readCalendar" />
256
257 <!-- Allows an application to write (but not read) the user's
258 calendar data. -->
259 <permission android:name="android.permission.WRITE_CALENDAR"
260 android:permissionGroup="android.permission-group.PERSONAL_INFO"
261 android:protectionLevel="dangerous"
262 android:label="@string/permlab_writeCalendar"
263 android:description="@string/permdesc_writeCalendar" />
264
265 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700266 really only be required by an IME, or a dictionary editor like
267 the Settings app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800268 @hide Pending API council approval -->
269 <permission android:name="android.permission.READ_USER_DICTIONARY"
270 android:permissionGroup="android.permission-group.PERSONAL_INFO"
271 android:protectionLevel="dangerous"
272 android:label="@string/permlab_readDictionary"
273 android:description="@string/permdesc_readDictionary" />
274
275 <!-- Allows an application to write to the user dictionary.
276 @hide Pending API council approval -->
277 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
278 android:permissionGroup="android.permission-group.PERSONAL_INFO"
279 android:protectionLevel="normal"
280 android:label="@string/permlab_writeDictionary"
281 android:description="@string/permdesc_writeDictionary" />
282
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400283 <!-- Allows an application to read (but not write) the user's
284 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400285 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400286 android:permissionGroup="android.permission-group.PERSONAL_INFO"
287 android:label="@string/permlab_readHistoryBookmarks"
288 android:description="@string/permdesc_readHistoryBookmarks"
289 android:protectionLevel="dangerous" />
290
291 <!-- Allows an application to write (but not read) the user's
292 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400293 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400294 android:permissionGroup="android.permission-group.PERSONAL_INFO"
295 android:label="@string/permlab_writeHistoryBookmarks"
296 android:description="@string/permdesc_writeHistoryBookmarks"
297 android:protectionLevel="dangerous" />
298
Patrick Scotta73c4b02010-09-22 08:16:53 -0400299 <!-- Allows an application to broadcast an Intent to set an alarm for the
300 user. -->
301 <permission android:name="com.android.alarm.permission.SET_ALARM"
302 android:permissionGroup="android.permission-group.PERSONAL_INFO"
303 android:label="@string/permlab_setAlarm"
304 android:description="@string/permdesc_setAlarm"
305 android:protectionLevel="normal" />
306
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100307 <!-- Allows an application to add voicemails into the system. -->
308 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
309 android:permissionGroup="android.permission-group.PERSONAL_INFO"
310 android:protectionLevel="dangerous"
311 android:label="@string/permlab_addVoicemail"
312 android:description="@string/permdesc_addVoicemail" />
313
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800314 <!-- ======================================= -->
315 <!-- Permissions for accessing location info -->
316 <!-- ======================================= -->
317 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700318
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800319 <!-- Used for permissions that allow access to the user's current
320 location. -->
321 <permission-group android:name="android.permission-group.LOCATION"
322 android:label="@string/permgrouplab_location"
323 android:description="@string/permgroupdesc_location" />
324
325 <!-- Allows an application to access fine (e.g., GPS) location -->
326 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
327 android:permissionGroup="android.permission-group.LOCATION"
328 android:protectionLevel="dangerous"
329 android:label="@string/permlab_accessFineLocation"
330 android:description="@string/permdesc_accessFineLocation" />
331
332 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
333 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
334 android:permissionGroup="android.permission-group.LOCATION"
335 android:protectionLevel="dangerous"
336 android:label="@string/permlab_accessCoarseLocation"
337 android:description="@string/permdesc_accessCoarseLocation" />
338
339 <!-- Allows an application to create mock location providers for testing -->
340 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
341 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700342 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800343 android:label="@string/permlab_accessMockLocation"
344 android:description="@string/permdesc_accessMockLocation" />
345
346 <!-- Allows an application to access extra location provider commands -->
347 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
348 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700349 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800350 android:label="@string/permlab_accessLocationExtraCommands"
351 android:description="@string/permdesc_accessLocationExtraCommands" />
352
Mike Lockwood275555c2009-05-01 11:30:34 -0400353 <!-- Allows an application to install a location provider into the Location Manager -->
354 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
355 android:protectionLevel="signatureOrSystem"
356 android:label="@string/permlab_installLocationProvider"
357 android:description="@string/permdesc_installLocationProvider" />
358
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800359 <!-- ======================================= -->
360 <!-- Permissions for accessing networks -->
361 <!-- ======================================= -->
362 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700363
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800364 <!-- Used for permissions that provide access to networking services. The
365 main permission here is internet access, but this is also an
366 appropriate group for accessing or modifying any network configuration
367 or other related network operations. -->
368 <permission-group android:name="android.permission-group.NETWORK"
369 android:label="@string/permgrouplab_network"
370 android:description="@string/permgroupdesc_network" />
371
372 <!-- Allows applications to open network sockets. -->
373 <permission android:name="android.permission.INTERNET"
374 android:permissionGroup="android.permission-group.NETWORK"
375 android:protectionLevel="dangerous"
376 android:description="@string/permdesc_createNetworkSockets"
377 android:label="@string/permlab_createNetworkSockets" />
378
379 <!-- Allows applications to access information about networks -->
380 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
381 android:permissionGroup="android.permission-group.NETWORK"
382 android:protectionLevel="normal"
383 android:description="@string/permdesc_accessNetworkState"
384 android:label="@string/permlab_accessNetworkState" />
385
386 <!-- Allows applications to access information about Wi-Fi networks -->
387 <permission android:name="android.permission.ACCESS_WIFI_STATE"
388 android:permissionGroup="android.permission-group.NETWORK"
389 android:protectionLevel="normal"
390 android:description="@string/permdesc_accessWifiState"
391 android:label="@string/permlab_accessWifiState" />
392
393 <!-- Allows applications to connect to paired bluetooth devices -->
394 <permission android:name="android.permission.BLUETOOTH"
395 android:permissionGroup="android.permission-group.NETWORK"
396 android:protectionLevel="dangerous"
397 android:description="@string/permdesc_bluetooth"
398 android:label="@string/permlab_bluetooth" />
399
Nick Pelly1df862a2011-02-15 13:34:38 -0800400 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700401 <permission android:name="android.permission.NFC"
Nick Pelly038cabe2010-09-23 16:12:11 -0700402 android:permissionGroup="android.permission-group.NETWORK"
403 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700404 android:description="@string/permdesc_nfc"
405 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700406
Hung-ying Tyan08faac32010-09-16 04:11:32 +0800407 <!-- Allows an application to use SIP service -->
408 <permission android:name="android.permission.USE_SIP"
409 android:permissionGroup="android.permission-group.NETWORK"
410 android:protectionLevel="dangerous"
411 android:description="@string/permdesc_use_sip"
412 android:label="@string/permlab_use_sip" />
413
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700414 <!-- Allows applications to call into AccountAuthenticators. Only
415 the system can get this permission. -->
Fred Quintanaf7ae77c2009-10-02 17:19:31 -0700416 <permission android:name="android.permission.ACCOUNT_MANAGER"
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700417 android:permissionGroup="android.permission-group.ACCOUNTS"
418 android:protectionLevel="signature"
419 android:description="@string/permdesc_accountManagerService"
420 android:label="@string/permlab_accountManagerService" />
421
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700422 <!-- Allows an internal user to use privaledged ConnectivityManager
423 APIs.
424 @hide -->
425 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
426 android:permissionGroup="android.permission-group.NETWORK"
427 android:protectionLevel="signatureOrSystem" />
428
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800429 <!-- ================================== -->
430 <!-- Permissions for accessing accounts -->
431 <!-- ================================== -->
432 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700433
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700434 <!-- Permissions for direct access to the accounts managed
435 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800436 <permission-group android:name="android.permission-group.ACCOUNTS"
437 android:label="@string/permgrouplab_accounts"
438 android:description="@string/permgroupdesc_accounts" />
439
440 <!-- Allows access to the list of accounts in the Accounts Service -->
441 <permission android:name="android.permission.GET_ACCOUNTS"
442 android:permissionGroup="android.permission-group.ACCOUNTS"
443 android:protectionLevel="normal"
444 android:description="@string/permdesc_getAccounts"
445 android:label="@string/permlab_getAccounts" />
446
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700447 <!-- Allows an application to act as an AccountAuthenticator for
448 the AccountManager -->
449 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
450 android:permissionGroup="android.permission-group.ACCOUNTS"
451 android:protectionLevel="dangerous"
452 android:label="@string/permlab_authenticateAccounts"
453 android:description="@string/permdesc_authenticateAccounts" />
454
455 <!-- Allows an application to request authtokens from the AccountManager -->
456 <permission android:name="android.permission.USE_CREDENTIALS"
457 android:permissionGroup="android.permission-group.ACCOUNTS"
458 android:protectionLevel="dangerous"
459 android:label="@string/permlab_useCredentials"
460 android:description="@string/permdesc_useCredentials" />
461
462 <!-- Allows an application to manage the list of accounts in the AccountManager -->
463 <permission android:name="android.permission.MANAGE_ACCOUNTS"
464 android:permissionGroup="android.permission-group.ACCOUNTS"
465 android:protectionLevel="dangerous"
466 android:label="@string/permlab_manageAccounts"
467 android:description="@string/permdesc_manageAccounts" />
468
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800469 <!-- ================================== -->
470 <!-- Permissions for accessing hardware -->
471 <!-- ================================== -->
472 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700473
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800474 <!-- Used for permissions that provide direct access to the hardware on
475 the device. This includes audio, the camera, vibrator, etc. -->
476 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
477 android:label="@string/permgrouplab_hardwareControls"
478 android:description="@string/permgroupdesc_hardwareControls" />
479
480 <!-- Allows an application to modify global audio settings -->
481 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
482 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
483 android:protectionLevel="dangerous"
484 android:label="@string/permlab_modifyAudioSettings"
485 android:description="@string/permdesc_modifyAudioSettings" />
486
487 <!-- Allows an application to record audio -->
488 <permission android:name="android.permission.RECORD_AUDIO"
489 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
490 android:protectionLevel="dangerous"
491 android:label="@string/permlab_recordAudio"
492 android:description="@string/permdesc_recordAudio" />
493
Scott Main0b916352009-12-17 18:01:04 -0800494 <!-- Required to be able to access the camera device.
495 <p>This will automatically enforce the <a
496 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
497 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
498 If you do not require all camera features or can properly operate if a camera
499 is not available, then you must modify your manifest as appropriate in order to
500 install on devices that don't support all camera features.</p> -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800501 <permission android:name="android.permission.CAMERA"
502 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
503 android:protectionLevel="dangerous"
504 android:label="@string/permlab_camera"
505 android:description="@string/permdesc_camera" />
506
507 <!-- Allows access to the vibrator -->
508 <permission android:name="android.permission.VIBRATE"
509 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
510 android:protectionLevel="normal"
511 android:label="@string/permlab_vibrate"
512 android:description="@string/permdesc_vibrate" />
513
514 <!-- Allows access to the flashlight -->
515 <permission android:name="android.permission.FLASHLIGHT"
516 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
517 android:protectionLevel="normal"
518 android:label="@string/permlab_flashlight"
519 android:description="@string/permdesc_flashlight" />
520
Mike Lockwood02eb8742011-02-27 09:10:37 -0800521 <!-- Allows an application to manage preferences and permissions for USB devices
522 @hide -->
523 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400524 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800525 android:protectionLevel="signatureOrSystem"
526 android:label="@string/permlab_manageUsb"
527 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400528
Mike Lockwood10bc1112011-01-10 08:24:08 -0500529 <!-- Allows an application to access the MTP USB kernel driver.
530 For use only by the device side MTP implementation.
531 @hide -->
532 <permission android:name="android.permission.ACCESS_MTP"
533 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
534 android:protectionLevel="signatureOrSystem"
535 android:label="@string/permlab_accessMtp"
536 android:description="@string/permdesc_accessMtp" />
537
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800538 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
539 <permission android:name="android.permission.HARDWARE_TEST"
540 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
541 android:protectionLevel="signature"
542 android:label="@string/permlab_hardware_test"
543 android:description="@string/permdesc_hardware_test" />
544
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500545 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
546 @hide -->
547 <permission android:name="android.permission.NET_ADMIN"
548 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
549 android:protectionLevel="signature" />
550
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800551 <!-- =========================================== -->
552 <!-- Permissions associated with telephony state -->
553 <!-- =========================================== -->
554 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700555
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800556 <!-- Used for permissions that are associated with accessing and modifyign
557 telephony state: intercepting outgoing calls, reading
558 and modifying the phone state. Note that
559 placing phone calls is not in this group, since that is in the
560 more important "takin' yer moneys" group. -->
561 <permission-group android:name="android.permission-group.PHONE_CALLS"
562 android:label="@string/permgrouplab_phoneCalls"
563 android:description="@string/permgroupdesc_phoneCalls" />
564
565 <!-- Allows an application to monitor, modify, or abort outgoing
566 calls. -->
567 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
568 android:permissionGroup="android.permission-group.PHONE_CALLS"
569 android:protectionLevel="dangerous"
570 android:label="@string/permlab_processOutgoingCalls"
571 android:description="@string/permdesc_processOutgoingCalls" />
572
573 <!-- Allows modification of the telephony state - power on, mmi, etc.
574 Does not include placing calls. -->
575 <permission android:name="android.permission.MODIFY_PHONE_STATE"
576 android:permissionGroup="android.permission-group.PHONE_CALLS"
David Brownf4ece202010-09-14 16:19:31 -0700577 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800578 android:label="@string/permlab_modifyPhoneState"
579 android:description="@string/permdesc_modifyPhoneState" />
580
581 <!-- Allows read only access to phone state. -->
582 <permission android:name="android.permission.READ_PHONE_STATE"
583 android:permissionGroup="android.permission-group.PHONE_CALLS"
584 android:protectionLevel="dangerous"
585 android:label="@string/permlab_readPhoneState"
586 android:description="@string/permdesc_readPhoneState" />
587
Jake Hamby463f2212011-07-21 17:55:53 -0700588 <!-- Allows read access to privileged phone state.
589 @hide Used internally. -->
590 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
591 android:permissionGroup="android.permission-group.PHONE_CALLS"
592 android:protectionLevel="signatureOrSystem" />
593
San Mehat29b57e62009-04-23 09:18:32 -0700594 <!-- ================================== -->
595 <!-- Permissions for sdcard interaction -->
596 <!-- ================================== -->
597 <eat-comment />
598
599 <!-- Group of permissions that are related to SD card access. -->
600 <permission-group android:name="android.permission-group.STORAGE"
601 android:label="@string/permgrouplab_storage"
602 android:description="@string/permgroupdesc_storage" />
603
San Mehat5a3a77d2009-06-01 09:25:28 -0700604 <!-- Allows an application to write to external storage -->
605 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700606 android:permissionGroup="android.permission-group.STORAGE"
607 android:label="@string/permlab_sdcardWrite"
608 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700609 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700610
Mike Lockwood1e23db42011-04-22 07:05:21 -0700611 <!-- Allows an application to write to internal media storage
612 @hide -->
613 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
614 android:permissionGroup="android.permission-group.STORAGE"
615 android:label="@string/permlab_mediaStorageWrite"
616 android:description="@string/permdesc_mediaStorageWrite"
617 android:protectionLevel="signatureOrSystem" />
618
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800619 <!-- ============================================ -->
620 <!-- Permissions for low-level system interaction -->
621 <!-- ============================================ -->
622 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700623
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800624 <!-- Group of permissions that are related to system APIs. Many
625 of these are not permissions the user will be expected to understand,
626 and such permissions should generally be marked as "normal" protection
627 level so they don't get displayed. This can also, however, be used
628 for miscellaneous features that provide access to the operating system,
629 such as writing the global system settings. -->
630 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
631 android:label="@string/permgrouplab_systemTools"
632 android:description="@string/permgroupdesc_systemTools" />
633
634 <!-- Allows an application to read or write the system settings. -->
635 <permission android:name="android.permission.WRITE_SETTINGS"
636 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
637 android:protectionLevel="dangerous"
638 android:label="@string/permlab_writeSettings"
639 android:description="@string/permdesc_writeSettings" />
640
641 <!-- Allows an application to read or write the secure system settings. -->
642 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
643 android:protectionLevel="signatureOrSystem"
644 android:label="@string/permlab_writeSecureSettings"
645 android:description="@string/permdesc_writeSecureSettings" />
646
647 <!-- Allows an application to modify the Google service map. -->
648 <permission android:name="android.permission.WRITE_GSERVICES"
Dan Egnorac63ebc2009-11-12 23:02:22 -0800649 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800650 android:label="@string/permlab_writeGservices"
651 android:description="@string/permdesc_writeGservices" />
652
653 <!-- Allows an application to expand or collapse the status bar. -->
654 <permission android:name="android.permission.EXPAND_STATUS_BAR"
655 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
656 android:protectionLevel="normal"
657 android:label="@string/permlab_expandStatusBar"
658 android:description="@string/permdesc_expandStatusBar" />
659
660 <!-- Allows an application to get information about the currently
661 or recently running tasks: a thumbnail representation of the tasks,
662 what activities are running in it, etc. -->
663 <permission android:name="android.permission.GET_TASKS"
664 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
665 android:protectionLevel="dangerous"
666 android:label="@string/permlab_getTasks"
667 android:description="@string/permdesc_getTasks" />
668
669 <!-- Allows an application to change the Z-order of tasks -->
670 <permission android:name="android.permission.REORDER_TASKS"
671 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
672 android:protectionLevel="dangerous"
673 android:label="@string/permlab_reorderTasks"
674 android:description="@string/permdesc_reorderTasks" />
675
Dianne Hackborn24a12102011-07-29 15:52:05 -0700676 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -0700677 <permission android:name="android.permission.REMOVE_TASKS"
678 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
679 android:protectionLevel="signature"
680 android:label="@string/permlab_removeTasks"
681 android:description="@string/permdesc_removeTasks" />
682
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800683 <!-- Allows an application to modify the current configuration, such
684 as locale. -->
685 <permission android:name="android.permission.CHANGE_CONFIGURATION"
686 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
687 android:protectionLevel="dangerous"
688 android:label="@string/permlab_changeConfiguration"
689 android:description="@string/permdesc_changeConfiguration" />
690
Dianne Hackborn03abb812010-01-04 18:43:19 -0800691 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
692 API is no longer supported. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800693 <permission android:name="android.permission.RESTART_PACKAGES"
694 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn03abb812010-01-04 18:43:19 -0800695 android:protectionLevel="normal"
696 android:label="@string/permlab_killBackgroundProcesses"
697 android:description="@string/permdesc_killBackgroundProcesses" />
698
699 <!-- Allows an application to call
700 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
701 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
702 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
703 android:protectionLevel="normal"
704 android:label="@string/permlab_killBackgroundProcesses"
705 android:description="@string/permdesc_killBackgroundProcesses" />
706
707 <!-- Allows an application to call
708 {@link android.app.ActivityManager#forceStopPackage}.
709 @hide -->
710 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
711 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
712 android:protectionLevel="signature"
713 android:label="@string/permlab_forceStopPackages"
714 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800715
716 <!-- Allows an application to retrieve state dump information from system
717 services. -->
718 <permission android:name="android.permission.DUMP"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700719 android:permissionGroup="android.permission-group.PERSONAL_INFO"
720 android:protectionLevel="signatureOrSystem"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800721 android:label="@string/permlab_dump"
722 android:description="@string/permdesc_dump" />
723
Dianne Hackborn24a12102011-07-29 15:52:05 -0700724 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -0700725 An active window is the window that has fired an accessibility event. -->
726 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
727 android:permissionGroup="android.permission-group.PERSONAL_INFO"
728 android:protectionLevel="signatureOrSystem"
729 android:label="@string/permlab_retrieve_window_content"
730 android:description="@string/permdesc_retrieve_window_content" />
731
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800732 <!-- Allows an application to open windows using the type
733 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
734 shown on top of all other applications. Very few applications
735 should use this permission; these windows are intended for
736 system-level interaction with the user. -->
737 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
738 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
739 android:protectionLevel="dangerous"
740 android:label="@string/permlab_systemAlertWindow"
741 android:description="@string/permdesc_systemAlertWindow" />
742
743 <!-- Modify the global animation scaling factor. -->
744 <permission android:name="android.permission.SET_ANIMATION_SCALE"
745 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
746 android:protectionLevel="dangerous"
747 android:label="@string/permlab_setAnimationScale"
748 android:description="@string/permdesc_setAnimationScale" />
749
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700750 <!-- @deprecated This functionality will be removed in the future; please do
751 not use.
752
753 Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800754 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
755 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
756 android:protectionLevel="dangerous"
757 android:label="@string/permlab_persistentActivity"
758 android:description="@string/permdesc_persistentActivity" />
759
760 <!-- Allows an application to find out the space used by any package. -->
761 <permission android:name="android.permission.GET_PACKAGE_SIZE"
762 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
763 android:protectionLevel="normal"
764 android:label="@string/permlab_getPackageSize"
765 android:description="@string/permdesc_getPackageSize" />
766
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800767 <!-- @deprecated No longer useful, see
768 {@link android.content.pm.PackageManager#addPackageToPreferred}
769 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800770 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
771 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800772 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800773 android:label="@string/permlab_setPreferredApplications"
774 android:description="@string/permdesc_setPreferredApplications" />
775
776 <!-- Allows an application to receive the
777 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
778 broadcast after the system finishes booting. If you don't
779 request this permission, you will not receive the broadcast at
780 that time. Though holding this permission does not have any
781 security implications, it can have a negative impact on the
782 user experience by increasing the amount of time it takes the
783 system to start and allowing applications to have themselves
784 running without the user being aware of them. As such, you must
785 explicitly declare your use of this facility to make that visible
786 to the user. -->
787 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
788 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
789 android:protectionLevel="normal"
790 android:label="@string/permlab_receiveBootCompleted"
791 android:description="@string/permdesc_receiveBootCompleted" />
792
793 <!-- Allows an application to broadcast sticky intents. These are
794 broadcasts whose data is held by the system after being finished,
795 so that clients can quickly retrieve that data without having
796 to wait for the next broadcast. -->
797 <permission android:name="android.permission.BROADCAST_STICKY"
798 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
799 android:protectionLevel="normal"
800 android:label="@string/permlab_broadcastSticky"
801 android:description="@string/permdesc_broadcastSticky" />
802
803 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
804 from dimming -->
805 <permission android:name="android.permission.WAKE_LOCK"
806 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
807 android:protectionLevel="dangerous"
808 android:label="@string/permlab_wakeLock"
809 android:description="@string/permdesc_wakeLock" />
810
811 <!-- Allows applications to set the wallpaper -->
812 <permission android:name="android.permission.SET_WALLPAPER"
813 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
814 android:protectionLevel="normal"
815 android:label="@string/permlab_setWallpaper"
816 android:description="@string/permdesc_setWallpaper" />
817
818 <!-- Allows applications to set the wallpaper hints -->
819 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
820 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
821 android:protectionLevel="normal"
822 android:label="@string/permlab_setWallpaperHints"
823 android:description="@string/permdesc_setWallpaperHints" />
824
Dan Egnor97e44942010-02-04 20:27:47 -0800825 <!-- Allows applications to set the system time -->
826 <permission android:name="android.permission.SET_TIME"
827 android:protectionLevel="signatureOrSystem"
828 android:label="@string/permlab_setTime"
829 android:description="@string/permdesc_setTime" />
830
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800831 <!-- Allows applications to set the system time zone -->
832 <permission android:name="android.permission.SET_TIME_ZONE"
833 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
834 android:protectionLevel="dangerous"
835 android:label="@string/permlab_setTimeZone"
836 android:description="@string/permdesc_setTimeZone" />
837
838 <!-- Allows mounting and unmounting file systems for removable storage. -->
839 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
840 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
841 android:protectionLevel="dangerous"
842 android:label="@string/permlab_mount_unmount_filesystems"
843 android:description="@string/permdesc_mount_unmount_filesystems" />
844
845 <!-- Allows formatting file systems for removable storage. -->
846 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
847 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
848 android:protectionLevel="dangerous"
849 android:label="@string/permlab_mount_format_filesystems"
850 android:description="@string/permdesc_mount_format_filesystems" />
851
San Mehat02735bc2010-01-26 15:18:08 -0800852 <!-- Allows access to ASEC non-destructive API calls
853 @hide -->
854 <permission android:name="android.permission.ASEC_ACCESS"
855 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700856 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800857 android:label="@string/permlab_asec_access"
858 android:description="@string/permdesc_asec_access" />
859
860 <!-- Allows creation of ASEC volumes
861 @hide -->
862 <permission android:name="android.permission.ASEC_CREATE"
863 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700864 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800865 android:label="@string/permlab_asec_create"
866 android:description="@string/permdesc_asec_create" />
867
868 <!-- Allows destruction of ASEC volumes
869 @hide -->
870 <permission android:name="android.permission.ASEC_DESTROY"
871 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700872 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800873 android:label="@string/permlab_asec_destroy"
874 android:description="@string/permdesc_asec_destroy" />
875
876 <!-- Allows mount / unmount of ASEC volumes
877 @hide -->
878 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
879 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700880 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800881 android:label="@string/permlab_asec_mount_unmount"
882 android:description="@string/permdesc_asec_mount_unmount" />
883
884 <!-- Allows rename of ASEC volumes
885 @hide -->
886 <permission android:name="android.permission.ASEC_RENAME"
887 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -0700888 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -0800889 android:label="@string/permlab_asec_rename"
890 android:description="@string/permdesc_asec_rename" />
891
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800892 <!-- Allows applications to disable the keyguard -->
893 <permission android:name="android.permission.DISABLE_KEYGUARD"
894 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700895 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800896 android:description="@string/permdesc_disableKeyguard"
897 android:label="@string/permlab_disableKeyguard" />
898
899 <!-- Allows applications to read the sync settings -->
900 <permission android:name="android.permission.READ_SYNC_SETTINGS"
901 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
902 android:protectionLevel="normal"
903 android:description="@string/permdesc_readSyncSettings"
904 android:label="@string/permlab_readSyncSettings" />
905
906 <!-- Allows applications to write the sync settings -->
907 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
908 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
909 android:protectionLevel="dangerous"
910 android:description="@string/permdesc_writeSyncSettings"
911 android:label="@string/permlab_writeSyncSettings" />
912
913 <!-- Allows applications to read the sync stats -->
914 <permission android:name="android.permission.READ_SYNC_STATS"
915 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
916 android:protectionLevel="normal"
917 android:description="@string/permdesc_readSyncStats"
918 android:label="@string/permlab_readSyncStats" />
919
920 <!-- Allows applications to write the apn settings -->
921 <permission android:name="android.permission.WRITE_APN_SETTINGS"
922 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
923 android:protectionLevel="dangerous"
924 android:description="@string/permdesc_writeApnSettings"
925 android:label="@string/permlab_writeApnSettings" />
926
Fred Quintana60307342009-03-24 22:48:12 -0700927 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800928 ContentProvider. -->
929 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
930 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
931 android:label="@string/permlab_subscribedFeedsRead"
932 android:description="@string/permdesc_subscribedFeedsRead"
933 android:protectionLevel="normal" />
934 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
935 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
936 android:label="@string/permlab_subscribedFeedsWrite"
937 android:description="@string/permdesc_subscribedFeedsWrite"
938 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -0700939
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800940 <!-- Allows applications to change network connectivity state -->
941 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
942 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
943 android:protectionLevel="dangerous"
944 android:description="@string/permdesc_changeNetworkState"
945 android:label="@string/permlab_changeNetworkState" />
946
947 <!-- Allows applications to change Wi-Fi connectivity state -->
948 <permission android:name="android.permission.CHANGE_WIFI_STATE"
949 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
950 android:protectionLevel="dangerous"
951 android:description="@string/permdesc_changeWifiState"
952 android:label="@string/permlab_changeWifiState" />
953
Robert Greenwaltfc1b15c2009-05-22 15:09:51 -0700954 <!-- Allows applications to enter Wi-Fi Multicast mode -->
955 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
956 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
957 android:protectionLevel="dangerous"
958 android:description="@string/permdesc_changeWifiMulticastState"
959 android:label="@string/permlab_changeWifiMulticastState" />
960
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800961 <!-- Allows applications to discover and pair bluetooth devices -->
962 <permission android:name="android.permission.BLUETOOTH_ADMIN"
963 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
964 android:protectionLevel="dangerous"
965 android:description="@string/permdesc_bluetoothAdmin"
966 android:label="@string/permlab_bluetoothAdmin" />
967
968 <!-- Allows an application to clear the caches of all installed
969 applications on the device. -->
970 <permission android:name="android.permission.CLEAR_APP_CACHE"
971 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
972 android:protectionLevel="dangerous"
973 android:label="@string/permlab_clearAppCache"
974 android:description="@string/permdesc_clearAppCache" />
975
976 <!-- Allows an application to read the low-level system log files.
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700977 Log entries can contain the user's private information,
978 which is why this permission is 'dangerous'. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800979 <permission android:name="android.permission.READ_LOGS"
Chris Palmerb8dbdc22010-09-15 10:45:31 -0700980 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800981 android:protectionLevel="dangerous"
982 android:label="@string/permlab_readLogs"
983 android:description="@string/permdesc_readLogs" />
984
985 <!-- ========================================= -->
986 <!-- Permissions for special development tools -->
987 <!-- ========================================= -->
988 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700989
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800990 <!-- Group of permissions that are related to development features. These
991 are not permissions that should appear in normal applications; they
992 protect APIs that are intended only to be used for development
993 purposes. -->
994 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
995 android:label="@string/permgrouplab_developmentTools"
996 android:description="@string/permgroupdesc_developmentTools" />
997
998 <!-- Configure an application for debugging. -->
999 <permission android:name="android.permission.SET_DEBUG_APP"
1000 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1001 android:protectionLevel="dangerous"
1002 android:label="@string/permlab_setDebugApp"
1003 android:description="@string/permdesc_setDebugApp" />
1004
1005 <!-- Allows an application to set the maximum number of (not needed)
1006 application processes that can be running. -->
1007 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1008 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1009 android:protectionLevel="dangerous"
1010 android:label="@string/permlab_setProcessLimit"
1011 android:description="@string/permdesc_setProcessLimit" />
1012
1013 <!-- Allows an application to control whether activities are immediately
1014 finished when put in the background. -->
1015 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1016 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1017 android:protectionLevel="dangerous"
1018 android:label="@string/permlab_setAlwaysFinish"
1019 android:description="@string/permdesc_setAlwaysFinish" />
1020
1021 <!-- Allow an application to request that a signal be sent to all persistent processes -->
1022 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1023 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1024 android:protectionLevel="dangerous"
1025 android:label="@string/permlab_signalPersistentProcesses"
1026 android:description="@string/permdesc_signalPersistentProcesses" />
1027
1028 <!-- ==================================== -->
1029 <!-- Private (signature-only) permissions -->
1030 <!-- ==================================== -->
1031 <eat-comment />
1032
1033 <!-- Allows applications to RW to diagnostic resources. -->
1034 <permission android:name="android.permission.DIAGNOSTIC"
1035 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1036 android:protectionLevel="signature"
1037 android:description="@string/permdesc_diagnostic"
1038 android:label="@string/permlab_diagnostic" />
1039
1040 <!-- Allows an application to open, close, or disable the status bar
1041 and its icons. -->
1042 <permission android:name="android.permission.STATUS_BAR"
1043 android:label="@string/permlab_statusBar"
1044 android:description="@string/permdesc_statusBar"
1045 android:protectionLevel="signatureOrSystem" />
1046
Joe Onorato8bc6c512010-06-04 16:21:12 -04001047 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1048 @hide -->
1049 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1050 android:label="@string/permlab_statusBarService"
1051 android:description="@string/permdesc_statusBarService"
1052 android:protectionLevel="signature" />
1053
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001054 <!-- Allows an application to force a BACK operation on whatever is the
1055 top activity. -->
1056 <permission android:name="android.permission.FORCE_BACK"
1057 android:label="@string/permlab_forceBack"
1058 android:description="@string/permdesc_forceBack"
1059 android:protectionLevel="signature" />
1060
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001061 <!-- Allows an application to update device statistics. Not for
1062 use by third party apps. -->
1063 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
1064 android:label="@string/permlab_batteryStats"
1065 android:description="@string/permdesc_batteryStats"
Dianne Hackborn7e9f4eb2010-09-10 18:43:00 -07001066 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001067
1068 <!-- Allows an application to open windows that are for use by parts
1069 of the system user interface. Not for use by third party apps. -->
1070 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1071 android:label="@string/permlab_internalSystemWindow"
1072 android:description="@string/permdesc_internalSystemWindow"
1073 android:protectionLevel="signature" />
1074
1075 <!-- Allows an application to manage (create, destroy,
1076 Z-order) application tokens in the window manager. This is only
1077 for use by the system. -->
1078 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1079 android:label="@string/permlab_manageAppTokens"
1080 android:description="@string/permdesc_manageAppTokens"
1081 android:protectionLevel="signature" />
1082
1083 <!-- Allows an application to inject user events (keys, touch, trackball)
1084 into the event stream and deliver them to ANY window. Without this
1085 permission, you can only deliver events to windows in your own process.
1086 Very few applications should need to use this permission. -->
1087 <permission android:name="android.permission.INJECT_EVENTS"
1088 android:label="@string/permlab_injectEvents"
1089 android:description="@string/permdesc_injectEvents"
1090 android:protectionLevel="signature" />
1091
1092 <!-- Allows an application to watch and control how activities are
1093 started globally in the system. Only for is in debugging
1094 (usually the monkey command). -->
1095 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1096 android:label="@string/permlab_runSetActivityWatcher"
1097 android:description="@string/permdesc_runSetActivityWatcher"
1098 android:protectionLevel="signature" />
1099
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001100 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001101 to put the higher-level system there into a shutdown state.
1102 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001103 <permission android:name="android.permission.SHUTDOWN"
1104 android:label="@string/permlab_shutdown"
1105 android:description="@string/permdesc_shutdown"
Freeman Ngaddfc762010-12-01 15:17:35 -08001106 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001107
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001108 <!-- Allows an application to tell the activity manager to temporarily
1109 stop application switches, putting it into a special mode that
1110 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001111 critical UI such as the home screen.
1112 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001113 <permission android:name="android.permission.STOP_APP_SWITCHES"
1114 android:label="@string/permlab_stopAppSwitches"
1115 android:description="@string/permdesc_stopAppSwitches"
Jeff Hamilton10de0b32011-03-25 16:16:57 -05001116 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001117
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001118 <!-- Allows an application to retrieve the current state of keys and
1119 switches. This is only for use by the system.-->
1120 <permission android:name="android.permission.READ_INPUT_STATE"
1121 android:label="@string/permlab_readInputState"
1122 android:description="@string/permdesc_readInputState"
1123 android:protectionLevel="signature" />
1124
Dianne Hackbornd6847842010-01-12 18:14:19 -08001125 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1126 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001127 <permission android:name="android.permission.BIND_INPUT_METHOD"
1128 android:label="@string/permlab_bindInputMethod"
1129 android:description="@string/permdesc_bindInputMethod"
1130 android:protectionLevel="signature" />
1131
satok988323c2011-06-22 16:38:13 +09001132 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1133 to ensure that only the system can bind to it. -->
1134 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1135 android:label="@string/permlab_bindTextService"
1136 android:description="@string/permdesc_bindTextService"
1137 android:protectionLevel="signature" />
1138
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001139 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001140 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001141 <permission android:name="android.permission.BIND_VPN_SERVICE"
1142 android:label="@string/permlab_bindVpnService"
1143 android:description="@string/permdesc_bindVpnService"
1144 android:protectionLevel="signature" />
1145
Dianne Hackbornd6847842010-01-12 18:14:19 -08001146 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1147 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001148 <permission android:name="android.permission.BIND_WALLPAPER"
1149 android:label="@string/permlab_bindWallpaper"
1150 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborn284ac932009-08-28 10:34:25 -07001151 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001152
Dianne Hackbornd6847842010-01-12 18:14:19 -08001153 <!-- Must be required by device administration receiver, to ensure that only the
1154 system can interact with it. -->
1155 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1156 android:label="@string/permlab_bindDeviceAdmin"
1157 android:description="@string/permdesc_bindDeviceAdmin"
1158 android:protectionLevel="signature" />
1159
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001160 <!-- Allows low-level access to setting the orientation (actually
1161 rotation) of the screen. Not for use by normal applications. -->
1162 <permission android:name="android.permission.SET_ORIENTATION"
1163 android:label="@string/permlab_setOrientation"
1164 android:description="@string/permdesc_setOrientation"
1165 android:protectionLevel="signature" />
1166
Jeff Brown1a84fd12011-06-02 01:26:32 -07001167 <!-- Allows low-level access to setting the pointer speed.
1168 Not for use by normal applications. -->
1169 <permission android:name="android.permission.SET_POINTER_SPEED"
1170 android:label="@string/permlab_setPointerSpeed"
1171 android:description="@string/permdesc_setPointerSpeed"
1172 android:protectionLevel="signature" />
1173
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001174 <!-- Allows an application to install packages. -->
1175 <permission android:name="android.permission.INSTALL_PACKAGES"
1176 android:label="@string/permlab_installPackages"
1177 android:description="@string/permdesc_installPackages"
Jasper Lin24692412009-03-24 18:24:57 -07001178 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001179
1180 <!-- Allows an application to clear user data -->
1181 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1182 android:label="@string/permlab_clearAppUserData"
1183 android:description="@string/permdesc_clearAppUserData"
1184 android:protectionLevel="signature" />
1185
1186 <!-- Allows an application to delete cache files. -->
1187 <permission android:name="android.permission.DELETE_CACHE_FILES"
1188 android:label="@string/permlab_deleteCacheFiles"
1189 android:description="@string/permdesc_deleteCacheFiles"
Doug Zongker50a21f42009-11-19 12:49:53 -08001190 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001191
1192 <!-- Allows an application to delete packages. -->
1193 <permission android:name="android.permission.DELETE_PACKAGES"
1194 android:label="@string/permlab_deletePackages"
1195 android:description="@string/permdesc_deletePackages"
Jasper Lin24692412009-03-24 18:24:57 -07001196 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001197
Jeff Brownec7c78f2010-03-30 23:37:25 -07001198 <!-- Allows an application to move location of installed package.
1199 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001200 <permission android:name="android.permission.MOVE_PACKAGE"
1201 android:label="@string/permlab_movePackage"
1202 android:description="@string/permdesc_movePackage"
1203 android:protectionLevel="signatureOrSystem" />
1204
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001205 <!-- Allows an application to change whether an application component (other than its own) is
1206 enabled or not. -->
1207 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1208 android:label="@string/permlab_changeComponentState"
1209 android:description="@string/permdesc_changeComponentState"
Dianne Hackbornf5e4f202011-01-26 12:40:18 -08001210 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001211
1212 <!-- Allows an application to use SurfaceFlinger's low level features -->
1213 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1214 android:label="@string/permlab_accessSurfaceFlinger"
1215 android:description="@string/permdesc_accessSurfaceFlinger"
1216 android:protectionLevel="signature" />
1217
1218 <!-- Allows an application to take screen shots and more generally
1219 get access to the frame buffer data -->
1220 <permission android:name="android.permission.READ_FRAME_BUFFER"
1221 android:label="@string/permlab_readFrameBuffer"
1222 android:description="@string/permdesc_readFrameBuffer"
Jeff Hamilton0bc369e2011-07-21 16:17:39 -05001223 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001224
1225 <!-- Required to be able to disable the device (very dangerous!). -->
1226 <permission android:name="android.permission.BRICK"
1227 android:label="@string/permlab_brick"
1228 android:description="@string/permdesc_brick"
1229 android:protectionLevel="signature" />
1230
1231 <!-- Required to be able to reboot the device. -->
1232 <permission android:name="android.permission.REBOOT"
1233 android:label="@string/permlab_reboot"
1234 android:description="@string/permdesc_reboot"
Doug Zongker50a21f42009-11-19 12:49:53 -08001235 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001236
1237 <!-- Allows low-level access to power management -->
1238 <permission android:name="android.permission.DEVICE_POWER"
1239 android:label="@string/permlab_devicePower"
1240 android:description="@string/permdesc_devicePower"
1241 android:protectionLevel="signature" />
1242
1243 <!-- Run as a manufacturer test application, running as the root user.
1244 Only available when the device is running in manufacturer test mode. -->
1245 <permission android:name="android.permission.FACTORY_TEST"
1246 android:label="@string/permlab_factoryTest"
1247 android:description="@string/permdesc_factoryTest"
1248 android:protectionLevel="signature" />
1249
1250 <!-- Allows an application to broadcast a notification that an application
1251 package has been removed. -->
1252 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1253 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1254 android:label="@string/permlab_broadcastPackageRemoved"
1255 android:description="@string/permdesc_broadcastPackageRemoved"
1256 android:protectionLevel="signature" />
1257
1258 <!-- Allows an application to broadcast an SMS receipt notification -->
1259 <permission android:name="android.permission.BROADCAST_SMS"
1260 android:permissionGroup="android.permission-group.MESSAGES"
1261 android:label="@string/permlab_broadcastSmsReceived"
1262 android:description="@string/permdesc_broadcastSmsReceived"
1263 android:protectionLevel="signature" />
1264
1265 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1266 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1267 android:permissionGroup="android.permission-group.MESSAGES"
1268 android:label="@string/permlab_broadcastWapPush"
1269 android:description="@string/permdesc_broadcastWapPush"
1270 android:protectionLevel="signature" />
1271
1272 <permission android:name="android.permission.MASTER_CLEAR"
1273 android:label="@string/permlab_masterClear"
1274 android:description="@string/permdesc_masterClear"
1275 android:protectionLevel="signatureOrSystem" />
1276
1277 <!-- Allows an application to call any phone number, including emergency
1278 numbers, without going through the Dialer user interface for the user
1279 to confirm the call being placed. -->
1280 <permission android:name="android.permission.CALL_PRIVILEGED"
1281 android:label="@string/permlab_callPrivileged"
1282 android:description="@string/permdesc_callPrivileged"
1283 android:protectionLevel="signatureOrSystem" />
1284
Jim Miller767be5f2009-08-25 19:33:57 -07001285 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1286 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1287 android:label="@string/permlab_performCdmaProvisioning"
1288 android:description="@string/permdesc_performCdmaProvisioning"
1289 android:protectionLevel="signatureOrSystem" />
1290
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001291 <!-- Allows enabling/disabling location update notifications from
1292 the radio. Not for use by normal applications. -->
1293 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1294 android:label="@string/permlab_locationUpdates"
1295 android:description="@string/permdesc_locationUpdates"
Mike Lockwood275555c2009-05-01 11:30:34 -04001296 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001297
1298 <!-- Allows read/write access to the "properties" table in the checkin
1299 database, to change values that get uploaded. -->
1300 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1301 android:label="@string/permlab_checkinProperties"
1302 android:description="@string/permdesc_checkinProperties"
Jasper Lin24692412009-03-24 18:24:57 -07001303 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001304
1305 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001306 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001307 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1308 android:label="@string/permlab_pkgUsageStats"
1309 android:description="@string/permdesc_pkgUsageStats"
Peter Visontay8d224ca2011-02-18 16:39:19 +00001310 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001311
1312 <!-- Allows an application to collect battery statistics -->
1313 <permission android:name="android.permission.BATTERY_STATS"
1314 android:label="@string/permlab_batteryStats"
1315 android:description="@string/permdesc_batteryStats"
1316 android:protectionLevel="normal" />
1317
Christopher Tate181fafa2009-05-14 11:12:14 -07001318 <!-- Allows an application to control the backup and restore process
1319 @hide pending API council -->
1320 <permission android:name="android.permission.BACKUP"
1321 android:label="@string/permlab_backup"
1322 android:description="@string/permdesc_backup"
Joe Onorato8aeaf2e2009-06-29 14:46:30 -04001323 android:protectionLevel="signatureOrSystem" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001324
Christopher Tate4a627c72011-04-01 14:43:32 -07001325 <!-- Allows a package to launch the secure full-backup confirmation UI.
1326 ONLY the system process may hold this permission.
1327 @hide -->
1328 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
1329 android:label="@string/permlab_confirm_full_backup"
1330 android:description="@string/permdesc_confirm_full_backup"
1331 android:protectionLevel="signature" />
1332
Winson Chung81f39eb2011-01-11 18:05:01 -08001333 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1334 to ensure that only the system can bind to it. -->
1335 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1336 android:label="@string/permlab_bindRemoteViews"
1337 android:description="@string/permdesc_bindRemoteViews"
1338 android:protectionLevel="signatureOrSystem" />
1339
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001340 <!-- Allows an application to tell the AppWidget service which application
1341 can access AppWidget's data. The normal user flow is that a user
1342 picks an AppWidget to go into a particular host, thereby giving that
1343 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001344 An application that has this permission should honor that contract.
1345 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001346 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001347 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1348 android:label="@string/permlab_bindGadget"
1349 android:description="@string/permdesc_bindGadget"
Jeff Sharkeyaf999282009-05-18 14:35:49 -07001350 android:protectionLevel="signatureOrSystem" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001351
1352 <!-- Allows applications to change the background data setting
1353 @hide pending API council -->
1354 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1355 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1356 android:protectionLevel="signature"
1357 android:description="@string/permdesc_changeBackgroundDataSetting"
1358 android:label="@string/permlab_changeBackgroundDataSetting" />
1359
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001360 <!-- This permission can be used on content providers to allow the global
1361 search system to access their data. Typically it used when the
1362 provider has some permissions protecting it (which global search
1363 would not be expected to hold), and added as a read-only permission
1364 to the path in the provider where global search queries are
1365 performed. This permission can not be held by regular applications;
1366 it is used by applications to protect themselves from everyone else
1367 besides global search. -->
1368 <permission android:name="android.permission.GLOBAL_SEARCH"
1369 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1370 android:protectionLevel="signatureOrSystem" />
1371
1372 <!-- Internal permission protecting access to the global search
1373 system: ensures that only the system can access the provider
1374 to perform queries (since this otherwise provides unrestricted
1375 access to a variety of content providers), and to write the
1376 search statistics (to keep applications from gaming the source
1377 ranking).
1378 @hide -->
1379 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1380 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1381 android:protectionLevel="signature" />
1382
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001383 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001384 @hide XXX Change to signature once the picker is moved to its
1385 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001386 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1387 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001388 android:protectionLevel="signatureOrSystem" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001389
Jeff Brownec7c78f2010-03-30 23:37:25 -07001390 <!-- Allow an application to read and write the cache partition.
1391 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001392 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1393 android:label="@string/permlab_cache_filesystem"
1394 android:description="@string/permdesc_cache_filesystem"
1395 android:protectionLevel="signatureOrSystem" />
1396
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001397 <!-- Must be required by default container service so that only
1398 the system can bind to it and use it to copy
1399 protected data to secure containers or files
1400 accessible to the system.
1401 @hide -->
1402 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1403 android:label="@string/permlab_copyProtectedData"
1404 android:description="@string/permlab_copyProtectedData"
1405 android:protectionLevel="signature" />
1406
Jason parks8888c592011-01-20 22:46:41 -06001407 <!-- Internal permission protecting access to the encryption methods
1408 @hide
1409 -->
1410 <permission android:name="android.permission.CRYPT_KEEPER"
1411 android:protectionLevel="signatureOrSystem" />
1412
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001413 <!-- Allows an application to read historical network usage for
1414 specific networks and applications. @hide -->
1415 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
1416 android:label="@string/permlab_readNetworkUsageHistory"
1417 android:description="@string/permdesc_readNetworkUsageHistory"
Jeff Sharkey428e8432011-06-30 00:50:52 -07001418 android:protectionLevel="signatureOrSystem" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001419
1420 <!-- Allows an application to manage network policies (such as warning and disable
1421 limits) and to define application-specific rules. @hide -->
1422 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
1423 android:label="@string/permlab_manageNetworkPolicy"
1424 android:description="@string/permdesc_manageNetworkPolicy"
1425 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06001426
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001427 <!-- Allows an application to account its network traffic against other UIDs. Used
1428 by system services like download manager and media server. Not for use by
1429 third party apps. @hide -->
1430 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
1431 android:label="@string/permlab_modifyNetworkAccounting"
1432 android:description="@string/permdesc_modifyNetworkAccounting"
1433 android:protectionLevel="signatureOrSystem" />
1434
Tom Taylorb0381682011-08-11 14:27:25 -07001435 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001436 @hide Used internally.
1437 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001438 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001439 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001440 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001441
Kenny Root5ab21572011-07-27 11:11:19 -07001442 <!-- Package verifier needs to have this permission before the PackageManager will
1443 trust it to verify packages.
1444 @hide
1445 -->
1446 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
1447 android:label="@string/permlab_packageVerificationAgent"
1448 android:description="@string/permdesc_packageVerificationAgent"
1449 android:protectionLevel="signatureOrSystem" />
1450
1451 <!-- Must be required by package verifier receiver, to ensure that only the
1452 system can interact with it.
1453 @hide
1454 -->
1455 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
1456 android:label="@string/permlab_bindPackageVerifier"
1457 android:description="@string/permdesc_bindPackageVerifier"
1458 android:protectionLevel="signature" />
1459
Christopher Tate4a627c72011-04-01 14:43:32 -07001460 <!-- The system process is explicitly the only one allowed to launch the
1461 confirmation UI for full backup/restore -->
1462 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
1463
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001464 <application android:process="system"
1465 android:persistent="true"
1466 android:hasCode="false"
1467 android:label="@string/android_system_label"
1468 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001469 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001470 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001471 android:icon="@drawable/ic_launcher_android">
1472 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001473 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001474 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001475 android:excludeFromRecents="true"
1476 android:multiprocess="true">
1477 <intent-filter>
1478 <action android:name="android.intent.action.CHOOSER" />
1479 <category android:name="android.intent.category.DEFAULT" />
1480 </intent-filter>
1481 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001482 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001483 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07001484 android:label="@string/heavy_weight_switcher_title"
1485 android:finishOnCloseSystemDialogs="true"
1486 android:excludeFromRecents="true">
1487 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001488 <activity android:name="com.android.internal.app.PlatLogoActivity"
Daniel Sandler44434f002010-09-03 14:45:39 -04001489 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001490 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001491 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1492 android:theme="@style/Theme.NoDisplay"
1493 android:excludeFromRecents="true">
1494 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001495 <activity android:name="com.android.internal.app.RingtonePickerActivity"
Amith Yamasani482c9332010-11-02 14:02:17 -07001496 android:theme="@style/Theme.Holo.Dialog.Alert"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001497 android:excludeFromRecents="true"
1498 android:multiprocess="true">
1499 <intent-filter>
1500 <action android:name="android.intent.action.RINGTONE_PICKER" />
1501 <category android:name="android.intent.category.DEFAULT" />
1502 </intent-filter>
1503 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001504
Fred Quintana33269202009-04-20 16:05:10 -07001505 <activity android:name="android.accounts.ChooseAccountActivity"
1506 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08001507 android:exported="true"
1508 android:theme="@android:style/Theme.Holo.Dialog"
1509 android:label="@string/choose_account_label">
Fred Quintana33269202009-04-20 16:05:10 -07001510 </activity>
1511
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001512 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1513 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08001514 android:exported="true"
1515 android:theme="@android:style/Theme.Holo.DialogWhenLarge">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001516 </activity>
1517
Fred Quintanab19e62a2010-12-16 13:54:43 -08001518 <activity android:name="android.content.SyncActivityTooManyDeletes"
1519 android:theme="@android:style/Theme.Holo.Dialog"
1520 android:label="@string/sync_too_many_deletes">
1521 </activity>
1522
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001523 <activity android:name="com.android.server.ShutdownActivity"
1524 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001525 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001526 <intent-filter>
1527 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1528 <category android:name="android.intent.category.DEFAULT" />
1529 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04001530 <intent-filter>
1531 <action android:name="android.intent.action.REBOOT" />
1532 <category android:name="android.intent.category.DEFAULT" />
1533 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001534 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08001535
Danke Xie22d1f9f2009-08-18 18:28:45 -04001536 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001537 android:theme="@style/Theme.Holo.Dialog.Alert"
Danke Xie22d1f9f2009-08-18 18:28:45 -04001538 android:excludeFromRecents="true">
1539 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001540
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001541 <receiver android:name="com.android.server.BootReceiver" >
1542 <intent-filter>
1543 <action android:name="android.intent.action.BOOT_COMPLETED" />
1544 </intent-filter>
1545 </receiver>
1546
1547 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07001548 android:permission="android.permission.MASTER_CLEAR"
1549 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001550 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001551 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1552 <action android:name="android.intent.action.MASTER_CLEAR" />
1553
1554 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001555 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001556 <category android:name="android.intent.category.MASTER_CLEAR" />
1557 </intent-filter>
1558 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07001559
1560 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
1561 android:permission="android.permission.MASTER_CLEAR"
1562 android:exported="true" />
1563
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001564 </application>
1565
1566</manifest>