blob: 6f9f3ac55d6da38c8d574bddd0bf5243f48f51ec [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" />
Jeff Sharkey61277df2013-06-12 18:16:01 -070032 <protected-broadcast android:name="android.intent.action.TIME_SET" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070033 <protected-broadcast android:name="android.intent.action.TIME_TICK" />
34 <protected-broadcast android:name="android.intent.action.TIMEZONE_CHANGED" />
Jeff Sharkey61277df2013-06-12 18:16:01 -070035 <protected-broadcast android:name="android.intent.action.DATE_CHANGED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070036 <protected-broadcast android:name="android.intent.action.BOOT_COMPLETED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070037 <protected-broadcast android:name="android.intent.action.PACKAGE_INSTALL" />
38 <protected-broadcast android:name="android.intent.action.PACKAGE_ADDED" />
39 <protected-broadcast android:name="android.intent.action.PACKAGE_REPLACED" />
Dianne Hackborne7f97212011-02-24 14:40:20 -080040 <protected-broadcast android:name="android.intent.action.MY_PACKAGE_REPLACED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070041 <protected-broadcast android:name="android.intent.action.PACKAGE_REMOVED" />
Dianne Hackbornf9abb402011-08-10 15:00:59 -070042 <protected-broadcast android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070043 <protected-broadcast android:name="android.intent.action.PACKAGE_CHANGED" />
44 <protected-broadcast android:name="android.intent.action.PACKAGE_RESTARTED" />
45 <protected-broadcast android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
Dianne Hackborne7f97212011-02-24 14:40:20 -080046 <protected-broadcast android:name="android.intent.action.PACKAGE_FIRST_LAUNCH" />
Kenny Root5ab21572011-07-27 11:11:19 -070047 <protected-broadcast android:name="android.intent.action.PACKAGE_NEEDS_VERIFICATION" />
rich canningsd1b5cfc2012-08-29 14:49:51 -070048 <protected-broadcast android:name="android.intent.action.PACKAGE_VERIFIED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070049 <protected-broadcast android:name="android.intent.action.UID_REMOVED" />
Dianne Hackborn52c62342012-09-21 10:57:45 -070050 <protected-broadcast android:name="android.intent.action.QUERY_PACKAGE_RESTART" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070051 <protected-broadcast android:name="android.intent.action.CONFIGURATION_CHANGED" />
Dianne Hackborn362d5b92009-11-11 18:04:39 -080052 <protected-broadcast android:name="android.intent.action.LOCALE_CHANGED" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070053 <protected-broadcast android:name="android.intent.action.BATTERY_CHANGED" />
54 <protected-broadcast android:name="android.intent.action.BATTERY_LOW" />
55 <protected-broadcast android:name="android.intent.action.BATTERY_OKAY" />
56 <protected-broadcast android:name="android.intent.action.ACTION_POWER_CONNECTED" />
57 <protected-broadcast android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
58 <protected-broadcast android:name="android.intent.action.ACTION_SHUTDOWN" />
59 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_LOW" />
60 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_OK" />
Jake Hambybb371632010-08-23 18:16:48 -070061 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_FULL" />
62 <protected-broadcast android:name="android.intent.action.DEVICE_STORAGE_NOT_FULL" />
Dianne Hackborn854060af2009-07-09 18:14:31 -070063 <protected-broadcast android:name="android.intent.action.NEW_OUTGOING_CALL" />
64 <protected-broadcast android:name="android.intent.action.REBOOT" />
Dianne Hackborn7299c412010-03-04 18:41:49 -080065 <protected-broadcast android:name="android.intent.action.DOCK_EVENT" />
Jason parks4ca74dc2011-03-14 15:23:31 -050066 <protected-broadcast android:name="android.intent.action.MASTER_CLEAR_NOTIFICATION" />
Amith Yamasani13593602012-03-22 16:16:17 -070067 <protected-broadcast android:name="android.intent.action.USER_ADDED" />
68 <protected-broadcast android:name="android.intent.action.USER_REMOVED" />
Jeff Sharkey61277df2013-06-12 18:16:01 -070069 <protected-broadcast android:name="android.intent.action.USER_STARTING" />
70 <protected-broadcast android:name="android.intent.action.USER_STARTED" />
71 <protected-broadcast android:name="android.intent.action.USER_STOPPING" />
Dianne Hackborn80a4af22012-08-27 19:18:31 -070072 <protected-broadcast android:name="android.intent.action.USER_STOPPED" />
Dianne Hackborn5dc5a002012-09-15 19:33:48 -070073 <protected-broadcast android:name="android.intent.action.USER_BACKGROUND" />
74 <protected-broadcast android:name="android.intent.action.USER_FOREGROUND" />
Amith Yamasani13593602012-03-22 16:16:17 -070075 <protected-broadcast android:name="android.intent.action.USER_SWITCHED" />
Fred Quintanad4a1d2e2009-07-16 16:36:38 -070076
Dianne Hackborn7299c412010-03-04 18:41:49 -080077 <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
78 <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
79 <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
80 <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
Debashish Chatterjeee53eba02011-08-04 14:12:58 +010081
Dianne Hackborna40cfeb2013-03-25 17:49:36 -070082 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_UPDATE_OPTIONS" />
83 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_DELETED" />
84 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_DISABLED" />
85 <protected-broadcast android:name="android.appwidget.action.APPWIDGET_ENABLED" />
86
Christopher Tate4cc86e12009-09-21 19:36:51 -070087 <protected-broadcast android:name="android.backup.intent.RUN" />
88 <protected-broadcast android:name="android.backup.intent.CLEAR" />
89 <protected-broadcast android:name="android.backup.intent.INIT" />
90
Nick Pelly72440a0e2009-09-15 17:21:10 -070091 <protected-broadcast android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
92 <protected-broadcast android:name="android.bluetooth.adapter.action.SCAN_MODE_CHANGED" />
93 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" />
94 <protected-broadcast android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" />
95 <protected-broadcast android:name="android.bluetooth.adapter.action.LOCAL_NAME_CHANGED" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -070096 <protected-broadcast android:name="android.bluetooth.adapter.action.CONNECTION_STATE_CHANGED" />
Jeff Sharkey61277df2013-06-12 18:16:01 -070097 <protected-broadcast android:name="android.bluetooth.device.action.UUID" />
98 <protected-broadcast android:name="android.bluetooth.device.action.ALIAS_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -070099 <protected-broadcast android:name="android.bluetooth.device.action.FOUND" />
100 <protected-broadcast android:name="android.bluetooth.device.action.DISAPPEARED" />
101 <protected-broadcast android:name="android.bluetooth.device.action.CLASS_CHANGED" />
102 <protected-broadcast android:name="android.bluetooth.device.action.ACL_CONNECTED" />
103 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED" />
104 <protected-broadcast android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
105 <protected-broadcast android:name="android.bluetooth.device.action.NAME_CHANGED" />
106 <protected-broadcast android:name="android.bluetooth.device.action.BOND_STATE_CHANGED" />
107 <protected-broadcast android:name="android.bluetooth.device.action.NAME_FAILED" />
108 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
109 <protected-broadcast android:name="android.bluetooth.device.action.PAIRING_CANCEL" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -0700110 <protected-broadcast android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" />
Jaikumar Ganesh81e23ac2011-09-06 13:03:50 -0700111 <protected-broadcast
112 android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED" />
113 <protected-broadcast
114 android:name="android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED" />
115 <protected-broadcast
116 android:name="android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT" />
117 <protected-broadcast
118 android:name="android.bluetooth.a2dp.profile.action.CONNECTION_STATE_CHANGED" />
119 <protected-broadcast
120 android:name="android.bluetooth.a2dp.profile.action.PLAYING_STATE_CHANGED" />
121 <protected-broadcast
122 android:name="android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED" />
123 <protected-broadcast
124 android:name="android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED" />
Nick Pelly72440a0e2009-09-15 17:21:10 -0700125
Jeff Browne08ae382012-09-07 20:36:36 -0700126 <protected-broadcast android:name="android.hardware.display.action.WIFI_DISPLAY_STATUS_CHANGED" />
127
Mike Lockwoodc4308f02011-03-01 08:04:54 -0800128 <protected-broadcast android:name="android.hardware.usb.action.USB_STATE" />
129 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
130 <protected-broadcast android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
131 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
132 <protected-broadcast android:name="android.hardware.usb.action.USB_DEVICE_DETACHED" />
Mike Lockwood57c798a2010-06-23 17:36:36 -0400133
Mike Lockwood8f014052012-04-26 11:23:48 -0700134 <protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />
135 <protected-broadcast android:name="android.intent.action.ANALOG_AUDIO_DOCK_PLUG" />
136 <protected-broadcast android:name="android.intent.action.DIGITAL_AUDIO_DOCK_PLUG" />
137 <protected-broadcast android:name="android.intent.action.HDMI_AUDIO_PLUG" />
138 <protected-broadcast android:name="android.intent.action.USB_AUDIO_ACCESSORY_PLUG" />
139 <protected-broadcast android:name="android.intent.action.USB_AUDIO_DEVICE_PLUG" />
140
Jeff Sharkey61277df2013-06-12 18:16:01 -0700141 <protected-broadcast android:name="android.media.AUDIO_BECOMING_NOISY" />
142 <protected-broadcast android:name="android.media.RINGER_MODE_CHANGED" />
143 <protected-broadcast android:name="android.media.VIBRATE_SETTING_CHANGED" />
144 <protected-broadcast android:name="android.media.VOLUME_CHANGED_ACTION" />
145 <protected-broadcast android:name="android.media.MASTER_VOLUME_CHANGED_ACTION" />
146 <protected-broadcast android:name="android.media.MASTER_MUTE_CHANGED_ACTION" />
147 <protected-broadcast android:name="android.media.SCO_AUDIO_STATE_CHANGED" />
148 <protected-broadcast android:name="android.media.ACTION_SCO_AUDIO_STATE_UPDATED" />
149
150 <protected-broadcast android:name="android.intent.action.MEDIA_REMOVED" />
151 <protected-broadcast android:name="android.intent.action.MEDIA_UNMOUNTED" />
152 <protected-broadcast android:name="android.intent.action.MEDIA_CHECKING" />
153 <protected-broadcast android:name="android.intent.action.MEDIA_NOFS" />
154 <protected-broadcast android:name="android.intent.action.MEDIA_MOUNTED" />
155 <protected-broadcast android:name="android.intent.action.MEDIA_SHARED" />
156 <protected-broadcast android:name="android.intent.action.MEDIA_UNSHARED" />
157 <protected-broadcast android:name="android.intent.action.MEDIA_BAD_REMOVAL" />
158 <protected-broadcast android:name="android.intent.action.MEDIA_UNMOUNTABLE" />
159 <protected-broadcast android:name="android.intent.action.MEDIA_EJECT" />
160
Jeff Sharkey961e3042011-08-29 16:02:57 -0700161 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE" />
162 <protected-broadcast android:name="android.net.conn.CONNECTIVITY_CHANGE_IMMEDIATE" />
Haoyu Baidb3c8672012-06-20 14:29:57 -0700163 <protected-broadcast android:name="android.net.conn.DATA_ACTIVITY_CHANGE" />
Robert Greenwalt68b13ba2013-04-18 10:29:29 -0700164 <protected-broadcast android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800165 <protected-broadcast android:name="android.net.conn.CAPTIVE_PORTAL_TEST_COMPLETED" />
Jeff Sharkey961e3042011-08-29 16:02:57 -0700166
Jeff Sharkey61277df2013-06-12 18:16:01 -0700167 <protected-broadcast android:name="android.net.nsd.STATE_CHANGED" />
168
Nick Pellyf36c6db2010-10-14 19:16:35 -0700169 <protected-broadcast android:name="android.nfc.action.LLCP_LINK_STATE_CHANGED" />
Nick Pelly367f41f2011-03-08 11:43:30 -0800170 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_ON_DETECTED" />
171 <protected-broadcast android:name="com.android.nfc_extras.action.RF_FIELD_OFF_DETECTED" />
172 <protected-broadcast android:name="com.android.nfc_extras.action.AID_SELECTED" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700173
Nick Pellyf36c6db2010-10-14 19:16:35 -0700174 <protected-broadcast android:name="android.nfc.action.TRANSACTION_DETECTED" />
Robert Greenwalt03595d02010-11-02 14:08:23 -0700175 <protected-broadcast android:name="android.intent.action.CLEAR_DNS_CACHE" />
Robert Greenwalt434203a2010-10-11 16:00:27 -0700176 <protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
Mike Lockwood24236072010-06-23 17:36:36 -0400177
Christopher Tate8662cab52012-02-23 14:59:36 -0800178 <protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
Nick Pellya64e2ad42011-03-14 10:28:11 -0700179
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400180 <protected-broadcast android:name="android.intent.action.DREAMING_STARTED" />
181 <protected-broadcast android:name="android.intent.action.DREAMING_STOPPED" />
Robert Greenwalt47918ae2012-11-28 16:42:32 -0800182 <protected-broadcast android:name="android.intent.action.ANY_DATA_STATE" />
183
184 <protected-broadcast android:name="com.android.server.WifiManager.action.START_SCAN" />
185 <protected-broadcast android:name="com.android.server.WifiManager.action.DELAYED_DRIVER_STOP" />
186 <protected-broadcast android:name="android.net.wifi.WIFI_STATE_CHANGED" />
187 <protected-broadcast android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" />
188 <protected-broadcast android:name="android.net.wifi.SCAN_RESULTS" />
189 <protected-broadcast android:name="android.net.wifi.RSSI_CHANGED" />
190 <protected-broadcast android:name="android.net.wifi.STATE_CHANGE" />
191 <protected-broadcast android:name="android.net.wifi.LINK_CONFIGURATION_CHANGED" />
192 <protected-broadcast android:name="android.net.wifi.CONFIGURED_NETWORKS_CHANGE" />
193 <protected-broadcast android:name="android.net.wifi.supplicant.CONNECTION_CHANGE" />
194 <protected-broadcast android:name="android.net.wifi.supplicant.STATE_CHANGE" />
195 <protected-broadcast android:name="android.net.wifi.p2p.STATE_CHANGED" />
196 <protected-broadcast android:name="android.net.wifi.p2p.DISCOVERY_STATE_CHANGE" />
197 <protected-broadcast android:name="android.net.wifi.p2p.THIS_DEVICE_CHANGED" />
198 <protected-broadcast android:name="android.net.wifi.p2p.PEERS_CHANGED" />
199 <protected-broadcast android:name="android.net.wifi.p2p.CONNECTION_STATE_CHANGE" />
200 <protected-broadcast android:name="android.net.wifi.p2p.PERSISTENT_GROUPS_CHANGED" />
201 <protected-broadcast android:name="android.net.conn.TETHER_STATE_CHANGED" />
202 <protected-broadcast android:name="android.net.conn.INET_CONDITION_ACTION" />
Nick Kralevicha4405ba2012-12-06 15:22:11 -0800203 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
204 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE" />
205 <protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" />
206 <protected-broadcast android:name="android.intent.action.ADVANCED_SETTINGS" />
Jeff Sharkey02ffba92013-03-08 16:13:15 -0800207 <protected-broadcast android:name="android.intent.action.BUGREPORT_FINISHED" />
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400208
Svetoslavb3038ec2013-02-13 14:39:30 -0800209 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_START" />
210 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_END" />
211
Jeff Sharkey61277df2013-06-12 18:16:01 -0700212 <protected-broadcast android:name="android.intent.action.HDMI_PLUGGED" />
213
214 <protected-broadcast android:name="android.intent.action.PHONE_STATE" />
215
216 <protected-broadcast android:name="android.location.GPS_ENABLED_CHANGE" />
217 <protected-broadcast android:name="android.location.PROVIDERS_CHANGED" />
218 <protected-broadcast android:name="android.location.GPS_FIX_CHANGE" />
219
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800220 <!-- ====================================== -->
221 <!-- Permissions for things that cost money -->
222 <!-- ====================================== -->
223 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700224
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800225 <!-- Used for permissions that can be used to make the user spend money
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700226 without their direct involvement. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800227 <permission-group android:name="android.permission-group.COST_MONEY"
228 android:label="@string/permgrouplab_costMoney"
229 android:description="@string/permgroupdesc_costMoney" />
230
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800231 <!-- ================================== -->
232 <!-- Permissions for accessing messages -->
233 <!-- ================================== -->
234 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700235
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800236 <!-- Used for permissions that allow an application to send messages
237 on behalf of the user or intercept messages being received by the
238 user. This is primarily intended for SMS/MMS messaging, such as
239 receiving or reading an MMS. -->
240 <permission-group android:name="android.permission-group.MESSAGES"
241 android:label="@string/permgrouplab_messages"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700242 android:icon="@drawable/perm_group_messages"
243 android:description="@string/permgroupdesc_messages"
244 android:permissionGroupFlags="personalInfo"
245 android:priority="360"/>
246
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700247 <!-- Allows an application to send SMS messages. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700248 <permission android:name="android.permission.SEND_SMS"
249 android:permissionGroup="android.permission-group.MESSAGES"
250 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700251 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700252 android:label="@string/permlab_sendSms"
253 android:description="@string/permdesc_sendSms" />
254
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700255 <!-- Allows an application (Phone) to send a request to other applications
256 to handle the respond-via-message action during incoming calls. -->
257 <permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700258 android:permissionGroup="android.permission-group.MESSAGES"
259 android:protectionLevel="signature|system"
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700260 android:label="@string/permlab_sendRespondViaMessageRequest"
261 android:description="@string/permdesc_sendRespondViaMessageRequest" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800262
263 <!-- Allows an application to monitor incoming SMS messages, to record
264 or perform processing on them. -->
265 <permission android:name="android.permission.RECEIVE_SMS"
266 android:permissionGroup="android.permission-group.MESSAGES"
267 android:protectionLevel="dangerous"
268 android:label="@string/permlab_receiveSms"
269 android:description="@string/permdesc_receiveSms" />
270
271 <!-- Allows an application to monitor incoming MMS messages, to record
272 or perform processing on them. -->
273 <permission android:name="android.permission.RECEIVE_MMS"
274 android:permissionGroup="android.permission-group.MESSAGES"
275 android:protectionLevel="dangerous"
276 android:label="@string/permlab_receiveMms"
277 android:description="@string/permdesc_receiveMms" />
278
Jake Hambyab79ee42011-04-26 16:26:46 -0700279 <!-- Allows an application to receive emergency cell broadcast messages,
280 to record or display them to the user. Reserved for system apps.
281 @hide Pending API council approval -->
282 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
283 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800284 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700285 android:label="@string/permlab_receiveEmergencyBroadcast"
286 android:description="@string/permdesc_receiveEmergencyBroadcast" />
287
Jake Hambyc3296ff2012-04-18 12:32:18 -0700288 <!-- Allows an application to read previously received cell broadcast
289 messages and to register a content observer to get notifications when
290 a cell broadcast has been received and added to the database. For
291 emergency alerts, the database is updated immediately after the
292 alert dialog and notification sound/vibration/speech are presented.
293 The "read" column is then updated after the user dismisses the alert.
294 This enables supplementary emergency assistance apps to start loading
295 additional emergency information (if Internet access is available)
296 when the alert is first received, and to delay presenting the info
297 to the user until after the initial alert dialog is dismissed.
298 @hide Pending API council approval -->
299 <permission android:name="android.permission.READ_CELL_BROADCASTS"
300 android:permissionGroup="android.permission-group.MESSAGES"
301 android:protectionLevel="dangerous"
302 android:label="@string/permlab_readCellBroadcasts"
303 android:description="@string/permdesc_readCellBroadcasts" />
304
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800305 <!-- Allows an application to read SMS messages. -->
306 <permission android:name="android.permission.READ_SMS"
307 android:permissionGroup="android.permission-group.MESSAGES"
308 android:protectionLevel="dangerous"
309 android:label="@string/permlab_readSms"
310 android:description="@string/permdesc_readSms" />
311
312 <!-- Allows an application to write SMS messages. -->
313 <permission android:name="android.permission.WRITE_SMS"
314 android:permissionGroup="android.permission-group.MESSAGES"
315 android:protectionLevel="dangerous"
316 android:label="@string/permlab_writeSms"
317 android:description="@string/permdesc_writeSms" />
318
319 <!-- Allows an application to monitor incoming WAP push messages. -->
320 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
321 android:permissionGroup="android.permission-group.MESSAGES"
322 android:protectionLevel="dangerous"
323 android:label="@string/permlab_receiveWapPush"
324 android:description="@string/permdesc_receiveWapPush" />
325
326 <!-- =============================================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700327 <!-- Permissions for accessing social info (contacts and social) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800328 <!-- =============================================================== -->
329 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700330
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700331 <!-- Used for permissions that provide access to the user's social connections,
332 such as contacts, call logs, social stream, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800333 both reading and writing of this data (which should generally be
334 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700335
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700336 <permission-group android:name="android.permission-group.SOCIAL_INFO"
337 android:label="@string/permgrouplab_socialInfo"
338 android:icon="@drawable/perm_group_social_info"
339 android:description="@string/permgroupdesc_socialInfo"
340 android:permissionGroupFlags="personalInfo"
341 android:priority="320" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800342
343 <!-- Allows an application to read the user's contacts data. -->
344 <permission android:name="android.permission.READ_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700345 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800346 android:protectionLevel="dangerous"
347 android:label="@string/permlab_readContacts"
348 android:description="@string/permdesc_readContacts" />
349
350 <!-- Allows an application to write (but not read) the user's
351 contacts data. -->
352 <permission android:name="android.permission.WRITE_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700353 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800354 android:protectionLevel="dangerous"
355 android:label="@string/permlab_writeContacts"
356 android:description="@string/permdesc_writeContacts" />
357
Subir Jhanb603af612012-08-06 17:19:22 -0700358 <!-- Allows an application to execute contacts directory search.
359 This should only be used by ContactsProvider. -->
360 <!-- @hide -->
361 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
362 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700363 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700364
Scott Main2681faa2012-11-01 12:18:31 -0700365 <!-- Allows an application to read the user's call log.
366 <p class="note"><strong>Note:</strong> If your app uses the
367 {@link #READ_CONTACTS} permission and <em>both</em> your <a
368 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
369 minSdkVersion}</a> and <a
370 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
371 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
372 grants your app this permission. If you don't need this permission, be sure your <a
373 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
374 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700375 <permission android:name="android.permission.READ_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700376 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700377 android:protectionLevel="dangerous"
378 android:label="@string/permlab_readCallLog"
379 android:description="@string/permdesc_readCallLog" />
380
381 <!-- Allows an application to write (but not read) the user's
Scott Main2681faa2012-11-01 12:18:31 -0700382 contacts data.
383 <p class="note"><strong>Note:</strong> If your app uses the
384 {@link #WRITE_CONTACTS} permission and <em>both</em> your <a
385 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
386 minSdkVersion}</a> and <a
387 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
388 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
389 grants your app this permission. If you don't need this permission, be sure your <a
390 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
391 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700392 <permission android:name="android.permission.WRITE_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700393 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700394 android:protectionLevel="dangerous"
395 android:label="@string/permlab_writeCallLog"
396 android:description="@string/permdesc_writeCallLog" />
397
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700398 <!-- Allows an application to read from the user's social stream. -->
399 <permission android:name="android.permission.READ_SOCIAL_STREAM"
400 android:permissionGroup="android.permission-group.SOCIAL_INFO"
401 android:protectionLevel="dangerous"
402 android:label="@string/permlab_readSocialStream"
403 android:description="@string/permdesc_readSocialStream" />
404
405 <!-- Allows an application to write (but not read) the user's
406 social stream data. -->
407 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
408 android:permissionGroup="android.permission-group.SOCIAL_INFO"
409 android:protectionLevel="dangerous"
410 android:label="@string/permlab_writeSocialStream"
411 android:description="@string/permdesc_writeSocialStream" />
412
413 <!-- =============================================================== -->
414 <!-- Permissions for accessing information about the device owner -->
415 <!-- =============================================================== -->
416 <eat-comment />
417
418 <!-- Used for permissions that provide access to information about the device
419 user such as profile information. This includes both reading and
420 writing of this data (which should generally be expressed as two
421 distinct permissions). -->
422 <permission-group android:name="android.permission-group.PERSONAL_INFO"
423 android:label="@string/permgrouplab_personalInfo"
424 android:icon="@drawable/perm_group_personal_info"
425 android:description="@string/permgroupdesc_personalInfo"
426 android:permissionGroupFlags="personalInfo"
427 android:priority="310" />
428
Dave Santoro43251332011-05-11 11:39:54 -0700429 <!-- Allows an application to read the user's personal profile data. -->
430 <permission android:name="android.permission.READ_PROFILE"
431 android:permissionGroup="android.permission-group.PERSONAL_INFO"
432 android:protectionLevel="dangerous"
433 android:label="@string/permlab_readProfile"
434 android:description="@string/permdesc_readProfile" />
435
436 <!-- Allows an application to write (but not read) the user's
437 personal profile data. -->
438 <permission android:name="android.permission.WRITE_PROFILE"
439 android:permissionGroup="android.permission-group.PERSONAL_INFO"
440 android:protectionLevel="dangerous"
441 android:label="@string/permlab_writeProfile"
442 android:description="@string/permdesc_writeProfile" />
443
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700444 <!-- =============================================================== -->
445 <!-- Permissions for accessing the device calendar -->
446 <!-- =============================================================== -->
447 <eat-comment />
Dave Santoro0b61f592011-10-03 18:25:26 -0700448
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700449 <!-- Used for permissions that provide access to the device
450 calendar to create / view events.-->
451 <permission-group android:name="android.permission-group.CALENDAR"
452 android:label="@string/permgrouplab_calendar"
453 android:icon="@drawable/perm_group_calendar"
454 android:description="@string/permgroupdesc_calendar"
455 android:permissionGroupFlags="personalInfo"
456 android:priority="290" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700457
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800458 <!-- Allows an application to read the user's calendar data. -->
459 <permission android:name="android.permission.READ_CALENDAR"
460 android:permissionGroup="android.permission-group.PERSONAL_INFO"
461 android:protectionLevel="dangerous"
462 android:label="@string/permlab_readCalendar"
463 android:description="@string/permdesc_readCalendar" />
464
465 <!-- Allows an application to write (but not read) the user's
466 calendar data. -->
467 <permission android:name="android.permission.WRITE_CALENDAR"
468 android:permissionGroup="android.permission-group.PERSONAL_INFO"
469 android:protectionLevel="dangerous"
470 android:label="@string/permlab_writeCalendar"
471 android:description="@string/permdesc_writeCalendar" />
472
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700473 <!-- =============================================================== -->
474 <!-- Permissions for accessing the user dictionary-->
475 <!-- =============================================================== -->
476 <eat-comment />
477
478 <!-- Used for permissions that provide access to the user
479 calendar to create / view events.-->
480 <permission-group android:name="android.permission-group.USER_DICTIONARY"
481 android:label="@string/permgrouplab_dictionary"
482 android:icon="@drawable/perm_group_user_dictionary"
483 android:description="@string/permgroupdesc_dictionary"
484 android:permissionGroupFlags="personalInfo"
485 android:priority="170" />
486
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800487 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700488 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700489 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800490 <permission android:name="android.permission.READ_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700491 android:permissionGroup="android.permission-group.USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800492 android:protectionLevel="dangerous"
493 android:label="@string/permlab_readDictionary"
494 android:description="@string/permdesc_readDictionary" />
495
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700496 <!-- Used for permissions that provide access to the user
497 calendar to create / view events.-->
498 <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
499 android:label="@string/permgrouplab_writeDictionary"
500 android:icon="@drawable/perm_group_user_dictionary_write"
501 android:description="@string/permgroupdesc_writeDictionary"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700502 android:priority="160" />
503
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700504 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800505 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700506 android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800507 android:protectionLevel="normal"
508 android:label="@string/permlab_writeDictionary"
509 android:description="@string/permdesc_writeDictionary" />
510
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700511 <!-- =============================================================== -->
512 <!-- Permissions for accessing the user bookmarks -->
513 <!-- =============================================================== -->
514 <eat-comment />
515
516 <!-- Used for permissions that provide access to the user
517 bookmarks and browser history.-->
518 <permission-group android:name="android.permission-group.BOOKMARKS"
519 android:label="@string/permgrouplab_bookmarks"
520 android:icon="@drawable/perm_group_bookmarks"
521 android:description="@string/permgroupdesc_bookmarks"
522 android:permissionGroupFlags="personalInfo"
523 android:priority="300" />
524
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400525 <!-- Allows an application to read (but not write) the user's
526 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400527 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700528 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400529 android:label="@string/permlab_readHistoryBookmarks"
530 android:description="@string/permdesc_readHistoryBookmarks"
531 android:protectionLevel="dangerous" />
532
533 <!-- Allows an application to write (but not read) the user's
534 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400535 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700536 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400537 android:label="@string/permlab_writeHistoryBookmarks"
538 android:description="@string/permdesc_writeHistoryBookmarks"
539 android:protectionLevel="dangerous" />
540
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700541 <!-- =============================================================== -->
542 <!-- Permissions for setting the device alarm -->
543 <!-- =============================================================== -->
544 <eat-comment />
545
546 <!-- Used for permissions that provide access to the user voicemail box. -->
547 <permission-group android:name="android.permission-group.DEVICE_ALARMS"
548 android:label="@string/permgrouplab_deviceAlarms"
549 android:icon="@drawable/perm_group_device_alarms"
550 android:description="@string/permgroupdesc_deviceAlarms"
551 android:permissionGroupFlags="personalInfo"
552 android:priority="210" />
553
Patrick Scotta73c4b02010-09-22 08:16:53 -0400554 <!-- Allows an application to broadcast an Intent to set an alarm for the
555 user. -->
556 <permission android:name="com.android.alarm.permission.SET_ALARM"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700557 android:permissionGroup="android.permission-group.DEVICE_ALARMS"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400558 android:label="@string/permlab_setAlarm"
559 android:description="@string/permdesc_setAlarm"
560 android:protectionLevel="normal" />
561
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700562 <!-- =============================================================== -->
563 <!-- Permissions for accessing the user voicemail -->
564 <!-- =============================================================== -->
565 <eat-comment />
566
567 <!-- Used for permissions that provide access to the user voicemail box. -->
568 <permission-group android:name="android.permission-group.VOICEMAIL"
569 android:label="@string/permgrouplab_voicemail"
570 android:icon="@drawable/perm_group_voicemail"
571 android:description="@string/permgroupdesc_voicemail"
572 android:permissionGroupFlags="personalInfo"
573 android:priority="280" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700574
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100575 <!-- Allows an application to add voicemails into the system. -->
576 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700577 android:permissionGroup="android.permission-group.VOICEMAIL"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100578 android:protectionLevel="dangerous"
579 android:label="@string/permlab_addVoicemail"
580 android:description="@string/permdesc_addVoicemail" />
581
Svetoslav38228962013-01-29 01:04:35 -0800582 <!-- =============================================== -->
583 <!-- Permissions for enabling accessibility features -->
584 <!-- =============================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700585 <eat-comment />
Svetoslav38228962013-01-29 01:04:35 -0800586
587 <!-- Used for permissions that allow requesting certain accessibility features. -->
588 <permission-group android:name="android.permission-group.ACCESSIBILITY_FEATURES"
589 android:label="@string/permgrouplab_accessibilityFeatures"
590 android:icon="@drawable/perm_group_accessibility_features"
591 android:description="@string/permgroupdesc_accessibilityFeatures"
592 android:priority="380" />
593
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800594 <!-- ======================================= -->
595 <!-- Permissions for accessing location info -->
596 <!-- ======================================= -->
597 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700598
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800599 <!-- Used for permissions that allow access to the user's current
600 location. -->
601 <permission-group android:name="android.permission-group.LOCATION"
602 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700603 android:icon="@drawable/perm_group_location"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700604 android:description="@string/permgroupdesc_location"
605 android:permissionGroupFlags="personalInfo"
606 android:priority="330" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800607
Scott Main277b3522012-11-01 10:55:02 -0700608 <!-- Allows an app to access precise location from location sources such
609 as GPS, cell towers, and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800610 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
611 android:permissionGroup="android.permission-group.LOCATION"
612 android:protectionLevel="dangerous"
613 android:label="@string/permlab_accessFineLocation"
614 android:description="@string/permdesc_accessFineLocation" />
615
Scott Main277b3522012-11-01 10:55:02 -0700616 <!-- Allows an app to access approximate location derived from network location
617 sources such as cell towers and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800618 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
619 android:permissionGroup="android.permission-group.LOCATION"
620 android:protectionLevel="dangerous"
621 android:label="@string/permlab_accessCoarseLocation"
622 android:description="@string/permdesc_accessCoarseLocation" />
623
624 <!-- Allows an application to create mock location providers for testing -->
625 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700626 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700627 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800628 android:label="@string/permlab_accessMockLocation"
629 android:description="@string/permdesc_accessMockLocation" />
630
631 <!-- Allows an application to access extra location provider commands -->
632 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700633 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700634 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800635 android:label="@string/permlab_accessLocationExtraCommands"
636 android:description="@string/permdesc_accessLocationExtraCommands" />
637
Mike Lockwood275555c2009-05-01 11:30:34 -0400638 <!-- Allows an application to install a location provider into the Location Manager -->
639 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800640 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400641 android:label="@string/permlab_installLocationProvider"
642 android:description="@string/permdesc_installLocationProvider" />
643
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700644 <!-- Allows an application to use location features in hardware,
645 such as the geofencing api
646 Protected by signature|system protection level -->
647 <permission android:name="android.permission.LOCATION_HARDWARE"
648 android:permissionGroup="android.permission-group.LOCATION"
649 android:protectionLevel="signature|system" />
650 <uses-permission android:name="android.permission.LOCATION_HARDWARE"/>
651
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800652 <!-- ======================================= -->
653 <!-- Permissions for accessing networks -->
654 <!-- ======================================= -->
655 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700656
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800657 <!-- Used for permissions that provide access to networking services. The
658 main permission here is internet access, but this is also an
659 appropriate group for accessing or modifying any network configuration
660 or other related network operations. -->
661 <permission-group android:name="android.permission-group.NETWORK"
662 android:label="@string/permgrouplab_network"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700663 android:icon="@drawable/perm_group_network"
664 android:description="@string/permgroupdesc_network"
665 android:priority="270" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800666
667 <!-- Allows applications to open network sockets. -->
668 <permission android:name="android.permission.INTERNET"
669 android:permissionGroup="android.permission-group.NETWORK"
670 android:protectionLevel="dangerous"
671 android:description="@string/permdesc_createNetworkSockets"
672 android:label="@string/permlab_createNetworkSockets" />
673
674 <!-- Allows applications to access information about networks -->
675 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
676 android:permissionGroup="android.permission-group.NETWORK"
677 android:protectionLevel="normal"
678 android:description="@string/permdesc_accessNetworkState"
679 android:label="@string/permlab_accessNetworkState" />
680
681 <!-- Allows applications to access information about Wi-Fi networks -->
682 <permission android:name="android.permission.ACCESS_WIFI_STATE"
683 android:permissionGroup="android.permission-group.NETWORK"
684 android:protectionLevel="normal"
685 android:description="@string/permdesc_accessWifiState"
686 android:label="@string/permlab_accessWifiState" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800687
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700688 <!-- Allows applications to change Wi-Fi connectivity state -->
689 <permission android:name="android.permission.CHANGE_WIFI_STATE"
690 android:permissionGroup="android.permission-group.NETWORK"
691 android:protectionLevel="dangerous"
692 android:description="@string/permdesc_changeWifiState"
693 android:label="@string/permlab_changeWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700694
Robert Greenwalt8588e472011-11-08 10:12:25 -0800695 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900696 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
697 android:permissionGroup="android.permission-group.NETWORK"
698 android:protectionLevel="normal"
699 android:description="@string/permdesc_accessWimaxState"
700 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700701
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700702 <!-- @hide -->
703 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700704 android:permissionGroup="android.permission-group.NETWORK"
705 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700706 android:description="@string/permdesc_changeWimaxState"
707 android:label="@string/permlab_changeWimaxState" />
708
709 <!-- ======================================= -->
710 <!-- Permissions for short range, peripheral networks -->
711 <!-- ======================================= -->
712 <eat-comment />
713
714 <!-- Used for permissions that provide access to other devices through Bluetooth.-->
715 <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
716 android:label="@string/permgrouplab_bluetoothNetwork"
717 android:icon="@drawable/perm_group_bluetooth"
718 android:description="@string/permgroupdesc_bluetoothNetwork"
719 android:priority="260" />
720
721 <!-- Allows applications to connect to paired bluetooth devices -->
722 <permission android:name="android.permission.BLUETOOTH"
723 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
724 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800725 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700726 android:label="@string/permlab_bluetooth" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800727
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700728 <!-- Allows applications to discover and pair bluetooth devices -->
729 <permission android:name="android.permission.BLUETOOTH_ADMIN"
730 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
731 android:protectionLevel="dangerous"
732 android:description="@string/permdesc_bluetoothAdmin"
733 android:label="@string/permlab_bluetoothAdmin" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800734
Matthew Xiefca9d632012-10-04 12:25:28 -0700735 <!-- Allows bluetooth stack to access files
736 @hide This should only be used by Bluetooth apk.
737 -->
738 <permission android:name="android.permission.BLUETOOTH_STACK"
739 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
740 android:protectionLevel="signature" />
741
Nick Pelly1df862a2011-02-15 13:34:38 -0800742 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700743 <permission android:name="android.permission.NFC"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700744 android:permissionGroup="android.permission-group.NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700745 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700746 android:description="@string/permdesc_nfc"
747 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700748
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700749 <!-- Allows an internal user to use privileged ConnectivityManager APIs.
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700750 @hide -->
751 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
752 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800753 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700754
Haoyu Baidb3c8672012-06-20 14:29:57 -0700755 <!-- @hide -->
756 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
757 android:permissionGroup="android.permission-group.NETWORK"
758 android:protectionLevel="signature|system" />
759
Doug Zongkerb616f0c2013-01-29 09:05:21 -0800760 <!-- Allows access to the loop radio (Android@Home mesh network) device.
761 @hide -->
762 <permission android:name="android.permission.LOOP_RADIO"
763 android:permissionGroup="android.permission-group.NETWORK"
764 android:protectionLevel="signature|system" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800765
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800766 <!-- ================================== -->
767 <!-- Permissions for accessing accounts -->
768 <!-- ================================== -->
769 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700770
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700771 <!-- Permissions for direct access to the accounts managed
772 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800773 <permission-group android:name="android.permission-group.ACCOUNTS"
774 android:label="@string/permgrouplab_accounts"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700775 android:icon="@drawable/perm_group_accounts"
776 android:description="@string/permgroupdesc_accounts"
777 android:permissionGroupFlags="personalInfo"
778 android:priority="200" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800779
780 <!-- Allows access to the list of accounts in the Accounts Service -->
781 <permission android:name="android.permission.GET_ACCOUNTS"
782 android:permissionGroup="android.permission-group.ACCOUNTS"
783 android:protectionLevel="normal"
784 android:description="@string/permdesc_getAccounts"
785 android:label="@string/permlab_getAccounts" />
786
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700787 <!-- Allows an application to act as an AccountAuthenticator for
788 the AccountManager -->
789 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
790 android:permissionGroup="android.permission-group.ACCOUNTS"
791 android:protectionLevel="dangerous"
792 android:label="@string/permlab_authenticateAccounts"
793 android:description="@string/permdesc_authenticateAccounts" />
794
795 <!-- Allows an application to request authtokens from the AccountManager -->
796 <permission android:name="android.permission.USE_CREDENTIALS"
797 android:permissionGroup="android.permission-group.ACCOUNTS"
798 android:protectionLevel="dangerous"
799 android:label="@string/permlab_useCredentials"
800 android:description="@string/permdesc_useCredentials" />
801
802 <!-- Allows an application to manage the list of accounts in the AccountManager -->
803 <permission android:name="android.permission.MANAGE_ACCOUNTS"
804 android:permissionGroup="android.permission-group.ACCOUNTS"
805 android:protectionLevel="dangerous"
806 android:label="@string/permlab_manageAccounts"
807 android:description="@string/permdesc_manageAccounts" />
808
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700809 <!-- Allows applications to call into AccountAuthenticators. Only
810 the system can get this permission. -->
811 <permission android:name="android.permission.ACCOUNT_MANAGER"
812 android:permissionGroup="android.permission-group.ACCOUNTS"
813 android:protectionLevel="signature"
814 android:description="@string/permdesc_accountManagerService"
815 android:label="@string/permlab_accountManagerService" />
816
817 <!-- ================================== -->
818 <!-- Permissions for accessing hardware that may effect battery life-->
819 <!-- ================================== -->
820 <eat-comment />
821
822 <!-- Used for permissions that provide direct access to the hardware on
823 the device that has an effect on battery life. This includes vibrator,
824 flashlight, etc. -->
825
826 <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
827 android:label="@string/permgrouplab_affectsBattery"
828 android:icon="@drawable/perm_group_affects_battery"
829 android:description="@string/permgroupdesc_affectsBattery"
830 android:priority="180" />
831
832 <!-- Allows applications to enter Wi-Fi Multicast mode -->
833 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
834 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
835 android:protectionLevel="dangerous"
836 android:description="@string/permdesc_changeWifiMulticastState"
837 android:label="@string/permlab_changeWifiMulticastState" />
838
839 <!-- Allows access to the vibrator -->
840 <permission android:name="android.permission.VIBRATE"
841 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
842 android:protectionLevel="normal"
843 android:label="@string/permlab_vibrate"
844 android:description="@string/permdesc_vibrate" />
845
846 <!-- Allows access to the flashlight -->
847 <permission android:name="android.permission.FLASHLIGHT"
848 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
849 android:protectionLevel="normal"
850 android:label="@string/permlab_flashlight"
851 android:description="@string/permdesc_flashlight" />
852
853 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
854 from dimming -->
855 <permission android:name="android.permission.WAKE_LOCK"
856 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
857 android:protectionLevel="normal"
858 android:label="@string/permlab_wakeLock"
859 android:description="@string/permdesc_wakeLock" />
860
861 <!-- ==================================================== -->
862 <!-- Permissions related to changing audio settings -->
863 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700864 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700865
866 <!-- Used for permissions that provide direct access to speaker settings
867 the device. -->
868 <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
869 android:label="@string/permgrouplab_audioSettings"
870 android:icon="@drawable/perm_group_audio_settings"
871 android:description="@string/permgroupdesc_audioSettings"
872 android:priority="130" />
873
874 <!-- Allows an application to modify global audio settings -->
875 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
876 android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
877 android:protectionLevel="normal"
878 android:label="@string/permlab_modifyAudioSettings"
879 android:description="@string/permdesc_modifyAudioSettings" />
880
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800881 <!-- ================================== -->
882 <!-- Permissions for accessing hardware -->
883 <!-- ================================== -->
884 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700885
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800886 <!-- Used for permissions that provide direct access to the hardware on
887 the device. This includes audio, the camera, vibrator, etc. -->
888 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
889 android:label="@string/permgrouplab_hardwareControls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700890 android:description="@string/permgroupdesc_hardwareControls"
891 android:priority="260"/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800892
Mike Lockwood02eb8742011-02-27 09:10:37 -0800893 <!-- Allows an application to manage preferences and permissions for USB devices
894 @hide -->
895 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400896 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800897 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800898 android:label="@string/permlab_manageUsb"
899 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400900
Mike Lockwood10bc1112011-01-10 08:24:08 -0500901 <!-- Allows an application to access the MTP USB kernel driver.
902 For use only by the device side MTP implementation.
903 @hide -->
904 <permission android:name="android.permission.ACCESS_MTP"
905 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800906 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500907 android:label="@string/permlab_accessMtp"
908 android:description="@string/permdesc_accessMtp" />
909
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800910 <!-- Allows access to hardware peripherals. Intended only for hardware testing -->
911 <permission android:name="android.permission.HARDWARE_TEST"
912 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
913 android:protectionLevel="signature"
914 android:label="@string/permlab_hardware_test"
915 android:description="@string/permdesc_hardware_test" />
916
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500917 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
918 @hide -->
919 <permission android:name="android.permission.NET_ADMIN"
920 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
921 android:protectionLevel="signature" />
922
Jeff Sharkey098d5802012-04-26 17:30:34 -0700923 <!-- Allows registration for remote audio playback. @hide -->
924 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
925 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
926 android:protectionLevel="signature" />
927
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800928 <!-- =========================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700929 <!-- Permissions associated with audio capture -->
930 <!-- =========================================== -->
931 <eat-comment />
932
933 <!-- Used for permissions that are associated with accessing
934 microphone audio from the device. Note that phone calls also capture audio
935 but are in a separate (more visible) permission group. -->
936 <permission-group android:name="android.permission-group.MICROPHONE"
937 android:label="@string/permgrouplab_microphone"
938 android:icon="@drawable/perm_group_microphone"
939 android:description="@string/permgroupdesc_microphone"
940 android:permissionGroupFlags="personalInfo"
941 android:priority="340" />
942
943 <!-- Allows an application to record audio -->
944 <permission android:name="android.permission.RECORD_AUDIO"
945 android:permissionGroup="android.permission-group.MICROPHONE"
946 android:protectionLevel="dangerous"
Dianne Hackborn84c71112013-04-17 11:18:10 -0700947 android:label="@string/permlab_recordAudio"
948 android:description="@string/permdesc_recordAudio" />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700949
950
951 <!-- =========================================== -->
952 <!-- Permissions associated with camera and image capture -->
953 <!-- =========================================== -->
954 <eat-comment />
955
956 <!-- Used for permissions that are associated with accessing
957 camera or capturing images/video from the device. -->
958 <permission-group android:name="android.permission-group.CAMERA"
959 android:label="@string/permgrouplab_camera"
960 android:icon="@drawable/perm_group_camera"
961 android:description="@string/permgroupdesc_camera"
962 android:permissionGroupFlags="personalInfo"
963 android:priority="350" />
964
965 <!-- Required to be able to access the camera device.
966 <p>This will automatically enforce the <a
967 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
968 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
969 If you do not require all camera features or can properly operate if a camera
970 is not available, then you must modify your manifest as appropriate in order to
971 install on devices that don't support all camera features.</p> -->
972 <permission android:name="android.permission.CAMERA"
973 android:permissionGroup="android.permission-group.CAMERA"
974 android:protectionLevel="dangerous"
975 android:label="@string/permlab_camera"
976 android:description="@string/permdesc_camera" />
977
Igor Murashkinf640bb9b2013-04-23 14:32:19 -0700978 <!-- Allows disabling the transmit-indicator LED that is normally on when
979 a camera is in use by an application.
980 @hide -->
981 <permission android:name="android.permission.CAMERA_DISABLE_TRANSMIT_LED"
982 android:permissionGroup="android.permission-group.CAMERA"
983 android:protectionLevel="signature|system"
984 android:label="@string/permlab_cameraDisableTransmitLed"
985 android:description="@string/permdesc_cameraDisableTransmitLed" />
986
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700987 <!-- =========================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800988 <!-- Permissions associated with telephony state -->
989 <!-- =========================================== -->
990 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700991
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800992 <!-- Used for permissions that are associated with accessing and modifyign
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700993 telephony state: placing calls, intercepting outgoing calls, reading
994 and modifying the phone state. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800995 <permission-group android:name="android.permission-group.PHONE_CALLS"
996 android:label="@string/permgrouplab_phoneCalls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700997 android:icon="@drawable/perm_group_phone_calls"
998 android:description="@string/permgroupdesc_phoneCalls"
999 android:permissionGroupFlags="personalInfo"
1000 android:priority="370" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001001
1002 <!-- Allows an application to monitor, modify, or abort outgoing
1003 calls. -->
1004 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
1005 android:permissionGroup="android.permission-group.PHONE_CALLS"
1006 android:protectionLevel="dangerous"
1007 android:label="@string/permlab_processOutgoingCalls"
1008 android:description="@string/permdesc_processOutgoingCalls" />
1009
1010 <!-- Allows modification of the telephony state - power on, mmi, etc.
1011 Does not include placing calls. -->
1012 <permission android:name="android.permission.MODIFY_PHONE_STATE"
1013 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001014 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001015 android:label="@string/permlab_modifyPhoneState"
1016 android:description="@string/permdesc_modifyPhoneState" />
1017
Scott Main2681faa2012-11-01 12:18:31 -07001018 <!-- Allows read only access to phone state.
1019 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1020 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1021 minSdkVersion}</a> and <a
1022 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1023 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1024 grants your app this permission. If you don't need this permission, be sure your <a
1025 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1026 targetSdkVersion}</a> is 4 or higher. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001027 <permission android:name="android.permission.READ_PHONE_STATE"
1028 android:permissionGroup="android.permission-group.PHONE_CALLS"
1029 android:protectionLevel="dangerous"
1030 android:label="@string/permlab_readPhoneState"
1031 android:description="@string/permdesc_readPhoneState" />
1032
Jake Hamby463f2212011-07-21 17:55:53 -07001033 <!-- Allows read access to privileged phone state.
1034 @hide Used internally. -->
1035 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
1036 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001037 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -07001038
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001039 <!-- Allows an application to initiate a phone call without going through
1040 the Dialer user interface for the user to confirm the call
1041 being placed. -->
1042 <permission android:name="android.permission.CALL_PHONE"
1043 android:permissionGroup="android.permission-group.PHONE_CALLS"
1044 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001045 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001046 android:label="@string/permlab_callPhone"
1047 android:description="@string/permdesc_callPhone" />
1048
1049 <!-- Allows an application to use SIP service -->
1050 <permission android:name="android.permission.USE_SIP"
1051 android:permissionGroup="android.permission-group.PHONE_CALLS"
1052 android:protectionLevel="dangerous"
1053 android:description="@string/permdesc_use_sip"
1054 android:label="@string/permlab_use_sip" />
1055
San Mehat29b57e62009-04-23 09:18:32 -07001056 <!-- ================================== -->
1057 <!-- Permissions for sdcard interaction -->
1058 <!-- ================================== -->
1059 <eat-comment />
1060
1061 <!-- Group of permissions that are related to SD card access. -->
1062 <permission-group android:name="android.permission-group.STORAGE"
1063 android:label="@string/permgrouplab_storage"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001064 android:icon="@drawable/perm_group_storage"
1065 android:description="@string/permgroupdesc_storage"
1066 android:permissionGroupFlags="personalInfo"
1067 android:priority="240" />
San Mehat29b57e62009-04-23 09:18:32 -07001068
Scott Main2681faa2012-11-01 12:18:31 -07001069 <!-- Allows an application to read from external storage.
1070 <p>Any app that declares the {@link #WRITE_EXTERNAL_STORAGE} permission is implicitly
1071 granted this permission.</p>
1072 <p>Currently, this permission is not enforced and all apps still have access to read from
1073 external storage without this permission. That will change in a future release and apps
1074 will require this permission to read from external storage. So if your
1075 app reads from the external storage, you should add this permission to your app now
1076 to ensure that it continues to work on future versions of Android.</p>
1077 <p>You can test your app with the permission enforced by either running your app on the
1078 Android Emulator when running Android 4.1 or higher, or enabling <em>Protect USB
1079 storage</em> under Developer options in the Settings app on a device running Android 4.1 or
1080 higher.</p>
1081 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1082 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1083 minSdkVersion}</a> and <a
1084 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1085 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1086 grants your app this permission. If you don't need this permission, be sure your <a
1087 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1088 targetSdkVersion}</a> is 4 or higher.-->
Dianne Hackborn79245122012-03-12 10:51:26 -07001089 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001090 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn79245122012-03-12 10:51:26 -07001091 android:label="@string/permlab_sdcardRead"
1092 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -07001093 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -07001094
Scott Main2681faa2012-11-01 12:18:31 -07001095 <!-- Allows an application to write to external storage.
1096 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1097 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1098 minSdkVersion}</a> and <a
1099 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1100 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1101 grants your app this permission. If you don't need this permission, be sure your <a
1102 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1103 targetSdkVersion}</a> is 4 or higher. -->
San Mehat5a3a77d2009-06-01 09:25:28 -07001104 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -07001105 android:permissionGroup="android.permission-group.STORAGE"
1106 android:label="@string/permlab_sdcardWrite"
1107 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -07001108 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -07001109
Mike Lockwood1e23db42011-04-22 07:05:21 -07001110 <!-- Allows an application to write to internal media storage
1111 @hide -->
1112 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
1113 android:permissionGroup="android.permission-group.STORAGE"
1114 android:label="@string/permlab_mediaStorageWrite"
1115 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -08001116 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -07001117
Jeff Sharkey9ecfee02013-04-19 14:05:03 -07001118 <!-- Allows an application to manage access to documents, usually as part
1119 of a document picker. -->
1120 <permission android:name="android.permission.MANAGE_DOCUMENTS"
1121 android:permissionGroup="android.permission-group.STORAGE"
1122 android:label="@string/permlab_manageDocs"
1123 android:description="@string/permdesc_manageDocs"
1124 android:protectionLevel="signature|system" />
1125
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001126 <!-- ================================== -->
1127 <!-- Permissions for screenlock -->
1128 <!-- ================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001129 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001130
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001131 <!-- Group of permissions that are related to the screenlock. -->
1132 <permission-group android:name="android.permission-group.SCREENLOCK"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001133 android:label="@string/permgrouplab_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001134 android:icon="@drawable/perm_group_screenlock"
1135 android:permissionGroupFlags="personalInfo"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001136 android:description="@string/permgroupdesc_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001137 android:priority="230" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001138
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001139 <!-- Allows applications to disable the keyguard -->
1140 <permission android:name="android.permission.DISABLE_KEYGUARD"
1141 android:permissionGroup="android.permission-group.SCREENLOCK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001142 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001143 android:description="@string/permdesc_disableKeyguard"
1144 android:label="@string/permlab_disableKeyguard" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001145
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001146 <!-- ================================== -->
1147 <!-- Permissions to access other installed applications -->
1148 <!-- ================================== -->
1149 <eat-comment />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001150
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001151 <!-- Group of permissions that are related to the other applications
1152 installed on the system. Examples include such as listing
1153 running apps, or killing background processes. -->
1154 <permission-group android:name="android.permission-group.APP_INFO"
1155 android:label="@string/permgrouplab_appInfo"
1156 android:icon="@drawable/perm_group_app_info"
1157 android:description="@string/permgroupdesc_appInfo"
1158 android:priority="220" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001159
1160 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -07001161 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001162 <permission android:name="android.permission.GET_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001163 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001164 android:protectionLevel="dangerous"
1165 android:label="@string/permlab_getTasks"
1166 android:description="@string/permdesc_getTasks" />
Dianne Hackborn8832c182012-09-17 17:20:24 -07001167 <!-- @hide Allows an application to call APIs that allow it to do interactions
Dianne Hackbornb4163a62012-08-02 18:31:26 -07001168 across the users on the device, using singleton services and
1169 user-targeted broadcasts. This permission is not available to
1170 third party applications. -->
1171 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
1172 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1173 android:protectionLevel="signature|system|development"
1174 android:label="@string/permlab_interactAcrossUsers"
1175 android:description="@string/permdesc_interactAcrossUsers" />
1176
1177 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
1178 that removes restrictions on where broadcasts can be sent and allows other
1179 types of interactions. -->
1180 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
1181 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1182 android:protectionLevel="signature"
1183 android:label="@string/permlab_interactAcrossUsersFull"
1184 android:description="@string/permdesc_interactAcrossUsersFull" />
1185
Dianne Hackborn8832c182012-09-17 17:20:24 -07001186 <!-- @hide Allows an application to call APIs that allow it to query and manage
Amith Yamasani2a003292012-08-14 18:25:45 -07001187 users on the device. This permission is not available to
1188 third party applications. -->
1189 <permission android:name="android.permission.MANAGE_USERS"
1190 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -07001191 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -07001192 android:label="@string/permlab_manageUsers"
1193 android:description="@string/permdesc_manageUsers" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001194
Dianne Hackborn8238e712012-04-24 11:15:40 -07001195 <!-- Allows an application to get full detailed information about
1196 recently running tasks, with full fidelity to the real state.
1197 @hide -->
1198 <permission android:name="android.permission.GET_DETAILED_TASKS"
1199 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1200 android:protectionLevel="signature"
1201 android:label="@string/permlab_getDetailedTasks"
1202 android:description="@string/permdesc_getDetailedTasks" />
1203
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001204 <!-- Allows an application to change the Z-order of tasks -->
1205 <permission android:name="android.permission.REORDER_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001206 android:permissionGroup="android.permission-group.APP_INFO"
1207 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001208 android:label="@string/permlab_reorderTasks"
1209 android:description="@string/permdesc_reorderTasks" />
1210
Dianne Hackborn24a12102011-07-29 15:52:05 -07001211 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001212 <permission android:name="android.permission.REMOVE_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001213 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001214 android:protectionLevel="signature"
1215 android:label="@string/permlab_removeTasks"
1216 android:description="@string/permdesc_removeTasks" />
1217
Jeff Sharkey35be7562012-04-18 19:16:15 -07001218 <!-- Allows an application to start any activity, regardless of permission
1219 protection or exported state. @hide -->
1220 <permission android:name="android.permission.START_ANY_ACTIVITY"
1221 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1222 android:protectionLevel="signature"
1223 android:label="@string/permlab_startAnyActivity"
1224 android:description="@string/permdesc_startAnyActivity" />
1225
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001226 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1227 API is no longer supported. -->
1228 <permission android:name="android.permission.RESTART_PACKAGES"
1229 android:permissionGroup="android.permission-group.APP_INFO"
1230 android:protectionLevel="normal"
1231 android:label="@string/permlab_killBackgroundProcesses"
1232 android:description="@string/permdesc_killBackgroundProcesses" />
1233
1234 <!-- Allows an application to call
1235 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1236 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1237 android:permissionGroup="android.permission-group.APP_INFO"
1238 android:protectionLevel="normal"
1239 android:label="@string/permlab_killBackgroundProcesses"
1240 android:description="@string/permdesc_killBackgroundProcesses" />
1241
1242 <!-- ================================== -->
1243 <!-- Permissions affecting the display of other applications -->
1244 <!-- ================================== -->
1245 <eat-comment />
1246
1247 <!-- Group of permissions that allow manipulation of how
1248 another application displays UI to the user. -->
1249 <permission-group android:name="android.permission-group.DISPLAY"
1250 android:label="@string/permgrouplab_display"
1251 android:icon="@drawable/perm_group_display"
1252 android:description="@string/permgroupdesc_display"
1253 android:priority="190"/>
1254
1255 <!-- Allows an application to open windows using the type
1256 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1257 shown on top of all other applications. Very few applications
1258 should use this permission; these windows are intended for
1259 system-level interaction with the user. -->
1260 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1261 android:permissionGroup="android.permission-group.DISPLAY"
1262 android:protectionLevel="dangerous"
1263 android:label="@string/permlab_systemAlertWindow"
1264 android:description="@string/permdesc_systemAlertWindow" />
1265
1266 <!-- ================================== -->
1267 <!-- Permissions affecting the system wallpaper -->
1268 <!-- ================================== -->
1269 <eat-comment />
1270
1271 <!-- Group of permissions that allow manipulation of how
1272 another application displays UI to the user. -->
1273 <permission-group android:name="android.permission-group.WALLPAPER"
1274 android:label="@string/permgrouplab_wallpaper"
1275 android:icon="@drawable/perm_group_wallpaper"
1276 android:description="@string/permgroupdesc_wallpaper"
1277 android:priority="150" />
1278
1279 <!-- Allows applications to set the wallpaper -->
1280 <permission android:name="android.permission.SET_WALLPAPER"
1281 android:permissionGroup="android.permission-group.WALLPAPER"
1282 android:protectionLevel="normal"
1283 android:label="@string/permlab_setWallpaper"
1284 android:description="@string/permdesc_setWallpaper" />
1285
1286 <!-- Allows applications to set the wallpaper hints -->
1287 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1288 android:permissionGroup="android.permission-group.WALLPAPER"
1289 android:protectionLevel="normal"
1290 android:label="@string/permlab_setWallpaperHints"
1291 android:description="@string/permdesc_setWallpaperHints" />
1292
1293 <!-- ============================================ -->
1294 <!-- Permissions for changing the system clock -->
1295 <!-- ============================================ -->
1296 <eat-comment />
1297
1298 <!-- Group of permissions that are related to system clock. -->
1299 <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1300 android:label="@string/permgrouplab_systemClock"
1301 android:icon="@drawable/perm_group_system_clock"
1302 android:description="@string/permgroupdesc_systemClock"
1303 android:priority="140" />
1304
1305 <!-- Allows applications to set the system time -->
1306 <permission android:name="android.permission.SET_TIME"
1307 android:protectionLevel="signature|system"
1308 android:label="@string/permlab_setTime"
1309 android:description="@string/permdesc_setTime" />
1310
1311 <!-- Allows applications to set the system time zone -->
1312 <permission android:name="android.permission.SET_TIME_ZONE"
1313 android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1314 android:protectionLevel="normal"
1315 android:label="@string/permlab_setTimeZone"
1316 android:description="@string/permdesc_setTimeZone" />
1317
1318 <!-- ==================================================== -->
1319 <!-- Permissions related to changing status bar -->
1320 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001321 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001322
1323 <!-- Used for permissions that change the status bar -->
1324 <permission-group android:name="android.permission-group.STATUS_BAR"
1325 android:label="@string/permgrouplab_statusBar"
1326 android:icon="@drawable/perm_group_status_bar"
1327 android:description="@string/permgroupdesc_statusBar"
1328 android:priority="110" />
1329
1330 <!-- Allows an application to expand or collapse the status bar. -->
1331 <permission android:name="android.permission.EXPAND_STATUS_BAR"
1332 android:permissionGroup="android.permission-group.STATUS_BAR"
1333 android:protectionLevel="normal"
1334 android:label="@string/permlab_expandStatusBar"
1335 android:description="@string/permdesc_expandStatusBar" />
1336
1337 <!-- ==================================================== -->
1338 <!-- Permissions related to accessing sync settings -->
1339 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001340 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001341
1342 <!-- Used for permissions that access the sync settings or sync
1343 related information. -->
1344 <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1345 android:label="@string/permgrouplab_syncSettings"
1346 android:icon="@drawable/perm_group_sync_settings"
1347 android:description="@string/permgroupdesc_syncSettings"
1348 android:priority="120" />
1349
1350 <!-- Allows applications to read the sync settings -->
1351 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1352 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1353 android:protectionLevel="normal"
1354 android:description="@string/permdesc_readSyncSettings"
1355 android:label="@string/permlab_readSyncSettings" />
1356
1357 <!-- Allows applications to write the sync settings -->
1358 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1359 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1360 android:protectionLevel="normal"
1361 android:description="@string/permdesc_writeSyncSettings"
1362 android:label="@string/permlab_writeSyncSettings" />
1363
1364 <!-- Allows applications to read the sync stats -->
1365 <permission android:name="android.permission.READ_SYNC_STATS"
1366 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1367 android:protectionLevel="normal"
1368 android:description="@string/permdesc_readSyncStats"
1369 android:label="@string/permlab_readSyncStats" />
1370
1371
1372 <!-- ============================================ -->
1373 <!-- Permissions for low-level system interaction -->
1374 <!-- ============================================ -->
1375 <eat-comment />
1376
1377 <!-- Group of permissions that are related to system APIs. Many
1378 of these are not permissions the user will be expected to understand,
1379 and such permissions should generally be marked as "normal" protection
1380 level so they don't get displayed. This can also, however, be used
1381 for miscellaneous features that provide access to the operating system,
1382 such as writing the global system settings. -->
1383 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1384 android:label="@string/permgrouplab_systemTools"
1385 android:icon="@drawable/perm_group_system_tools"
1386 android:description="@string/permgroupdesc_systemTools"
1387 android:priority="100" />
1388
1389 <!-- @hide Change the screen compatibility mode of applications -->
1390 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1391 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1392 android:protectionLevel="signature"
1393 android:label="@string/permlab_setScreenCompatibility"
1394 android:description="@string/permdesc_setScreenCompatibility" />
1395
1396 <!-- Allows an application to access all multi-user external storage @hide -->
1397 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
1398 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1399 android:label="@string/permlab_sdcardAccessAll"
1400 android:description="@string/permdesc_sdcardAccessAll"
1401 android:protectionLevel="signature" />
1402
1403 <!-- Allows an application to modify the current configuration, such
1404 as locale. -->
1405 <permission android:name="android.permission.CHANGE_CONFIGURATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001406 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001407 android:protectionLevel="signature|system|development"
1408 android:label="@string/permlab_changeConfiguration"
1409 android:description="@string/permdesc_changeConfiguration" />
1410
1411 <!-- Allows an application to read or write the system settings. -->
1412 <permission android:name="android.permission.WRITE_SETTINGS"
1413 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1414 android:protectionLevel="normal"
1415 android:label="@string/permlab_writeSettings"
1416 android:description="@string/permdesc_writeSettings" />
1417
1418 <!-- Allows an application to modify the Google service map. -->
1419 <permission android:name="android.permission.WRITE_GSERVICES"
1420 android:protectionLevel="signature|system"
1421 android:label="@string/permlab_writeGservices"
1422 android:description="@string/permdesc_writeGservices" />
1423
Dianne Hackborn03abb812010-01-04 18:43:19 -08001424 <!-- Allows an application to call
1425 {@link android.app.ActivityManager#forceStopPackage}.
1426 @hide -->
1427 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1428 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1429 android:protectionLevel="signature"
1430 android:label="@string/permlab_forceStopPackages"
1431 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001432
Dianne Hackborn24a12102011-07-29 15:52:05 -07001433 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001434 An active window is the window that has fired an accessibility event. -->
1435 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1436 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -08001437 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001438 android:label="@string/permlab_retrieve_window_content"
1439 android:description="@string/permdesc_retrieve_window_content" />
1440
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001441 <!-- Modify the global animation scaling factor. -->
1442 <permission android:name="android.permission.SET_ANIMATION_SCALE"
1443 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001444 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001445 android:label="@string/permlab_setAnimationScale"
1446 android:description="@string/permdesc_setAnimationScale" />
1447
Dianne Hackbornd3efa392010-09-01 17:34:12 -07001448 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001449 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001450 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001451 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001452 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001453 android:label="@string/permlab_persistentActivity"
1454 android:description="@string/permdesc_persistentActivity" />
1455
1456 <!-- Allows an application to find out the space used by any package. -->
1457 <permission android:name="android.permission.GET_PACKAGE_SIZE"
1458 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1459 android:protectionLevel="normal"
1460 android:label="@string/permlab_getPackageSize"
1461 android:description="@string/permdesc_getPackageSize" />
1462
Dianne Hackborna7ca0e52009-12-01 14:31:55 -08001463 <!-- @deprecated No longer useful, see
1464 {@link android.content.pm.PackageManager#addPackageToPreferred}
1465 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001466 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1467 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -08001468 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001469 android:label="@string/permlab_setPreferredApplications"
1470 android:description="@string/permdesc_setPreferredApplications" />
1471
1472 <!-- Allows an application to receive the
1473 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1474 broadcast after the system finishes booting. If you don't
1475 request this permission, you will not receive the broadcast at
1476 that time. Though holding this permission does not have any
1477 security implications, it can have a negative impact on the
1478 user experience by increasing the amount of time it takes the
1479 system to start and allowing applications to have themselves
1480 running without the user being aware of them. As such, you must
1481 explicitly declare your use of this facility to make that visible
1482 to the user. -->
1483 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001484 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001485 android:protectionLevel="normal"
1486 android:label="@string/permlab_receiveBootCompleted"
1487 android:description="@string/permdesc_receiveBootCompleted" />
1488
1489 <!-- Allows an application to broadcast sticky intents. These are
1490 broadcasts whose data is held by the system after being finished,
1491 so that clients can quickly retrieve that data without having
1492 to wait for the next broadcast. -->
1493 <permission android:name="android.permission.BROADCAST_STICKY"
1494 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1495 android:protectionLevel="normal"
1496 android:label="@string/permlab_broadcastSticky"
1497 android:description="@string/permdesc_broadcastSticky" />
1498
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001499 <!-- Allows mounting and unmounting file systems for removable storage. -->
1500 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1501 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001502 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001503 android:label="@string/permlab_mount_unmount_filesystems"
1504 android:description="@string/permdesc_mount_unmount_filesystems" />
1505
1506 <!-- Allows formatting file systems for removable storage. -->
1507 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1508 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001509 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001510 android:label="@string/permlab_mount_format_filesystems"
1511 android:description="@string/permdesc_mount_format_filesystems" />
1512
San Mehat02735bc2010-01-26 15:18:08 -08001513 <!-- Allows access to ASEC non-destructive API calls
1514 @hide -->
1515 <permission android:name="android.permission.ASEC_ACCESS"
1516 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001517 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001518 android:label="@string/permlab_asec_access"
1519 android:description="@string/permdesc_asec_access" />
1520
1521 <!-- Allows creation of ASEC volumes
1522 @hide -->
1523 <permission android:name="android.permission.ASEC_CREATE"
1524 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001525 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001526 android:label="@string/permlab_asec_create"
1527 android:description="@string/permdesc_asec_create" />
1528
1529 <!-- Allows destruction of ASEC volumes
1530 @hide -->
1531 <permission android:name="android.permission.ASEC_DESTROY"
1532 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001533 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001534 android:label="@string/permlab_asec_destroy"
1535 android:description="@string/permdesc_asec_destroy" />
1536
1537 <!-- Allows mount / unmount of ASEC volumes
1538 @hide -->
1539 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1540 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001541 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001542 android:label="@string/permlab_asec_mount_unmount"
1543 android:description="@string/permdesc_asec_mount_unmount" />
1544
1545 <!-- Allows rename of ASEC volumes
1546 @hide -->
1547 <permission android:name="android.permission.ASEC_RENAME"
1548 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001549 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001550 android:label="@string/permlab_asec_rename"
1551 android:description="@string/permdesc_asec_rename" />
1552
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001553 <!-- Allows applications to write the apn settings -->
1554 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1555 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001556 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001557 android:description="@string/permdesc_writeApnSettings"
1558 android:label="@string/permlab_writeApnSettings" />
1559
Fred Quintana60307342009-03-24 22:48:12 -07001560 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001561 ContentProvider. -->
1562 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1563 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1564 android:label="@string/permlab_subscribedFeedsRead"
1565 android:description="@string/permdesc_subscribedFeedsRead"
1566 android:protectionLevel="normal" />
1567 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1568 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1569 android:label="@string/permlab_subscribedFeedsWrite"
1570 android:description="@string/permdesc_subscribedFeedsWrite"
1571 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001572
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001573 <!-- Allows applications to change network connectivity state -->
1574 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001575 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001576 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001577 android:description="@string/permdesc_changeNetworkState"
1578 android:label="@string/permlab_changeNetworkState" />
1579
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001580 <!-- Allows an application to clear the caches of all installed
1581 applications on the device. -->
1582 <permission android:name="android.permission.CLEAR_APP_CACHE"
1583 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1584 android:protectionLevel="dangerous"
1585 android:label="@string/permlab_clearAppCache"
1586 android:description="@string/permdesc_clearAppCache" />
1587
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001588 <!-- Allows an application to use any media decoder when decoding for playback
1589 @hide -->
1590 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001591 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001592 android:label="@string/permlab_anyCodecForPlayback"
1593 android:description="@string/permdesc_anyCodecForPlayback" />
1594
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001595 <!-- ========================================= -->
1596 <!-- Permissions for special development tools -->
1597 <!-- ========================================= -->
1598 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001599
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001600 <!-- Group of permissions that are related to development features. These
1601 are not permissions that should appear in normal applications; they
1602 protect APIs that are intended only to be used for development
1603 purposes. -->
1604 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1605 android:label="@string/permgrouplab_developmentTools"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001606 android:description="@string/permgroupdesc_developmentTools"
1607 android:priority="310" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001608
Dianne Hackborne639da72012-02-21 15:11:13 -08001609 <!-- Allows an application to read or write the secure system settings. -->
1610 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1611 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1612 android:protectionLevel="signature|system|development"
1613 android:label="@string/permlab_writeSecureSettings"
1614 android:description="@string/permdesc_writeSecureSettings" />
1615
1616 <!-- Allows an application to retrieve state dump information from system
1617 services. -->
1618 <permission android:name="android.permission.DUMP"
1619 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1620 android:protectionLevel="signature|system|development"
1621 android:label="@string/permlab_dump"
1622 android:description="@string/permdesc_dump" />
1623
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001624 <!-- Allows an application to read the low-level system log files.
1625 Log entries can contain the user's private information,
1626 which is why this permission is not available to normal apps. -->
1627 <permission android:name="android.permission.READ_LOGS"
1628 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1629 android:protectionLevel="signature|system|development"
1630 android:label="@string/permlab_readLogs"
1631 android:description="@string/permdesc_readLogs" />
1632
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001633 <!-- Configure an application for debugging. -->
1634 <permission android:name="android.permission.SET_DEBUG_APP"
1635 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001636 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001637 android:label="@string/permlab_setDebugApp"
1638 android:description="@string/permdesc_setDebugApp" />
1639
1640 <!-- Allows an application to set the maximum number of (not needed)
1641 application processes that can be running. -->
1642 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1643 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001644 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001645 android:label="@string/permlab_setProcessLimit"
1646 android:description="@string/permdesc_setProcessLimit" />
1647
1648 <!-- Allows an application to control whether activities are immediately
1649 finished when put in the background. -->
1650 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1651 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001652 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001653 android:label="@string/permlab_setAlwaysFinish"
1654 android:description="@string/permdesc_setAlwaysFinish" />
1655
1656 <!-- Allow an application to request that a signal be sent to all persistent processes -->
1657 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1658 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001659 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001660 android:label="@string/permlab_signalPersistentProcesses"
1661 android:description="@string/permdesc_signalPersistentProcesses" />
1662
1663 <!-- ==================================== -->
1664 <!-- Private (signature-only) permissions -->
1665 <!-- ==================================== -->
1666 <eat-comment />
1667
1668 <!-- Allows applications to RW to diagnostic resources. -->
1669 <permission android:name="android.permission.DIAGNOSTIC"
1670 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1671 android:protectionLevel="signature"
1672 android:description="@string/permdesc_diagnostic"
1673 android:label="@string/permlab_diagnostic" />
1674
1675 <!-- Allows an application to open, close, or disable the status bar
1676 and its icons. -->
1677 <permission android:name="android.permission.STATUS_BAR"
1678 android:label="@string/permlab_statusBar"
1679 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001680 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001681
Joe Onorato8bc6c512010-06-04 16:21:12 -04001682 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1683 @hide -->
1684 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1685 android:label="@string/permlab_statusBarService"
1686 android:description="@string/permdesc_statusBarService"
1687 android:protectionLevel="signature" />
1688
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001689 <!-- Allows an application to force a BACK operation on whatever is the
1690 top activity. -->
1691 <permission android:name="android.permission.FORCE_BACK"
1692 android:label="@string/permlab_forceBack"
1693 android:description="@string/permdesc_forceBack"
1694 android:protectionLevel="signature" />
1695
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001696 <!-- Allows an application to update device statistics. Not for
1697 use by third party apps. -->
1698 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001699 android:label="@string/permlab_updateBatteryStats"
1700 android:description="@string/permdesc_updateBatteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001701 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001702
Dianne Hackborn35654b62013-01-14 17:38:02 -08001703 <!-- @hide Allows an application to collect battery statistics -->
1704 <permission android:name="android.permission.GET_APP_OPS_STATS"
1705 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1706 android:label="@string/permlab_getAppOpsStats"
1707 android:description="@string/permdesc_getAppOpsStats"
1708 android:protectionLevel="signature|system|development" />
1709
Dianne Hackborna06de0f2012-12-11 16:34:47 -08001710 <!-- Allows an application to update application operation statistics. Not for
1711 use by third party apps. @hide -->
1712 <permission android:name="android.permission.UPDATE_APP_OPS_STATS"
1713 android:label="@string/permlab_updateAppOpsStats"
1714 android:description="@string/permdesc_updateAppOpsStats"
1715 android:protectionLevel="signature|system" />
1716
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001717 <!-- Allows an application to open windows that are for use by parts
1718 of the system user interface. Not for use by third party apps. -->
1719 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1720 android:label="@string/permlab_internalSystemWindow"
1721 android:description="@string/permdesc_internalSystemWindow"
1722 android:protectionLevel="signature" />
1723
1724 <!-- Allows an application to manage (create, destroy,
1725 Z-order) application tokens in the window manager. This is only
1726 for use by the system. -->
1727 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1728 android:label="@string/permlab_manageAppTokens"
1729 android:description="@string/permdesc_manageAppTokens"
1730 android:protectionLevel="signature" />
1731
Dianne Hackborn9d9ece32012-09-10 15:33:52 -07001732 <!-- @hide Allows the application to temporarily freeze the screen for a
1733 full-screen transition. -->
1734 <permission android:name="android.permission.FREEZE_SCREEN"
1735 android:label="@string/permlab_freezeScreen"
1736 android:description="@string/permdesc_freezeScreen"
1737 android:protectionLevel="signature" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001738
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001739 <!-- Allows an application to inject user events (keys, touch, trackball)
1740 into the event stream and deliver them to ANY window. Without this
1741 permission, you can only deliver events to windows in your own process.
1742 Very few applications should need to use this permission. -->
1743 <permission android:name="android.permission.INJECT_EVENTS"
1744 android:label="@string/permlab_injectEvents"
1745 android:description="@string/permdesc_injectEvents"
1746 android:protectionLevel="signature" />
1747
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001748 <!-- @hide Allows an application to register an input filter which filters the stream
1749 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1750 <permission android:name="android.permission.FILTER_EVENTS"
1751 android:label="@string/permlab_filter_events"
1752 android:description="@string/permdesc_filter_events"
1753 android:protectionLevel="signature" />
1754
1755 <!-- @hide Allows an application to retrieve info for a window from the window manager. -->
1756 <permission android:name="android.permission.RETRIEVE_WINDOW_INFO"
1757 android:label="@string/permlab_retrieve_window_info"
1758 android:description="@string/permdesc_retrieve_window_info"
1759 android:protectionLevel="signature" />
1760
Svetoslav Ganov7befb7d2012-09-27 16:49:23 -07001761 <!-- @hide Allows an application to temporary enable accessibility on the device. -->
1762 <permission android:name="android.permission.TEMPORARY_ENABLE_ACCESSIBILITY"
1763 android:label="@string/permlab_temporary_enable_accessibility"
1764 android:description="@string/permdesc_temporary_enable_accessibility"
1765 android:protectionLevel="signature" />
1766
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -07001767 <!-- @hide Allows an application to magnify the content of a display. -->
1768 <permission android:name="android.permission.MAGNIFY_DISPLAY"
1769 android:label="@string/permlab_magnify_display"
1770 android:description="@string/permdesc_magnify_display"
1771 android:protectionLevel="signature" />
1772
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001773 <!-- Allows an application to watch and control how activities are
1774 started globally in the system. Only for is in debugging
1775 (usually the monkey command). -->
1776 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1777 android:label="@string/permlab_runSetActivityWatcher"
1778 android:description="@string/permdesc_runSetActivityWatcher"
1779 android:protectionLevel="signature" />
1780
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001781 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001782 to put the higher-level system there into a shutdown state.
1783 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001784 <permission android:name="android.permission.SHUTDOWN"
1785 android:label="@string/permlab_shutdown"
1786 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001787 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001788
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001789 <!-- Allows an application to tell the activity manager to temporarily
1790 stop application switches, putting it into a special mode that
1791 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001792 critical UI such as the home screen.
1793 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001794 <permission android:name="android.permission.STOP_APP_SWITCHES"
1795 android:label="@string/permlab_stopAppSwitches"
1796 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001797 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001798
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001799 <!-- Allows an application to retrieve private information about
1800 the current top activity, such as any assist context it can provide. -->
1801 <permission android:name="android.permission.GET_TOP_ACTIVITY_INFO"
1802 android:label="@string/permlab_getTopActivityInfo"
1803 android:description="@string/permdesc_getTopActivityInfo"
1804 android:protectionLevel="signature" />
1805
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001806 <!-- Allows an application to retrieve the current state of keys and
Jeff Brownac143512012-04-05 18:57:33 -07001807 switches. This is only for use by the system.
1808 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001809 <permission android:name="android.permission.READ_INPUT_STATE"
1810 android:label="@string/permlab_readInputState"
1811 android:description="@string/permdesc_readInputState"
1812 android:protectionLevel="signature" />
1813
Dianne Hackbornd6847842010-01-12 18:14:19 -08001814 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1815 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001816 <permission android:name="android.permission.BIND_INPUT_METHOD"
1817 android:label="@string/permlab_bindInputMethod"
1818 android:description="@string/permdesc_bindInputMethod"
1819 android:protectionLevel="signature" />
1820
Svetoslav38228962013-01-29 01:04:35 -08001821 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07001822 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001823 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
1824 android:label="@string/permlab_bindAccessibilityService"
1825 android:description="@string/permdesc_bindAccessibilityService"
1826 android:protectionLevel="signature" />
1827
satok988323c2011-06-22 16:38:13 +09001828 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1829 to ensure that only the system can bind to it. -->
1830 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1831 android:label="@string/permlab_bindTextService"
1832 android:description="@string/permdesc_bindTextService"
1833 android:protectionLevel="signature" />
1834
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001835 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001836 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001837 <permission android:name="android.permission.BIND_VPN_SERVICE"
1838 android:label="@string/permlab_bindVpnService"
1839 android:description="@string/permdesc_bindVpnService"
1840 android:protectionLevel="signature" />
1841
Dianne Hackbornd6847842010-01-12 18:14:19 -08001842 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1843 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001844 <permission android:name="android.permission.BIND_WALLPAPER"
1845 android:label="@string/permlab_bindWallpaper"
1846 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001847 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001848
Dianne Hackbornd6847842010-01-12 18:14:19 -08001849 <!-- Must be required by device administration receiver, to ensure that only the
1850 system can interact with it. -->
1851 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1852 android:label="@string/permlab_bindDeviceAdmin"
1853 android:description="@string/permdesc_bindDeviceAdmin"
1854 android:protectionLevel="signature" />
1855
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001856 <!-- Allows low-level access to setting the orientation (actually
1857 rotation) of the screen. Not for use by normal applications. -->
1858 <permission android:name="android.permission.SET_ORIENTATION"
1859 android:label="@string/permlab_setOrientation"
1860 android:description="@string/permdesc_setOrientation"
1861 android:protectionLevel="signature" />
1862
Jeff Brown1a84fd12011-06-02 01:26:32 -07001863 <!-- Allows low-level access to setting the pointer speed.
1864 Not for use by normal applications. -->
1865 <permission android:name="android.permission.SET_POINTER_SPEED"
1866 android:label="@string/permlab_setPointerSpeed"
1867 android:description="@string/permdesc_setPointerSpeed"
1868 android:protectionLevel="signature" />
1869
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001870 <!-- Allows low-level access to setting the keyboard layout.
Jeff Brown507f5582012-05-07 19:06:06 -07001871 Not for use by normal applications.
1872 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001873 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1874 android:label="@string/permlab_setKeyboardLayout"
1875 android:description="@string/permdesc_setKeyboardLayout"
1876 android:protectionLevel="signature" />
1877
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001878 <!-- Allows an application to install packages. -->
1879 <permission android:name="android.permission.INSTALL_PACKAGES"
1880 android:label="@string/permlab_installPackages"
1881 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001882 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001883
1884 <!-- Allows an application to clear user data -->
1885 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1886 android:label="@string/permlab_clearAppUserData"
1887 android:description="@string/permdesc_clearAppUserData"
1888 android:protectionLevel="signature" />
1889
1890 <!-- Allows an application to delete cache files. -->
1891 <permission android:name="android.permission.DELETE_CACHE_FILES"
1892 android:label="@string/permlab_deleteCacheFiles"
1893 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08001894 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001895
1896 <!-- Allows an application to delete packages. -->
1897 <permission android:name="android.permission.DELETE_PACKAGES"
1898 android:label="@string/permlab_deletePackages"
1899 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001900 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001901
Jeff Brownec7c78f2010-03-30 23:37:25 -07001902 <!-- Allows an application to move location of installed package.
1903 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001904 <permission android:name="android.permission.MOVE_PACKAGE"
1905 android:label="@string/permlab_movePackage"
1906 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08001907 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001908
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001909 <!-- Allows an application to change whether an application component (other than its own) is
1910 enabled or not. -->
1911 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1912 android:label="@string/permlab_changeComponentState"
1913 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08001914 android:protectionLevel="signature|system" />
1915
1916 <!-- @hide Allows an application to grant or revoke specific permissions. -->
1917 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1918 android:label="@string/permlab_grantRevokePermissions"
1919 android:description="@string/permdesc_grantRevokePermissions"
1920 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001921
1922 <!-- Allows an application to use SurfaceFlinger's low level features -->
1923 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1924 android:label="@string/permlab_accessSurfaceFlinger"
1925 android:description="@string/permdesc_accessSurfaceFlinger"
1926 android:protectionLevel="signature" />
1927
1928 <!-- Allows an application to take screen shots and more generally
1929 get access to the frame buffer data -->
1930 <permission android:name="android.permission.READ_FRAME_BUFFER"
1931 android:label="@string/permlab_readFrameBuffer"
1932 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08001933 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001934
Jeff Brown4b71e4e2012-09-07 17:41:02 -07001935 <!-- Allows an application to configure and connect to Wifi displays
1936 @hide -->
1937 <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
1938 android:label="@string/permlab_configureWifiDisplay"
1939 android:description="@string/permdesc_configureWifiDisplay"
1940 android:protectionLevel="signature" />
1941
1942 <!-- Allows an application to control low-level features of Wifi displays
1943 such as opening an RTSP socket. This permission should only be used
1944 by the display manager.
1945 @hide -->
1946 <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
1947 android:label="@string/permlab_controlWifiDisplay"
1948 android:description="@string/permdesc_controlWifiDisplay"
1949 android:protectionLevel="signature" />
1950
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001951 <!-- Required to be able to disable the device (very dangerous!). -->
1952 <permission android:name="android.permission.BRICK"
1953 android:label="@string/permlab_brick"
1954 android:description="@string/permdesc_brick"
1955 android:protectionLevel="signature" />
1956
1957 <!-- Required to be able to reboot the device. -->
1958 <permission android:name="android.permission.REBOOT"
1959 android:label="@string/permlab_reboot"
1960 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08001961 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001962
1963 <!-- Allows low-level access to power management -->
1964 <permission android:name="android.permission.DEVICE_POWER"
1965 android:label="@string/permlab_devicePower"
1966 android:description="@string/permdesc_devicePower"
1967 android:protectionLevel="signature" />
1968
Dianne Hackborn8832c182012-09-17 17:20:24 -07001969 <!-- @hide Allows low-level access to tun tap driver -->
fredc0f420372012-04-12 00:02:00 -07001970 <permission android:name="android.permission.NET_TUNNELING"
1971 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1972 android:protectionLevel="signature" />
1973
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001974 <!-- Run as a manufacturer test application, running as the root user.
1975 Only available when the device is running in manufacturer test mode. -->
1976 <permission android:name="android.permission.FACTORY_TEST"
1977 android:label="@string/permlab_factoryTest"
1978 android:description="@string/permdesc_factoryTest"
1979 android:protectionLevel="signature" />
1980
1981 <!-- Allows an application to broadcast a notification that an application
1982 package has been removed. -->
1983 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
1984 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1985 android:label="@string/permlab_broadcastPackageRemoved"
1986 android:description="@string/permdesc_broadcastPackageRemoved"
1987 android:protectionLevel="signature" />
1988
1989 <!-- Allows an application to broadcast an SMS receipt notification -->
1990 <permission android:name="android.permission.BROADCAST_SMS"
1991 android:permissionGroup="android.permission-group.MESSAGES"
1992 android:label="@string/permlab_broadcastSmsReceived"
1993 android:description="@string/permdesc_broadcastSmsReceived"
1994 android:protectionLevel="signature" />
1995
1996 <!-- Allows an application to broadcast a WAP PUSH receipt notification -->
1997 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
1998 android:permissionGroup="android.permission-group.MESSAGES"
1999 android:label="@string/permlab_broadcastWapPush"
2000 android:description="@string/permdesc_broadcastWapPush"
2001 android:protectionLevel="signature" />
2002
2003 <permission android:name="android.permission.MASTER_CLEAR"
2004 android:label="@string/permlab_masterClear"
2005 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08002006 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002007
2008 <!-- Allows an application to call any phone number, including emergency
2009 numbers, without going through the Dialer user interface for the user
Jay Shrauner592c9fc2013-05-17 14:36:42 -07002010 to confirm the call being placed. Not for use by third party apps. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002011 <permission android:name="android.permission.CALL_PRIVILEGED"
2012 android:label="@string/permlab_callPrivileged"
2013 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08002014 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002015
Jim Miller767be5f2009-08-25 19:33:57 -07002016 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
2017 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
2018 android:label="@string/permlab_performCdmaProvisioning"
2019 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08002020 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07002021
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002022 <!-- Allows enabling/disabling location update notifications from
2023 the radio. Not for use by normal applications. -->
2024 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
2025 android:label="@string/permlab_locationUpdates"
2026 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08002027 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002028
2029 <!-- Allows read/write access to the "properties" table in the checkin
2030 database, to change values that get uploaded. -->
2031 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
2032 android:label="@string/permlab_checkinProperties"
2033 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08002034 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002035
2036 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07002037 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002038 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
2039 android:label="@string/permlab_pkgUsageStats"
2040 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08002041 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002042
2043 <!-- Allows an application to collect battery statistics -->
2044 <permission android:name="android.permission.BATTERY_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002045 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002046 android:label="@string/permlab_batteryStats"
2047 android:description="@string/permdesc_batteryStats"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002048 android:protectionLevel="dangerous" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002049
Christopher Tate181fafa2009-05-14 11:12:14 -07002050 <!-- Allows an application to control the backup and restore process
2051 @hide pending API council -->
2052 <permission android:name="android.permission.BACKUP"
2053 android:label="@string/permlab_backup"
2054 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08002055 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07002056
Christopher Tate4a627c72011-04-01 14:43:32 -07002057 <!-- Allows a package to launch the secure full-backup confirmation UI.
2058 ONLY the system process may hold this permission.
2059 @hide -->
2060 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
2061 android:label="@string/permlab_confirm_full_backup"
2062 android:description="@string/permdesc_confirm_full_backup"
2063 android:protectionLevel="signature" />
2064
Winson Chung81f39eb2011-01-11 18:05:01 -08002065 <!-- Must be required by a {@link android.widget.RemoteViewsService},
2066 to ensure that only the system can bind to it. -->
2067 <permission android:name="android.permission.BIND_REMOTEVIEWS"
2068 android:label="@string/permlab_bindRemoteViews"
2069 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08002070 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08002071
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002072 <!-- Allows an application to tell the AppWidget service which application
2073 can access AppWidget's data. The normal user flow is that a user
2074 picks an AppWidget to go into a particular host, thereby giving that
2075 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002076 An application that has this permission should honor that contract.
2077 Very few applications should need to use this permission. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002078 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002079 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2080 android:label="@string/permlab_bindGadget"
2081 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08002082 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002083
Michael Jurkafc753c02012-10-30 18:30:52 -07002084 <!-- Private permission, to restrict who can bring up a dialog to add a new
2085 keyguard widget
2086 @hide -->
2087 <permission android:name="android.permission.BIND_KEYGUARD_APPWIDGET"
2088 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2089 android:protectionLevel="signature|system" />
2090
Michael Jurka61a5b012012-04-13 10:39:45 -07002091 <!-- Internal permission allowing an application to query/set which
2092 applications can bind AppWidgets.
2093 @hide -->
2094 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
2095 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2096 android:protectionLevel="signature|system" />
2097
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002098 <!-- Allows applications to change the background data setting
2099 @hide pending API council -->
2100 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
2101 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2102 android:protectionLevel="signature"
2103 android:description="@string/permdesc_changeBackgroundDataSetting"
2104 android:label="@string/permlab_changeBackgroundDataSetting" />
2105
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002106 <!-- This permission can be used on content providers to allow the global
2107 search system to access their data. Typically it used when the
2108 provider has some permissions protecting it (which global search
2109 would not be expected to hold), and added as a read-only permission
2110 to the path in the provider where global search queries are
2111 performed. This permission can not be held by regular applications;
2112 it is used by applications to protect themselves from everyone else
2113 besides global search. -->
2114 <permission android:name="android.permission.GLOBAL_SEARCH"
2115 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002116 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002117
2118 <!-- Internal permission protecting access to the global search
2119 system: ensures that only the system can access the provider
2120 to perform queries (since this otherwise provides unrestricted
2121 access to a variety of content providers), and to write the
2122 search statistics (to keep applications from gaming the source
2123 ranking).
2124 @hide -->
2125 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
2126 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2127 android:protectionLevel="signature" />
2128
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002129 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07002130 @hide XXX Change to signature once the picker is moved to its
2131 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002132 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
2133 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002134 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002135
John Spurlockf4f6b4c2012-08-25 12:08:03 -04002136 <!-- Allows applications to read dream settings and dream state.
2137 @hide -->
2138 <permission android:name="android.permission.READ_DREAM_STATE"
2139 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2140 android:protectionLevel="signature" />
2141
2142 <!-- Allows applications to write dream settings, and start or stop dreaming.
2143 @hide -->
2144 <permission android:name="android.permission.WRITE_DREAM_STATE"
2145 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2146 android:protectionLevel="signature" />
2147
Jeff Brownec7c78f2010-03-30 23:37:25 -07002148 <!-- Allow an application to read and write the cache partition.
2149 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002150 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
2151 android:label="@string/permlab_cache_filesystem"
2152 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08002153 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002154
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08002155 <!-- Must be required by default container service so that only
2156 the system can bind to it and use it to copy
2157 protected data to secure containers or files
2158 accessible to the system.
2159 @hide -->
2160 <permission android:name="android.permission.COPY_PROTECTED_DATA"
2161 android:label="@string/permlab_copyProtectedData"
2162 android:description="@string/permlab_copyProtectedData"
2163 android:protectionLevel="signature" />
2164
Jason parks8888c592011-01-20 22:46:41 -06002165 <!-- Internal permission protecting access to the encryption methods
2166 @hide
2167 -->
2168 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08002169 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06002170
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002171 <!-- Allows an application to read historical network usage for
2172 specific networks and applications. @hide -->
2173 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
2174 android:label="@string/permlab_readNetworkUsageHistory"
2175 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08002176 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002177
2178 <!-- Allows an application to manage network policies (such as warning and disable
2179 limits) and to define application-specific rules. @hide -->
2180 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
2181 android:label="@string/permlab_manageNetworkPolicy"
2182 android:description="@string/permdesc_manageNetworkPolicy"
2183 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06002184
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002185 <!-- Allows an application to account its network traffic against other UIDs. Used
2186 by system services like download manager and media server. Not for use by
2187 third party apps. @hide -->
2188 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
2189 android:label="@string/permlab_modifyNetworkAccounting"
2190 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08002191 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002192
Tom Taylorb0381682011-08-11 14:27:25 -07002193 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08002194 @hide Used internally.
2195 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002196 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08002197 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002198 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08002199
Dianne Hackborn8832c182012-09-17 17:20:24 -07002200 <!-- @hide Package verifier needs to have this permission before the PackageManager will
Kenny Root5ab21572011-07-27 11:11:19 -07002201 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07002202 -->
2203 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
2204 android:label="@string/permlab_packageVerificationAgent"
2205 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08002206 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07002207
2208 <!-- Must be required by package verifier receiver, to ensure that only the
2209 system can interact with it.
2210 @hide
2211 -->
2212 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
2213 android:label="@string/permlab_bindPackageVerifier"
2214 android:description="@string/permdesc_bindPackageVerifier"
2215 android:protectionLevel="signature" />
2216
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002217 <!-- Allows applications to access serial ports via the SerialManager.
2218 @hide -->
2219 <permission android:name="android.permission.SERIAL_PORT"
2220 android:label="@string/permlab_serialPort"
2221 android:description="@string/permdesc_serialPort"
Geremy Condrac29f35b2012-10-17 14:06:31 -07002222 android:protectionLevel="signature|system" />
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002223
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002224 <!-- Allows the holder to access content providers from outside an ApplicationThread.
2225 This permission is enforced by the ActivityManagerService on the corresponding APIs,
2226 in particular ActivityManagerService#getContentProviderExternal(String) and
2227 ActivityManagerService#removeContentProviderExternal(String).
2228 @hide
2229 -->
2230 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
2231 android:label="@string/permlab_accessContentProvidersExternally"
2232 android:description="@string/permdesc_accessContentProvidersExternally"
2233 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08002234 <!-- Allows an application to hold an UpdateLock, recommending that a headless
2235 OTA reboot *not* occur while the lock is held.
2236 @hide -->
2237 <permission android:name="android.permission.UPDATE_LOCK"
2238 android:label="@string/permlab_updateLock"
2239 android:description="@string/permdesc_updateLock"
2240 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002241
Daniel Sandlerfde19b12013-01-17 00:21:05 -05002242 <!-- Allows an application to read the current set of notifications, including
2243 any metadata and intents attached.
2244 @hide -->
2245 <permission android:name="android.permission.ACCESS_NOTIFICATIONS"
2246 android:label="@string/permlab_accessNotifications"
2247 android:description="@string/permdesc_accessNotifications"
2248 android:protectionLevel="signature|system" />
2249
Jim Miller5ecd8112013-01-09 18:50:26 -08002250 <!-- Allows access to keyguard secure storage. Only allowed for system processes.
2251 @hide -->
2252 <permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"
2253 android:protectionLevel="signature"
2254 android:label="@string/permlab_access_keyguard_secure_storage"
2255 android:description="@string/permdesc_access_keyguard_secure_storage" />
2256
Jim Millerc0b676d2013-03-22 16:11:08 -07002257 <!-- Allows an application to control keyguard. Only allowed for system processes.
2258 @hide -->
2259 <permission android:name="android.permission.CONTROL_KEYGUARD"
2260 android:protectionLevel="signature"
2261 android:label="@string/permlab_control_keyguard"
2262 android:description="@string/permdesc_control_keyguard" />
2263
Daniel Sandler5feceeb2013-03-22 18:29:23 -07002264 <!-- Must be required by an {@link
2265 android.service.notification.NotificationListenerService},
2266 to ensure that only the system can bind to it. -->
2267 <permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
2268 android:label="@string/permlab_bindNotificationListenerService"
2269 android:description="@string/permdesc_bindNotificationListenerService"
2270 android:protectionLevel="signature" />
2271
Christopher Tate4a627c72011-04-01 14:43:32 -07002272 <!-- The system process is explicitly the only one allowed to launch the
2273 confirmation UI for full backup/restore -->
2274 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
2275
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002276 <application android:process="system"
2277 android:persistent="true"
2278 android:hasCode="false"
2279 android:label="@string/android_system_label"
2280 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07002281 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07002282 android:killAfterRestore="false"
Fabrice Di Meglio4497e0c2012-09-10 20:46:33 -07002283 android:icon="@drawable/ic_launcher_android"
2284 android:supportsRtl="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002285 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002286 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07002287 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002288 android:excludeFromRecents="true"
2289 android:multiprocess="true">
2290 <intent-filter>
2291 <action android:name="android.intent.action.CHOOSER" />
2292 <category android:name="android.intent.category.DEFAULT" />
2293 </intent-filter>
2294 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07002295 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002296 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07002297 android:label="@string/heavy_weight_switcher_title"
2298 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002299 android:excludeFromRecents="true"
2300 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07002301 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002302 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002303 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
2304 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002305 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08002306 <activity android:name="com.android.internal.app.DisableCarModeActivity"
2307 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002308 android:excludeFromRecents="true"
2309 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08002310 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002311
Fred Quintana33269202009-04-20 16:05:10 -07002312 <activity android:name="android.accounts.ChooseAccountActivity"
2313 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08002314 android:exported="true"
2315 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002316 android:label="@string/choose_account_label"
2317 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07002318 </activity>
2319
Fred Quintana1121bb52011-09-14 23:19:35 -07002320 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
2321 android:excludeFromRecents="true"
2322 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07002323 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002324 android:label="@string/choose_account_label"
2325 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07002326 </activity>
2327
2328 <activity android:name="android.accounts.ChooseAccountTypeActivity"
2329 android:excludeFromRecents="true"
Jatin Lodhia856b01e2012-09-28 10:53:37 -07002330 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002331 android:label="@string/choose_account_label"
2332 android:process=":ui">
2333 </activity>
2334
Amith Yamasani23c8b962013-04-10 13:37:18 -07002335 <activity android:name="android.accounts.CantAddAccountActivity"
2336 android:excludeFromRecents="true"
2337 android:exported="true"
Amith Yamasani5a3915b2013-05-24 09:53:47 -07002338 android:theme="@android:style/Theme.Holo.Dialog.NoActionBar"
Amith Yamasani23c8b962013-04-10 13:37:18 -07002339 android:process=":ui">
2340 </activity>
2341
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002342 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
2343 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08002344 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002345 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
2346 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002347 </activity>
2348
Fred Quintanab19e62a2010-12-16 13:54:43 -08002349 <activity android:name="android.content.SyncActivityTooManyDeletes"
2350 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002351 android:label="@string/sync_too_many_deletes"
2352 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08002353 </activity>
2354
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002355 <activity android:name="com.android.server.ShutdownActivity"
2356 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07002357 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002358 <intent-filter>
2359 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2360 <category android:name="android.intent.category.DEFAULT" />
2361 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04002362 <intent-filter>
2363 <action android:name="android.intent.action.REBOOT" />
2364 <category android:name="android.intent.category.DEFAULT" />
2365 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002366 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08002367
Danke Xie22d1f9f2009-08-18 18:28:45 -04002368 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002369 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002370 android:excludeFromRecents="true"
2371 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04002372 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002373
Dianne Hackbornd4ac8d72012-09-27 23:20:10 -07002374 <receiver android:name="com.android.server.BootReceiver"
2375 android:primaryUserOnly="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002376 <intent-filter>
2377 <action android:name="android.intent.action.BOOT_COMPLETED" />
2378 </intent-filter>
2379 </receiver>
2380
Geremy Condrab6310842012-08-23 22:00:15 -07002381 <receiver android:name="com.android.server.updates.CertPinInstallReceiver" >
2382 <intent-filter>
2383 <action android:name="android.intent.action.UPDATE_PINS" />
2384 </intent-filter>
2385 </receiver>
2386
Ben Gruver633dc9b2013-04-04 12:05:49 -07002387 <receiver android:name="com.android.server.updates.IntentFirewallInstallReceiver" >
2388 <intent-filter>
2389 <action android:name="android.intent.action.UPDATE_INTENT_FIREWALL" />
2390 </intent-filter>
2391 </receiver>
2392
Robert Greenwaltc6fa2372012-09-24 13:57:16 -07002393 <receiver android:name="com.android.server.updates.SmsShortCodesInstallReceiver" >
2394 <intent-filter>
2395 <action android:name="android.intent.action.UPDATE_SMS_SHORT_CODES" />
2396 </intent-filter>
2397 </receiver>
2398
Geremy Condra78a4c712013-01-30 11:20:26 -08002399 <receiver android:name="com.android.server.updates.TZInfoInstallReceiver" >
2400 <intent-filter>
2401 <action android:name="android.intent.action.UPDATE_TZINFO" />
2402 </intent-filter>
2403 </receiver>
2404
Geremy Condra4e7f7e82013-03-26 21:09:01 -07002405 <receiver android:name="com.android.server.updates.SELinuxPolicyInstallReceiver" >
2406 <intent-filter>
2407 <action android:name="android.intent.action.UPDATE_SEPOLICY" />
2408 </intent-filter>
2409 </receiver>
2410
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002411 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07002412 android:permission="android.permission.MASTER_CLEAR"
2413 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002414 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08002415 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2416 <action android:name="android.intent.action.MASTER_CLEAR" />
2417
2418 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002419 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002420 <category android:name="android.intent.category.MASTER_CLEAR" />
2421 </intent-filter>
2422 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07002423
2424 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2425 android:permission="android.permission.MASTER_CLEAR"
2426 android:exported="true" />
2427
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -07002428 <service android:name="android.hardware.location.GeofenceHardwareService"
2429 android:permission="android.permission.LOCATION_HARDWARE"
2430 android:exported="false" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002431 </application>
2432
2433</manifest>