blob: ad581c37c917d10d364ba11be83a9c82c6b1286b [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
Jeff Browne08ae382012-09-07 20:36:36 -0700111 <protected-broadcast android:name="android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED" />
112
Mike Lockwoodc4308f02011-03-01 08:04:54 -0800113 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
114 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
115 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
116 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
117 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -0400118
Mike Lockwood8f014052012-04-26 11:23:48 -0700119 <protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />
120 <protected-broadcast android:name="android.intent.action.ANALOG_AUDIO_DOCK_PLUG" />
121 <protected-broadcast android:name="android.intent.action.DIGITAL_AUDIO_DOCK_PLUG" />
122 <protected-broadcast android:name="android.intent.action.HDMI_AUDIO_PLUG" />
123 <protected-broadcast android:name="android.intent.action.USB_AUDIO_ACCESSORY_PLUG" />
124 <protected-broadcast android:name="android.intent.action.USB_AUDIO_DEVICE_PLUG" />
125
Jeff Sharkey961e3042011-08-29 16:02:57 -0700126 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
127 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
Haoyu Baidb3c8672012-06-20 14:29:57 -0700128 <protected-broadcast android:name="android.net.conn.DATA_ACTIVITY_CHANGE" />
Jeff Sharkey961e3042011-08-29 16:02:57 -0700129
Nick Pellyf36c6db2010-10-14 19:16:35 -0700130 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -0800131 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
132 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
133 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700134
Nick Pellyf36c6db2010-10-14 19:16:35 -0700135 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700136 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700137 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400138
Christopher Tate8662cab52012-02-23 14:59:36 -0800139 <protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
Nick Pellya64e2ad42011-03-14 10:28:11 -0700140
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800141 <!-- ====================================== -->
142 <!-- Permissions for things that cost money -->
143 <!-- ====================================== -->
144 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700145
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800146 <!-- Used for permissions that can be used to make the user spend money
Adrian Ludwig4c522352012-06-01 14:22:03 -0700147 without their direct involvement. For example, this is the group
148 for permissions that allow you to directly place phone calls,
149 directly send SMS messages, etc. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800150 <permission-group android:name="android.permission-group.COST_MONEY"
151 android:label="@string/permgrouplab_costMoney"
152 android:description="@string/permgroupdesc_costMoney" />
153
Adrian Ludwig4c522352012-06-01 14:22:03 -0700154
155 <!-- Allows an application to send SMS messages. -->
156 <permission android:name="android.permission.SEND_SMS"
157 android:permissionGroup="android.permission-group.COST_MONEY"
158 android:protectionLevel="dangerous"
159 android:label="@string/permlab_sendSms"
160 android:description="@string/permdesc_sendSms" />
161
162 <!-- Allows an application to send SMS messages via the Messaging app with no user
163 input or confirmation.
164 @hide -->
165 <permission android:name="android.permission.SEND_SMS_NO_CONFIRMATION"
166 android:permissionGroup="android.permission-group.COST_MONEY"
167 android:protectionLevel="signature|system"
168 android:label="@string/permlab_sendSmsNoConfirmation"
169 android:description="@string/permdesc_sendSmsNoConfirmation" />
170
171 <!-- Allows an application to initiate a phone call without going through
172 the Dialer user interface for the user to confirm the call
173 being placed. -->
174 <permission android:name="android.permission.CALL_PHONE"
175 android:permissionGroup="android.permission-group.COST_MONEY"
176 android:protectionLevel="dangerous"
177 android:label="@string/permlab_callPhone"
178 android:description="@string/permdesc_callPhone" />
179
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800180 <!-- ================================== -->
181 <!-- Permissions for accessing messages -->
182 <!-- ================================== -->
183 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700184
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800185 <!-- Used for permissions that allow an application to send messages
186 on behalf of the user or intercept messages being received by the
187 user. This is primarily intended for SMS/MMS messaging, such as
188 receiving or reading an MMS. -->
189 <permission-group android:name="android.permission-group.MESSAGES"
190 android:label="@string/permgrouplab_messages"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700191 android:description="@string/permgroupdesc_messages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800192
193 <!-- Allows an application to monitor incoming SMS messages, to record
194 or perform processing on them. -->
195 <permission android:name="android.permission.RECEIVE_SMS"
196 android:permissionGroup="android.permission-group.MESSAGES"
197 android:protectionLevel="dangerous"
198 android:label="@string/permlab_receiveSms"
199 android:description="@string/permdesc_receiveSms" />
200
201 <!-- Allows an application to monitor incoming MMS messages, to record
202 or perform processing on them. -->
203 <permission android:name="android.permission.RECEIVE_MMS"
204 android:permissionGroup="android.permission-group.MESSAGES"
205 android:protectionLevel="dangerous"
206 android:label="@string/permlab_receiveMms"
207 android:description="@string/permdesc_receiveMms" />
208
Jake Hambyab79ee42011-04-26 16:26:46 -0700209 <!-- Allows an application to receive emergency cell broadcast messages,
210 to record or display them to the user. Reserved for system apps.
211 @hide Pending API council approval -->
212 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
213 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800214 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700215 android:label="@string/permlab_receiveEmergencyBroadcast"
216 android:description="@string/permdesc_receiveEmergencyBroadcast" />
217
Jake Hambyc3296ff2012-04-18 12:32:18 -0700218 <!-- Allows an application to read previously received cell broadcast
219 messages and to register a content observer to get notifications when
220 a cell broadcast has been received and added to the database. For
221 emergency alerts, the database is updated immediately after the
222 alert dialog and notification sound/vibration/speech are presented.
223 The "read" column is then updated after the user dismisses the alert.
224 This enables supplementary emergency assistance apps to start loading
225 additional emergency information (if Internet access is available)
226 when the alert is first received, and to delay presenting the info
227 to the user until after the initial alert dialog is dismissed.
228 @hide Pending API council approval -->
229 <permission android:name="android.permission.READ_CELL_BROADCASTS"
230 android:permissionGroup="android.permission-group.MESSAGES"
231 android:protectionLevel="dangerous"
232 android:label="@string/permlab_readCellBroadcasts"
233 android:description="@string/permdesc_readCellBroadcasts" />
234
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800235 <!-- Allows an application to read SMS messages. -->
236 <permission android:name="android.permission.READ_SMS"
237 android:permissionGroup="android.permission-group.MESSAGES"
238 android:protectionLevel="dangerous"
239 android:label="@string/permlab_readSms"
240 android:description="@string/permdesc_readSms" />
241
242 <!-- Allows an application to write SMS messages. -->
243 <permission android:name="android.permission.WRITE_SMS"
244 android:permissionGroup="android.permission-group.MESSAGES"
245 android:protectionLevel="dangerous"
246 android:label="@string/permlab_writeSms"
247 android:description="@string/permdesc_writeSms" />
248
249 <!-- Allows an application to monitor incoming WAP push messages. -->
250 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
251 android:permissionGroup="android.permission-group.MESSAGES"
252 android:protectionLevel="dangerous"
253 android:label="@string/permlab_receiveWapPush"
254 android:description="@string/permdesc_receiveWapPush" />
255
256 <!-- =============================================================== -->
Adrian Ludwig4c522352012-06-01 14:22:03 -0700257 <!-- Permissions for accessing personal info (contacts and calendar) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800258 <!-- =============================================================== -->
259 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700260
Adrian Ludwig4c522352012-06-01 14:22:03 -0700261 <!-- Used for permissions that provide access to the user's private data,
262 such as contacts, calendar events, e-mail messages, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800263 both reading and writing of this data (which should generally be
264 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700265
Adrian Ludwig4c522352012-06-01 14:22:03 -0700266 <permission-group android:name="android.permission-group.PERSONAL_INFO"
267 android:label="@string/permgrouplab_personalInfo"
268 android:description="@string/permgroupdesc_personalInfo" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800269
270 <!-- Allows an application to read the user's contacts data. -->
271 <permission android:name="android.permission.READ_CONTACTS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700272 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800273 android:protectionLevel="dangerous"
274 android:label="@string/permlab_readContacts"
275 android:description="@string/permdesc_readContacts" />
276
277 <!-- Allows an application to write (but not read) the user's
278 contacts data. -->
279 <permission android:name="android.permission.WRITE_CONTACTS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700280 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800281 android:protectionLevel="dangerous"
282 android:label="@string/permlab_writeContacts"
283 android:description="@string/permdesc_writeContacts" />
284
Subir Jhanb603af612012-08-06 17:19:22 -0700285 <!-- Allows an application to execute contacts directory search.
286 This should only be used by ContactsProvider. -->
287 <!-- @hide -->
288 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
289 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700290 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700291
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700292 <!-- Allows an application to read the user's call log. -->
293 <permission android:name="android.permission.READ_CALL_LOG"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700294 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700295 android:protectionLevel="dangerous"
296 android:label="@string/permlab_readCallLog"
297 android:description="@string/permdesc_readCallLog" />
298
299 <!-- Allows an application to write (but not read) the user's
300 contacts data. -->
301 <permission android:name="android.permission.WRITE_CALL_LOG"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700302 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700303 android:protectionLevel="dangerous"
304 android:label="@string/permlab_writeCallLog"
305 android:description="@string/permdesc_writeCallLog" />
306
Dave Santoro43251332011-05-11 11:39:54 -0700307 <!-- Allows an application to read the user's personal profile data. -->
308 <permission android:name="android.permission.READ_PROFILE"
309 android:permissionGroup="android.permission-group.PERSONAL_INFO"
310 android:protectionLevel="dangerous"
311 android:label="@string/permlab_readProfile"
312 android:description="@string/permdesc_readProfile" />
313
314 <!-- Allows an application to write (but not read) the user's
315 personal profile data. -->
316 <permission android:name="android.permission.WRITE_PROFILE"
317 android:permissionGroup="android.permission-group.PERSONAL_INFO"
318 android:protectionLevel="dangerous"
319 android:label="@string/permlab_writeProfile"
320 android:description="@string/permdesc_writeProfile" />
321
Adrian Ludwig4c522352012-06-01 14:22:03 -0700322 <!-- Allows an application to read from the user's social stream. -->
323 <permission android:name="android.permission.READ_SOCIAL_STREAM"
324 android:permissionGroup="android.permission-group.PERSONAL_INFO"
325 android:protectionLevel="dangerous"
326 android:label="@string/permlab_readSocialStream"
327 android:description="@string/permdesc_readSocialStream" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700328
Adrian Ludwig4c522352012-06-01 14:22:03 -0700329 <!-- Allows an application to write (but not read) the user's
330 social stream data. -->
331 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
332 android:permissionGroup="android.permission-group.PERSONAL_INFO"
333 android:protectionLevel="dangerous"
334 android:label="@string/permlab_writeSocialStream"
335 android:description="@string/permdesc_writeSocialStream" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700336
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800337 <!-- Allows an application to read the user's calendar data. -->
338 <permission android:name="android.permission.READ_CALENDAR"
339 android:permissionGroup="android.permission-group.PERSONAL_INFO"
340 android:protectionLevel="dangerous"
341 android:label="@string/permlab_readCalendar"
342 android:description="@string/permdesc_readCalendar" />
343
344 <!-- Allows an application to write (but not read) the user's
345 calendar data. -->
346 <permission android:name="android.permission.WRITE_CALENDAR"
347 android:permissionGroup="android.permission-group.PERSONAL_INFO"
348 android:protectionLevel="dangerous"
349 android:label="@string/permlab_writeCalendar"
350 android:description="@string/permdesc_writeCalendar" />
351
352 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700353 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700354 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800355 <permission android:name="android.permission.READ_USER_DICTIONARY"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700356 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800357 android:protectionLevel="dangerous"
358 android:label="@string/permlab_readDictionary"
359 android:description="@string/permdesc_readDictionary" />
360
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700361 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800362 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700363 android:permissionGroup="android.permission-group.PERSONAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800364 android:protectionLevel="normal"
365 android:label="@string/permlab_writeDictionary"
366 android:description="@string/permdesc_writeDictionary" />
367
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400368 <!-- Allows an application to read (but not write) the user's
369 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400370 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700371 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400372 android:label="@string/permlab_readHistoryBookmarks"
373 android:description="@string/permdesc_readHistoryBookmarks"
374 android:protectionLevel="dangerous" />
375
376 <!-- Allows an application to write (but not read) the user's
377 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400378 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700379 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400380 android:label="@string/permlab_writeHistoryBookmarks"
381 android:description="@string/permdesc_writeHistoryBookmarks"
382 android:protectionLevel="dangerous" />
383
Patrick Scotta73c4b02010-09-22 08:16:53 -0400384 <!-- Allows an application to broadcast an Intent to set an alarm for the
385 user. -->
386 <permission android:name="com.android.alarm.permission.SET_ALARM"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700387 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400388 android:label="@string/permlab_setAlarm"
389 android:description="@string/permdesc_setAlarm"
390 android:protectionLevel="normal" />
391
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700392
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100393 <!-- Allows an application to add voicemails into the system. -->
394 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700395 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100396 android:protectionLevel="dangerous"
397 android:label="@string/permlab_addVoicemail"
398 android:description="@string/permdesc_addVoicemail" />
399
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800400 <!-- ======================================= -->
401 <!-- Permissions for accessing location info -->
402 <!-- ======================================= -->
403 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700404
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800405 <!-- Used for permissions that allow access to the user's current
406 location. -->
407 <permission-group android:name="android.permission-group.LOCATION"
408 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700409 android:icon="@drawable/perm_group_location"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700410 android:description="@string/permgroupdesc_location" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800411
412 <!-- Allows an application to access fine (e.g., GPS) location -->
413 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
414 android:permissionGroup="android.permission-group.LOCATION"
415 android:protectionLevel="dangerous"
416 android:label="@string/permlab_accessFineLocation"
417 android:description="@string/permdesc_accessFineLocation" />
418
419 <!-- Allows an application to access coarse (e.g., Cell-ID, WiFi) location -->
420 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
421 android:permissionGroup="android.permission-group.LOCATION"
422 android:protectionLevel="dangerous"
423 android:label="@string/permlab_accessCoarseLocation"
424 android:description="@string/permdesc_accessCoarseLocation" />
425
426 <!-- Allows an application to create mock location providers for testing -->
427 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
428 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700429 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800430 android:label="@string/permlab_accessMockLocation"
431 android:description="@string/permdesc_accessMockLocation" />
432
433 <!-- Allows an application to access extra location provider commands -->
434 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
435 android:permissionGroup="android.permission-group.LOCATION"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700436 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800437 android:label="@string/permlab_accessLocationExtraCommands"
438 android:description="@string/permdesc_accessLocationExtraCommands" />
439
Mike Lockwood275555c2009-05-01 11:30:34 -0400440 <!-- Allows an application to install a location provider into the Location Manager -->
441 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800442 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400443 android:label="@string/permlab_installLocationProvider"
444 android:description="@string/permdesc_installLocationProvider" />
445
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800446 <!-- ======================================= -->
447 <!-- Permissions for accessing networks -->
448 <!-- ======================================= -->
449 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700450
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800451 <!-- Used for permissions that provide access to networking services. The
452 main permission here is internet access, but this is also an
453 appropriate group for accessing or modifying any network configuration
454 or other related network operations. -->
455 <permission-group android:name="android.permission-group.NETWORK"
456 android:label="@string/permgrouplab_network"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700457 android:description="@string/permgroupdesc_network" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800458
459 <!-- Allows applications to open network sockets. -->
460 <permission android:name="android.permission.INTERNET"
461 android:permissionGroup="android.permission-group.NETWORK"
462 android:protectionLevel="dangerous"
463 android:description="@string/permdesc_createNetworkSockets"
464 android:label="@string/permlab_createNetworkSockets" />
465
466 <!-- Allows applications to access information about networks -->
467 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
468 android:permissionGroup="android.permission-group.NETWORK"
469 android:protectionLevel="normal"
470 android:description="@string/permdesc_accessNetworkState"
471 android:label="@string/permlab_accessNetworkState" />
472
473 <!-- Allows applications to access information about Wi-Fi networks -->
474 <permission android:name="android.permission.ACCESS_WIFI_STATE"
475 android:permissionGroup="android.permission-group.NETWORK"
476 android:protectionLevel="normal"
477 android:description="@string/permdesc_accessWifiState"
478 android:label="@string/permlab_accessWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700479
Robert Greenwalt8588e472011-11-08 10:12:25 -0800480 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900481 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
482 android:permissionGroup="android.permission-group.NETWORK"
483 android:protectionLevel="normal"
484 android:description="@string/permdesc_accessWimaxState"
485 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700486
Adrian Ludwig4c522352012-06-01 14:22:03 -0700487 <!-- Allows applications to connect to paired bluetooth devices -->
488 <permission android:name="android.permission.BLUETOOTH"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700489 android:permissionGroup="android.permission-group.NETWORK"
490 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800491 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700492 android:label="@string/permlab_bluetooth" />
493
Nick Pelly1df862a2011-02-15 13:34:38 -0800494 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700495 <permission android:name="android.permission.NFC"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700496 android:permissionGroup="android.permission-group.NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700497 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700498 android:description="@string/permdesc_nfc"
499 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700500
Adrian Ludwig4c522352012-06-01 14:22:03 -0700501 <!-- Allows an application to use SIP service -->
502 <permission android:name="android.permission.USE_SIP"
503 android:permissionGroup="android.permission-group.NETWORK"
504 android:protectionLevel="dangerous"
505 android:description="@string/permdesc_use_sip"
506 android:label="@string/permlab_use_sip" />
507
508 <!-- Allows applications to call into AccountAuthenticators. Only
509 the system can get this permission. -->
510 <permission android:name="android.permission.ACCOUNT_MANAGER"
511 android:permissionGroup="android.permission-group.ACCOUNTS"
512 android:protectionLevel="signature"
513 android:description="@string/permdesc_accountManagerService"
514 android:label="@string/permlab_accountManagerService" />
515
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700516 <!-- Allows an internal user to use privileged ConnectivityManager
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700517 APIs.
518 @hide -->
519 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
520 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800521 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700522
Haoyu Baidb3c8672012-06-20 14:29:57 -0700523 <!-- @hide -->
524 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
525 android:permissionGroup="android.permission-group.NETWORK"
526 android:protectionLevel="signature|system" />
527
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800528 <!-- ================================== -->
529 <!-- Permissions for accessing accounts -->
530 <!-- ================================== -->
531 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700532
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700533 <!-- Permissions for direct access to the accounts managed
534 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800535 <permission-group android:name="android.permission-group.ACCOUNTS"
536 android:label="@string/permgrouplab_accounts"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700537 android:description="@string/permgroupdesc_accounts" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800538
539 <!-- Allows access to the list of accounts in the Accounts Service -->
540 <permission android:name="android.permission.GET_ACCOUNTS"
541 android:permissionGroup="android.permission-group.ACCOUNTS"
542 android:protectionLevel="normal"
543 android:description="@string/permdesc_getAccounts"
544 android:label="@string/permlab_getAccounts" />
545
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700546 <!-- Allows an application to act as an AccountAuthenticator for
547 the AccountManager -->
548 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
549 android:permissionGroup="android.permission-group.ACCOUNTS"
550 android:protectionLevel="dangerous"
551 android:label="@string/permlab_authenticateAccounts"
552 android:description="@string/permdesc_authenticateAccounts" />
553
554 <!-- Allows an application to request authtokens from the AccountManager -->
555 <permission android:name="android.permission.USE_CREDENTIALS"
556 android:permissionGroup="android.permission-group.ACCOUNTS"
557 android:protectionLevel="dangerous"
558 android:label="@string/permlab_useCredentials"
559 android:description="@string/permdesc_useCredentials" />
560
561 <!-- Allows an application to manage the list of accounts in the AccountManager -->
562 <permission android:name="android.permission.MANAGE_ACCOUNTS"
563 android:permissionGroup="android.permission-group.ACCOUNTS"
564 android:protectionLevel="dangerous"
565 android:label="@string/permlab_manageAccounts"
566 android:description="@string/permdesc_manageAccounts" />
567
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800568 <!-- ================================== -->
569 <!-- Permissions for accessing hardware -->
570 <!-- ================================== -->
571 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700572
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800573 <!-- Used for permissions that provide direct access to the hardware on
574 the device. This includes audio, the camera, vibrator, etc. -->
575 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
576 android:label="@string/permgrouplab_hardwareControls"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700577 android:description="@string/permgroupdesc_hardwareControls" />
578
579
580 <!-- Allows an application to modify global audio settings -->
581 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
582 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
583 android:protectionLevel="dangerous"
584 android:label="@string/permlab_modifyAudioSettings"
585 android:description="@string/permdesc_modifyAudioSettings" />
586
587 <!-- Allows an application to record audio -->
588 <permission android:name="android.permission.RECORD_AUDIO"
589 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
590 android:protectionLevel="dangerous"
591 android:label="@string/permlab_recordAudio"
592 android:description="@string/permdesc_recordAudio" />
593
594 <!-- Required to be able to access the camera device.
595 <p>This will automatically enforce the <a
596 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
597 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
598 If you do not require all camera features or can properly operate if a camera
599 is not available, then you must modify your manifest as appropriate in order to
600 install on devices that don't support all camera features.</p> -->
601 <permission android:name="android.permission.CAMERA"
602 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
603 android:protectionLevel="dangerous"
604 android:label="@string/permlab_camera"
605 android:description="@string/permdesc_camera" />
606
607 <!-- Allows access to the vibrator -->
608 <permission android:name="android.permission.VIBRATE"
609 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
610 android:protectionLevel="normal"
611 android:label="@string/permlab_vibrate"
612 android:description="@string/permdesc_vibrate" />
613
614 <!-- Allows access to the flashlight -->
615 <permission android:name="android.permission.FLASHLIGHT"
616 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
617 android:protectionLevel="normal"
618 android:label="@string/permlab_flashlight"
619 android:description="@string/permdesc_flashlight" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800620
Mike Lockwood02eb8742011-02-27 09:10:37 -0800621 <!-- Allows an application to manage preferences and permissions for USB devices
622 @hide -->
623 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400624 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800625 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800626 android:label="@string/permlab_manageUsb"
627 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400628
Mike Lockwood10bc1112011-01-10 08:24:08 -0500629 <!-- Allows an application to access the MTP USB kernel driver.
630 For use only by the device side MTP implementation.
631 @hide -->
632 <permission android:name="android.permission.ACCESS_MTP"
633 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800634 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500635 android:label="@string/permlab_accessMtp"
636 android:description="@string/permdesc_accessMtp" />
637
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800638 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
639 <permission android:name="android.permission.HARDWARE_TEST"
640 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
641 android:protectionLevel="signature"
642 android:label="@string/permlab_hardware_test"
643 android:description="@string/permdesc_hardware_test" />
644
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500645 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
646 @hide -->
647 <permission android:name="android.permission.NET_ADMIN"
648 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
649 android:protectionLevel="signature" />
650
Jeff Sharkey098d5802012-04-26 17:30:34 -0700651 <!-- Allows registration for remote audio playback. @hide -->
652 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
653 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
654 android:protectionLevel="signature" />
655
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800656 <!-- =========================================== -->
657 <!-- Permissions associated with telephony state -->
658 <!-- =========================================== -->
659 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700660
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800661 <!-- Used for permissions that are associated with accessing and modifyign
Adrian Ludwig4c522352012-06-01 14:22:03 -0700662 telephony state: intercepting outgoing calls, reading
663 and modifying the phone state. Note that
664 placing phone calls is not in this group, since that is in the
665 more important "takin' yer moneys" group. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800666 <permission-group android:name="android.permission-group.PHONE_CALLS"
667 android:label="@string/permgrouplab_phoneCalls"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700668 android:description="@string/permgroupdesc_phoneCalls" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800669
670 <!-- Allows an application to monitor, modify, or abort outgoing
671 calls. -->
672 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
673 android:permissionGroup="android.permission-group.PHONE_CALLS"
674 android:protectionLevel="dangerous"
675 android:label="@string/permlab_processOutgoingCalls"
676 android:description="@string/permdesc_processOutgoingCalls" />
677
678 <!-- Allows modification of the telephony state - power on, mmi, etc.
679 Does not include placing calls. -->
680 <permission android:name="android.permission.MODIFY_PHONE_STATE"
681 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800682 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800683 android:label="@string/permlab_modifyPhoneState"
684 android:description="@string/permdesc_modifyPhoneState" />
685
686 <!-- Allows read only access to phone state. -->
687 <permission android:name="android.permission.READ_PHONE_STATE"
688 android:permissionGroup="android.permission-group.PHONE_CALLS"
689 android:protectionLevel="dangerous"
690 android:label="@string/permlab_readPhoneState"
691 android:description="@string/permdesc_readPhoneState" />
692
Jake Hamby463f2212011-07-21 17:55:53 -0700693 <!-- Allows read access to privileged phone state.
694 @hide Used internally. -->
695 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
696 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800697 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -0700698
San Mehat29b57e62009-04-23 09:18:32 -0700699 <!-- ================================== -->
700 <!-- Permissions for sdcard interaction -->
701 <!-- ================================== -->
702 <eat-comment />
703
704 <!-- Group of permissions that are related to SD card access. -->
705 <permission-group android:name="android.permission-group.STORAGE"
706 android:label="@string/permgrouplab_storage"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700707 android:description="@string/permgroupdesc_storage" />
San Mehat29b57e62009-04-23 09:18:32 -0700708
Dianne Hackborn79245122012-03-12 10:51:26 -0700709 <!-- Allows an application to read from external storage -->
710 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700711 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborn79245122012-03-12 10:51:26 -0700712 android:label="@string/permlab_sdcardRead"
713 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700714 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -0700715
San Mehat5a3a77d2009-06-01 09:25:28 -0700716 <!-- Allows an application to write to external storage -->
717 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -0700718 android:permissionGroup="android.permission-group.STORAGE"
719 android:label="@string/permlab_sdcardWrite"
720 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -0700721 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -0700722
Mike Lockwood1e23db42011-04-22 07:05:21 -0700723 <!-- Allows an application to write to internal media storage
724 @hide -->
725 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
726 android:permissionGroup="android.permission-group.STORAGE"
727 android:label="@string/permlab_mediaStorageWrite"
728 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -0800729 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -0700730
Jeff Sharkeye217ee42012-08-28 16:23:01 -0700731 <!-- Allows an application to access all multi-user external storage @hide -->
732 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
733 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
734 android:label="@string/permlab_sdcardAccessAll"
735 android:description="@string/permdesc_sdcardAccessAll"
736 android:protectionLevel="signature" />
737
Adrian Ludwig4c522352012-06-01 14:22:03 -0700738 <!-- ============================================ -->
739 <!-- Permissions for low-level system interaction -->
740 <!-- ============================================ -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800741 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700742
Adrian Ludwig4c522352012-06-01 14:22:03 -0700743 <!-- Group of permissions that are related to system APIs. Many
744 of these are not permissions the user will be expected to understand,
745 and such permissions should generally be marked as "normal" protection
746 level so they don't get displayed. This can also, however, be used
747 for miscellaneous features that provide access to the operating system,
748 such as writing the global system settings. -->
749 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
750 android:label="@string/permgrouplab_systemTools"
751 android:description="@string/permgroupdesc_systemTools" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800752
Adrian Ludwig4c522352012-06-01 14:22:03 -0700753 <!-- Allows an application to read or write the system settings. -->
754 <permission android:name="android.permission.WRITE_SETTINGS"
755 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800756 android:protectionLevel="dangerous"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700757 android:label="@string/permlab_writeSettings"
758 android:description="@string/permdesc_writeSettings" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800759
Adrian Ludwig4c522352012-06-01 14:22:03 -0700760 <!-- Allows an application to modify the Google service map. -->
761 <permission android:name="android.permission.WRITE_GSERVICES"
762 android:protectionLevel="signature|system"
763 android:label="@string/permlab_writeGservices"
764 android:description="@string/permdesc_writeGservices" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800765
Adrian Ludwig4c522352012-06-01 14:22:03 -0700766 <!-- Allows an application to expand or collapse the status bar. -->
767 <permission android:name="android.permission.EXPAND_STATUS_BAR"
768 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
769 android:protectionLevel="normal"
770 android:label="@string/permlab_expandStatusBar"
771 android:description="@string/permdesc_expandStatusBar" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800772
773 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -0700774 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800775 <permission android:name="android.permission.GET_TASKS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700776 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800777 android:protectionLevel="dangerous"
778 android:label="@string/permlab_getTasks"
779 android:description="@string/permdesc_getTasks" />
Dianne Hackbornb4163a62012-08-02 18:31:26 -0700780 <!-- Allows an application to call APIs that allow it to do interactions
781 across the users on the device, using singleton services and
782 user-targeted broadcasts. This permission is not available to
783 third party applications. -->
784 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
785 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
786 android:protectionLevel="signature|system|development"
787 android:label="@string/permlab_interactAcrossUsers"
788 android:description="@string/permdesc_interactAcrossUsers" />
789
790 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
791 that removes restrictions on where broadcasts can be sent and allows other
792 types of interactions. -->
793 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
794 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
795 android:protectionLevel="signature"
796 android:label="@string/permlab_interactAcrossUsersFull"
797 android:description="@string/permdesc_interactAcrossUsersFull" />
798
Amith Yamasani2a003292012-08-14 18:25:45 -0700799 <!-- Allows an application to call APIs that allow it to query and manage
800 users on the device. This permission is not available to
801 third party applications. -->
802 <permission android:name="android.permission.MANAGE_USERS"
803 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -0700804 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -0700805 android:label="@string/permlab_manageUsers"
806 android:description="@string/permdesc_manageUsers" />
807
Dianne Hackborn8238e712012-04-24 11:15:40 -0700808 <!-- Allows an application to get full detailed information about
809 recently running tasks, with full fidelity to the real state.
810 @hide -->
811 <permission android:name="android.permission.GET_DETAILED_TASKS"
812 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
813 android:protectionLevel="signature"
814 android:label="@string/permlab_getDetailedTasks"
815 android:description="@string/permdesc_getDetailedTasks" />
816
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800817 <!-- Allows an application to change the Z-order of tasks -->
818 <permission android:name="android.permission.REORDER_TASKS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700819 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
820 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800821 android:label="@string/permlab_reorderTasks"
822 android:description="@string/permdesc_reorderTasks" />
823
Dianne Hackborn24a12102011-07-29 15:52:05 -0700824 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -0700825 <permission android:name="android.permission.REMOVE_TASKS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700826 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -0700827 android:protectionLevel="signature"
828 android:label="@string/permlab_removeTasks"
829 android:description="@string/permdesc_removeTasks" />
830
Jeff Sharkey35be7562012-04-18 19:16:15 -0700831 <!-- Allows an application to start any activity, regardless of permission
832 protection or exported state. @hide -->
833 <permission android:name="android.permission.START_ANY_ACTIVITY"
834 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
835 android:protectionLevel="signature"
836 android:label="@string/permlab_startAnyActivity"
837 android:description="@string/permdesc_startAnyActivity" />
838
Adrian Ludwig4c522352012-06-01 14:22:03 -0700839 <!-- @hide Change the screen compatibility mode of applications -->
840 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
841 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
842 android:protectionLevel="signature"
843 android:label="@string/permlab_setScreenCompatibility"
844 android:description="@string/permdesc_setScreenCompatibility" />
845
846 <!-- Allows an application to modify the current configuration, such
847 as locale. -->
848 <permission android:name="android.permission.CHANGE_CONFIGURATION"
849 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
850 android:protectionLevel="dangerous"
851 android:label="@string/permlab_changeConfiguration"
852 android:description="@string/permdesc_changeConfiguration" />
853
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700854 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
855 API is no longer supported. -->
856 <permission android:name="android.permission.RESTART_PACKAGES"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700857 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700858 android:protectionLevel="normal"
859 android:label="@string/permlab_killBackgroundProcesses"
860 android:description="@string/permdesc_killBackgroundProcesses" />
861
862 <!-- Allows an application to call
863 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
864 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700865 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700866 android:protectionLevel="normal"
867 android:label="@string/permlab_killBackgroundProcesses"
868 android:description="@string/permdesc_killBackgroundProcesses" />
869
Dianne Hackborn03abb812010-01-04 18:43:19 -0800870 <!-- Allows an application to call
871 {@link android.app.ActivityManager#forceStopPackage}.
872 @hide -->
873 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
874 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
875 android:protectionLevel="signature"
876 android:label="@string/permlab_forceStopPackages"
877 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800878
Dianne Hackborn24a12102011-07-29 15:52:05 -0700879 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -0700880 An active window is the window that has fired an accessibility event. -->
881 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
882 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -0800883 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -0700884 android:label="@string/permlab_retrieve_window_content"
885 android:description="@string/permdesc_retrieve_window_content" />
886
Adrian Ludwig4c522352012-06-01 14:22:03 -0700887 <!-- Allows an application to open windows using the type
888 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
889 shown on top of all other applications. Very few applications
890 should use this permission; these windows are intended for
891 system-level interaction with the user. -->
892 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
893 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
894 android:protectionLevel="dangerous"
895 android:label="@string/permlab_systemAlertWindow"
896 android:description="@string/permdesc_systemAlertWindow" />
897
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800898 <!-- Modify the global animation scaling factor. -->
899 <permission android:name="android.permission.SET_ANIMATION_SCALE"
900 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700901 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800902 android:label="@string/permlab_setAnimationScale"
903 android:description="@string/permdesc_setAnimationScale" />
904
Dianne Hackbornd3efa392010-09-01 17:34:12 -0700905 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700906 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800907 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
908 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700909 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800910 android:label="@string/permlab_persistentActivity"
911 android:description="@string/permdesc_persistentActivity" />
912
913 <!-- Allows an application to find out the space used by any package. -->
914 <permission android:name="android.permission.GET_PACKAGE_SIZE"
915 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
916 android:protectionLevel="normal"
917 android:label="@string/permlab_getPackageSize"
918 android:description="@string/permdesc_getPackageSize" />
919
Dianne Hackborna7ca0e52009-12-01 14:31:55 -0800920 <!-- @deprecated No longer useful, see
921 {@link android.content.pm.PackageManager#addPackageToPreferred}
922 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800923 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
924 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -0800925 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800926 android:label="@string/permlab_setPreferredApplications"
927 android:description="@string/permdesc_setPreferredApplications" />
928
929 <!-- Allows an application to receive the
930 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
931 broadcast after the system finishes booting. If you don't
932 request this permission, you will not receive the broadcast at
933 that time. Though holding this permission does not have any
934 security implications, it can have a negative impact on the
935 user experience by increasing the amount of time it takes the
936 system to start and allowing applications to have themselves
937 running without the user being aware of them. As such, you must
938 explicitly declare your use of this facility to make that visible
939 to the user. -->
940 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
941 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
942 android:protectionLevel="normal"
943 android:label="@string/permlab_receiveBootCompleted"
944 android:description="@string/permdesc_receiveBootCompleted" />
945
946 <!-- Allows an application to broadcast sticky intents. These are
947 broadcasts whose data is held by the system after being finished,
948 so that clients can quickly retrieve that data without having
949 to wait for the next broadcast. -->
950 <permission android:name="android.permission.BROADCAST_STICKY"
951 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
952 android:protectionLevel="normal"
953 android:label="@string/permlab_broadcastSticky"
954 android:description="@string/permdesc_broadcastSticky" />
955
Adrian Ludwig4c522352012-06-01 14:22:03 -0700956 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
957 from dimming -->
958 <permission android:name="android.permission.WAKE_LOCK"
959 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
960 android:protectionLevel="dangerous"
961 android:label="@string/permlab_wakeLock"
962 android:description="@string/permdesc_wakeLock" />
963
964 <!-- Allows applications to set the wallpaper -->
965 <permission android:name="android.permission.SET_WALLPAPER"
966 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
967 android:protectionLevel="normal"
968 android:label="@string/permlab_setWallpaper"
969 android:description="@string/permdesc_setWallpaper" />
970
971 <!-- Allows applications to set the wallpaper hints -->
972 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
973 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
974 android:protectionLevel="normal"
975 android:label="@string/permlab_setWallpaperHints"
976 android:description="@string/permdesc_setWallpaperHints" />
977
978 <!-- Allows applications to set the system time -->
979 <permission android:name="android.permission.SET_TIME"
980 android:protectionLevel="signature|system"
981 android:label="@string/permlab_setTime"
982 android:description="@string/permdesc_setTime" />
983
984 <!-- Allows applications to set the system time zone -->
985 <permission android:name="android.permission.SET_TIME_ZONE"
986 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
987 android:protectionLevel="dangerous"
988 android:label="@string/permlab_setTimeZone"
989 android:description="@string/permdesc_setTimeZone" />
990
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800991 <!-- Allows mounting and unmounting file systems for removable storage. -->
992 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
993 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwig4c522352012-06-01 14:22:03 -0700994 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800995 android:label="@string/permlab_mount_unmount_filesystems"
996 android:description="@string/permdesc_mount_unmount_filesystems" />
997
998 <!-- Allows formatting file systems for removable storage. -->
999 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1000 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwig4c522352012-06-01 14:22:03 -07001001 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001002 android:label="@string/permlab_mount_format_filesystems"
1003 android:description="@string/permdesc_mount_format_filesystems" />
1004
San Mehat02735bc2010-01-26 15:18:08 -08001005 <!-- Allows access to ASEC non-destructive API calls
1006 @hide -->
1007 <permission android:name="android.permission.ASEC_ACCESS"
1008 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001009 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001010 android:label="@string/permlab_asec_access"
1011 android:description="@string/permdesc_asec_access" />
1012
1013 <!-- Allows creation of ASEC volumes
1014 @hide -->
1015 <permission android:name="android.permission.ASEC_CREATE"
1016 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001017 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001018 android:label="@string/permlab_asec_create"
1019 android:description="@string/permdesc_asec_create" />
1020
1021 <!-- Allows destruction of ASEC volumes
1022 @hide -->
1023 <permission android:name="android.permission.ASEC_DESTROY"
1024 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001025 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001026 android:label="@string/permlab_asec_destroy"
1027 android:description="@string/permdesc_asec_destroy" />
1028
1029 <!-- Allows mount / unmount of ASEC volumes
1030 @hide -->
1031 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1032 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001033 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001034 android:label="@string/permlab_asec_mount_unmount"
1035 android:description="@string/permdesc_asec_mount_unmount" />
1036
1037 <!-- Allows rename of ASEC volumes
1038 @hide -->
1039 <permission android:name="android.permission.ASEC_RENAME"
1040 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001041 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001042 android:label="@string/permlab_asec_rename"
1043 android:description="@string/permdesc_asec_rename" />
1044
Adrian Ludwig4c522352012-06-01 14:22:03 -07001045 <!-- Allows applications to disable the keyguard -->
1046 <permission android:name="android.permission.DISABLE_KEYGUARD"
1047 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1048 android:protectionLevel="dangerous"
1049 android:description="@string/permdesc_disableKeyguard"
1050 android:label="@string/permlab_disableKeyguard" />
1051
1052 <!-- Allows applications to read the sync settings -->
1053 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1054 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1055 android:protectionLevel="normal"
1056 android:description="@string/permdesc_readSyncSettings"
1057 android:label="@string/permlab_readSyncSettings" />
1058
1059 <!-- Allows applications to write the sync settings -->
1060 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1061 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1062 android:protectionLevel="dangerous"
1063 android:description="@string/permdesc_writeSyncSettings"
1064 android:label="@string/permlab_writeSyncSettings" />
1065
1066 <!-- Allows applications to read the sync stats -->
1067 <permission android:name="android.permission.READ_SYNC_STATS"
1068 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1069 android:protectionLevel="normal"
1070 android:description="@string/permdesc_readSyncStats"
1071 android:label="@string/permlab_readSyncStats" />
1072
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001073 <!-- Allows applications to write the apn settings -->
1074 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1075 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001076 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001077 android:description="@string/permdesc_writeApnSettings"
1078 android:label="@string/permlab_writeApnSettings" />
1079
Fred Quintana60307342009-03-24 22:48:12 -07001080 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001081 ContentProvider. -->
1082 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1083 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1084 android:label="@string/permlab_subscribedFeedsRead"
1085 android:description="@string/permdesc_subscribedFeedsRead"
1086 android:protectionLevel="normal" />
1087 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1088 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1089 android:label="@string/permlab_subscribedFeedsWrite"
1090 android:description="@string/permdesc_subscribedFeedsWrite"
1091 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001092
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001093 <!-- Allows applications to change network connectivity state -->
1094 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
1095 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Adrian Ludwig4c522352012-06-01 14:22:03 -07001096 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001097 android:description="@string/permdesc_changeNetworkState"
1098 android:label="@string/permlab_changeNetworkState" />
1099
Adrian Ludwig4c522352012-06-01 14:22:03 -07001100 <!-- Allows applications to change Wi-Fi connectivity state -->
1101 <permission android:name="android.permission.CHANGE_WIFI_STATE"
1102 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1103 android:protectionLevel="dangerous"
1104 android:description="@string/permdesc_changeWifiState"
1105 android:label="@string/permlab_changeWifiState" />
1106
1107
1108 <!-- @hide -->
1109 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
1110 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1111 android:protectionLevel="dangerous"
1112 android:description="@string/permdesc_changeWimaxState"
1113 android:label="@string/permlab_changeWimaxState" />
1114
1115
Adrian Ludwig361dfeb2012-06-01 19:57:57 -07001116
Adrian Ludwig4c522352012-06-01 14:22:03 -07001117 <!-- Allows applications to enter Wi-Fi Multicast mode -->
1118 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
1119 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1120 android:protectionLevel="dangerous"
1121 android:description="@string/permdesc_changeWifiMulticastState"
1122 android:label="@string/permlab_changeWifiMulticastState" />
1123
1124 <!-- Allows applications to discover and pair bluetooth devices -->
1125 <permission android:name="android.permission.BLUETOOTH_ADMIN"
1126 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1127 android:protectionLevel="dangerous"
1128 android:description="@string/permdesc_bluetoothAdmin"
1129 android:label="@string/permlab_bluetoothAdmin" />
1130
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001131 <!-- Allows an application to clear the caches of all installed
1132 applications on the device. -->
1133 <permission android:name="android.permission.CLEAR_APP_CACHE"
1134 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1135 android:protectionLevel="dangerous"
1136 android:label="@string/permlab_clearAppCache"
1137 android:description="@string/permdesc_clearAppCache" />
1138
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001139 <!-- Allows an application to use any media decoder when decoding for playback
1140 @hide -->
1141 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001142 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001143 android:label="@string/permlab_anyCodecForPlayback"
1144 android:description="@string/permdesc_anyCodecForPlayback" />
1145
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001146 <!-- ========================================= -->
1147 <!-- Permissions for special development tools -->
1148 <!-- ========================================= -->
1149 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001150
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001151 <!-- Group of permissions that are related to development features. These
1152 are not permissions that should appear in normal applications; they
1153 protect APIs that are intended only to be used for development
1154 purposes. -->
1155 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1156 android:label="@string/permgrouplab_developmentTools"
Adrian Ludwig4c522352012-06-01 14:22:03 -07001157 android:description="@string/permgroupdesc_developmentTools" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001158
Dianne Hackborne639da72012-02-21 15:11:13 -08001159 <!-- Allows an application to read or write the secure system settings. -->
1160 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1161 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1162 android:protectionLevel="signature|system|development"
1163 android:label="@string/permlab_writeSecureSettings"
1164 android:description="@string/permdesc_writeSecureSettings" />
1165
1166 <!-- Allows an application to retrieve state dump information from system
1167 services. -->
1168 <permission android:name="android.permission.DUMP"
1169 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1170 android:protectionLevel="signature|system|development"
1171 android:label="@string/permlab_dump"
1172 android:description="@string/permdesc_dump" />
1173
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001174 <!-- Allows an application to read the low-level system log files.
1175 Log entries can contain the user's private information,
1176 which is why this permission is not available to normal apps. -->
1177 <permission android:name="android.permission.READ_LOGS"
1178 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1179 android:protectionLevel="signature|system|development"
1180 android:label="@string/permlab_readLogs"
1181 android:description="@string/permdesc_readLogs" />
1182
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001183 <!-- Configure an application for debugging. -->
1184 <permission android:name="android.permission.SET_DEBUG_APP"
1185 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001186 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001187 android:label="@string/permlab_setDebugApp"
1188 android:description="@string/permdesc_setDebugApp" />
1189
1190 <!-- Allows an application to set the maximum number of (not needed)
1191 application processes that can be running. -->
1192 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1193 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001194 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001195 android:label="@string/permlab_setProcessLimit"
1196 android:description="@string/permdesc_setProcessLimit" />
1197
1198 <!-- Allows an application to control whether activities are immediately
1199 finished when put in the background. -->
1200 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1201 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001202 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001203 android:label="@string/permlab_setAlwaysFinish"
1204 android:description="@string/permdesc_setAlwaysFinish" />
1205
1206 <!-- Allow an application to request that a signal be sent to all persistent processes -->
1207 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1208 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001209 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001210 android:label="@string/permlab_signalPersistentProcesses"
1211 android:description="@string/permdesc_signalPersistentProcesses" />
1212
1213 <!-- ==================================== -->
1214 <!-- Private (signature-only) permissions -->
1215 <!-- ==================================== -->
1216 <eat-comment />
1217
1218 <!-- Allows applications to RW to diagnostic resources. -->
1219 <permission android:name="android.permission.DIAGNOSTIC"
1220 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1221 android:protectionLevel="signature"
1222 android:description="@string/permdesc_diagnostic"
1223 android:label="@string/permlab_diagnostic" />
1224
1225 <!-- Allows an application to open, close, or disable the status bar
1226 and its icons. -->
1227 <permission android:name="android.permission.STATUS_BAR"
1228 android:label="@string/permlab_statusBar"
1229 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001230 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001231
Joe Onorato8bc6c512010-06-04 16:21:12 -04001232 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1233 @hide -->
1234 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1235 android:label="@string/permlab_statusBarService"
1236 android:description="@string/permdesc_statusBarService"
1237 android:protectionLevel="signature" />
1238
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001239 <!-- Allows an application to force a BACK operation on whatever is the
1240 top activity. -->
1241 <permission android:name="android.permission.FORCE_BACK"
1242 android:label="@string/permlab_forceBack"
1243 android:description="@string/permdesc_forceBack"
1244 android:protectionLevel="signature" />
1245
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001246 <!-- Allows an application to update device statistics. Not for
1247 use by third party apps. -->
1248 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
1249 android:label="@string/permlab_batteryStats"
1250 android:description="@string/permdesc_batteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001251 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001252
1253 <!-- Allows an application to open windows that are for use by parts
1254 of the system user interface. Not for use by third party apps. -->
1255 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1256 android:label="@string/permlab_internalSystemWindow"
1257 android:description="@string/permdesc_internalSystemWindow"
1258 android:protectionLevel="signature" />
1259
1260 <!-- Allows an application to manage (create, destroy,
1261 Z-order) application tokens in the window manager. This is only
1262 for use by the system. -->
1263 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1264 android:label="@string/permlab_manageAppTokens"
1265 android:description="@string/permdesc_manageAppTokens"
1266 android:protectionLevel="signature" />
1267
Dianne Hackborn9d9ece32012-09-10 15:33:52 -07001268 <!-- @hide Allows the application to temporarily freeze the screen for a
1269 full-screen transition. -->
1270 <permission android:name="android.permission.FREEZE_SCREEN"
1271 android:label="@string/permlab_freezeScreen"
1272 android:description="@string/permdesc_freezeScreen"
1273 android:protectionLevel="signature" />
1274
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001275 <!-- Allows an application to inject user events (keys, touch, trackball)
1276 into the event stream and deliver them to ANY window. Without this
1277 permission, you can only deliver events to windows in your own process.
1278 Very few applications should need to use this permission. -->
1279 <permission android:name="android.permission.INJECT_EVENTS"
1280 android:label="@string/permlab_injectEvents"
1281 android:description="@string/permdesc_injectEvents"
1282 android:protectionLevel="signature" />
1283
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001284 <!-- @hide Allows an application to register an input filter which filters the stream
1285 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1286 <permission android:name="android.permission.FILTER_EVENTS"
1287 android:label="@string/permlab_filter_events"
1288 android:description="@string/permdesc_filter_events"
1289 android:protectionLevel="signature" />
1290
1291 <!-- @hide Allows an application to retrieve info for a window from the window manager. -->
1292 <permission android:name="android.permission.RETRIEVE_WINDOW_INFO"
1293 android:label="@string/permlab_retrieve_window_info"
1294 android:description="@string/permdesc_retrieve_window_info"
1295 android:protectionLevel="signature" />
1296
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -07001297 <!-- @hide Allows an application to magnify the content of a display. -->
1298 <permission android:name="android.permission.MAGNIFY_DISPLAY"
1299 android:label="@string/permlab_magnify_display"
1300 android:description="@string/permdesc_magnify_display"
1301 android:protectionLevel="signature" />
1302
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001303 <!-- Allows an application to watch and control how activities are
1304 started globally in the system. Only for is in debugging
1305 (usually the monkey command). -->
1306 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1307 android:label="@string/permlab_runSetActivityWatcher"
1308 android:description="@string/permdesc_runSetActivityWatcher"
1309 android:protectionLevel="signature" />
1310
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001311 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001312 to put the higher-level system there into a shutdown state.
1313 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001314 <permission android:name="android.permission.SHUTDOWN"
1315 android:label="@string/permlab_shutdown"
1316 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001317 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001318
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001319 <!-- Allows an application to tell the activity manager to temporarily
1320 stop application switches, putting it into a special mode that
1321 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001322 critical UI such as the home screen.
1323 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001324 <permission android:name="android.permission.STOP_APP_SWITCHES"
1325 android:label="@string/permlab_stopAppSwitches"
1326 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001327 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001328
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001329 <!-- Allows an application to retrieve the current state of keys and
Jeff Brownac143512012-04-05 18:57:33 -07001330 switches. This is only for use by the system.
1331 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001332 <permission android:name="android.permission.READ_INPUT_STATE"
1333 android:label="@string/permlab_readInputState"
1334 android:description="@string/permdesc_readInputState"
1335 android:protectionLevel="signature" />
1336
Dianne Hackbornd6847842010-01-12 18:14:19 -08001337 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1338 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001339 <permission android:name="android.permission.BIND_INPUT_METHOD"
1340 android:label="@string/permlab_bindInputMethod"
1341 android:description="@string/permdesc_bindInputMethod"
1342 android:protectionLevel="signature" />
1343
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001344 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07001345 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001346 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
1347 android:label="@string/permlab_bindAccessibilityService"
1348 android:description="@string/permdesc_bindAccessibilityService"
1349 android:protectionLevel="signature" />
1350
satok988323c2011-06-22 16:38:13 +09001351 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1352 to ensure that only the system can bind to it. -->
1353 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1354 android:label="@string/permlab_bindTextService"
1355 android:description="@string/permdesc_bindTextService"
1356 android:protectionLevel="signature" />
1357
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001358 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001359 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001360 <permission android:name="android.permission.BIND_VPN_SERVICE"
1361 android:label="@string/permlab_bindVpnService"
1362 android:description="@string/permdesc_bindVpnService"
1363 android:protectionLevel="signature" />
1364
Dianne Hackbornd6847842010-01-12 18:14:19 -08001365 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1366 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001367 <permission android:name="android.permission.BIND_WALLPAPER"
1368 android:label="@string/permlab_bindWallpaper"
1369 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001370 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001371
Dianne Hackbornd6847842010-01-12 18:14:19 -08001372 <!-- Must be required by device administration receiver, to ensure that only the
1373 system can interact with it. -->
1374 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1375 android:label="@string/permlab_bindDeviceAdmin"
1376 android:description="@string/permdesc_bindDeviceAdmin"
1377 android:protectionLevel="signature" />
1378
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001379 <!-- Allows low-level access to setting the orientation (actually
1380 rotation) of the screen. Not for use by normal applications. -->
1381 <permission android:name="android.permission.SET_ORIENTATION"
1382 android:label="@string/permlab_setOrientation"
1383 android:description="@string/permdesc_setOrientation"
1384 android:protectionLevel="signature" />
1385
Jeff Brown1a84fd12011-06-02 01:26:32 -07001386 <!-- Allows low-level access to setting the pointer speed.
1387 Not for use by normal applications. -->
1388 <permission android:name="android.permission.SET_POINTER_SPEED"
1389 android:label="@string/permlab_setPointerSpeed"
1390 android:description="@string/permdesc_setPointerSpeed"
1391 android:protectionLevel="signature" />
1392
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001393 <!-- Allows low-level access to setting the keyboard layout.
Jeff Brown507f5582012-05-07 19:06:06 -07001394 Not for use by normal applications.
1395 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001396 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1397 android:label="@string/permlab_setKeyboardLayout"
1398 android:description="@string/permdesc_setKeyboardLayout"
1399 android:protectionLevel="signature" />
1400
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001401 <!-- Allows an application to install packages. -->
1402 <permission android:name="android.permission.INSTALL_PACKAGES"
1403 android:label="@string/permlab_installPackages"
1404 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001405 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001406
1407 <!-- Allows an application to clear user data -->
1408 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1409 android:label="@string/permlab_clearAppUserData"
1410 android:description="@string/permdesc_clearAppUserData"
1411 android:protectionLevel="signature" />
1412
1413 <!-- Allows an application to delete cache files. -->
1414 <permission android:name="android.permission.DELETE_CACHE_FILES"
1415 android:label="@string/permlab_deleteCacheFiles"
1416 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08001417 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001418
1419 <!-- Allows an application to delete packages. -->
1420 <permission android:name="android.permission.DELETE_PACKAGES"
1421 android:label="@string/permlab_deletePackages"
1422 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001423 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001424
Jeff Brownec7c78f2010-03-30 23:37:25 -07001425 <!-- Allows an application to move location of installed package.
1426 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001427 <permission android:name="android.permission.MOVE_PACKAGE"
1428 android:label="@string/permlab_movePackage"
1429 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08001430 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001431
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001432 <!-- Allows an application to change whether an application component (other than its own) is
1433 enabled or not. -->
1434 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1435 android:label="@string/permlab_changeComponentState"
1436 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08001437 android:protectionLevel="signature|system" />
1438
1439 <!-- @hide Allows an application to grant or revoke specific permissions. -->
1440 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1441 android:label="@string/permlab_grantRevokePermissions"
1442 android:description="@string/permdesc_grantRevokePermissions"
1443 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001444
1445 <!-- Allows an application to use SurfaceFlinger's low level features -->
1446 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1447 android:label="@string/permlab_accessSurfaceFlinger"
1448 android:description="@string/permdesc_accessSurfaceFlinger"
1449 android:protectionLevel="signature" />
1450
1451 <!-- Allows an application to take screen shots and more generally
1452 get access to the frame buffer data -->
1453 <permission android:name="android.permission.READ_FRAME_BUFFER"
1454 android:label="@string/permlab_readFrameBuffer"
1455 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08001456 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001457
Jeff Brown4b71e4e2012-09-07 17:41:02 -07001458 <!-- Allows an application to configure and connect to Wifi displays
1459 @hide -->
1460 <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
1461 android:label="@string/permlab_configureWifiDisplay"
1462 android:description="@string/permdesc_configureWifiDisplay"
1463 android:protectionLevel="signature" />
1464
1465 <!-- Allows an application to control low-level features of Wifi displays
1466 such as opening an RTSP socket. This permission should only be used
1467 by the display manager.
1468 @hide -->
1469 <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
1470 android:label="@string/permlab_controlWifiDisplay"
1471 android:description="@string/permdesc_controlWifiDisplay"
1472 android:protectionLevel="signature" />
1473
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001474 <!-- Required to be able to disable the device (very dangerous!). -->
1475 <permission android:name="android.permission.BRICK"
1476 android:label="@string/permlab_brick"
1477 android:description="@string/permdesc_brick"
1478 android:protectionLevel="signature" />
1479
1480 <!-- Required to be able to reboot the device. -->
1481 <permission android:name="android.permission.REBOOT"
1482 android:label="@string/permlab_reboot"
1483 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08001484 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001485
1486 <!-- Allows low-level access to power management -->
1487 <permission android:name="android.permission.DEVICE_POWER"
1488 android:label="@string/permlab_devicePower"
1489 android:description="@string/permdesc_devicePower"
1490 android:protectionLevel="signature" />
1491
fredc0f420372012-04-12 00:02:00 -07001492 <!-- Allows low-level access to tun tap driver -->
1493 <permission android:name="android.permission.NET_TUNNELING"
1494 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1495 android:protectionLevel="signature" />
1496
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001497 <!-- Run as a manufacturer test application, running as the root user.
1498 Only available when the device is running in manufacturer test mode. -->
1499 <permission android:name="android.permission.FACTORY_TEST"
1500 android:label="@string/permlab_factoryTest"
1501 android:description="@string/permdesc_factoryTest"
1502 android:protectionLevel="signature" />
1503
1504 <!-- Allows an application to broadcast a notification that an application
1505 package has been removed. -->
1506 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1507 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1508 android:label="@string/permlab_broadcastPackageRemoved"
1509 android:description="@string/permdesc_broadcastPackageRemoved"
1510 android:protectionLevel="signature" />
1511
1512 <!-- Allows an application to broadcast an SMS receipt notification -->
1513 <permission android:name="android.permission.BROADCAST_SMS"
1514 android:permissionGroup="android.permission-group.MESSAGES"
1515 android:label="@string/permlab_broadcastSmsReceived"
1516 android:description="@string/permdesc_broadcastSmsReceived"
1517 android:protectionLevel="signature" />
1518
1519 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1520 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1521 android:permissionGroup="android.permission-group.MESSAGES"
1522 android:label="@string/permlab_broadcastWapPush"
1523 android:description="@string/permdesc_broadcastWapPush"
1524 android:protectionLevel="signature" />
1525
1526 <permission android:name="android.permission.MASTER_CLEAR"
1527 android:label="@string/permlab_masterClear"
1528 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08001529 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001530
1531 <!-- Allows an application to call any phone number, including emergency
1532 numbers, without going through the Dialer user interface for the user
1533 to confirm the call being placed. -->
1534 <permission android:name="android.permission.CALL_PRIVILEGED"
1535 android:label="@string/permlab_callPrivileged"
1536 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08001537 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001538
Jim Miller767be5f2009-08-25 19:33:57 -07001539 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
1540 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
1541 android:label="@string/permlab_performCdmaProvisioning"
1542 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08001543 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07001544
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001545 <!-- Allows enabling/disabling location update notifications from
1546 the radio. Not for use by normal applications. -->
1547 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
1548 android:label="@string/permlab_locationUpdates"
1549 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08001550 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001551
1552 <!-- Allows read/write access to the "properties" table in the checkin
1553 database, to change values that get uploaded. -->
1554 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
1555 android:label="@string/permlab_checkinProperties"
1556 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08001557 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001558
1559 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07001560 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001561 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
1562 android:label="@string/permlab_pkgUsageStats"
1563 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001564 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001565
1566 <!-- Allows an application to collect battery statistics -->
1567 <permission android:name="android.permission.BATTERY_STATS"
1568 android:label="@string/permlab_batteryStats"
1569 android:description="@string/permdesc_batteryStats"
1570 android:protectionLevel="normal" />
1571
Christopher Tate181fafa2009-05-14 11:12:14 -07001572 <!-- Allows an application to control the backup and restore process
1573 @hide pending API council -->
1574 <permission android:name="android.permission.BACKUP"
1575 android:label="@string/permlab_backup"
1576 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08001577 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07001578
Christopher Tate4a627c72011-04-01 14:43:32 -07001579 <!-- Allows a package to launch the secure full-backup confirmation UI.
1580 ONLY the system process may hold this permission.
1581 @hide -->
1582 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
1583 android:label="@string/permlab_confirm_full_backup"
1584 android:description="@string/permdesc_confirm_full_backup"
1585 android:protectionLevel="signature" />
1586
Winson Chung81f39eb2011-01-11 18:05:01 -08001587 <!-- Must be required by a {@link android.widget.RemoteViewsService},
1588 to ensure that only the system can bind to it. -->
1589 <permission android:name="android.permission.BIND_REMOTEVIEWS"
1590 android:label="@string/permlab_bindRemoteViews"
1591 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08001592 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08001593
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001594 <!-- Allows an application to tell the AppWidget service which application
1595 can access AppWidget's data. The normal user flow is that a user
1596 picks an AppWidget to go into a particular host, thereby giving that
1597 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001598 An application that has this permission should honor that contract.
1599 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07001600 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001601 android:permissionGroup="android.permission-group.PERSONAL_INFO"
1602 android:label="@string/permlab_bindGadget"
1603 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08001604 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001605
Michael Jurka61a5b012012-04-13 10:39:45 -07001606 <!-- Internal permission allowing an application to query/set which
1607 applications can bind AppWidgets.
1608 @hide -->
1609 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
1610 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1611 android:protectionLevel="signature|system" />
1612
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001613 <!-- Allows applications to change the background data setting
1614 @hide pending API council -->
1615 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
1616 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1617 android:protectionLevel="signature"
1618 android:description="@string/permdesc_changeBackgroundDataSetting"
1619 android:label="@string/permlab_changeBackgroundDataSetting" />
1620
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001621 <!-- This permission can be used on content providers to allow the global
1622 search system to access their data. Typically it used when the
1623 provider has some permissions protecting it (which global search
1624 would not be expected to hold), and added as a read-only permission
1625 to the path in the provider where global search queries are
1626 performed. This permission can not be held by regular applications;
1627 it is used by applications to protect themselves from everyone else
1628 besides global search. -->
1629 <permission android:name="android.permission.GLOBAL_SEARCH"
1630 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001631 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07001632
1633 <!-- Internal permission protecting access to the global search
1634 system: ensures that only the system can access the provider
1635 to perform queries (since this otherwise provides unrestricted
1636 access to a variety of content providers), and to write the
1637 search statistics (to keep applications from gaming the source
1638 ranking).
1639 @hide -->
1640 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
1641 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1642 android:protectionLevel="signature" />
1643
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001644 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07001645 @hide XXX Change to signature once the picker is moved to its
1646 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001647 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
1648 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001649 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001650
Jeff Brownec7c78f2010-03-30 23:37:25 -07001651 <!-- Allow an application to read and write the cache partition.
1652 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001653 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
1654 android:label="@string/permlab_cache_filesystem"
1655 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08001656 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08001657
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08001658 <!-- Must be required by default container service so that only
1659 the system can bind to it and use it to copy
1660 protected data to secure containers or files
1661 accessible to the system.
1662 @hide -->
1663 <permission android:name="android.permission.COPY_PROTECTED_DATA"
1664 android:label="@string/permlab_copyProtectedData"
1665 android:description="@string/permlab_copyProtectedData"
1666 android:protectionLevel="signature" />
1667
Jason parks8888c592011-01-20 22:46:41 -06001668 <!-- Internal permission protecting access to the encryption methods
1669 @hide
1670 -->
1671 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08001672 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06001673
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001674 <!-- Allows an application to read historical network usage for
1675 specific networks and applications. @hide -->
1676 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
1677 android:label="@string/permlab_readNetworkUsageHistory"
1678 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08001679 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07001680
1681 <!-- Allows an application to manage network policies (such as warning and disable
1682 limits) and to define application-specific rules. @hide -->
1683 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
1684 android:label="@string/permlab_manageNetworkPolicy"
1685 android:description="@string/permdesc_manageNetworkPolicy"
1686 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06001687
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001688 <!-- Allows an application to account its network traffic against other UIDs. Used
1689 by system services like download manager and media server. Not for use by
1690 third party apps. @hide -->
1691 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
1692 android:label="@string/permlab_modifyNetworkAccounting"
1693 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08001694 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07001695
Tom Taylorb0381682011-08-11 14:27:25 -07001696 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08001697 @hide Used internally.
1698 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001699 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08001700 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001701 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08001702
Kenny Root5ab21572011-07-27 11:11:19 -07001703 <!-- Package verifier needs to have this permission before the PackageManager will
1704 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07001705 -->
1706 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
1707 android:label="@string/permlab_packageVerificationAgent"
1708 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08001709 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07001710
1711 <!-- Must be required by package verifier receiver, to ensure that only the
1712 system can interact with it.
1713 @hide
1714 -->
1715 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
1716 android:label="@string/permlab_bindPackageVerifier"
1717 android:description="@string/permdesc_bindPackageVerifier"
1718 android:protectionLevel="signature" />
1719
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04001720 <!-- Allows applications to access serial ports via the SerialManager.
1721 @hide -->
1722 <permission android:name="android.permission.SERIAL_PORT"
1723 android:label="@string/permlab_serialPort"
1724 android:description="@string/permdesc_serialPort"
1725 android:protectionLevel="normal" />
1726
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08001727 <!-- Allows the holder to access content providers from outside an ApplicationThread.
1728 This permission is enforced by the ActivityManagerService on the corresponding APIs,
1729 in particular ActivityManagerService#getContentProviderExternal(String) and
1730 ActivityManagerService#removeContentProviderExternal(String).
1731 @hide
1732 -->
1733 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
1734 android:label="@string/permlab_accessContentProvidersExternally"
1735 android:description="@string/permdesc_accessContentProvidersExternally"
1736 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08001737 <!-- Allows an application to hold an UpdateLock, recommending that a headless
1738 OTA reboot *not* occur while the lock is held.
1739 @hide -->
1740 <permission android:name="android.permission.UPDATE_LOCK"
1741 android:label="@string/permlab_updateLock"
1742 android:description="@string/permdesc_updateLock"
1743 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08001744
Christopher Tate4a627c72011-04-01 14:43:32 -07001745 <!-- The system process is explicitly the only one allowed to launch the
1746 confirmation UI for full backup/restore -->
1747 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
1748
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001749 <application android:process="system"
1750 android:persistent="true"
1751 android:hasCode="false"
1752 android:label="@string/android_system_label"
1753 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07001754 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07001755 android:killAfterRestore="false"
Fabrice Di Meglio4497e0c2012-09-10 20:46:33 -07001756 android:icon="@drawable/ic_launcher_android"
1757 android:supportsRtl="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001758 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001759 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07001760 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001761 android:excludeFromRecents="true"
1762 android:multiprocess="true">
1763 <intent-filter>
1764 <action android:name="android.intent.action.CHOOSER" />
1765 <category android:name="android.intent.category.DEFAULT" />
1766 </intent-filter>
1767 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07001768 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001769 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07001770 android:label="@string/heavy_weight_switcher_title"
1771 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001772 android:excludeFromRecents="true"
1773 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07001774 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001775 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001776 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
1777 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07001778 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08001779 <activity android:name="com.android.internal.app.DisableCarModeActivity"
1780 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001781 android:excludeFromRecents="true"
1782 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08001783 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001784
Fred Quintana33269202009-04-20 16:05:10 -07001785 <activity android:name="android.accounts.ChooseAccountActivity"
1786 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08001787 android:exported="true"
1788 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001789 android:label="@string/choose_account_label"
1790 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07001791 </activity>
1792
Fred Quintana1121bb52011-09-14 23:19:35 -07001793 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
1794 android:excludeFromRecents="true"
1795 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07001796 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07001797 android:label="@string/choose_account_label"
1798 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07001799 </activity>
1800
1801 <activity android:name="android.accounts.ChooseAccountTypeActivity"
1802 android:excludeFromRecents="true"
Fred Quintanab04fe4e2011-09-16 21:17:21 -07001803 android:theme="@android:style/Theme.Holo.DialogWhenLarge.NoActionBar"
Fred Quintana1121bb52011-09-14 23:19:35 -07001804 android:label="@string/choose_account_label"
1805 android:process=":ui">
1806 </activity>
1807
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001808 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
1809 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08001810 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001811 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
1812 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07001813 </activity>
1814
Fred Quintanab19e62a2010-12-16 13:54:43 -08001815 <activity android:name="android.content.SyncActivityTooManyDeletes"
1816 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001817 android:label="@string/sync_too_many_deletes"
1818 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08001819 </activity>
1820
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001821 <activity android:name="com.android.server.ShutdownActivity"
1822 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07001823 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001824 <intent-filter>
1825 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
1826 <category android:name="android.intent.category.DEFAULT" />
1827 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04001828 <intent-filter>
1829 <action android:name="android.intent.action.REBOOT" />
1830 <category android:name="android.intent.category.DEFAULT" />
1831 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001832 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08001833
Danke Xie22d1f9f2009-08-18 18:28:45 -04001834 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08001835 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07001836 android:excludeFromRecents="true"
1837 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04001838 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07001839
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001840 <receiver android:name="com.android.server.BootReceiver" >
1841 <intent-filter>
1842 <action android:name="android.intent.action.BOOT_COMPLETED" />
1843 </intent-filter>
1844 </receiver>
1845
Geremy Condrab6310842012-08-23 22:00:15 -07001846 <receiver android:name="com.android.server.updates.CertPinInstallReceiver" >
1847 <intent-filter>
1848 <action android:name="android.intent.action.UPDATE_PINS" />
1849 </intent-filter>
1850 </receiver>
1851
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001852 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07001853 android:permission="android.permission.MASTER_CLEAR"
1854 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001855 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08001856 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
1857 <action android:name="android.intent.action.MASTER_CLEAR" />
1858
1859 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07001860 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001861 <category android:name="android.intent.category.MASTER_CLEAR" />
1862 </intent-filter>
1863 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07001864
1865 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
1866 android:permission="android.permission.MASTER_CLEAR"
1867 android:exported="true" />
1868
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001869 </application>
1870
1871</manifest>