blob: f5f1109e54e76865a86baca9bd40b83c717cc543 [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"
Dianne Hackbornd2509fd2011-09-12 12:29:43 -070021 package="android" coreApp="true" android:sharedUserId="android.uid.system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080022 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" />
rich canningsd1b5cfc2012-08-29 14:49:51 -070046 <protected-broadcast android:name="android.intent.action.PACKAGE_VERIFIED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070047 <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
48 <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
Dianne Hackborn362d5b92009-11-11 18:04:39 -080049 <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070050 <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
51 <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
52 <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
53 <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
54 <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
55 <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
56 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
57 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
Jake Hambybb371632010-08-23 18:16:48 -070058 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
59 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070060 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
61 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080062 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Jason parks4ca74dc2011-03-14 15:23:31 -050063 <protected-broadcast android:name="android.intent.action.MASTER_CLEAR_NOTIFICATION" />
Amith Yamasani13593602012-03-22 16:16:17 -070064 <protected-broadcast android:name="android.intent.action.USER_ADDED" />
65 <protected-broadcast android:name="android.intent.action.USER_REMOVED" />
Dianne Hackborn80a4af22012-08-27 19:18:31 -070066 <protected-broadcast android:name="android.intent.action.USER_STOPPED" />
Amith Yamasani13593602012-03-22 16:16:17 -070067 <protected-broadcast android:name="android.intent.action.USER_SWITCHED" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070068
Dianne Hackborn7299c412010-03-04 18:41:49 -080069 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
70 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
71 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
72 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Debashish Chatterjeee53eba02011-08-04 14:12:58 +010073
Christopher Tate4cc86e12009-09-21 19:36:51 -070074 <protected-broadcast android:name="android.backup.intent.RUN" />
75 <protected-broadcast android:name="android.backup.intent.CLEAR" />
76 <protected-broadcast android:name="android.backup.intent.INIT" />
77
Nick Pelly72440a0e2009-09-15 17:21:10 -070078 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
79 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
80 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
81 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
82 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070083 <protected-broadcast android:name="android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -070084 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
85 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
86 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
87 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
88 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
89 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
90 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
91 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
92 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
93 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
94 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070095 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070096 <protected-broadcast
97 android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
98 <protected-broadcast
99 android:name="android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED" />
100 <protected-broadcast
101 android:name="android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" />
102 <protected-broadcast
103 android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED" />
104 <protected-broadcast
105 android:name="android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED" />
106 <protected-broadcast
107 android:name="android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED" />
108 <protected-broadcast
109 android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -0700110
Mike Lockwoodc4308f02011-03-01 08:04:54 -0800111 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
112 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
113 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
114 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
115 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -0400116
Mike Lockwood8f014052012-04-26 11:23:48 -0700117 <protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />
118 <protected-broadcast android:name="android.intent.action.ANALOG_AUDIO_DOCK_PLUG" />
119 <protected-broadcast android:name="android.intent.action.DIGITAL_AUDIO_DOCK_PLUG" />
120 <protected-broadcast android:name="android.intent.action.HDMI_AUDIO_PLUG" />
121 <protected-broadcast android:name="android.intent.action.USB_AUDIO_ACCESSORY_PLUG" />
122 <protected-broadcast android:name="android.intent.action.USB_AUDIO_DEVICE_PLUG" />
123
Jeff Sharkey961e3042011-08-29 16:02:57 -0700124 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
125 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
Haoyu Baidb3c8672012-06-20 14:29:57 -0700126 <protected-broadcast android:name="android.net.conn.DATA_ACTIVITY_CHANGE" />
Jeff Sharkey961e3042011-08-29 16:02:57 -0700127
Nick Pellyf36c6db2010-10-14 19:16:35 -0700128 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -0800129 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
130 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
131 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700132
Nick Pellyf36c6db2010-10-14 19:16:35 -0700133 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700134 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700135 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400136
Christopher Tate8662cab52012-02-23 14:59:36 -0800137 <protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
Nick Pellya64e2ad42011-03-14 10:28:11 -0700138
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800139 <!-- ====================================== -->
140 <!-- Permissions for things that cost money -->
141 <!-- ====================================== -->
142 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700143
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800144 <!-- Used for permissions that can be used to make the user spend money
Adrian Ludwig4c522352012-06-01 14:22:03 -0700145 without their direct involvement. For example, this is the group
146 for permissions that allow you to directly place phone calls,
147 directly send SMS messages, etc. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800148 <permission-group android:name="android.permission-group.COST_MONEY"
149 android:label="@string/permgrouplab_costMoney"
150 android:description="@string/permgroupdesc_costMoney" />
151
Adrian Ludwig4c522352012-06-01 14:22:03 -0700152
153 <!-- Allows an application to send SMS messages. -->
154 <permission android:name="android.permission.SEND_SMS"
155 android:permissionGroup="android.permission-group.COST_MONEY"
156 android:protectionLevel="dangerous"
157 android:label="@string/permlab_sendSms"
158 android:description="@string/permdesc_sendSms" />
159
160 <!-- Allows an application to send SMS messages via the Messaging app with no user
161 input or confirmation.
162 @hide -->
163 <permission android:name="android.permission.SEND_SMS_NO_CONFIRMATION"
164 android:permissionGroup="android.permission-group.COST_MONEY"
165 android:protectionLevel="signature|system"
166 android:label="@string/permlab_sendSmsNoConfirmation"
167 android:description="@string/permdesc_sendSmsNoConfirmation" />
168
169 <!-- Allows an application to initiate a phone call without going through
170 the Dialer user interface for the user to confirm the call
171 being placed. -->
172 <permission android:name="android.permission.CALL_PHONE"
173 android:permissionGroup="android.permission-group.COST_MONEY"
174 android:protectionLevel="dangerous"
175 android:label="@string/permlab_callPhone"
176 android:description="@string/permdesc_callPhone" />
177
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800178 <!-- ================================== -->
179 <!-- Permissions for accessing messages -->
180 <!-- ================================== -->
181 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700182
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800183 <!-- Used for permissions that allow an application to send messages
184 on behalf of the user or intercept messages being received by the
185 user. This is primarily intended for SMS/MMS messaging, such as
186 receiving or reading an MMS. -->
187 <permission-group android:name="android.permission-group.MESSAGES"
188 android:label="@string/permgrouplab_messages"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700189 android:description="@string/permgroupdesc_messages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800190
191 <!-- Allows an application to monitor incoming SMS messages, to record
192 or perform processing on them. -->
193 <permission android:name="android.permission.RECEIVE_SMS"
194 android:permissionGroup="android.permission-group.MESSAGES"
195 android:protectionLevel="dangerous"
196 android:label="@string/permlab_receiveSms"
197 android:description="@string/permdesc_receiveSms" />
198
199 <!-- Allows an application to monitor incoming MMS messages, to record
200 or perform processing on them. -->
201 <permission android:name="android.permission.RECEIVE_MMS"
202 android:permissionGroup="android.permission-group.MESSAGES"
203 android:protectionLevel="dangerous"
204 android:label="@string/permlab_receiveMms"
205 android:description="@string/permdesc_receiveMms" />
206
Jake Hambyab79ee42011-04-26 16:26:46 -0700207 <!-- Allows an application to receive emergency cell broadcast messages,
208 to record or display them to the user. Reserved for system apps.
209 @hide Pending API council approval -->
210 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
211 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800212 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700213 android:label="@string/permlab_receiveEmergencyBroadcast"
214 android:description="@string/permdesc_receiveEmergencyBroadcast" />
215
Jake Hambyc3296ff2012-04-18 12:32:18 -0700216 <!-- Allows an application to read previously received cell broadcast
217 messages and to register a content observer to get notifications when
218 a cell broadcast has been received and added to the database. For
219 emergency alerts, the database is updated immediately after the
220 alert dialog and notification sound/vibration/speech are presented.
221 The "read" column is then updated after the user dismisses the alert.
222 This enables supplementary emergency assistance apps to start loading
223 additional emergency information (if Internet access is available)
224 when the alert is first received, and to delay presenting the info
225 to the user until after the initial alert dialog is dismissed.
226 @hide Pending API council approval -->
227 <permission android:name="android.permission.READ_CELL_BROADCASTS"
228 android:permissionGroup="android.permission-group.MESSAGES"
229 android:protectionLevel="dangerous"
230 android:label="@string/permlab_readCellBroadcasts"
231 android:description="@string/permdesc_readCellBroadcasts" />
232
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800233 <!-- Allows an application to read SMS messages. -->
234 <permission android:name="android.permission.READ_SMS"
235 android:permissionGroup="android.permission-group.MESSAGES"
236 android:protectionLevel="dangerous"
237 android:label="@string/permlab_readSms"
238 android:description="@string/permdesc_readSms" />
239
240 <!-- Allows an application to write SMS messages. -->
241 <permission android:name="android.permission.WRITE_SMS"
242 android:permissionGroup="android.permission-group.MESSAGES"
243 android:protectionLevel="dangerous"
244 android:label="@string/permlab_writeSms"
245 android:description="@string/permdesc_writeSms" />
246
247 <!-- Allows an application to monitor incoming WAP push messages. -->
248 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
249 android:permissionGroup="android.permission-group.MESSAGES"
250 android:protectionLevel="dangerous"
251 android:label="@string/permlab_receiveWapPush"
252 android:description="@string/permdesc_receiveWapPush" />
253
254 <!-- =============================================================== -->
Adrian Ludwig4c522352012-06-01 14:22:03 -0700255 <!-- Permissions for accessing personal info (contacts and calendar) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800256 <!-- =============================================================== -->
257 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700258
Adrian Ludwig4c522352012-06-01 14:22:03 -0700259 <!-- Used for permissions that provide access to the user's private data,
260 such as contacts, calendar events, e-mail messages, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800261 both reading and writing of this data (which should generally be
262 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700263
Adrian Ludwig4c522352012-06-01 14:22:03 -0700264 <permission-group android:name="android.permission-group.PERSONAL_INFO"
265 android:label="@string/permgrouplab_personalInfo"
266 android:description="@string/permgroupdesc_personalInfo" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800267
268 <!-- Allows an application to read the user's contacts data. -->
269 <permission android:name="android.permission.READ_CONTACTS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700270 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800271 android:protectionLevel="dangerous"
272 android:label="@string/permlab_readContacts"
273 android:description="@string/permdesc_readContacts" />
274
275 <!-- Allows an application to write (but not read) the user's
276 contacts data. -->
277 <permission android:name="android.permission.WRITE_CONTACTS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700278 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800279 android:protectionLevel="dangerous"
280 android:label="@string/permlab_writeContacts"
281 android:description="@string/permdesc_writeContacts" />
282
Subir Jhanb603af612012-08-06 17:19:22 -0700283 <!-- Allows an application to execute contacts directory search.
284 This should only be used by ContactsProvider. -->
285 <!-- @hide -->
286 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
287 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700288 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700289
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700290 <!-- Allows an application to read the user's call log. -->
291 <permission android:name="android.permission.READ_CALL_LOG"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700292 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700293 android:protectionLevel="dangerous"
294 android:label="@string/permlab_readCallLog"
295 android:description="@string/permdesc_readCallLog" />
296
297 <!-- Allows an application to write (but not read) the user's
298 contacts data. -->
299 <permission android:name="android.permission.WRITE_CALL_LOG"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700300 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700301 android:protectionLevel="dangerous"
302 android:label="@string/permlab_writeCallLog"
303 android:description="@string/permdesc_writeCallLog" />
304
Dave Santoro43251332011-05-11 11:39:54 -0700305 <!-- Allows an application to read the user's personal profile data. -->
306 <permission android:name="android.permission.READ_PROFILE"
307 android:permissionGroup="android.permission-group.PERSONAL_INFO"
308 android:protectionLevel="dangerous"
309 android:label="@string/permlab_readProfile"
310 android:description="@string/permdesc_readProfile" />
311
312 <!-- Allows an application to write (but not read) the user's
313 personal profile data. -->
314 <permission android:name="android.permission.WRITE_PROFILE"
315 android:permissionGroup="android.permission-group.PERSONAL_INFO"
316 android:protectionLevel="dangerous"
317 android:label="@string/permlab_writeProfile"
318 android:description="@string/permdesc_writeProfile" />
319
Adrian Ludwig4c522352012-06-01 14:22:03 -0700320 <!-- Allows an application to read from the user's social stream. -->
321 <permission android:name="android.permission.READ_SOCIAL_STREAM"
322 android:permissionGroup="android.permission-group.PERSONAL_INFO"
323 android:protectionLevel="dangerous"
324 android:label="@string/permlab_readSocialStream"
325 android:description="@string/permdesc_readSocialStream" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700326
Adrian Ludwig4c522352012-06-01 14:22:03 -0700327 <!-- Allows an application to write (but not read) the user's
328 social stream data. -->
329 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
330 android:permissionGroup="android.permission-group.PERSONAL_INFO"
331 android:protectionLevel="dangerous"
332 android:label="@string/permlab_writeSocialStream"
333 android:description="@string/permdesc_writeSocialStream" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700334
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800335 <!-- Allows an application to read the user's calendar data. -->
336 <permission android:name="android.permission.READ_CALENDAR"
337 android:permissionGroup="android.permission-group.PERSONAL_INFO"
338 android:protectionLevel="dangerous"
339 android:label="@string/permlab_readCalendar"
340 android:description="@string/permdesc_readCalendar" />
341
342 <!-- Allows an application to write (but not read) the user's
343 calendar data. -->
344 <permission android:name="android.permission.WRITE_CALENDAR"
345 android:permissionGroup="android.permission-group.PERSONAL_INFO"
346 android:protectionLevel="dangerous"
347 android:label="@string/permlab_writeCalendar"
348 android:description="@string/permdesc_writeCalendar" />
349
350 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700351 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700352 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800353 <permission android:name="android.permission.READ_USER_DICTIONARY"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700354 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800355 android:protectionLevel="dangerous"
356 android:label="@string/permlab_readDictionary"
357 android:description="@string/permdesc_readDictionary" />
358
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700359 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800360 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700361 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800362 android:protectionLevel="normal"
363 android:label="@string/permlab_writeDictionary"
364 android:description="@string/permdesc_writeDictionary" />
365
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400366 <!-- Allows an application to read (but not write) the user's
367 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400368 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700369 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400370 android:label="@string/permlab_readHistoryBookmarks"
371 android:description="@string/permdesc_readHistoryBookmarks"
372 android:protectionLevel="dangerous" />
373
374 <!-- Allows an application to write (but not read) the user's
375 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400376 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700377 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400378 android:label="@string/permlab_writeHistoryBookmarks"
379 android:description="@string/permdesc_writeHistoryBookmarks"
380 android:protectionLevel="dangerous" />
381
Patrick Scotta73c4b02010-09-22 08:16:53 -0400382 <!-- Allows an application to broadcast an Intent to set an alarm for the
383 user. -->
384 <permission android:name="com.android.alarm.permission.SET_ALARM"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700385 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400386 android:label="@string/permlab_setAlarm"
387 android:description="@string/permdesc_setAlarm"
388 android:protectionLevel="normal" />
389
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700390
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100391 <!-- Allows an application to add voicemails into the system. -->
392 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700393 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100394 android:protectionLevel="dangerous"
395 android:label="@string/permlab_addVoicemail"
396 android:description="@string/permdesc_addVoicemail" />
397
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800398 <!-- ======================================= -->
399 <!-- Permissions for accessing location info -->
400 <!-- ======================================= -->
401 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700402
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800403 <!-- Used for permissions that allow access to the user's current
404 location. -->
405 <permission-group android:name="android.permission-group.LOCATION"
406 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700407 android:icon="@drawable/perm_group_location"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700408 android:description="@string/permgroupdesc_location" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800409
410 <!-- Allows an application to access fine (e.g., GPS) location -->
411 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
412 android:permissionGroup="android.permission-group.LOCATION"
413 android:protectionLevel="dangerous"
414 android:label="@string/permlab_accessFineLocation"
415 android:description="@string/permdesc_accessFineLocation" />
416
417 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
418 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
419 android:permissionGroup="android.permission-group.LOCATION"
420 android:protectionLevel="dangerous"
421 android:label="@string/permlab_accessCoarseLocation"
422 android:description="@string/permdesc_accessCoarseLocation" />
423
424 <!-- Allows an application to create mock location providers for testing -->
425 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
426 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700427 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800428 android:label="@string/permlab_accessMockLocation"
429 android:description="@string/permdesc_accessMockLocation" />
430
431 <!-- Allows an application to access extra location provider commands -->
432 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
433 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700434 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800435 android:label="@string/permlab_accessLocationExtraCommands"
436 android:description="@string/permdesc_accessLocationExtraCommands" />
437
Mike Lockwood275555c2009-05-01 11:30:34 -0400438 <!-- Allows an application to install a location provider into the Location Manager -->
439 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800440 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400441 android:label="@string/permlab_installLocationProvider"
442 android:description="@string/permdesc_installLocationProvider" />
443
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800444 <!-- ======================================= -->
445 <!-- Permissions for accessing networks -->
446 <!-- ======================================= -->
447 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700448
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800449 <!-- Used for permissions that provide access to networking services. The
450 main permission here is internet access, but this is also an
451 appropriate group for accessing or modifying any network configuration
452 or other related network operations. -->
453 <permission-group android:name="android.permission-group.NETWORK"
454 android:label="@string/permgrouplab_network"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700455 android:description="@string/permgroupdesc_network" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800456
457 <!-- Allows applications to open network sockets. -->
458 <permission android:name="android.permission.INTERNET"
459 android:permissionGroup="android.permission-group.NETWORK"
460 android:protectionLevel="dangerous"
461 android:description="@string/permdesc_createNetworkSockets"
462 android:label="@string/permlab_createNetworkSockets" />
463
464 <!-- Allows applications to access information about networks -->
465 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
466 android:permissionGroup="android.permission-group.NETWORK"
467 android:protectionLevel="normal"
468 android:description="@string/permdesc_accessNetworkState"
469 android:label="@string/permlab_accessNetworkState" />
470
471 <!-- Allows applications to access information about Wi-Fi networks -->
472 <permission android:name="android.permission.ACCESS_WIFI_STATE"
473 android:permissionGroup="android.permission-group.NETWORK"
474 android:protectionLevel="normal"
475 android:description="@string/permdesc_accessWifiState"
476 android:label="@string/permlab_accessWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700477
Robert Greenwalt8588e472011-11-08 10:12:25 -0800478 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900479 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
480 android:permissionGroup="android.permission-group.NETWORK"
481 android:protectionLevel="normal"
482 android:description="@string/permdesc_accessWimaxState"
483 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700484
Adrian Ludwig4c522352012-06-01 14:22:03 -0700485 <!-- Allows applications to connect to paired bluetooth devices -->
486 <permission android:name="android.permission.BLUETOOTH"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700487 android:permissionGroup="android.permission-group.NETWORK"
488 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800489 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700490 android:label="@string/permlab_bluetooth" />
491
Nick Pelly1df862a2011-02-15 13:34:38 -0800492 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700493 <permission android:name="android.permission.NFC"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700494 android:permissionGroup="android.permission-group.NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700495 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700496 android:description="@string/permdesc_nfc"
497 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700498
Adrian Ludwig4c522352012-06-01 14:22:03 -0700499 <!-- Allows an application to use SIP service -->
500 <permission android:name="android.permission.USE_SIP"
501 android:permissionGroup="android.permission-group.NETWORK"
502 android:protectionLevel="dangerous"
503 android:description="@string/permdesc_use_sip"
504 android:label="@string/permlab_use_sip" />
505
506 <!-- Allows applications to call into AccountAuthenticators. Only
507 the system can get this permission. -->
508 <permission android:name="android.permission.ACCOUNT_MANAGER"
509 android:permissionGroup="android.permission-group.ACCOUNTS"
510 android:protectionLevel="signature"
511 android:description="@string/permdesc_accountManagerService"
512 android:label="@string/permlab_accountManagerService" />
513
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700514 <!-- Allows an internal user to use privileged ConnectivityManager
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700515 APIs.
516 @hide -->
517 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
518 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800519 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700520
Haoyu Baidb3c8672012-06-20 14:29:57 -0700521 <!-- @hide -->
522 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
523 android:permissionGroup="android.permission-group.NETWORK"
524 android:protectionLevel="signature|system" />
525
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800526 <!-- ================================== -->
527 <!-- Permissions for accessing accounts -->
528 <!-- ================================== -->
529 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700530
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700531 <!-- Permissions for direct access to the accounts managed
532 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800533 <permission-group android:name="android.permission-group.ACCOUNTS"
534 android:label="@string/permgrouplab_accounts"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700535 android:description="@string/permgroupdesc_accounts" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800536
537 <!-- Allows access to the list of accounts in the Accounts Service -->
538 <permission android:name="android.permission.GET_ACCOUNTS"
539 android:permissionGroup="android.permission-group.ACCOUNTS"
540 android:protectionLevel="normal"
541 android:description="@string/permdesc_getAccounts"
542 android:label="@string/permlab_getAccounts" />
543
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700544 <!-- Allows an application to act as an AccountAuthenticator for
545 the AccountManager -->
546 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
547 android:permissionGroup="android.permission-group.ACCOUNTS"
548 android:protectionLevel="dangerous"
549 android:label="@string/permlab_authenticateAccounts"
550 android:description="@string/permdesc_authenticateAccounts" />
551
552 <!-- Allows an application to request authtokens from the AccountManager -->
553 <permission android:name="android.permission.USE_CREDENTIALS"
554 android:permissionGroup="android.permission-group.ACCOUNTS"
555 android:protectionLevel="dangerous"
556 android:label="@string/permlab_useCredentials"
557 android:description="@string/permdesc_useCredentials" />
558
559 <!-- Allows an application to manage the list of accounts in the AccountManager -->
560 <permission android:name="android.permission.MANAGE_ACCOUNTS"
561 android:permissionGroup="android.permission-group.ACCOUNTS"
562 android:protectionLevel="dangerous"
563 android:label="@string/permlab_manageAccounts"
564 android:description="@string/permdesc_manageAccounts" />
565
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800566 <!-- ================================== -->
567 <!-- Permissions for accessing hardware -->
568 <!-- ================================== -->
569 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700570
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800571 <!-- Used for permissions that provide direct access to the hardware on
572 the device. This includes audio, the camera, vibrator, etc. -->
573 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
574 android:label="@string/permgrouplab_hardwareControls"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700575 android:description="@string/permgroupdesc_hardwareControls" />
576
577
578 <!-- Allows an application to modify global audio settings -->
579 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
580 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
581 android:protectionLevel="dangerous"
582 android:label="@string/permlab_modifyAudioSettings"
583 android:description="@string/permdesc_modifyAudioSettings" />
584
585 <!-- Allows an application to record audio -->
586 <permission android:name="android.permission.RECORD_AUDIO"
587 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
588 android:protectionLevel="dangerous"
589 android:label="@string/permlab_recordAudio"
590 android:description="@string/permdesc_recordAudio" />
591
592 <!-- Required to be able to access the camera device.
593 <p>This will automatically enforce the <a
594 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
595 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
596 If you do not require all camera features or can properly operate if a camera
597 is not available, then you must modify your manifest as appropriate in order to
598 install on devices that don't support all camera features.</p> -->
599 <permission android:name="android.permission.CAMERA"
600 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
601 android:protectionLevel="dangerous"
602 android:label="@string/permlab_camera"
603 android:description="@string/permdesc_camera" />
604
605 <!-- Allows access to the vibrator -->
606 <permission android:name="android.permission.VIBRATE"
607 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
608 android:protectionLevel="normal"
609 android:label="@string/permlab_vibrate"
610 android:description="@string/permdesc_vibrate" />
611
612 <!-- Allows access to the flashlight -->
613 <permission android:name="android.permission.FLASHLIGHT"
614 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
615 android:protectionLevel="normal"
616 android:label="@string/permlab_flashlight"
617 android:description="@string/permdesc_flashlight" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800618
Mike Lockwood02eb8742011-02-27 09:10:37 -0800619 <!-- Allows an application to manage preferences and permissions for USB devices
620 @hide -->
621 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400622 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800623 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800624 android:label="@string/permlab_manageUsb"
625 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400626
Mike Lockwood10bc1112011-01-10 08:24:08 -0500627 <!-- Allows an application to access the MTP USB kernel driver.
628 For use only by the device side MTP implementation.
629 @hide -->
630 <permission android:name="android.permission.ACCESS_MTP"
631 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800632 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500633 android:label="@string/permlab_accessMtp"
634 android:description="@string/permdesc_accessMtp" />
635
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800636 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
637 <permission android:name="android.permission.HARDWARE_TEST"
638 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
639 android:protectionLevel="signature"
640 android:label="@string/permlab_hardware_test"
641 android:description="@string/permdesc_hardware_test" />
642
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500643 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
644 @hide -->
645 <permission android:name="android.permission.NET_ADMIN"
646 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
647 android:protectionLevel="signature" />
648
Jeff Sharkey098d5802012-04-26 17:30:34 -0700649 <!-- Allows registration for remote audio playback. @hide -->
650 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
651 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
652 android:protectionLevel="signature" />
653
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800654 <!-- =========================================== -->
655 <!-- Permissions associated with telephony state -->
656 <!-- =========================================== -->
657 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700658
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800659 <!-- Used for permissions that are associated with accessing and modifyign
Adrian Ludwig4c522352012-06-01 14:22:03 -0700660 telephony state: intercepting outgoing calls, reading
661 and modifying the phone state. Note that
662 placing phone calls is not in this group, since that is in the
663 more important "takin' yer moneys" group. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800664 <permission-group android:name="android.permission-group.PHONE_CALLS"
665 android:label="@string/permgrouplab_phoneCalls"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700666 android:description="@string/permgroupdesc_phoneCalls" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800667
668 <!-- Allows an application to monitor, modify, or abort outgoing
669 calls. -->
670 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
671 android:permissionGroup="android.permission-group.PHONE_CALLS"
672 android:protectionLevel="dangerous"
673 android:label="@string/permlab_processOutgoingCalls"
674 android:description="@string/permdesc_processOutgoingCalls" />
675
676 <!-- Allows modification of the telephony state - power on, mmi, etc.
677 Does not include placing calls. -->
678 <permission android:name="android.permission.MODIFY_PHONE_STATE"
679 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800680 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800681 android:label="@string/permlab_modifyPhoneState"
682 android:description="@string/permdesc_modifyPhoneState" />
683
684 <!-- Allows read only access to phone state. -->
685 <permission android:name="android.permission.READ_PHONE_STATE"
686 android:permissionGroup="android.permission-group.PHONE_CALLS"
687 android:protectionLevel="dangerous"
688 android:label="@string/permlab_readPhoneState"
689 android:description="@string/permdesc_readPhoneState" />
690
Jake Hamby463f2212011-07-21 17:55:53 -0700691 <!-- Allows read access to privileged phone state.
692 @hide Used internally. -->
693 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
694 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800695 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -0700696
San Mehat29b57e62009-04-23 09:18:32 -0700697 <!-- ================================== -->
698 <!-- Permissions for sdcard interaction -->
699 <!-- ================================== -->
700 <eat-comment />
701
702 <!-- Group of permissions that are related to SD card access. -->
703 <permission-group android:name="android.permission-group.STORAGE"
704 android:label="@string/permgrouplab_storage"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700705 android:description="@string/permgroupdesc_storage" />
San Mehat29b57e62009-04-23 09:18:32 -0700706
Dianne Hackborn79245122012-03-12 10:51:26 -0700707 <!-- Allows an application to read from external storage -->
708 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700709 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborn79245122012-03-12 10:51:26 -0700710 android:label="@string/permlab_sdcardRead"
711 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700712 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -0700713
San Mehat5a3a77d2009-06-01 09:25:28 -0700714 <!-- Allows an application to write to external storage -->
715 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700716 android:permissionGroup="android.permission-group.STORAGE"
717 android:label="@string/permlab_sdcardWrite"
718 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700719 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700720
Mike Lockwood1e23db42011-04-22 07:05:21 -0700721 <!-- Allows an application to write to internal media storage
722 @hide -->
723 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
724 android:permissionGroup="android.permission-group.STORAGE"
725 android:label="@string/permlab_mediaStorageWrite"
726 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -0800727 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -0700728
Jeff Sharkeye217ee42012-08-28 16:23:01 -0700729 <!-- Allows an application to access all multi-user external storage @hide -->
730 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
731 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
732 android:label="@string/permlab_sdcardAccessAll"
733 android:description="@string/permdesc_sdcardAccessAll"
734 android:protectionLevel="signature" />
735
Adrian Ludwig4c522352012-06-01 14:22:03 -0700736 <!-- ============================================ -->
737 <!-- Permissions for low-level system interaction -->
738 <!-- ============================================ -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800739 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700740
Adrian Ludwig4c522352012-06-01 14:22:03 -0700741 <!-- Group of permissions that are related to system APIs. Many
742 of these are not permissions the user will be expected to understand,
743 and such permissions should generally be marked as "normal" protection
744 level so they don't get displayed. This can also, however, be used
745 for miscellaneous features that provide access to the operating system,
746 such as writing the global system settings. -->
747 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
748 android:label="@string/permgrouplab_systemTools"
749 android:description="@string/permgroupdesc_systemTools" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800750
Adrian Ludwig4c522352012-06-01 14:22:03 -0700751 <!-- Allows an application to read or write the system settings. -->
752 <permission android:name="android.permission.WRITE_SETTINGS"
753 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800754 android:protectionLevel="dangerous"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700755 android:label="@string/permlab_writeSettings"
756 android:description="@string/permdesc_writeSettings" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800757
Adrian Ludwig4c522352012-06-01 14:22:03 -0700758 <!-- Allows an application to modify the Google service map. -->
759 <permission android:name="android.permission.WRITE_GSERVICES"
760 android:protectionLevel="signature|system"
761 android:label="@string/permlab_writeGservices"
762 android:description="@string/permdesc_writeGservices" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800763
Adrian Ludwig4c522352012-06-01 14:22:03 -0700764 <!-- Allows an application to expand or collapse the status bar. -->
765 <permission android:name="android.permission.EXPAND_STATUS_BAR"
766 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
767 android:protectionLevel="normal"
768 android:label="@string/permlab_expandStatusBar"
769 android:description="@string/permdesc_expandStatusBar" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800770
771 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -0700772 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800773 <permission android:name="android.permission.GET_TASKS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700774 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800775 android:protectionLevel="dangerous"
776 android:label="@string/permlab_getTasks"
777 android:description="@string/permdesc_getTasks" />
Dianne Hackbornb4163a62012-08-02 18:31:26 -0700778 <!-- Allows an application to call APIs that allow it to do interactions
779 across the users on the device, using singleton services and
780 user-targeted broadcasts. This permission is not available to
781 third party applications. -->
782 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
783 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
784 android:protectionLevel="signature|system|development"
785 android:label="@string/permlab_interactAcrossUsers"
786 android:description="@string/permdesc_interactAcrossUsers" />
787
788 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
789 that removes restrictions on where broadcasts can be sent and allows other
790 types of interactions. -->
791 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
792 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
793 android:protectionLevel="signature"
794 android:label="@string/permlab_interactAcrossUsersFull"
795 android:description="@string/permdesc_interactAcrossUsersFull" />
796
Amith Yamasani2a003292012-08-14 18:25:45 -0700797 <!-- Allows an application to call APIs that allow it to query and manage
798 users on the device. This permission is not available to
799 third party applications. -->
800 <permission android:name="android.permission.MANAGE_USERS"
801 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -0700802 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -0700803 android:label="@string/permlab_manageUsers"
804 android:description="@string/permdesc_manageUsers" />
805
Dianne Hackborn8238e712012-04-24 11:15:40 -0700806 <!-- Allows an application to get full detailed information about
807 recently running tasks, with full fidelity to the real state.
808 @hide -->
809 <permission android:name="android.permission.GET_DETAILED_TASKS"
810 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
811 android:protectionLevel="signature"
812 android:label="@string/permlab_getDetailedTasks"
813 android:description="@string/permdesc_getDetailedTasks" />
814
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800815 <!-- Allows an application to change the Z-order of tasks -->
816 <permission android:name="android.permission.REORDER_TASKS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700817 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
818 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800819 android:label="@string/permlab_reorderTasks"
820 android:description="@string/permdesc_reorderTasks" />
821
Dianne Hackborn24a12102011-07-29 15:52:05 -0700822 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -0700823 <permission android:name="android.permission.REMOVE_TASKS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700824 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -0700825 android:protectionLevel="signature"
826 android:label="@string/permlab_removeTasks"
827 android:description="@string/permdesc_removeTasks" />
828
Jeff Sharkey35be7562012-04-18 19:16:15 -0700829 <!-- Allows an application to start any activity, regardless of permission
830 protection or exported state. @hide -->
831 <permission android:name="android.permission.START_ANY_ACTIVITY"
832 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
833 android:protectionLevel="signature"
834 android:label="@string/permlab_startAnyActivity"
835 android:description="@string/permdesc_startAnyActivity" />
836
Adrian Ludwig4c522352012-06-01 14:22:03 -0700837 <!-- @hide Change the screen compatibility mode of applications -->
838 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
839 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
840 android:protectionLevel="signature"
841 android:label="@string/permlab_setScreenCompatibility"
842 android:description="@string/permdesc_setScreenCompatibility" />
843
844 <!-- Allows an application to modify the current configuration, such
845 as locale. -->
846 <permission android:name="android.permission.CHANGE_CONFIGURATION"
847 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
848 android:protectionLevel="dangerous"
849 android:label="@string/permlab_changeConfiguration"
850 android:description="@string/permdesc_changeConfiguration" />
851
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700852 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
853 API is no longer supported. -->
854 <permission android:name="android.permission.RESTART_PACKAGES"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700855 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700856 android:protectionLevel="normal"
857 android:label="@string/permlab_killBackgroundProcesses"
858 android:description="@string/permdesc_killBackgroundProcesses" />
859
860 <!-- Allows an application to call
861 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
862 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700863 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700864 android:protectionLevel="normal"
865 android:label="@string/permlab_killBackgroundProcesses"
866 android:description="@string/permdesc_killBackgroundProcesses" />
867
Dianne Hackborn03abb812010-01-04 18:43:19 -0800868 <!-- Allows an application to call
869 {@link android.app.ActivityManager#forceStopPackage}.
870 @hide -->
871 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
872 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
873 android:protectionLevel="signature"
874 android:label="@string/permlab_forceStopPackages"
875 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800876
Dianne Hackborn24a12102011-07-29 15:52:05 -0700877 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -0700878 An active window is the window that has fired an accessibility event. -->
879 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
880 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -0800881 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -0700882 android:label="@string/permlab_retrieve_window_content"
883 android:description="@string/permdesc_retrieve_window_content" />
884
Adrian Ludwig4c522352012-06-01 14:22:03 -0700885 <!-- Allows an application to open windows using the type
886 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
887 shown on top of all other applications. Very few applications
888 should use this permission; these windows are intended for
889 system-level interaction with the user. -->
890 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
891 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
892 android:protectionLevel="dangerous"
893 android:label="@string/permlab_systemAlertWindow"
894 android:description="@string/permdesc_systemAlertWindow" />
895
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800896 <!-- Modify the global animation scaling factor. -->
897 <permission android:name="android.permission.SET_ANIMATION_SCALE"
898 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700899 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800900 android:label="@string/permlab_setAnimationScale"
901 android:description="@string/permdesc_setAnimationScale" />
902
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700903 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700904 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800905 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
906 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700907 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800908 android:label="@string/permlab_persistentActivity"
909 android:description="@string/permdesc_persistentActivity" />
910
911 <!-- Allows an application to find out the space used by any package. -->
912 <permission android:name="android.permission.GET_PACKAGE_SIZE"
913 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
914 android:protectionLevel="normal"
915 android:label="@string/permlab_getPackageSize"
916 android:description="@string/permdesc_getPackageSize" />
917
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800918 <!-- @deprecated No longer useful, see
919 {@link android.content.pm.PackageManager#addPackageToPreferred}
920 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800921 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
922 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800923 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800924 android:label="@string/permlab_setPreferredApplications"
925 android:description="@string/permdesc_setPreferredApplications" />
926
927 <!-- Allows an application to receive the
928 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
929 broadcast after the system finishes booting. If you don't
930 request this permission, you will not receive the broadcast at
931 that time. Though holding this permission does not have any
932 security implications, it can have a negative impact on the
933 user experience by increasing the amount of time it takes the
934 system to start and allowing applications to have themselves
935 running without the user being aware of them. As such, you must
936 explicitly declare your use of this facility to make that visible
937 to the user. -->
938 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
939 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
940 android:protectionLevel="normal"
941 android:label="@string/permlab_receiveBootCompleted"
942 android:description="@string/permdesc_receiveBootCompleted" />
943
944 <!-- Allows an application to broadcast sticky intents. These are
945 broadcasts whose data is held by the system after being finished,
946 so that clients can quickly retrieve that data without having
947 to wait for the next broadcast. -->
948 <permission android:name="android.permission.BROADCAST_STICKY"
949 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
950 android:protectionLevel="normal"
951 android:label="@string/permlab_broadcastSticky"
952 android:description="@string/permdesc_broadcastSticky" />
953
Adrian Ludwig4c522352012-06-01 14:22:03 -0700954 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
955 from dimming -->
956 <permission android:name="android.permission.WAKE_LOCK"
957 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
958 android:protectionLevel="dangerous"
959 android:label="@string/permlab_wakeLock"
960 android:description="@string/permdesc_wakeLock" />
961
962 <!-- Allows applications to set the wallpaper -->
963 <permission android:name="android.permission.SET_WALLPAPER"
964 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
965 android:protectionLevel="normal"
966 android:label="@string/permlab_setWallpaper"
967 android:description="@string/permdesc_setWallpaper" />
968
969 <!-- Allows applications to set the wallpaper hints -->
970 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
971 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
972 android:protectionLevel="normal"
973 android:label="@string/permlab_setWallpaperHints"
974 android:description="@string/permdesc_setWallpaperHints" />
975
976 <!-- Allows applications to set the system time -->
977 <permission android:name="android.permission.SET_TIME"
978 android:protectionLevel="signature|system"
979 android:label="@string/permlab_setTime"
980 android:description="@string/permdesc_setTime" />
981
982 <!-- Allows applications to set the system time zone -->
983 <permission android:name="android.permission.SET_TIME_ZONE"
984 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
985 android:protectionLevel="dangerous"
986 android:label="@string/permlab_setTimeZone"
987 android:description="@string/permdesc_setTimeZone" />
988
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800989 <!-- Allows mounting and unmounting file systems for removable storage. -->
990 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
991 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700992 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800993 android:label="@string/permlab_mount_unmount_filesystems"
994 android:description="@string/permdesc_mount_unmount_filesystems" />
995
996 <!-- Allows formatting file systems for removable storage. -->
997 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
998 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700999 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001000 android:label="@string/permlab_mount_format_filesystems"
1001 android:description="@string/permdesc_mount_format_filesystems" />
1002
San Mehat02735bc2010-01-26 15:18:08 -08001003 <!-- Allows access to ASEC non-destructive API calls
1004 @hide -->
1005 <permission android:name="android.permission.ASEC_ACCESS"
1006 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001007 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001008 android:label="@string/permlab_asec_access"
1009 android:description="@string/permdesc_asec_access" />
1010
1011 <!-- Allows creation of ASEC volumes
1012 @hide -->
1013 <permission android:name="android.permission.ASEC_CREATE"
1014 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001015 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001016 android:label="@string/permlab_asec_create"
1017 android:description="@string/permdesc_asec_create" />
1018
1019 <!-- Allows destruction of ASEC volumes
1020 @hide -->
1021 <permission android:name="android.permission.ASEC_DESTROY"
1022 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001023 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001024 android:label="@string/permlab_asec_destroy"
1025 android:description="@string/permdesc_asec_destroy" />
1026
1027 <!-- Allows mount / unmount of ASEC volumes
1028 @hide -->
1029 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1030 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001031 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001032 android:label="@string/permlab_asec_mount_unmount"
1033 android:description="@string/permdesc_asec_mount_unmount" />
1034
1035 <!-- Allows rename of ASEC volumes
1036 @hide -->
1037 <permission android:name="android.permission.ASEC_RENAME"
1038 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001039 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001040 android:label="@string/permlab_asec_rename"
1041 android:description="@string/permdesc_asec_rename" />
1042
Adrian Ludwig4c522352012-06-01 14:22:03 -07001043 <!-- Allows applications to disable the keyguard -->
1044 <permission android:name="android.permission.DISABLE_KEYGUARD"
1045 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1046 android:protectionLevel="dangerous"
1047 android:description="@string/permdesc_disableKeyguard"
1048 android:label="@string/permlab_disableKeyguard" />
1049
1050 <!-- Allows applications to read the sync settings -->
1051 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1052 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1053 android:protectionLevel="normal"
1054 android:description="@string/permdesc_readSyncSettings"
1055 android:label="@string/permlab_readSyncSettings" />
1056
1057 <!-- Allows applications to write the sync settings -->
1058 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1059 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1060 android:protectionLevel="dangerous"
1061 android:description="@string/permdesc_writeSyncSettings"
1062 android:label="@string/permlab_writeSyncSettings" />
1063
1064 <!-- Allows applications to read the sync stats -->
1065 <permission android:name="android.permission.READ_SYNC_STATS"
1066 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1067 android:protectionLevel="normal"
1068 android:description="@string/permdesc_readSyncStats"
1069 android:label="@string/permlab_readSyncStats" />
1070
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001071 <!-- Allows applications to write the apn settings -->
1072 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1073 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001074 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001075 android:description="@string/permdesc_writeApnSettings"
1076 android:label="@string/permlab_writeApnSettings" />
1077
Fred Quintana60307342009-03-24 22:48:12 -07001078 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001079 ContentProvider. -->
1080 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1081 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1082 android:label="@string/permlab_subscribedFeedsRead"
1083 android:description="@string/permdesc_subscribedFeedsRead"
1084 android:protectionLevel="normal" />
1085 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1086 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1087 android:label="@string/permlab_subscribedFeedsWrite"
1088 android:description="@string/permdesc_subscribedFeedsWrite"
1089 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001090
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001091 <!-- Allows applications to change network connectivity state -->
1092 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
1093 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwig4c522352012-06-01 14:22:03 -07001094 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001095 android:description="@string/permdesc_changeNetworkState"
1096 android:label="@string/permlab_changeNetworkState" />
1097
Adrian Ludwig4c522352012-06-01 14:22:03 -07001098 <!-- Allows applications to change Wi-Fi connectivity state -->
1099 <permission android:name="android.permission.CHANGE_WIFI_STATE"
1100 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1101 android:protectionLevel="dangerous"
1102 android:description="@string/permdesc_changeWifiState"
1103 android:label="@string/permlab_changeWifiState" />
1104
1105
1106 <!-- @hide -->
1107 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
1108 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1109 android:protectionLevel="dangerous"
1110 android:description="@string/permdesc_changeWimaxState"
1111 android:label="@string/permlab_changeWimaxState" />
1112
1113
Adrian Ludwig361dfeb2012-06-01 19:57:57 -07001114
Adrian Ludwig4c522352012-06-01 14:22:03 -07001115 <!-- Allows applications to enter Wi-Fi Multicast mode -->
1116 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
1117 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1118 android:protectionLevel="dangerous"
1119 android:description="@string/permdesc_changeWifiMulticastState"
1120 android:label="@string/permlab_changeWifiMulticastState" />
1121
1122 <!-- Allows applications to discover and pair bluetooth devices -->
1123 <permission android:name="android.permission.BLUETOOTH_ADMIN"
1124 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1125 android:protectionLevel="dangerous"
1126 android:description="@string/permdesc_bluetoothAdmin"
1127 android:label="@string/permlab_bluetoothAdmin" />
1128
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001129 <!-- Allows an application to clear the caches of all installed
1130 applications on the device. -->
1131 <permission android:name="android.permission.CLEAR_APP_CACHE"
1132 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1133 android:protectionLevel="dangerous"
1134 android:label="@string/permlab_clearAppCache"
1135 android:description="@string/permdesc_clearAppCache" />
1136
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001137 <!-- Allows an application to use any media decoder when decoding for playback
1138 @hide -->
1139 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001140 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001141 android:label="@string/permlab_anyCodecForPlayback"
1142 android:description="@string/permdesc_anyCodecForPlayback" />
1143
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001144 <!-- ========================================= -->
1145 <!-- Permissions for special development tools -->
1146 <!-- ========================================= -->
1147 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001148
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001149 <!-- Group of permissions that are related to development features. These
1150 are not permissions that should appear in normal applications; they
1151 protect APIs that are intended only to be used for development
1152 purposes. -->
1153 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1154 android:label="@string/permgrouplab_developmentTools"
Adrian Ludwig4c522352012-06-01 14:22:03 -07001155 android:description="@string/permgroupdesc_developmentTools" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001156
Dianne Hackborne639da72012-02-21 15:11:13 -08001157 <!-- Allows an application to read or write the secure system settings. -->
1158 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1159 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1160 android:protectionLevel="signature|system|development"
1161 android:label="@string/permlab_writeSecureSettings"
1162 android:description="@string/permdesc_writeSecureSettings" />
1163
1164 <!-- Allows an application to retrieve state dump information from system
1165 services. -->
1166 <permission android:name="android.permission.DUMP"
1167 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1168 android:protectionLevel="signature|system|development"
1169 android:label="@string/permlab_dump"
1170 android:description="@string/permdesc_dump" />
1171
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001172 <!-- Allows an application to read the low-level system log files.
1173 Log entries can contain the user's private information,
1174 which is why this permission is not available to normal apps. -->
1175 <permission android:name="android.permission.READ_LOGS"
1176 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1177 android:protectionLevel="signature|system|development"
1178 android:label="@string/permlab_readLogs"
1179 android:description="@string/permdesc_readLogs" />
1180
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001181 <!-- Configure an application for debugging. -->
1182 <permission android:name="android.permission.SET_DEBUG_APP"
1183 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001184 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001185 android:label="@string/permlab_setDebugApp"
1186 android:description="@string/permdesc_setDebugApp" />
1187
1188 <!-- Allows an application to set the maximum number of (not needed)
1189 application processes that can be running. -->
1190 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1191 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001192 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001193 android:label="@string/permlab_setProcessLimit"
1194 android:description="@string/permdesc_setProcessLimit" />
1195
1196 <!-- Allows an application to control whether activities are immediately
1197 finished when put in the background. -->
1198 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1199 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001200 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001201 android:label="@string/permlab_setAlwaysFinish"
1202 android:description="@string/permdesc_setAlwaysFinish" />
1203
1204 <!-- Allow an application to request that a signal be sent to all persistent processes -->
1205 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1206 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001207 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001208 android:label="@string/permlab_signalPersistentProcesses"
1209 android:description="@string/permdesc_signalPersistentProcesses" />
1210
1211 <!-- ==================================== -->
1212 <!-- Private (signature-only) permissions -->
1213 <!-- ==================================== -->
1214 <eat-comment />
1215
1216 <!-- Allows applications to RW to diagnostic resources. -->
1217 <permission android:name="android.permission.DIAGNOSTIC"
1218 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1219 android:protectionLevel="signature"
1220 android:description="@string/permdesc_diagnostic"
1221 android:label="@string/permlab_diagnostic" />
1222
1223 <!-- Allows an application to open, close, or disable the status bar
1224 and its icons. -->
1225 <permission android:name="android.permission.STATUS_BAR"
1226 android:label="@string/permlab_statusBar"
1227 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001228 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001229
Joe Onorato8bc6c512010-06-04 16:21:12 -04001230 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1231 @hide -->
1232 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1233 android:label="@string/permlab_statusBarService"
1234 android:description="@string/permdesc_statusBarService"
1235 android:protectionLevel="signature" />
1236
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001237 <!-- Allows an application to force a BACK operation on whatever is the
1238 top activity. -->
1239 <permission android:name="android.permission.FORCE_BACK"
1240 android:label="@string/permlab_forceBack"
1241 android:description="@string/permdesc_forceBack"
1242 android:protectionLevel="signature" />
1243
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001244 <!-- Allows an application to update device statistics. Not for
1245 use by third party apps. -->
1246 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
1247 android:label="@string/permlab_batteryStats"
1248 android:description="@string/permdesc_batteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001249 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001250
1251 <!-- Allows an application to open windows that are for use by parts
1252 of the system user interface. Not for use by third party apps. -->
1253 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1254 android:label="@string/permlab_internalSystemWindow"
1255 android:description="@string/permdesc_internalSystemWindow"
1256 android:protectionLevel="signature" />
1257
1258 <!-- Allows an application to manage (create, destroy,
1259 Z-order) application tokens in the window manager. This is only
1260 for use by the system. -->
1261 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1262 android:label="@string/permlab_manageAppTokens"
1263 android:description="@string/permdesc_manageAppTokens"
1264 android:protectionLevel="signature" />
1265
1266 <!-- Allows an application to inject user events (keys, touch, trackball)
1267 into the event stream and deliver them to ANY window. Without this
1268 permission, you can only deliver events to windows in your own process.
1269 Very few applications should need to use this permission. -->
1270 <permission android:name="android.permission.INJECT_EVENTS"
1271 android:label="@string/permlab_injectEvents"
1272 android:description="@string/permdesc_injectEvents"
1273 android:protectionLevel="signature" />
1274
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001275 <!-- @hide Allows an application to register an input filter which filters the stream
1276 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1277 <permission android:name="android.permission.FILTER_EVENTS"
1278 android:label="@string/permlab_filter_events"
1279 android:description="@string/permdesc_filter_events"
1280 android:protectionLevel="signature" />
1281
1282 <!-- @hide Allows an application to retrieve info for a window from the window manager. -->
1283 <permission android:name="android.permission.RETRIEVE_WINDOW_INFO"
1284 android:label="@string/permlab_retrieve_window_info"
1285 android:description="@string/permdesc_retrieve_window_info"
1286 android:protectionLevel="signature" />
1287
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001288 <!-- Allows an application to watch and control how activities are
1289 started globally in the system. Only for is in debugging
1290 (usually the monkey command). -->
1291 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1292 android:label="@string/permlab_runSetActivityWatcher"
1293 android:description="@string/permdesc_runSetActivityWatcher"
1294 android:protectionLevel="signature" />
1295
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001296 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001297 to put the higher-level system there into a shutdown state.
1298 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001299 <permission android:name="android.permission.SHUTDOWN"
1300 android:label="@string/permlab_shutdown"
1301 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001302 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001303
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001304 <!-- Allows an application to tell the activity manager to temporarily
1305 stop application switches, putting it into a special mode that
1306 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001307 critical UI such as the home screen.
1308 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001309 <permission android:name="android.permission.STOP_APP_SWITCHES"
1310 android:label="@string/permlab_stopAppSwitches"
1311 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001312 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001313
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001314 <!-- Allows an application to retrieve the current state of keys and
Jeff Brownac143512012-04-05 18:57:33 -07001315 switches. This is only for use by the system.
1316 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001317 <permission android:name="android.permission.READ_INPUT_STATE"
1318 android:label="@string/permlab_readInputState"
1319 android:description="@string/permdesc_readInputState"
1320 android:protectionLevel="signature" />
1321
Dianne Hackbornd6847842010-01-12 18:14:19 -08001322 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1323 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001324 <permission android:name="android.permission.BIND_INPUT_METHOD"
1325 android:label="@string/permlab_bindInputMethod"
1326 android:description="@string/permdesc_bindInputMethod"
1327 android:protectionLevel="signature" />
1328
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001329 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07001330 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001331 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
1332 android:label="@string/permlab_bindAccessibilityService"
1333 android:description="@string/permdesc_bindAccessibilityService"
1334 android:protectionLevel="signature" />
1335
satok988323c2011-06-22 16:38:13 +09001336 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1337 to ensure that only the system can bind to it. -->
1338 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1339 android:label="@string/permlab_bindTextService"
1340 android:description="@string/permdesc_bindTextService"
1341 android:protectionLevel="signature" />
1342
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001343 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001344 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001345 <permission android:name="android.permission.BIND_VPN_SERVICE"
1346 android:label="@string/permlab_bindVpnService"
1347 android:description="@string/permdesc_bindVpnService"
1348 android:protectionLevel="signature" />
1349
Dianne Hackbornd6847842010-01-12 18:14:19 -08001350 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1351 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001352 <permission android:name="android.permission.BIND_WALLPAPER"
1353 android:label="@string/permlab_bindWallpaper"
1354 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001355 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001356
Dianne Hackbornd6847842010-01-12 18:14:19 -08001357 <!-- Must be required by device administration receiver, to ensure that only the
1358 system can interact with it. -->
1359 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1360 android:label="@string/permlab_bindDeviceAdmin"
1361 android:description="@string/permdesc_bindDeviceAdmin"
1362 android:protectionLevel="signature" />
1363
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001364 <!-- Allows low-level access to setting the orientation (actually
1365 rotation) of the screen. Not for use by normal applications. -->
1366 <permission android:name="android.permission.SET_ORIENTATION"
1367 android:label="@string/permlab_setOrientation"
1368 android:description="@string/permdesc_setOrientation"
1369 android:protectionLevel="signature" />
1370
Jeff Brown1a84fd12011-06-02 01:26:32 -07001371 <!-- Allows low-level access to setting the pointer speed.
1372 Not for use by normal applications. -->
1373 <permission android:name="android.permission.SET_POINTER_SPEED"
1374 android:label="@string/permlab_setPointerSpeed"
1375 android:description="@string/permdesc_setPointerSpeed"
1376 android:protectionLevel="signature" />
1377
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001378 <!-- Allows low-level access to setting the keyboard layout.
Jeff Brown507f5582012-05-07 19:06:06 -07001379 Not for use by normal applications.
1380 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001381 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1382 android:label="@string/permlab_setKeyboardLayout"
1383 android:description="@string/permdesc_setKeyboardLayout"
1384 android:protectionLevel="signature" />
1385
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001386 <!-- Allows an application to install packages. -->
1387 <permission android:name="android.permission.INSTALL_PACKAGES"
1388 android:label="@string/permlab_installPackages"
1389 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001390 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001391
1392 <!-- Allows an application to clear user data -->
1393 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1394 android:label="@string/permlab_clearAppUserData"
1395 android:description="@string/permdesc_clearAppUserData"
1396 android:protectionLevel="signature" />
1397
1398 <!-- Allows an application to delete cache files. -->
1399 <permission android:name="android.permission.DELETE_CACHE_FILES"
1400 android:label="@string/permlab_deleteCacheFiles"
1401 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08001402 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001403
1404 <!-- Allows an application to delete packages. -->
1405 <permission android:name="android.permission.DELETE_PACKAGES"
1406 android:label="@string/permlab_deletePackages"
1407 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001408 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001409
Jeff Brownec7c78f2010-03-30 23:37:25 -07001410 <!-- Allows an application to move location of installed package.
1411 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001412 <permission android:name="android.permission.MOVE_PACKAGE"
1413 android:label="@string/permlab_movePackage"
1414 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08001415 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001416
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001417 <!-- Allows an application to change whether an application component (other than its own) is
1418 enabled or not. -->
1419 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1420 android:label="@string/permlab_changeComponentState"
1421 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08001422 android:protectionLevel="signature|system" />
1423
1424 <!-- @hide Allows an application to grant or revoke specific permissions. -->
1425 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1426 android:label="@string/permlab_grantRevokePermissions"
1427 android:description="@string/permdesc_grantRevokePermissions"
1428 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001429
1430 <!-- Allows an application to use SurfaceFlinger's low level features -->
1431 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1432 android:label="@string/permlab_accessSurfaceFlinger"
1433 android:description="@string/permdesc_accessSurfaceFlinger"
1434 android:protectionLevel="signature" />
1435
1436 <!-- Allows an application to take screen shots and more generally
1437 get access to the frame buffer data -->
1438 <permission android:name="android.permission.READ_FRAME_BUFFER"
1439 android:label="@string/permlab_readFrameBuffer"
1440 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08001441 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001442
1443 <!-- Required to be able to disable the device (very dangerous!). -->
1444 <permission android:name="android.permission.BRICK"
1445 android:label="@string/permlab_brick"
1446 android:description="@string/permdesc_brick"
1447 android:protectionLevel="signature" />
1448
1449 <!-- Required to be able to reboot the device. -->
1450 <permission android:name="android.permission.REBOOT"
1451 android:label="@string/permlab_reboot"
1452 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08001453 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001454
1455 <!-- Allows low-level access to power management -->
1456 <permission android:name="android.permission.DEVICE_POWER"
1457 android:label="@string/permlab_devicePower"
1458 android:description="@string/permdesc_devicePower"
1459 android:protectionLevel="signature" />
1460
fredc0f420372012-04-12 00:02:00 -07001461 <!-- Allows low-level access to tun tap driver -->
1462 <permission android:name="android.permission.NET_TUNNELING"
1463 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1464 android:protectionLevel="signature" />
1465
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001466 <!-- Run as a manufacturer test application, running as the root user.
1467 Only available when the device is running in manufacturer test mode. -->
1468 <permission android:name="android.permission.FACTORY_TEST"
1469 android:label="@string/permlab_factoryTest"
1470 android:description="@string/permdesc_factoryTest"
1471 android:protectionLevel="signature" />
1472
1473 <!-- Allows an application to broadcast a notification that an application
1474 package has been removed. -->
1475 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1476 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1477 android:label="@string/permlab_broadcastPackageRemoved"
1478 android:description="@string/permdesc_broadcastPackageRemoved"
1479 android:protectionLevel="signature" />
1480
1481 <!-- Allows an application to broadcast an SMS receipt notification -->
1482 <permission android:name="android.permission.BROADCAST_SMS"
1483 android:permissionGroup="android.permission-group.MESSAGES"
1484 android:label="@string/permlab_broadcastSmsReceived"
1485 android:description="@string/permdesc_broadcastSmsReceived"
1486 android:protectionLevel="signature" />
1487
1488 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1489 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1490 android:permissionGroup="android.permission-group.MESSAGES"
1491 android:label="@string/permlab_broadcastWapPush"
1492 android:description="@string/permdesc_broadcastWapPush"
1493 android:protectionLevel="signature" />
1494
1495 <permission android:name="android.permission.MASTER_CLEAR"
1496 android:label="@string/permlab_masterClear"
1497 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08001498 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001499
1500 <!-- Allows an application to call any phone number, including emergency
1501 numbers, without going through the Dialer user interface for the user
1502 to confirm the call being placed. -->
1503 <permission android:name="android.permission.CALL_PRIVILEGED"
1504 android:label="@string/permlab_callPrivileged"
1505 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08001506 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001507
Jim Miller767be5f2009-08-25 19:33:57 -07001508 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1509 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1510 android:label="@string/permlab_performCdmaProvisioning"
1511 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08001512 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07001513
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001514 <!-- Allows enabling/disabling location update notifications from
1515 the radio. Not for use by normal applications. -->
1516 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1517 android:label="@string/permlab_locationUpdates"
1518 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08001519 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001520
1521 <!-- Allows read/write access to the "properties" table in the checkin
1522 database, to change values that get uploaded. -->
1523 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1524 android:label="@string/permlab_checkinProperties"
1525 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08001526 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001527
1528 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001529 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001530 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1531 android:label="@string/permlab_pkgUsageStats"
1532 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001533 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001534
1535 <!-- Allows an application to collect battery statistics -->
1536 <permission android:name="android.permission.BATTERY_STATS"
1537 android:label="@string/permlab_batteryStats"
1538 android:description="@string/permdesc_batteryStats"
1539 android:protectionLevel="normal" />
1540
Christopher Tate181fafa2009-05-14 11:12:14 -07001541 <!-- Allows an application to control the backup and restore process
1542 @hide pending API council -->
1543 <permission android:name="android.permission.BACKUP"
1544 android:label="@string/permlab_backup"
1545 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08001546 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001547
Christopher Tate4a627c72011-04-01 14:43:32 -07001548 <!-- Allows a package to launch the secure full-backup confirmation UI.
1549 ONLY the system process may hold this permission.
1550 @hide -->
1551 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
1552 android:label="@string/permlab_confirm_full_backup"
1553 android:description="@string/permdesc_confirm_full_backup"
1554 android:protectionLevel="signature" />
1555
Winson Chung81f39eb2011-01-11 18:05:01 -08001556 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1557 to ensure that only the system can bind to it. -->
1558 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1559 android:label="@string/permlab_bindRemoteViews"
1560 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08001561 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08001562
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001563 <!-- Allows an application to tell the AppWidget service which application
1564 can access AppWidget's data. The normal user flow is that a user
1565 picks an AppWidget to go into a particular host, thereby giving that
1566 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001567 An application that has this permission should honor that contract.
1568 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001569 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001570 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1571 android:label="@string/permlab_bindGadget"
1572 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08001573 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001574
Michael Jurka61a5b012012-04-13 10:39:45 -07001575 <!-- Internal permission allowing an application to query/set which
1576 applications can bind AppWidgets.
1577 @hide -->
1578 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
1579 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1580 android:protectionLevel="signature|system" />
1581
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001582 <!-- Allows applications to change the background data setting
1583 @hide pending API council -->
1584 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1585 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1586 android:protectionLevel="signature"
1587 android:description="@string/permdesc_changeBackgroundDataSetting"
1588 android:label="@string/permlab_changeBackgroundDataSetting" />
1589
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001590 <!-- This permission can be used on content providers to allow the global
1591 search system to access their data. Typically it used when the
1592 provider has some permissions protecting it (which global search
1593 would not be expected to hold), and added as a read-only permission
1594 to the path in the provider where global search queries are
1595 performed. This permission can not be held by regular applications;
1596 it is used by applications to protect themselves from everyone else
1597 besides global search. -->
1598 <permission android:name="android.permission.GLOBAL_SEARCH"
1599 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001600 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001601
1602 <!-- Internal permission protecting access to the global search
1603 system: ensures that only the system can access the provider
1604 to perform queries (since this otherwise provides unrestricted
1605 access to a variety of content providers), and to write the
1606 search statistics (to keep applications from gaming the source
1607 ranking).
1608 @hide -->
1609 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1610 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1611 android:protectionLevel="signature" />
1612
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001613 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001614 @hide XXX Change to signature once the picker is moved to its
1615 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001616 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1617 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001618 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001619
Jeff Brownec7c78f2010-03-30 23:37:25 -07001620 <!-- Allow an application to read and write the cache partition.
1621 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001622 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1623 android:label="@string/permlab_cache_filesystem"
1624 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08001625 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001626
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001627 <!-- Must be required by default container service so that only
1628 the system can bind to it and use it to copy
1629 protected data to secure containers or files
1630 accessible to the system.
1631 @hide -->
1632 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1633 android:label="@string/permlab_copyProtectedData"
1634 android:description="@string/permlab_copyProtectedData"
1635 android:protectionLevel="signature" />
1636
Jason parks8888c592011-01-20 22:46:41 -06001637 <!-- Internal permission protecting access to the encryption methods
1638 @hide
1639 -->
1640 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08001641 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06001642
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001643 <!-- Allows an application to read historical network usage for
1644 specific networks and applications. @hide -->
1645 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
1646 android:label="@string/permlab_readNetworkUsageHistory"
1647 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08001648 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001649
1650 <!-- Allows an application to manage network policies (such as warning and disable
1651 limits) and to define application-specific rules. @hide -->
1652 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
1653 android:label="@string/permlab_manageNetworkPolicy"
1654 android:description="@string/permdesc_manageNetworkPolicy"
1655 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06001656
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001657 <!-- Allows an application to account its network traffic against other UIDs. Used
1658 by system services like download manager and media server. Not for use by
1659 third party apps. @hide -->
1660 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
1661 android:label="@string/permlab_modifyNetworkAccounting"
1662 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08001663 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001664
Tom Taylorb0381682011-08-11 14:27:25 -07001665 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001666 @hide Used internally.
1667 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001668 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001669 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001670 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001671
Kenny Root5ab21572011-07-27 11:11:19 -07001672 <!-- Package verifier needs to have this permission before the PackageManager will
1673 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07001674 -->
1675 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
1676 android:label="@string/permlab_packageVerificationAgent"
1677 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08001678 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07001679
1680 <!-- Must be required by package verifier receiver, to ensure that only the
1681 system can interact with it.
1682 @hide
1683 -->
1684 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
1685 android:label="@string/permlab_bindPackageVerifier"
1686 android:description="@string/permdesc_bindPackageVerifier"
1687 android:protectionLevel="signature" />
1688
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04001689 <!-- Allows applications to access serial ports via the SerialManager.
1690 @hide -->
1691 <permission android:name="android.permission.SERIAL_PORT"
1692 android:label="@string/permlab_serialPort"
1693 android:description="@string/permdesc_serialPort"
1694 android:protectionLevel="normal" />
1695
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08001696 <!-- Allows the holder to access content providers from outside an ApplicationThread.
1697 This permission is enforced by the ActivityManagerService on the corresponding APIs,
1698 in particular ActivityManagerService#getContentProviderExternal(String) and
1699 ActivityManagerService#removeContentProviderExternal(String).
1700 @hide
1701 -->
1702 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
1703 android:label="@string/permlab_accessContentProvidersExternally"
1704 android:description="@string/permdesc_accessContentProvidersExternally"
1705 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08001706 <!-- Allows an application to hold an UpdateLock, recommending that a headless
1707 OTA reboot *not* occur while the lock is held.
1708 @hide -->
1709 <permission android:name="android.permission.UPDATE_LOCK"
1710 android:label="@string/permlab_updateLock"
1711 android:description="@string/permdesc_updateLock"
1712 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08001713
Christopher Tate4a627c72011-04-01 14:43:32 -07001714 <!-- The system process is explicitly the only one allowed to launch the
1715 confirmation UI for full backup/restore -->
1716 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
1717
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001718 <application android:process="system"
1719 android:persistent="true"
1720 android:hasCode="false"
1721 android:label="@string/android_system_label"
1722 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001723 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001724 android:killAfterRestore="false"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001725 android:icon="@drawable/ic_launcher_android">
1726 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001727 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001728 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001729 android:excludeFromRecents="true"
1730 android:multiprocess="true">
1731 <intent-filter>
1732 <action android:name="android.intent.action.CHOOSER" />
1733 <category android:name="android.intent.category.DEFAULT" />
1734 </intent-filter>
1735 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001736 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001737 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07001738 android:label="@string/heavy_weight_switcher_title"
1739 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001740 android:excludeFromRecents="true"
1741 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07001742 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001743 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001744 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
1745 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001746 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001747 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1748 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001749 android:excludeFromRecents="true"
1750 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08001751 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001752
Fred Quintana33269202009-04-20 16:05:10 -07001753 <activity android:name="android.accounts.ChooseAccountActivity"
1754 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08001755 android:exported="true"
1756 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001757 android:label="@string/choose_account_label"
1758 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07001759 </activity>
1760
Fred Quintana1121bb52011-09-14 23:19:35 -07001761 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
1762 android:excludeFromRecents="true"
1763 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07001764 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07001765 android:label="@string/choose_account_label"
1766 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07001767 </activity>
1768
1769 <activity android:name="android.accounts.ChooseAccountTypeActivity"
1770 android:excludeFromRecents="true"
Fred Quintanab04fe4e2011-09-16 21:17:21 -07001771 android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar"
Fred Quintana1121bb52011-09-14 23:19:35 -07001772 android:label="@string/choose_account_label"
1773 android:process=":ui">
1774 </activity>
1775
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001776 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1777 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08001778 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001779 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
1780 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001781 </activity>
1782
Fred Quintanab19e62a2010-12-16 13:54:43 -08001783 <activity android:name="android.content.SyncActivityTooManyDeletes"
1784 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001785 android:label="@string/sync_too_many_deletes"
1786 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08001787 </activity>
1788
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001789 <activity android:name="com.android.server.ShutdownActivity"
1790 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001791 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001792 <intent-filter>
1793 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1794 <category android:name="android.intent.category.DEFAULT" />
1795 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04001796 <intent-filter>
1797 <action android:name="android.intent.action.REBOOT" />
1798 <category android:name="android.intent.category.DEFAULT" />
1799 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001800 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08001801
Danke Xie22d1f9f2009-08-18 18:28:45 -04001802 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001803 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001804 android:excludeFromRecents="true"
1805 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04001806 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001807
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001808 <receiver android:name="com.android.server.BootReceiver" >
1809 <intent-filter>
1810 <action android:name="android.intent.action.BOOT_COMPLETED" />
1811 </intent-filter>
1812 </receiver>
1813
1814 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07001815 android:permission="android.permission.MASTER_CLEAR"
1816 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001817 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001818 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1819 <action android:name="android.intent.action.MASTER_CLEAR" />
1820
1821 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001822 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001823 <category android:name="android.intent.category.MASTER_CLEAR" />
1824 </intent-filter>
1825 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07001826
1827 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
1828 android:permission="android.permission.MASTER_CLEAR"
1829 android:exported="true" />
1830
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001831 </application>
1832
1833</manifest>