blob: ca274e3decb8915fb18ce6444d6ddede5b465276 [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
Scott Main93e60b52013-06-10 11:05:55 -0700256 to handle the respond-via-message action during incoming calls.
257 <p>Not for use by third-party applications. -->
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700258 <permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700259 android:permissionGroup="android.permission-group.MESSAGES"
260 android:protectionLevel="signature|system"
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700261 android:label="@string/permlab_sendRespondViaMessageRequest"
262 android:description="@string/permdesc_sendRespondViaMessageRequest" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800263
264 <!-- Allows an application to monitor incoming SMS messages, to record
265 or perform processing on them. -->
266 <permission android:name="android.permission.RECEIVE_SMS"
267 android:permissionGroup="android.permission-group.MESSAGES"
268 android:protectionLevel="dangerous"
269 android:label="@string/permlab_receiveSms"
270 android:description="@string/permdesc_receiveSms" />
271
272 <!-- Allows an application to monitor incoming MMS messages, to record
273 or perform processing on them. -->
274 <permission android:name="android.permission.RECEIVE_MMS"
275 android:permissionGroup="android.permission-group.MESSAGES"
276 android:protectionLevel="dangerous"
277 android:label="@string/permlab_receiveMms"
278 android:description="@string/permdesc_receiveMms" />
279
Jake Hambyab79ee42011-04-26 16:26:46 -0700280 <!-- Allows an application to receive emergency cell broadcast messages,
Scott Main93e60b52013-06-10 11:05:55 -0700281 to record or display them to the user.
282 <p>Not for use by third-party applications.
Jake Hambyab79ee42011-04-26 16:26:46 -0700283 @hide Pending API council approval -->
284 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
285 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800286 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700287 android:label="@string/permlab_receiveEmergencyBroadcast"
288 android:description="@string/permdesc_receiveEmergencyBroadcast" />
289
Jake Hambyc3296ff2012-04-18 12:32:18 -0700290 <!-- Allows an application to read previously received cell broadcast
291 messages and to register a content observer to get notifications when
292 a cell broadcast has been received and added to the database. For
293 emergency alerts, the database is updated immediately after the
294 alert dialog and notification sound/vibration/speech are presented.
295 The "read" column is then updated after the user dismisses the alert.
296 This enables supplementary emergency assistance apps to start loading
297 additional emergency information (if Internet access is available)
298 when the alert is first received, and to delay presenting the info
299 to the user until after the initial alert dialog is dismissed.
300 @hide Pending API council approval -->
301 <permission android:name="android.permission.READ_CELL_BROADCASTS"
302 android:permissionGroup="android.permission-group.MESSAGES"
303 android:protectionLevel="dangerous"
304 android:label="@string/permlab_readCellBroadcasts"
305 android:description="@string/permdesc_readCellBroadcasts" />
306
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800307 <!-- Allows an application to read SMS messages. -->
308 <permission android:name="android.permission.READ_SMS"
309 android:permissionGroup="android.permission-group.MESSAGES"
310 android:protectionLevel="dangerous"
311 android:label="@string/permlab_readSms"
312 android:description="@string/permdesc_readSms" />
313
314 <!-- Allows an application to write SMS messages. -->
315 <permission android:name="android.permission.WRITE_SMS"
316 android:permissionGroup="android.permission-group.MESSAGES"
317 android:protectionLevel="dangerous"
318 android:label="@string/permlab_writeSms"
319 android:description="@string/permdesc_writeSms" />
320
321 <!-- Allows an application to monitor incoming WAP push messages. -->
322 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
323 android:permissionGroup="android.permission-group.MESSAGES"
324 android:protectionLevel="dangerous"
325 android:label="@string/permlab_receiveWapPush"
326 android:description="@string/permdesc_receiveWapPush" />
327
328 <!-- =============================================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700329 <!-- Permissions for accessing social info (contacts and social) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800330 <!-- =============================================================== -->
331 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700332
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700333 <!-- Used for permissions that provide access to the user's social connections,
334 such as contacts, call logs, social stream, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800335 both reading and writing of this data (which should generally be
336 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700337
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700338 <permission-group android:name="android.permission-group.SOCIAL_INFO"
339 android:label="@string/permgrouplab_socialInfo"
340 android:icon="@drawable/perm_group_social_info"
341 android:description="@string/permgroupdesc_socialInfo"
342 android:permissionGroupFlags="personalInfo"
343 android:priority="320" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800344
345 <!-- Allows an application to read the user's contacts data. -->
346 <permission android:name="android.permission.READ_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700347 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800348 android:protectionLevel="dangerous"
349 android:label="@string/permlab_readContacts"
350 android:description="@string/permdesc_readContacts" />
351
352 <!-- Allows an application to write (but not read) the user's
353 contacts data. -->
354 <permission android:name="android.permission.WRITE_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700355 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800356 android:protectionLevel="dangerous"
357 android:label="@string/permlab_writeContacts"
358 android:description="@string/permdesc_writeContacts" />
359
Subir Jhanb603af612012-08-06 17:19:22 -0700360 <!-- Allows an application to execute contacts directory search.
Scott Main93e60b52013-06-10 11:05:55 -0700361 This should only be used by ContactsProvider.
362 <p>Not for use by third-party applications. -->
Subir Jhanb603af612012-08-06 17:19:22 -0700363 <!-- @hide -->
364 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
365 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700366 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700367
Scott Main2681faa2012-11-01 12:18:31 -0700368 <!-- Allows an application to read the user's call log.
369 <p class="note"><strong>Note:</strong> If your app uses the
370 {@link #READ_CONTACTS} permission and <em>both</em> your <a
371 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
372 minSdkVersion}</a> and <a
373 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
374 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
375 grants your app this permission. If you don't need this permission, be sure your <a
376 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
377 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700378 <permission android:name="android.permission.READ_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700379 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700380 android:protectionLevel="dangerous"
381 android:label="@string/permlab_readCallLog"
382 android:description="@string/permdesc_readCallLog" />
383
384 <!-- Allows an application to write (but not read) the user's
Scott Main2681faa2012-11-01 12:18:31 -0700385 contacts data.
386 <p class="note"><strong>Note:</strong> If your app uses the
387 {@link #WRITE_CONTACTS} permission and <em>both</em> your <a
388 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
389 minSdkVersion}</a> and <a
390 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
391 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
392 grants your app this permission. If you don't need this permission, be sure your <a
393 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
394 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700395 <permission android:name="android.permission.WRITE_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700396 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700397 android:protectionLevel="dangerous"
398 android:label="@string/permlab_writeCallLog"
399 android:description="@string/permdesc_writeCallLog" />
400
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700401 <!-- Allows an application to read from the user's social stream. -->
402 <permission android:name="android.permission.READ_SOCIAL_STREAM"
403 android:permissionGroup="android.permission-group.SOCIAL_INFO"
404 android:protectionLevel="dangerous"
405 android:label="@string/permlab_readSocialStream"
406 android:description="@string/permdesc_readSocialStream" />
407
408 <!-- Allows an application to write (but not read) the user's
409 social stream data. -->
410 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
411 android:permissionGroup="android.permission-group.SOCIAL_INFO"
412 android:protectionLevel="dangerous"
413 android:label="@string/permlab_writeSocialStream"
414 android:description="@string/permdesc_writeSocialStream" />
415
416 <!-- =============================================================== -->
417 <!-- Permissions for accessing information about the device owner -->
418 <!-- =============================================================== -->
419 <eat-comment />
420
421 <!-- Used for permissions that provide access to information about the device
422 user such as profile information. This includes both reading and
423 writing of this data (which should generally be expressed as two
424 distinct permissions). -->
425 <permission-group android:name="android.permission-group.PERSONAL_INFO"
426 android:label="@string/permgrouplab_personalInfo"
427 android:icon="@drawable/perm_group_personal_info"
428 android:description="@string/permgroupdesc_personalInfo"
429 android:permissionGroupFlags="personalInfo"
430 android:priority="310" />
431
Dave Santoro43251332011-05-11 11:39:54 -0700432 <!-- Allows an application to read the user's personal profile data. -->
433 <permission android:name="android.permission.READ_PROFILE"
434 android:permissionGroup="android.permission-group.PERSONAL_INFO"
435 android:protectionLevel="dangerous"
436 android:label="@string/permlab_readProfile"
437 android:description="@string/permdesc_readProfile" />
438
439 <!-- Allows an application to write (but not read) the user's
440 personal profile data. -->
441 <permission android:name="android.permission.WRITE_PROFILE"
442 android:permissionGroup="android.permission-group.PERSONAL_INFO"
443 android:protectionLevel="dangerous"
444 android:label="@string/permlab_writeProfile"
445 android:description="@string/permdesc_writeProfile" />
446
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700447 <!-- =============================================================== -->
448 <!-- Permissions for accessing the device calendar -->
449 <!-- =============================================================== -->
450 <eat-comment />
Dave Santoro0b61f592011-10-03 18:25:26 -0700451
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700452 <!-- Used for permissions that provide access to the device
453 calendar to create / view events.-->
454 <permission-group android:name="android.permission-group.CALENDAR"
455 android:label="@string/permgrouplab_calendar"
456 android:icon="@drawable/perm_group_calendar"
457 android:description="@string/permgroupdesc_calendar"
458 android:permissionGroupFlags="personalInfo"
459 android:priority="290" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700460
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800461 <!-- Allows an application to read the user's calendar data. -->
462 <permission android:name="android.permission.READ_CALENDAR"
463 android:permissionGroup="android.permission-group.PERSONAL_INFO"
464 android:protectionLevel="dangerous"
465 android:label="@string/permlab_readCalendar"
466 android:description="@string/permdesc_readCalendar" />
467
468 <!-- Allows an application to write (but not read) the user's
469 calendar data. -->
470 <permission android:name="android.permission.WRITE_CALENDAR"
471 android:permissionGroup="android.permission-group.PERSONAL_INFO"
472 android:protectionLevel="dangerous"
473 android:label="@string/permlab_writeCalendar"
474 android:description="@string/permdesc_writeCalendar" />
475
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700476 <!-- =============================================================== -->
477 <!-- Permissions for accessing the user dictionary-->
478 <!-- =============================================================== -->
479 <eat-comment />
480
481 <!-- Used for permissions that provide access to the user
482 calendar to create / view events.-->
483 <permission-group android:name="android.permission-group.USER_DICTIONARY"
484 android:label="@string/permgrouplab_dictionary"
485 android:icon="@drawable/perm_group_user_dictionary"
486 android:description="@string/permgroupdesc_dictionary"
487 android:permissionGroupFlags="personalInfo"
488 android:priority="170" />
489
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800490 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700491 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700492 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800493 <permission android:name="android.permission.READ_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700494 android:permissionGroup="android.permission-group.USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800495 android:protectionLevel="dangerous"
496 android:label="@string/permlab_readDictionary"
497 android:description="@string/permdesc_readDictionary" />
498
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700499 <!-- Used for permissions that provide access to the user
500 calendar to create / view events.-->
501 <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
502 android:label="@string/permgrouplab_writeDictionary"
503 android:icon="@drawable/perm_group_user_dictionary_write"
504 android:description="@string/permgroupdesc_writeDictionary"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700505 android:priority="160" />
506
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700507 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800508 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700509 android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800510 android:protectionLevel="normal"
511 android:label="@string/permlab_writeDictionary"
512 android:description="@string/permdesc_writeDictionary" />
513
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700514 <!-- =============================================================== -->
515 <!-- Permissions for accessing the user bookmarks -->
516 <!-- =============================================================== -->
517 <eat-comment />
518
519 <!-- Used for permissions that provide access to the user
520 bookmarks and browser history.-->
521 <permission-group android:name="android.permission-group.BOOKMARKS"
522 android:label="@string/permgrouplab_bookmarks"
523 android:icon="@drawable/perm_group_bookmarks"
524 android:description="@string/permgroupdesc_bookmarks"
525 android:permissionGroupFlags="personalInfo"
526 android:priority="300" />
527
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400528 <!-- Allows an application to read (but not write) the user's
529 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400530 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700531 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400532 android:label="@string/permlab_readHistoryBookmarks"
533 android:description="@string/permdesc_readHistoryBookmarks"
534 android:protectionLevel="dangerous" />
535
536 <!-- Allows an application to write (but not read) the user's
537 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400538 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700539 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400540 android:label="@string/permlab_writeHistoryBookmarks"
541 android:description="@string/permdesc_writeHistoryBookmarks"
542 android:protectionLevel="dangerous" />
543
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700544 <!-- =============================================================== -->
545 <!-- Permissions for setting the device alarm -->
546 <!-- =============================================================== -->
547 <eat-comment />
548
549 <!-- Used for permissions that provide access to the user voicemail box. -->
550 <permission-group android:name="android.permission-group.DEVICE_ALARMS"
551 android:label="@string/permgrouplab_deviceAlarms"
552 android:icon="@drawable/perm_group_device_alarms"
553 android:description="@string/permgroupdesc_deviceAlarms"
554 android:permissionGroupFlags="personalInfo"
555 android:priority="210" />
556
Patrick Scotta73c4b02010-09-22 08:16:53 -0400557 <!-- Allows an application to broadcast an Intent to set an alarm for the
558 user. -->
559 <permission android:name="com.android.alarm.permission.SET_ALARM"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700560 android:permissionGroup="android.permission-group.DEVICE_ALARMS"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400561 android:label="@string/permlab_setAlarm"
562 android:description="@string/permdesc_setAlarm"
563 android:protectionLevel="normal" />
564
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700565 <!-- =============================================================== -->
566 <!-- Permissions for accessing the user voicemail -->
567 <!-- =============================================================== -->
568 <eat-comment />
569
570 <!-- Used for permissions that provide access to the user voicemail box. -->
571 <permission-group android:name="android.permission-group.VOICEMAIL"
572 android:label="@string/permgrouplab_voicemail"
573 android:icon="@drawable/perm_group_voicemail"
574 android:description="@string/permgroupdesc_voicemail"
575 android:permissionGroupFlags="personalInfo"
576 android:priority="280" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700577
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100578 <!-- Allows an application to add voicemails into the system. -->
579 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700580 android:permissionGroup="android.permission-group.VOICEMAIL"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100581 android:protectionLevel="dangerous"
582 android:label="@string/permlab_addVoicemail"
583 android:description="@string/permdesc_addVoicemail" />
584
Svetoslav38228962013-01-29 01:04:35 -0800585 <!-- =============================================== -->
586 <!-- Permissions for enabling accessibility features -->
587 <!-- =============================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700588 <eat-comment />
Svetoslav38228962013-01-29 01:04:35 -0800589
590 <!-- Used for permissions that allow requesting certain accessibility features. -->
591 <permission-group android:name="android.permission-group.ACCESSIBILITY_FEATURES"
592 android:label="@string/permgrouplab_accessibilityFeatures"
593 android:icon="@drawable/perm_group_accessibility_features"
594 android:description="@string/permgroupdesc_accessibilityFeatures"
595 android:priority="380" />
596
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800597 <!-- ======================================= -->
598 <!-- Permissions for accessing location info -->
599 <!-- ======================================= -->
600 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700601
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800602 <!-- Used for permissions that allow access to the user's current
603 location. -->
604 <permission-group android:name="android.permission-group.LOCATION"
605 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700606 android:icon="@drawable/perm_group_location"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700607 android:description="@string/permgroupdesc_location"
608 android:permissionGroupFlags="personalInfo"
609 android:priority="330" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800610
Scott Main277b3522012-11-01 10:55:02 -0700611 <!-- Allows an app to access precise location from location sources such
612 as GPS, cell towers, and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800613 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
614 android:permissionGroup="android.permission-group.LOCATION"
615 android:protectionLevel="dangerous"
616 android:label="@string/permlab_accessFineLocation"
617 android:description="@string/permdesc_accessFineLocation" />
618
Scott Main277b3522012-11-01 10:55:02 -0700619 <!-- Allows an app to access approximate location derived from network location
620 sources such as cell towers and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800621 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
622 android:permissionGroup="android.permission-group.LOCATION"
623 android:protectionLevel="dangerous"
624 android:label="@string/permlab_accessCoarseLocation"
625 android:description="@string/permdesc_accessCoarseLocation" />
626
627 <!-- Allows an application to create mock location providers for testing -->
628 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700629 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700630 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800631 android:label="@string/permlab_accessMockLocation"
632 android:description="@string/permdesc_accessMockLocation" />
633
634 <!-- Allows an application to access extra location provider commands -->
635 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700636 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700637 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800638 android:label="@string/permlab_accessLocationExtraCommands"
639 android:description="@string/permdesc_accessLocationExtraCommands" />
640
Scott Main93e60b52013-06-10 11:05:55 -0700641 <!-- Allows an application to install a location provider into the Location Manager.
642 <p>Not for use by third-party applications. -->
Mike Lockwood275555c2009-05-01 11:30:34 -0400643 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800644 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400645 android:label="@string/permlab_installLocationProvider"
646 android:description="@string/permdesc_installLocationProvider" />
647
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700648 <!-- Allows an application to use location features in hardware,
Scott Main93e60b52013-06-10 11:05:55 -0700649 such as the geofencing api.
650 <p>Not for use by third-party applications. -->
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700651 <permission android:name="android.permission.LOCATION_HARDWARE"
652 android:permissionGroup="android.permission-group.LOCATION"
653 android:protectionLevel="signature|system" />
654 <uses-permission android:name="android.permission.LOCATION_HARDWARE"/>
655
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800656 <!-- ======================================= -->
657 <!-- Permissions for accessing networks -->
658 <!-- ======================================= -->
659 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700660
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800661 <!-- Used for permissions that provide access to networking services. The
662 main permission here is internet access, but this is also an
663 appropriate group for accessing or modifying any network configuration
664 or other related network operations. -->
665 <permission-group android:name="android.permission-group.NETWORK"
666 android:label="@string/permgrouplab_network"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700667 android:icon="@drawable/perm_group_network"
668 android:description="@string/permgroupdesc_network"
669 android:priority="270" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800670
671 <!-- Allows applications to open network sockets. -->
672 <permission android:name="android.permission.INTERNET"
673 android:permissionGroup="android.permission-group.NETWORK"
674 android:protectionLevel="dangerous"
675 android:description="@string/permdesc_createNetworkSockets"
676 android:label="@string/permlab_createNetworkSockets" />
677
678 <!-- Allows applications to access information about networks -->
679 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
680 android:permissionGroup="android.permission-group.NETWORK"
681 android:protectionLevel="normal"
682 android:description="@string/permdesc_accessNetworkState"
683 android:label="@string/permlab_accessNetworkState" />
684
685 <!-- Allows applications to access information about Wi-Fi networks -->
686 <permission android:name="android.permission.ACCESS_WIFI_STATE"
687 android:permissionGroup="android.permission-group.NETWORK"
688 android:protectionLevel="normal"
689 android:description="@string/permdesc_accessWifiState"
690 android:label="@string/permlab_accessWifiState" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800691
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700692 <!-- Allows applications to change Wi-Fi connectivity state -->
693 <permission android:name="android.permission.CHANGE_WIFI_STATE"
694 android:permissionGroup="android.permission-group.NETWORK"
695 android:protectionLevel="dangerous"
696 android:description="@string/permdesc_changeWifiState"
697 android:label="@string/permlab_changeWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700698
Robert Greenwalt8588e472011-11-08 10:12:25 -0800699 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900700 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
701 android:permissionGroup="android.permission-group.NETWORK"
702 android:protectionLevel="normal"
703 android:description="@string/permdesc_accessWimaxState"
704 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700705
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700706 <!-- @hide -->
707 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700708 android:permissionGroup="android.permission-group.NETWORK"
709 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700710 android:description="@string/permdesc_changeWimaxState"
711 android:label="@string/permlab_changeWimaxState" />
712
713 <!-- ======================================= -->
714 <!-- Permissions for short range, peripheral networks -->
715 <!-- ======================================= -->
716 <eat-comment />
717
718 <!-- Used for permissions that provide access to other devices through Bluetooth.-->
719 <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
720 android:label="@string/permgrouplab_bluetoothNetwork"
721 android:icon="@drawable/perm_group_bluetooth"
722 android:description="@string/permgroupdesc_bluetoothNetwork"
723 android:priority="260" />
724
725 <!-- Allows applications to connect to paired bluetooth devices -->
726 <permission android:name="android.permission.BLUETOOTH"
727 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
728 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800729 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700730 android:label="@string/permlab_bluetooth" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800731
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700732 <!-- Allows applications to discover and pair bluetooth devices -->
733 <permission android:name="android.permission.BLUETOOTH_ADMIN"
734 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
735 android:protectionLevel="dangerous"
736 android:description="@string/permdesc_bluetoothAdmin"
737 android:label="@string/permlab_bluetoothAdmin" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800738
Matthew Xiefca9d632012-10-04 12:25:28 -0700739 <!-- Allows bluetooth stack to access files
740 @hide This should only be used by Bluetooth apk.
741 -->
742 <permission android:name="android.permission.BLUETOOTH_STACK"
743 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
744 android:protectionLevel="signature" />
745
Nick Pelly1df862a2011-02-15 13:34:38 -0800746 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700747 <permission android:name="android.permission.NFC"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700748 android:permissionGroup="android.permission-group.NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700749 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700750 android:description="@string/permdesc_nfc"
751 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700752
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700753 <!-- Allows an internal user to use privileged ConnectivityManager APIs.
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700754 @hide -->
755 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
756 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800757 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700758
Haoyu Baidb3c8672012-06-20 14:29:57 -0700759 <!-- @hide -->
760 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
761 android:permissionGroup="android.permission-group.NETWORK"
762 android:protectionLevel="signature|system" />
763
Doug Zongkerb616f0c2013-01-29 09:05:21 -0800764 <!-- Allows access to the loop radio (Android@Home mesh network) device.
765 @hide -->
766 <permission android:name="android.permission.LOOP_RADIO"
767 android:permissionGroup="android.permission-group.NETWORK"
768 android:protectionLevel="signature|system" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800769
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800770 <!-- ================================== -->
771 <!-- Permissions for accessing accounts -->
772 <!-- ================================== -->
773 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700774
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700775 <!-- Permissions for direct access to the accounts managed
776 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800777 <permission-group android:name="android.permission-group.ACCOUNTS"
778 android:label="@string/permgrouplab_accounts"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700779 android:icon="@drawable/perm_group_accounts"
780 android:description="@string/permgroupdesc_accounts"
781 android:permissionGroupFlags="personalInfo"
782 android:priority="200" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800783
784 <!-- Allows access to the list of accounts in the Accounts Service -->
785 <permission android:name="android.permission.GET_ACCOUNTS"
786 android:permissionGroup="android.permission-group.ACCOUNTS"
787 android:protectionLevel="normal"
788 android:description="@string/permdesc_getAccounts"
789 android:label="@string/permlab_getAccounts" />
790
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700791 <!-- Allows an application to act as an AccountAuthenticator for
792 the AccountManager -->
793 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
794 android:permissionGroup="android.permission-group.ACCOUNTS"
795 android:protectionLevel="dangerous"
796 android:label="@string/permlab_authenticateAccounts"
797 android:description="@string/permdesc_authenticateAccounts" />
798
799 <!-- Allows an application to request authtokens from the AccountManager -->
800 <permission android:name="android.permission.USE_CREDENTIALS"
801 android:permissionGroup="android.permission-group.ACCOUNTS"
802 android:protectionLevel="dangerous"
803 android:label="@string/permlab_useCredentials"
804 android:description="@string/permdesc_useCredentials" />
805
806 <!-- Allows an application to manage the list of accounts in the AccountManager -->
807 <permission android:name="android.permission.MANAGE_ACCOUNTS"
808 android:permissionGroup="android.permission-group.ACCOUNTS"
809 android:protectionLevel="dangerous"
810 android:label="@string/permlab_manageAccounts"
811 android:description="@string/permdesc_manageAccounts" />
812
Scott Main93e60b52013-06-10 11:05:55 -0700813 <!-- Allows applications to call into AccountAuthenticators.
814 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700815 <permission android:name="android.permission.ACCOUNT_MANAGER"
816 android:permissionGroup="android.permission-group.ACCOUNTS"
817 android:protectionLevel="signature"
818 android:description="@string/permdesc_accountManagerService"
819 android:label="@string/permlab_accountManagerService" />
820
821 <!-- ================================== -->
822 <!-- Permissions for accessing hardware that may effect battery life-->
823 <!-- ================================== -->
824 <eat-comment />
825
826 <!-- Used for permissions that provide direct access to the hardware on
827 the device that has an effect on battery life. This includes vibrator,
828 flashlight, etc. -->
829
830 <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
831 android:label="@string/permgrouplab_affectsBattery"
832 android:icon="@drawable/perm_group_affects_battery"
833 android:description="@string/permgroupdesc_affectsBattery"
834 android:priority="180" />
835
836 <!-- Allows applications to enter Wi-Fi Multicast mode -->
837 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
838 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
839 android:protectionLevel="dangerous"
840 android:description="@string/permdesc_changeWifiMulticastState"
841 android:label="@string/permlab_changeWifiMulticastState" />
842
843 <!-- Allows access to the vibrator -->
844 <permission android:name="android.permission.VIBRATE"
845 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
846 android:protectionLevel="normal"
847 android:label="@string/permlab_vibrate"
848 android:description="@string/permdesc_vibrate" />
849
850 <!-- Allows access to the flashlight -->
851 <permission android:name="android.permission.FLASHLIGHT"
852 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
853 android:protectionLevel="normal"
854 android:label="@string/permlab_flashlight"
855 android:description="@string/permdesc_flashlight" />
856
857 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
858 from dimming -->
859 <permission android:name="android.permission.WAKE_LOCK"
860 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
861 android:protectionLevel="normal"
862 android:label="@string/permlab_wakeLock"
863 android:description="@string/permdesc_wakeLock" />
864
865 <!-- ==================================================== -->
866 <!-- Permissions related to changing audio settings -->
867 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700868 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700869
870 <!-- Used for permissions that provide direct access to speaker settings
871 the device. -->
872 <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
873 android:label="@string/permgrouplab_audioSettings"
874 android:icon="@drawable/perm_group_audio_settings"
875 android:description="@string/permgroupdesc_audioSettings"
876 android:priority="130" />
877
878 <!-- Allows an application to modify global audio settings -->
879 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
880 android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
881 android:protectionLevel="normal"
882 android:label="@string/permlab_modifyAudioSettings"
883 android:description="@string/permdesc_modifyAudioSettings" />
884
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800885 <!-- ================================== -->
886 <!-- Permissions for accessing hardware -->
887 <!-- ================================== -->
888 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700889
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800890 <!-- Used for permissions that provide direct access to the hardware on
891 the device. This includes audio, the camera, vibrator, etc. -->
892 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
893 android:label="@string/permgrouplab_hardwareControls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700894 android:description="@string/permgroupdesc_hardwareControls"
895 android:priority="260"/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800896
Mike Lockwood02eb8742011-02-27 09:10:37 -0800897 <!-- Allows an application to manage preferences and permissions for USB devices
898 @hide -->
899 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400900 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800901 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800902 android:label="@string/permlab_manageUsb"
903 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400904
Mike Lockwood10bc1112011-01-10 08:24:08 -0500905 <!-- Allows an application to access the MTP USB kernel driver.
906 For use only by the device side MTP implementation.
907 @hide -->
908 <permission android:name="android.permission.ACCESS_MTP"
909 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800910 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500911 android:label="@string/permlab_accessMtp"
912 android:description="@string/permdesc_accessMtp" />
913
Scott Main93e60b52013-06-10 11:05:55 -0700914 <!-- Allows access to hardware peripherals. Intended only for hardware testing.
915 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800916 <permission android:name="android.permission.HARDWARE_TEST"
917 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
918 android:protectionLevel="signature"
919 android:label="@string/permlab_hardware_test"
920 android:description="@string/permdesc_hardware_test" />
921
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500922 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
923 @hide -->
924 <permission android:name="android.permission.NET_ADMIN"
925 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
926 android:protectionLevel="signature" />
927
Jeff Sharkey098d5802012-04-26 17:30:34 -0700928 <!-- Allows registration for remote audio playback. @hide -->
929 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
930 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
931 android:protectionLevel="signature" />
932
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800933 <!-- =========================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700934 <!-- Permissions associated with audio capture -->
935 <!-- =========================================== -->
936 <eat-comment />
937
938 <!-- Used for permissions that are associated with accessing
939 microphone audio from the device. Note that phone calls also capture audio
940 but are in a separate (more visible) permission group. -->
941 <permission-group android:name="android.permission-group.MICROPHONE"
942 android:label="@string/permgrouplab_microphone"
943 android:icon="@drawable/perm_group_microphone"
944 android:description="@string/permgroupdesc_microphone"
945 android:permissionGroupFlags="personalInfo"
946 android:priority="340" />
947
948 <!-- Allows an application to record audio -->
949 <permission android:name="android.permission.RECORD_AUDIO"
950 android:permissionGroup="android.permission-group.MICROPHONE"
951 android:protectionLevel="dangerous"
Dianne Hackborn84c71112013-04-17 11:18:10 -0700952 android:label="@string/permlab_recordAudio"
953 android:description="@string/permdesc_recordAudio" />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700954
955
956 <!-- =========================================== -->
957 <!-- Permissions associated with camera and image capture -->
958 <!-- =========================================== -->
959 <eat-comment />
960
961 <!-- Used for permissions that are associated with accessing
962 camera or capturing images/video from the device. -->
963 <permission-group android:name="android.permission-group.CAMERA"
964 android:label="@string/permgrouplab_camera"
965 android:icon="@drawable/perm_group_camera"
966 android:description="@string/permgroupdesc_camera"
967 android:permissionGroupFlags="personalInfo"
968 android:priority="350" />
969
970 <!-- Required to be able to access the camera device.
971 <p>This will automatically enforce the <a
972 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
973 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
974 If you do not require all camera features or can properly operate if a camera
975 is not available, then you must modify your manifest as appropriate in order to
976 install on devices that don't support all camera features.</p> -->
977 <permission android:name="android.permission.CAMERA"
978 android:permissionGroup="android.permission-group.CAMERA"
979 android:protectionLevel="dangerous"
980 android:label="@string/permlab_camera"
981 android:description="@string/permdesc_camera" />
982
Igor Murashkinf640bb9b2013-04-23 14:32:19 -0700983 <!-- Allows disabling the transmit-indicator LED that is normally on when
984 a camera is in use by an application.
985 @hide -->
986 <permission android:name="android.permission.CAMERA_DISABLE_TRANSMIT_LED"
987 android:permissionGroup="android.permission-group.CAMERA"
988 android:protectionLevel="signature|system"
989 android:label="@string/permlab_cameraDisableTransmitLed"
990 android:description="@string/permdesc_cameraDisableTransmitLed" />
991
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700992 <!-- =========================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800993 <!-- Permissions associated with telephony state -->
994 <!-- =========================================== -->
995 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700996
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800997 <!-- Used for permissions that are associated with accessing and modifyign
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700998 telephony state: placing calls, intercepting outgoing calls, reading
999 and modifying the phone state. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001000 <permission-group android:name="android.permission-group.PHONE_CALLS"
1001 android:label="@string/permgrouplab_phoneCalls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001002 android:icon="@drawable/perm_group_phone_calls"
1003 android:description="@string/permgroupdesc_phoneCalls"
1004 android:permissionGroupFlags="personalInfo"
1005 android:priority="370" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001006
1007 <!-- Allows an application to monitor, modify, or abort outgoing
1008 calls. -->
1009 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
1010 android:permissionGroup="android.permission-group.PHONE_CALLS"
1011 android:protectionLevel="dangerous"
1012 android:label="@string/permlab_processOutgoingCalls"
1013 android:description="@string/permdesc_processOutgoingCalls" />
1014
1015 <!-- Allows modification of the telephony state - power on, mmi, etc.
Scott Main93e60b52013-06-10 11:05:55 -07001016 Does not include placing calls.
1017 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001018 <permission android:name="android.permission.MODIFY_PHONE_STATE"
1019 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001020 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001021 android:label="@string/permlab_modifyPhoneState"
1022 android:description="@string/permdesc_modifyPhoneState" />
1023
Scott Main2681faa2012-11-01 12:18:31 -07001024 <!-- Allows read only access to phone state.
1025 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1026 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1027 minSdkVersion}</a> and <a
1028 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1029 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1030 grants your app this permission. If you don't need this permission, be sure your <a
1031 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1032 targetSdkVersion}</a> is 4 or higher. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001033 <permission android:name="android.permission.READ_PHONE_STATE"
1034 android:permissionGroup="android.permission-group.PHONE_CALLS"
1035 android:protectionLevel="dangerous"
1036 android:label="@string/permlab_readPhoneState"
1037 android:description="@string/permdesc_readPhoneState" />
1038
Jake Hamby463f2212011-07-21 17:55:53 -07001039 <!-- Allows read access to privileged phone state.
1040 @hide Used internally. -->
1041 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
1042 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001043 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -07001044
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001045 <!-- Allows an application to initiate a phone call without going through
1046 the Dialer user interface for the user to confirm the call
1047 being placed. -->
1048 <permission android:name="android.permission.CALL_PHONE"
1049 android:permissionGroup="android.permission-group.PHONE_CALLS"
1050 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001051 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001052 android:label="@string/permlab_callPhone"
1053 android:description="@string/permdesc_callPhone" />
1054
1055 <!-- Allows an application to use SIP service -->
1056 <permission android:name="android.permission.USE_SIP"
1057 android:permissionGroup="android.permission-group.PHONE_CALLS"
1058 android:protectionLevel="dangerous"
1059 android:description="@string/permdesc_use_sip"
1060 android:label="@string/permlab_use_sip" />
1061
San Mehat29b57e62009-04-23 09:18:32 -07001062 <!-- ================================== -->
1063 <!-- Permissions for sdcard interaction -->
1064 <!-- ================================== -->
1065 <eat-comment />
1066
1067 <!-- Group of permissions that are related to SD card access. -->
1068 <permission-group android:name="android.permission-group.STORAGE"
1069 android:label="@string/permgrouplab_storage"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001070 android:icon="@drawable/perm_group_storage"
1071 android:description="@string/permgroupdesc_storage"
1072 android:permissionGroupFlags="personalInfo"
1073 android:priority="240" />
San Mehat29b57e62009-04-23 09:18:32 -07001074
Scott Main2681faa2012-11-01 12:18:31 -07001075 <!-- Allows an application to read from external storage.
1076 <p>Any app that declares the {@link #WRITE_EXTERNAL_STORAGE} permission is implicitly
1077 granted this permission.</p>
1078 <p>Currently, this permission is not enforced and all apps still have access to read from
1079 external storage without this permission. That will change in a future release and apps
1080 will require this permission to read from external storage. So if your
1081 app reads from the external storage, you should add this permission to your app now
1082 to ensure that it continues to work on future versions of Android.</p>
1083 <p>You can test your app with the permission enforced by either running your app on the
1084 Android Emulator when running Android 4.1 or higher, or enabling <em>Protect USB
1085 storage</em> under Developer options in the Settings app on a device running Android 4.1 or
1086 higher.</p>
1087 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1088 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1089 minSdkVersion}</a> and <a
1090 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1091 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1092 grants your app this permission. If you don't need this permission, be sure your <a
1093 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1094 targetSdkVersion}</a> is 4 or higher.-->
Dianne Hackborn79245122012-03-12 10:51:26 -07001095 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001096 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn79245122012-03-12 10:51:26 -07001097 android:label="@string/permlab_sdcardRead"
1098 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -07001099 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -07001100
Scott Main2681faa2012-11-01 12:18:31 -07001101 <!-- Allows an application to write to external storage.
1102 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1103 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1104 minSdkVersion}</a> and <a
1105 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1106 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1107 grants your app this permission. If you don't need this permission, be sure your <a
1108 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1109 targetSdkVersion}</a> is 4 or higher. -->
San Mehat5a3a77d2009-06-01 09:25:28 -07001110 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -07001111 android:permissionGroup="android.permission-group.STORAGE"
1112 android:label="@string/permlab_sdcardWrite"
1113 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -07001114 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -07001115
Mike Lockwood1e23db42011-04-22 07:05:21 -07001116 <!-- Allows an application to write to internal media storage
1117 @hide -->
1118 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
1119 android:permissionGroup="android.permission-group.STORAGE"
1120 android:label="@string/permlab_mediaStorageWrite"
1121 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -08001122 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -07001123
Jeff Sharkey9ecfee02013-04-19 14:05:03 -07001124 <!-- Allows an application to manage access to documents, usually as part
1125 of a document picker. -->
1126 <permission android:name="android.permission.MANAGE_DOCUMENTS"
1127 android:permissionGroup="android.permission-group.STORAGE"
1128 android:label="@string/permlab_manageDocs"
1129 android:description="@string/permdesc_manageDocs"
1130 android:protectionLevel="signature|system" />
1131
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001132 <!-- ================================== -->
1133 <!-- Permissions for screenlock -->
1134 <!-- ================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001135 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001136
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001137 <!-- Group of permissions that are related to the screenlock. -->
1138 <permission-group android:name="android.permission-group.SCREENLOCK"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001139 android:label="@string/permgrouplab_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001140 android:icon="@drawable/perm_group_screenlock"
1141 android:permissionGroupFlags="personalInfo"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001142 android:description="@string/permgroupdesc_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001143 android:priority="230" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001144
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001145 <!-- Allows applications to disable the keyguard -->
1146 <permission android:name="android.permission.DISABLE_KEYGUARD"
1147 android:permissionGroup="android.permission-group.SCREENLOCK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001148 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001149 android:description="@string/permdesc_disableKeyguard"
1150 android:label="@string/permlab_disableKeyguard" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001151
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001152 <!-- ================================== -->
1153 <!-- Permissions to access other installed applications -->
1154 <!-- ================================== -->
1155 <eat-comment />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001156
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001157 <!-- Group of permissions that are related to the other applications
1158 installed on the system. Examples include such as listing
1159 running apps, or killing background processes. -->
1160 <permission-group android:name="android.permission-group.APP_INFO"
1161 android:label="@string/permgrouplab_appInfo"
1162 android:icon="@drawable/perm_group_app_info"
1163 android:description="@string/permgroupdesc_appInfo"
1164 android:priority="220" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001165
1166 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -07001167 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001168 <permission android:name="android.permission.GET_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001169 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001170 android:protectionLevel="dangerous"
1171 android:label="@string/permlab_getTasks"
1172 android:description="@string/permdesc_getTasks" />
Dianne Hackborn8832c182012-09-17 17:20:24 -07001173 <!-- @hide Allows an application to call APIs that allow it to do interactions
Dianne Hackbornb4163a62012-08-02 18:31:26 -07001174 across the users on the device, using singleton services and
1175 user-targeted broadcasts. This permission is not available to
1176 third party applications. -->
1177 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
1178 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1179 android:protectionLevel="signature|system|development"
1180 android:label="@string/permlab_interactAcrossUsers"
1181 android:description="@string/permdesc_interactAcrossUsers" />
1182
1183 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
1184 that removes restrictions on where broadcasts can be sent and allows other
1185 types of interactions. -->
1186 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
1187 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1188 android:protectionLevel="signature"
1189 android:label="@string/permlab_interactAcrossUsersFull"
1190 android:description="@string/permdesc_interactAcrossUsersFull" />
1191
Dianne Hackborn8832c182012-09-17 17:20:24 -07001192 <!-- @hide Allows an application to call APIs that allow it to query and manage
Amith Yamasani2a003292012-08-14 18:25:45 -07001193 users on the device. This permission is not available to
1194 third party applications. -->
1195 <permission android:name="android.permission.MANAGE_USERS"
1196 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -07001197 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -07001198 android:label="@string/permlab_manageUsers"
1199 android:description="@string/permdesc_manageUsers" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001200
Dianne Hackborn8238e712012-04-24 11:15:40 -07001201 <!-- Allows an application to get full detailed information about
1202 recently running tasks, with full fidelity to the real state.
1203 @hide -->
1204 <permission android:name="android.permission.GET_DETAILED_TASKS"
1205 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1206 android:protectionLevel="signature"
1207 android:label="@string/permlab_getDetailedTasks"
1208 android:description="@string/permdesc_getDetailedTasks" />
1209
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001210 <!-- Allows an application to change the Z-order of tasks -->
1211 <permission android:name="android.permission.REORDER_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001212 android:permissionGroup="android.permission-group.APP_INFO"
1213 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001214 android:label="@string/permlab_reorderTasks"
1215 android:description="@string/permdesc_reorderTasks" />
1216
Dianne Hackborn24a12102011-07-29 15:52:05 -07001217 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001218 <permission android:name="android.permission.REMOVE_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001219 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001220 android:protectionLevel="signature"
1221 android:label="@string/permlab_removeTasks"
1222 android:description="@string/permdesc_removeTasks" />
1223
Jeff Sharkey35be7562012-04-18 19:16:15 -07001224 <!-- Allows an application to start any activity, regardless of permission
1225 protection or exported state. @hide -->
1226 <permission android:name="android.permission.START_ANY_ACTIVITY"
1227 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1228 android:protectionLevel="signature"
1229 android:label="@string/permlab_startAnyActivity"
1230 android:description="@string/permdesc_startAnyActivity" />
1231
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001232 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1233 API is no longer supported. -->
1234 <permission android:name="android.permission.RESTART_PACKAGES"
1235 android:permissionGroup="android.permission-group.APP_INFO"
1236 android:protectionLevel="normal"
1237 android:label="@string/permlab_killBackgroundProcesses"
1238 android:description="@string/permdesc_killBackgroundProcesses" />
1239
1240 <!-- Allows an application to call
1241 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1242 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1243 android:permissionGroup="android.permission-group.APP_INFO"
1244 android:protectionLevel="normal"
1245 android:label="@string/permlab_killBackgroundProcesses"
1246 android:description="@string/permdesc_killBackgroundProcesses" />
1247
1248 <!-- ================================== -->
1249 <!-- Permissions affecting the display of other applications -->
1250 <!-- ================================== -->
1251 <eat-comment />
1252
1253 <!-- Group of permissions that allow manipulation of how
1254 another application displays UI to the user. -->
1255 <permission-group android:name="android.permission-group.DISPLAY"
1256 android:label="@string/permgrouplab_display"
1257 android:icon="@drawable/perm_group_display"
1258 android:description="@string/permgroupdesc_display"
1259 android:priority="190"/>
1260
1261 <!-- Allows an application to open windows using the type
1262 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1263 shown on top of all other applications. Very few applications
1264 should use this permission; these windows are intended for
1265 system-level interaction with the user. -->
1266 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1267 android:permissionGroup="android.permission-group.DISPLAY"
1268 android:protectionLevel="dangerous"
1269 android:label="@string/permlab_systemAlertWindow"
1270 android:description="@string/permdesc_systemAlertWindow" />
1271
1272 <!-- ================================== -->
1273 <!-- Permissions affecting the system wallpaper -->
1274 <!-- ================================== -->
1275 <eat-comment />
1276
1277 <!-- Group of permissions that allow manipulation of how
1278 another application displays UI to the user. -->
1279 <permission-group android:name="android.permission-group.WALLPAPER"
1280 android:label="@string/permgrouplab_wallpaper"
1281 android:icon="@drawable/perm_group_wallpaper"
1282 android:description="@string/permgroupdesc_wallpaper"
1283 android:priority="150" />
1284
1285 <!-- Allows applications to set the wallpaper -->
1286 <permission android:name="android.permission.SET_WALLPAPER"
1287 android:permissionGroup="android.permission-group.WALLPAPER"
1288 android:protectionLevel="normal"
1289 android:label="@string/permlab_setWallpaper"
1290 android:description="@string/permdesc_setWallpaper" />
1291
1292 <!-- Allows applications to set the wallpaper hints -->
1293 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1294 android:permissionGroup="android.permission-group.WALLPAPER"
1295 android:protectionLevel="normal"
1296 android:label="@string/permlab_setWallpaperHints"
1297 android:description="@string/permdesc_setWallpaperHints" />
1298
1299 <!-- ============================================ -->
1300 <!-- Permissions for changing the system clock -->
1301 <!-- ============================================ -->
1302 <eat-comment />
1303
1304 <!-- Group of permissions that are related to system clock. -->
1305 <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1306 android:label="@string/permgrouplab_systemClock"
1307 android:icon="@drawable/perm_group_system_clock"
1308 android:description="@string/permgroupdesc_systemClock"
1309 android:priority="140" />
1310
Scott Main93e60b52013-06-10 11:05:55 -07001311 <!-- Allows applications to set the system time.
1312 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001313 <permission android:name="android.permission.SET_TIME"
1314 android:protectionLevel="signature|system"
1315 android:label="@string/permlab_setTime"
1316 android:description="@string/permdesc_setTime" />
1317
1318 <!-- Allows applications to set the system time zone -->
1319 <permission android:name="android.permission.SET_TIME_ZONE"
1320 android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1321 android:protectionLevel="normal"
1322 android:label="@string/permlab_setTimeZone"
1323 android:description="@string/permdesc_setTimeZone" />
1324
1325 <!-- ==================================================== -->
1326 <!-- Permissions related to changing status bar -->
1327 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001328 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001329
1330 <!-- Used for permissions that change the status bar -->
1331 <permission-group android:name="android.permission-group.STATUS_BAR"
1332 android:label="@string/permgrouplab_statusBar"
1333 android:icon="@drawable/perm_group_status_bar"
1334 android:description="@string/permgroupdesc_statusBar"
1335 android:priority="110" />
1336
1337 <!-- Allows an application to expand or collapse the status bar. -->
1338 <permission android:name="android.permission.EXPAND_STATUS_BAR"
1339 android:permissionGroup="android.permission-group.STATUS_BAR"
1340 android:protectionLevel="normal"
1341 android:label="@string/permlab_expandStatusBar"
1342 android:description="@string/permdesc_expandStatusBar" />
1343
1344 <!-- ==================================================== -->
1345 <!-- Permissions related to accessing sync settings -->
1346 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001347 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001348
1349 <!-- Used for permissions that access the sync settings or sync
1350 related information. -->
1351 <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1352 android:label="@string/permgrouplab_syncSettings"
1353 android:icon="@drawable/perm_group_sync_settings"
1354 android:description="@string/permgroupdesc_syncSettings"
1355 android:priority="120" />
1356
1357 <!-- Allows applications to read the sync settings -->
1358 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1359 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1360 android:protectionLevel="normal"
1361 android:description="@string/permdesc_readSyncSettings"
1362 android:label="@string/permlab_readSyncSettings" />
1363
1364 <!-- Allows applications to write the sync settings -->
1365 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1366 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1367 android:protectionLevel="normal"
1368 android:description="@string/permdesc_writeSyncSettings"
1369 android:label="@string/permlab_writeSyncSettings" />
1370
1371 <!-- Allows applications to read the sync stats -->
1372 <permission android:name="android.permission.READ_SYNC_STATS"
1373 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1374 android:protectionLevel="normal"
1375 android:description="@string/permdesc_readSyncStats"
1376 android:label="@string/permlab_readSyncStats" />
1377
1378
1379 <!-- ============================================ -->
1380 <!-- Permissions for low-level system interaction -->
1381 <!-- ============================================ -->
1382 <eat-comment />
1383
1384 <!-- Group of permissions that are related to system APIs. Many
1385 of these are not permissions the user will be expected to understand,
1386 and such permissions should generally be marked as "normal" protection
1387 level so they don't get displayed. This can also, however, be used
1388 for miscellaneous features that provide access to the operating system,
1389 such as writing the global system settings. -->
1390 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1391 android:label="@string/permgrouplab_systemTools"
1392 android:icon="@drawable/perm_group_system_tools"
1393 android:description="@string/permgroupdesc_systemTools"
1394 android:priority="100" />
1395
1396 <!-- @hide Change the screen compatibility mode of applications -->
1397 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1398 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1399 android:protectionLevel="signature"
1400 android:label="@string/permlab_setScreenCompatibility"
1401 android:description="@string/permdesc_setScreenCompatibility" />
1402
1403 <!-- Allows an application to access all multi-user external storage @hide -->
1404 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
1405 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1406 android:label="@string/permlab_sdcardAccessAll"
1407 android:description="@string/permdesc_sdcardAccessAll"
1408 android:protectionLevel="signature" />
1409
1410 <!-- Allows an application to modify the current configuration, such
1411 as locale. -->
1412 <permission android:name="android.permission.CHANGE_CONFIGURATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001413 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001414 android:protectionLevel="signature|system|development"
1415 android:label="@string/permlab_changeConfiguration"
1416 android:description="@string/permdesc_changeConfiguration" />
1417
1418 <!-- Allows an application to read or write the system settings. -->
1419 <permission android:name="android.permission.WRITE_SETTINGS"
1420 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1421 android:protectionLevel="normal"
1422 android:label="@string/permlab_writeSettings"
1423 android:description="@string/permdesc_writeSettings" />
1424
Scott Main93e60b52013-06-10 11:05:55 -07001425 <!-- Allows an application to modify the Google service map.
1426 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001427 <permission android:name="android.permission.WRITE_GSERVICES"
1428 android:protectionLevel="signature|system"
1429 android:label="@string/permlab_writeGservices"
1430 android:description="@string/permdesc_writeGservices" />
1431
Dianne Hackborn03abb812010-01-04 18:43:19 -08001432 <!-- Allows an application to call
1433 {@link android.app.ActivityManager#forceStopPackage}.
1434 @hide -->
1435 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1436 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1437 android:protectionLevel="signature"
1438 android:label="@string/permlab_forceStopPackages"
1439 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001440
Dianne Hackborn24a12102011-07-29 15:52:05 -07001441 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001442 An active window is the window that has fired an accessibility event. -->
1443 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1444 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -08001445 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001446 android:label="@string/permlab_retrieve_window_content"
1447 android:description="@string/permdesc_retrieve_window_content" />
1448
Scott Main93e60b52013-06-10 11:05:55 -07001449 <!-- Modify the global animation scaling factor.
1450 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001451 <permission android:name="android.permission.SET_ANIMATION_SCALE"
1452 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001453 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001454 android:label="@string/permlab_setAnimationScale"
1455 android:description="@string/permdesc_setAnimationScale" />
1456
Dianne Hackbornd3efa392010-09-01 17:34:12 -07001457 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001458 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001459 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001460 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001461 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001462 android:label="@string/permlab_persistentActivity"
1463 android:description="@string/permdesc_persistentActivity" />
1464
1465 <!-- Allows an application to find out the space used by any package. -->
1466 <permission android:name="android.permission.GET_PACKAGE_SIZE"
1467 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1468 android:protectionLevel="normal"
1469 android:label="@string/permlab_getPackageSize"
1470 android:description="@string/permdesc_getPackageSize" />
1471
Dianne Hackborna7ca0e52009-12-01 14:31:55 -08001472 <!-- @deprecated No longer useful, see
1473 {@link android.content.pm.PackageManager#addPackageToPreferred}
1474 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001475 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1476 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -08001477 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001478 android:label="@string/permlab_setPreferredApplications"
1479 android:description="@string/permdesc_setPreferredApplications" />
1480
1481 <!-- Allows an application to receive the
1482 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1483 broadcast after the system finishes booting. If you don't
1484 request this permission, you will not receive the broadcast at
1485 that time. Though holding this permission does not have any
1486 security implications, it can have a negative impact on the
1487 user experience by increasing the amount of time it takes the
1488 system to start and allowing applications to have themselves
1489 running without the user being aware of them. As such, you must
1490 explicitly declare your use of this facility to make that visible
1491 to the user. -->
1492 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001493 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001494 android:protectionLevel="normal"
1495 android:label="@string/permlab_receiveBootCompleted"
1496 android:description="@string/permdesc_receiveBootCompleted" />
1497
1498 <!-- Allows an application to broadcast sticky intents. These are
1499 broadcasts whose data is held by the system after being finished,
1500 so that clients can quickly retrieve that data without having
1501 to wait for the next broadcast. -->
1502 <permission android:name="android.permission.BROADCAST_STICKY"
1503 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1504 android:protectionLevel="normal"
1505 android:label="@string/permlab_broadcastSticky"
1506 android:description="@string/permdesc_broadcastSticky" />
1507
Scott Main93e60b52013-06-10 11:05:55 -07001508 <!-- Allows mounting and unmounting file systems for removable storage.
1509 <p>Not for use by third-party applications.-->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001510 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1511 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001512 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001513 android:label="@string/permlab_mount_unmount_filesystems"
1514 android:description="@string/permdesc_mount_unmount_filesystems" />
1515
Scott Main93e60b52013-06-10 11:05:55 -07001516 <!-- Allows formatting file systems for removable storage.
1517 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001518 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1519 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001520 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001521 android:label="@string/permlab_mount_format_filesystems"
1522 android:description="@string/permdesc_mount_format_filesystems" />
1523
San Mehat02735bc2010-01-26 15:18:08 -08001524 <!-- Allows access to ASEC non-destructive API calls
1525 @hide -->
1526 <permission android:name="android.permission.ASEC_ACCESS"
1527 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001528 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001529 android:label="@string/permlab_asec_access"
1530 android:description="@string/permdesc_asec_access" />
1531
1532 <!-- Allows creation of ASEC volumes
1533 @hide -->
1534 <permission android:name="android.permission.ASEC_CREATE"
1535 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001536 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001537 android:label="@string/permlab_asec_create"
1538 android:description="@string/permdesc_asec_create" />
1539
1540 <!-- Allows destruction of ASEC volumes
1541 @hide -->
1542 <permission android:name="android.permission.ASEC_DESTROY"
1543 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001544 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001545 android:label="@string/permlab_asec_destroy"
1546 android:description="@string/permdesc_asec_destroy" />
1547
1548 <!-- Allows mount / unmount of ASEC volumes
1549 @hide -->
1550 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1551 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001552 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001553 android:label="@string/permlab_asec_mount_unmount"
1554 android:description="@string/permdesc_asec_mount_unmount" />
1555
1556 <!-- Allows rename of ASEC volumes
1557 @hide -->
1558 <permission android:name="android.permission.ASEC_RENAME"
1559 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001560 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001561 android:label="@string/permlab_asec_rename"
1562 android:description="@string/permdesc_asec_rename" />
1563
Scott Main93e60b52013-06-10 11:05:55 -07001564 <!-- Allows applications to write the apn settings.
1565 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001566 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1567 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001568 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001569 android:description="@string/permdesc_writeApnSettings"
1570 android:label="@string/permlab_writeApnSettings" />
1571
Fred Quintana60307342009-03-24 22:48:12 -07001572 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001573 ContentProvider. -->
1574 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1575 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1576 android:label="@string/permlab_subscribedFeedsRead"
1577 android:description="@string/permdesc_subscribedFeedsRead"
1578 android:protectionLevel="normal" />
1579 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1580 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1581 android:label="@string/permlab_subscribedFeedsWrite"
1582 android:description="@string/permdesc_subscribedFeedsWrite"
1583 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001584
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001585 <!-- Allows applications to change network connectivity state -->
1586 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001587 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001588 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001589 android:description="@string/permdesc_changeNetworkState"
1590 android:label="@string/permlab_changeNetworkState" />
1591
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001592 <!-- Allows an application to clear the caches of all installed
1593 applications on the device. -->
1594 <permission android:name="android.permission.CLEAR_APP_CACHE"
1595 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1596 android:protectionLevel="dangerous"
1597 android:label="@string/permlab_clearAppCache"
1598 android:description="@string/permdesc_clearAppCache" />
1599
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001600 <!-- Allows an application to use any media decoder when decoding for playback
1601 @hide -->
1602 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001603 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001604 android:label="@string/permlab_anyCodecForPlayback"
1605 android:description="@string/permdesc_anyCodecForPlayback" />
1606
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001607 <!-- ========================================= -->
1608 <!-- Permissions for special development tools -->
1609 <!-- ========================================= -->
1610 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001611
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001612 <!-- Group of permissions that are related to development features. These
Scott Main93e60b52013-06-10 11:05:55 -07001613 are not permissions that should appear in third-party applications; they
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001614 protect APIs that are intended only to be used for development
1615 purposes. -->
1616 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1617 android:label="@string/permgrouplab_developmentTools"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001618 android:description="@string/permgroupdesc_developmentTools"
1619 android:priority="310" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001620
Scott Main93e60b52013-06-10 11:05:55 -07001621 <!-- Allows an application to read or write the secure system settings.
1622 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001623 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1624 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1625 android:protectionLevel="signature|system|development"
1626 android:label="@string/permlab_writeSecureSettings"
1627 android:description="@string/permdesc_writeSecureSettings" />
1628
Scott Main93e60b52013-06-10 11:05:55 -07001629 <!-- Allows an application to retrieve state dump information from system services.
1630 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001631 <permission android:name="android.permission.DUMP"
1632 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1633 android:protectionLevel="signature|system|development"
1634 android:label="@string/permlab_dump"
1635 android:description="@string/permdesc_dump" />
1636
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001637 <!-- Allows an application to read the low-level system log files.
Scott Main93e60b52013-06-10 11:05:55 -07001638 <p>Not for use by third-party applications, because
1639 Log entries can contain the user's private information. -->
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001640 <permission android:name="android.permission.READ_LOGS"
1641 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1642 android:protectionLevel="signature|system|development"
1643 android:label="@string/permlab_readLogs"
1644 android:description="@string/permdesc_readLogs" />
1645
Scott Main93e60b52013-06-10 11:05:55 -07001646 <!-- Configure an application for debugging.
1647 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001648 <permission android:name="android.permission.SET_DEBUG_APP"
1649 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001650 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001651 android:label="@string/permlab_setDebugApp"
1652 android:description="@string/permdesc_setDebugApp" />
1653
1654 <!-- Allows an application to set the maximum number of (not needed)
Scott Main93e60b52013-06-10 11:05:55 -07001655 application processes that can be running.
1656 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001657 <permission android:name="android.permission.SET_PROCESS_LIMIT"
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_setProcessLimit"
1661 android:description="@string/permdesc_setProcessLimit" />
1662
1663 <!-- Allows an application to control whether activities are immediately
Scott Main93e60b52013-06-10 11:05:55 -07001664 finished when put in the background.
1665 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001666 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1667 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001668 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001669 android:label="@string/permlab_setAlwaysFinish"
1670 android:description="@string/permdesc_setAlwaysFinish" />
1671
Scott Main93e60b52013-06-10 11:05:55 -07001672 <!-- Allow an application to request that a signal be sent to all persistent processes.
1673 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001674 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1675 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001676 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001677 android:label="@string/permlab_signalPersistentProcesses"
1678 android:description="@string/permdesc_signalPersistentProcesses" />
1679
1680 <!-- ==================================== -->
1681 <!-- Private (signature-only) permissions -->
1682 <!-- ==================================== -->
1683 <eat-comment />
1684
Scott Main93e60b52013-06-10 11:05:55 -07001685 <!-- Allows applications to RW to diagnostic resources.
1686 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001687 <permission android:name="android.permission.DIAGNOSTIC"
1688 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1689 android:protectionLevel="signature"
1690 android:description="@string/permdesc_diagnostic"
1691 android:label="@string/permlab_diagnostic" />
1692
1693 <!-- Allows an application to open, close, or disable the status bar
Scott Main93e60b52013-06-10 11:05:55 -07001694 and its icons.
1695 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001696 <permission android:name="android.permission.STATUS_BAR"
1697 android:label="@string/permlab_statusBar"
1698 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001699 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001700
Joe Onorato8bc6c512010-06-04 16:21:12 -04001701 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1702 @hide -->
1703 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1704 android:label="@string/permlab_statusBarService"
1705 android:description="@string/permdesc_statusBarService"
1706 android:protectionLevel="signature" />
1707
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001708 <!-- Allows an application to force a BACK operation on whatever is the
Scott Main93e60b52013-06-10 11:05:55 -07001709 top activity.
1710 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001711 <permission android:name="android.permission.FORCE_BACK"
1712 android:label="@string/permlab_forceBack"
1713 android:description="@string/permdesc_forceBack"
1714 android:protectionLevel="signature" />
1715
Scott Main93e60b52013-06-10 11:05:55 -07001716 <!-- Allows an application to update device statistics.
1717 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001718 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001719 android:label="@string/permlab_updateBatteryStats"
1720 android:description="@string/permdesc_updateBatteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001721 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001722
Dianne Hackborn35654b62013-01-14 17:38:02 -08001723 <!-- @hide Allows an application to collect battery statistics -->
1724 <permission android:name="android.permission.GET_APP_OPS_STATS"
1725 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1726 android:label="@string/permlab_getAppOpsStats"
1727 android:description="@string/permdesc_getAppOpsStats"
1728 android:protectionLevel="signature|system|development" />
1729
Dianne Hackborna06de0f2012-12-11 16:34:47 -08001730 <!-- Allows an application to update application operation statistics. Not for
1731 use by third party apps. @hide -->
1732 <permission android:name="android.permission.UPDATE_APP_OPS_STATS"
1733 android:label="@string/permlab_updateAppOpsStats"
1734 android:description="@string/permdesc_updateAppOpsStats"
1735 android:protectionLevel="signature|system" />
1736
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001737 <!-- Allows an application to open windows that are for use by parts
Scott Main93e60b52013-06-10 11:05:55 -07001738 of the system user interface.
1739 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001740 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1741 android:label="@string/permlab_internalSystemWindow"
1742 android:description="@string/permdesc_internalSystemWindow"
1743 android:protectionLevel="signature" />
1744
1745 <!-- Allows an application to manage (create, destroy,
Scott Main93e60b52013-06-10 11:05:55 -07001746 Z-order) application tokens in the window manager.
1747 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001748 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1749 android:label="@string/permlab_manageAppTokens"
1750 android:description="@string/permdesc_manageAppTokens"
1751 android:protectionLevel="signature" />
1752
Dianne Hackborn9d9ece32012-09-10 15:33:52 -07001753 <!-- @hide Allows the application to temporarily freeze the screen for a
1754 full-screen transition. -->
1755 <permission android:name="android.permission.FREEZE_SCREEN"
1756 android:label="@string/permlab_freezeScreen"
1757 android:description="@string/permdesc_freezeScreen"
1758 android:protectionLevel="signature" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001759
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001760 <!-- Allows an application to inject user events (keys, touch, trackball)
1761 into the event stream and deliver them to ANY window. Without this
1762 permission, you can only deliver events to windows in your own process.
Scott Main93e60b52013-06-10 11:05:55 -07001763 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001764 <permission android:name="android.permission.INJECT_EVENTS"
1765 android:label="@string/permlab_injectEvents"
1766 android:description="@string/permdesc_injectEvents"
1767 android:protectionLevel="signature" />
1768
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001769 <!-- @hide Allows an application to register an input filter which filters the stream
1770 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1771 <permission android:name="android.permission.FILTER_EVENTS"
1772 android:label="@string/permlab_filter_events"
1773 android:description="@string/permdesc_filter_events"
1774 android:protectionLevel="signature" />
1775
1776 <!-- @hide Allows an application to retrieve info for a window from the window manager. -->
1777 <permission android:name="android.permission.RETRIEVE_WINDOW_INFO"
1778 android:label="@string/permlab_retrieve_window_info"
1779 android:description="@string/permdesc_retrieve_window_info"
1780 android:protectionLevel="signature" />
1781
Svetoslav Ganov7befb7d2012-09-27 16:49:23 -07001782 <!-- @hide Allows an application to temporary enable accessibility on the device. -->
1783 <permission android:name="android.permission.TEMPORARY_ENABLE_ACCESSIBILITY"
1784 android:label="@string/permlab_temporary_enable_accessibility"
1785 android:description="@string/permdesc_temporary_enable_accessibility"
1786 android:protectionLevel="signature" />
1787
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -07001788 <!-- @hide Allows an application to magnify the content of a display. -->
1789 <permission android:name="android.permission.MAGNIFY_DISPLAY"
1790 android:label="@string/permlab_magnify_display"
1791 android:description="@string/permdesc_magnify_display"
1792 android:protectionLevel="signature" />
1793
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001794 <!-- Allows an application to watch and control how activities are
1795 started globally in the system. Only for is in debugging
Scott Main93e60b52013-06-10 11:05:55 -07001796 (usually the monkey command).
1797 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001798 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1799 android:label="@string/permlab_runSetActivityWatcher"
1800 android:description="@string/permdesc_runSetActivityWatcher"
1801 android:protectionLevel="signature" />
1802
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001803 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001804 to put the higher-level system there into a shutdown state.
1805 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001806 <permission android:name="android.permission.SHUTDOWN"
1807 android:label="@string/permlab_shutdown"
1808 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001809 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001810
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001811 <!-- Allows an application to tell the activity manager to temporarily
1812 stop application switches, putting it into a special mode that
1813 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001814 critical UI such as the home screen.
1815 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001816 <permission android:name="android.permission.STOP_APP_SWITCHES"
1817 android:label="@string/permlab_stopAppSwitches"
1818 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001819 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001820
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001821 <!-- Allows an application to retrieve private information about
Scott Main93e60b52013-06-10 11:05:55 -07001822 the current top activity, such as any assist context it can provide.
1823 <p>Not for use by third-party applications. -->
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001824 <permission android:name="android.permission.GET_TOP_ACTIVITY_INFO"
1825 android:label="@string/permlab_getTopActivityInfo"
1826 android:description="@string/permdesc_getTopActivityInfo"
1827 android:protectionLevel="signature" />
1828
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001829 <!-- Allows an application to retrieve the current state of keys and
Scott Main93e60b52013-06-10 11:05:55 -07001830 switches.
1831 <p>Not for use by third-party applications.
Jeff Brownac143512012-04-05 18:57:33 -07001832 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001833 <permission android:name="android.permission.READ_INPUT_STATE"
1834 android:label="@string/permlab_readInputState"
1835 android:description="@string/permdesc_readInputState"
1836 android:protectionLevel="signature" />
1837
Dianne Hackbornd6847842010-01-12 18:14:19 -08001838 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1839 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001840 <permission android:name="android.permission.BIND_INPUT_METHOD"
1841 android:label="@string/permlab_bindInputMethod"
1842 android:description="@string/permdesc_bindInputMethod"
1843 android:protectionLevel="signature" />
1844
Svetoslav38228962013-01-29 01:04:35 -08001845 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07001846 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001847 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
1848 android:label="@string/permlab_bindAccessibilityService"
1849 android:description="@string/permdesc_bindAccessibilityService"
1850 android:protectionLevel="signature" />
1851
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -07001852 <!-- Must be required by an {@link android.printservice.PrintService},
1853 to ensure that only the system can bind to it. -->
1854 <permission android:name="android.permission.BIND_PRINT_SERVICE"
1855 android:label="@string/permlab_bindPrintService"
1856 android:description="@string/permdesc_bindPrintService"
1857 android:protectionLevel="signature" />
1858
1859 <!-- Allows an application to call APIs that give it access to all print jobs
1860 on the device. Usually an app can access only the print jobts it created.
1861 This permission is not available to third party applications.
1862 @hide -->
1863 <permission android:name="android.permission.ACCESS_ALL_PRINT_JOBS"
1864 android:label="@string/permlab_accessAllPrintJobs"
1865 android:description="@string/permdesc_accessAllPrintJobs"
1866 android:protectionLevel="signature" />
1867
satok988323c2011-06-22 16:38:13 +09001868 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1869 to ensure that only the system can bind to it. -->
1870 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1871 android:label="@string/permlab_bindTextService"
1872 android:description="@string/permdesc_bindTextService"
1873 android:protectionLevel="signature" />
1874
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001875 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001876 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001877 <permission android:name="android.permission.BIND_VPN_SERVICE"
1878 android:label="@string/permlab_bindVpnService"
1879 android:description="@string/permdesc_bindVpnService"
1880 android:protectionLevel="signature" />
1881
Dianne Hackbornd6847842010-01-12 18:14:19 -08001882 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1883 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001884 <permission android:name="android.permission.BIND_WALLPAPER"
1885 android:label="@string/permlab_bindWallpaper"
1886 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001887 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001888
Dianne Hackbornd6847842010-01-12 18:14:19 -08001889 <!-- Must be required by device administration receiver, to ensure that only the
1890 system can interact with it. -->
1891 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1892 android:label="@string/permlab_bindDeviceAdmin"
1893 android:description="@string/permdesc_bindDeviceAdmin"
1894 android:protectionLevel="signature" />
1895
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001896 <!-- Allows low-level access to setting the orientation (actually
Scott Main93e60b52013-06-10 11:05:55 -07001897 rotation) of the screen.
1898 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001899 <permission android:name="android.permission.SET_ORIENTATION"
1900 android:label="@string/permlab_setOrientation"
1901 android:description="@string/permdesc_setOrientation"
1902 android:protectionLevel="signature" />
1903
Jeff Brown1a84fd12011-06-02 01:26:32 -07001904 <!-- Allows low-level access to setting the pointer speed.
Scott Main93e60b52013-06-10 11:05:55 -07001905 <p>Not for use by third-party applications. -->
Jeff Brown1a84fd12011-06-02 01:26:32 -07001906 <permission android:name="android.permission.SET_POINTER_SPEED"
1907 android:label="@string/permlab_setPointerSpeed"
1908 android:description="@string/permdesc_setPointerSpeed"
1909 android:protectionLevel="signature" />
1910
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001911 <!-- Allows low-level access to setting the keyboard layout.
Scott Main93e60b52013-06-10 11:05:55 -07001912 <p>Not for use by third-party applications.
Jeff Brown507f5582012-05-07 19:06:06 -07001913 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001914 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1915 android:label="@string/permlab_setKeyboardLayout"
1916 android:description="@string/permdesc_setKeyboardLayout"
1917 android:protectionLevel="signature" />
1918
Scott Main93e60b52013-06-10 11:05:55 -07001919 <!-- Allows an application to install packages.
1920 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001921 <permission android:name="android.permission.INSTALL_PACKAGES"
1922 android:label="@string/permlab_installPackages"
1923 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001924 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001925
Scott Main93e60b52013-06-10 11:05:55 -07001926 <!-- Allows an application to clear user data.
1927 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001928 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1929 android:label="@string/permlab_clearAppUserData"
1930 android:description="@string/permdesc_clearAppUserData"
1931 android:protectionLevel="signature" />
1932
Scott Main93e60b52013-06-10 11:05:55 -07001933 <!-- Allows an application to delete cache files.
1934 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001935 <permission android:name="android.permission.DELETE_CACHE_FILES"
1936 android:label="@string/permlab_deleteCacheFiles"
1937 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08001938 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001939
Scott Main93e60b52013-06-10 11:05:55 -07001940 <!-- Allows an application to delete packages.
1941 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001942 <permission android:name="android.permission.DELETE_PACKAGES"
1943 android:label="@string/permlab_deletePackages"
1944 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001945 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001946
Jeff Brownec7c78f2010-03-30 23:37:25 -07001947 <!-- Allows an application to move location of installed package.
1948 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001949 <permission android:name="android.permission.MOVE_PACKAGE"
1950 android:label="@string/permlab_movePackage"
1951 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08001952 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001953
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001954 <!-- Allows an application to change whether an application component (other than its own) is
Scott Main93e60b52013-06-10 11:05:55 -07001955 enabled or not.
1956 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001957 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1958 android:label="@string/permlab_changeComponentState"
1959 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08001960 android:protectionLevel="signature|system" />
1961
1962 <!-- @hide Allows an application to grant or revoke specific permissions. -->
1963 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1964 android:label="@string/permlab_grantRevokePermissions"
1965 android:description="@string/permdesc_grantRevokePermissions"
1966 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001967
Scott Main93e60b52013-06-10 11:05:55 -07001968 <!-- Allows an application to use SurfaceFlinger's low level features.
1969 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001970 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1971 android:label="@string/permlab_accessSurfaceFlinger"
1972 android:description="@string/permdesc_accessSurfaceFlinger"
1973 android:protectionLevel="signature" />
1974
1975 <!-- Allows an application to take screen shots and more generally
Scott Main93e60b52013-06-10 11:05:55 -07001976 get access to the frame buffer data.
1977 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001978 <permission android:name="android.permission.READ_FRAME_BUFFER"
1979 android:label="@string/permlab_readFrameBuffer"
1980 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08001981 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001982
Jeff Brown4b71e4e2012-09-07 17:41:02 -07001983 <!-- Allows an application to configure and connect to Wifi displays
1984 @hide -->
1985 <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
1986 android:label="@string/permlab_configureWifiDisplay"
1987 android:description="@string/permdesc_configureWifiDisplay"
1988 android:protectionLevel="signature" />
1989
1990 <!-- Allows an application to control low-level features of Wifi displays
1991 such as opening an RTSP socket. This permission should only be used
1992 by the display manager.
1993 @hide -->
1994 <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
1995 android:label="@string/permlab_controlWifiDisplay"
1996 android:description="@string/permdesc_controlWifiDisplay"
1997 android:protectionLevel="signature" />
1998
Scott Main93e60b52013-06-10 11:05:55 -07001999 <!-- Required to be able to disable the device (very dangerous!).
2000 <p>Not for use by third-party applications.. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002001 <permission android:name="android.permission.BRICK"
2002 android:label="@string/permlab_brick"
2003 android:description="@string/permdesc_brick"
2004 android:protectionLevel="signature" />
2005
Scott Main93e60b52013-06-10 11:05:55 -07002006 <!-- Required to be able to reboot the device.
2007 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002008 <permission android:name="android.permission.REBOOT"
2009 android:label="@string/permlab_reboot"
2010 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08002011 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002012
Scott Main93e60b52013-06-10 11:05:55 -07002013 <!-- Allows low-level access to power management.
2014 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002015 <permission android:name="android.permission.DEVICE_POWER"
2016 android:label="@string/permlab_devicePower"
2017 android:description="@string/permdesc_devicePower"
2018 android:protectionLevel="signature" />
2019
Dianne Hackborn8832c182012-09-17 17:20:24 -07002020 <!-- @hide Allows low-level access to tun tap driver -->
fredc0f420372012-04-12 00:02:00 -07002021 <permission android:name="android.permission.NET_TUNNELING"
2022 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2023 android:protectionLevel="signature" />
2024
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002025 <!-- Run as a manufacturer test application, running as the root user.
Scott Main93e60b52013-06-10 11:05:55 -07002026 Only available when the device is running in manufacturer test mode.
2027 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002028 <permission android:name="android.permission.FACTORY_TEST"
2029 android:label="@string/permlab_factoryTest"
2030 android:description="@string/permdesc_factoryTest"
2031 android:protectionLevel="signature" />
2032
2033 <!-- Allows an application to broadcast a notification that an application
Scott Main93e60b52013-06-10 11:05:55 -07002034 package has been removed.
2035 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002036 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
2037 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2038 android:label="@string/permlab_broadcastPackageRemoved"
2039 android:description="@string/permdesc_broadcastPackageRemoved"
2040 android:protectionLevel="signature" />
2041
Scott Main93e60b52013-06-10 11:05:55 -07002042 <!-- Allows an application to broadcast an SMS receipt notification.
2043 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002044 <permission android:name="android.permission.BROADCAST_SMS"
2045 android:permissionGroup="android.permission-group.MESSAGES"
2046 android:label="@string/permlab_broadcastSmsReceived"
2047 android:description="@string/permdesc_broadcastSmsReceived"
2048 android:protectionLevel="signature" />
2049
Scott Main93e60b52013-06-10 11:05:55 -07002050 <!-- Allows an application to broadcast a WAP PUSH receipt notification.
2051 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002052 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
2053 android:permissionGroup="android.permission-group.MESSAGES"
2054 android:label="@string/permlab_broadcastWapPush"
2055 android:description="@string/permdesc_broadcastWapPush"
2056 android:protectionLevel="signature" />
2057
Scott Main93e60b52013-06-10 11:05:55 -07002058 <!-- Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002059 <permission android:name="android.permission.MASTER_CLEAR"
2060 android:label="@string/permlab_masterClear"
2061 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08002062 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002063
2064 <!-- Allows an application to call any phone number, including emergency
2065 numbers, without going through the Dialer user interface for the user
Scott Main93e60b52013-06-10 11:05:55 -07002066 to confirm the call being placed.
2067 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002068 <permission android:name="android.permission.CALL_PRIVILEGED"
2069 android:label="@string/permlab_callPrivileged"
2070 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08002071 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002072
Jim Miller767be5f2009-08-25 19:33:57 -07002073 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
2074 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
2075 android:label="@string/permlab_performCdmaProvisioning"
2076 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08002077 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07002078
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002079 <!-- Allows enabling/disabling location update notifications from
Scott Main93e60b52013-06-10 11:05:55 -07002080 the radio.
2081 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002082 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
2083 android:label="@string/permlab_locationUpdates"
2084 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08002085 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002086
2087 <!-- Allows read/write access to the "properties" table in the checkin
Scott Main93e60b52013-06-10 11:05:55 -07002088 database, to change values that get uploaded.
2089 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002090 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
2091 android:label="@string/permlab_checkinProperties"
2092 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08002093 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002094
2095 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07002096 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002097 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
2098 android:label="@string/permlab_pkgUsageStats"
2099 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08002100 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002101
2102 <!-- Allows an application to collect battery statistics -->
2103 <permission android:name="android.permission.BATTERY_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002104 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002105 android:label="@string/permlab_batteryStats"
2106 android:description="@string/permdesc_batteryStats"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002107 android:protectionLevel="dangerous" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002108
Scott Main93e60b52013-06-10 11:05:55 -07002109 <!-- Allows an application to control the backup and restore process.
2110 <p>Not for use by third-party applications.
Christopher Tate181fafa2009-05-14 11:12:14 -07002111 @hide pending API council -->
2112 <permission android:name="android.permission.BACKUP"
2113 android:label="@string/permlab_backup"
2114 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08002115 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07002116
Christopher Tate4a627c72011-04-01 14:43:32 -07002117 <!-- Allows a package to launch the secure full-backup confirmation UI.
2118 ONLY the system process may hold this permission.
2119 @hide -->
2120 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
2121 android:label="@string/permlab_confirm_full_backup"
2122 android:description="@string/permdesc_confirm_full_backup"
2123 android:protectionLevel="signature" />
2124
Winson Chung81f39eb2011-01-11 18:05:01 -08002125 <!-- Must be required by a {@link android.widget.RemoteViewsService},
2126 to ensure that only the system can bind to it. -->
2127 <permission android:name="android.permission.BIND_REMOTEVIEWS"
2128 android:label="@string/permlab_bindRemoteViews"
2129 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08002130 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08002131
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002132 <!-- Allows an application to tell the AppWidget service which application
2133 can access AppWidget's data. The normal user flow is that a user
2134 picks an AppWidget to go into a particular host, thereby giving that
2135 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002136 An application that has this permission should honor that contract.
Scott Main93e60b52013-06-10 11:05:55 -07002137 <p>Not for use by third-party applications. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002138 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002139 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2140 android:label="@string/permlab_bindGadget"
2141 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08002142 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002143
Michael Jurkafc753c02012-10-30 18:30:52 -07002144 <!-- Private permission, to restrict who can bring up a dialog to add a new
2145 keyguard widget
2146 @hide -->
2147 <permission android:name="android.permission.BIND_KEYGUARD_APPWIDGET"
2148 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2149 android:protectionLevel="signature|system" />
2150
Michael Jurka61a5b012012-04-13 10:39:45 -07002151 <!-- Internal permission allowing an application to query/set which
2152 applications can bind AppWidgets.
2153 @hide -->
2154 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
2155 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2156 android:protectionLevel="signature|system" />
2157
Scott Main93e60b52013-06-10 11:05:55 -07002158 <!-- Allows applications to change the background data setting.
2159 <p>Not for use by third-party applications.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002160 @hide pending API council -->
2161 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
2162 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2163 android:protectionLevel="signature"
2164 android:description="@string/permdesc_changeBackgroundDataSetting"
2165 android:label="@string/permlab_changeBackgroundDataSetting" />
2166
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002167 <!-- This permission can be used on content providers to allow the global
2168 search system to access their data. Typically it used when the
2169 provider has some permissions protecting it (which global search
2170 would not be expected to hold), and added as a read-only permission
2171 to the path in the provider where global search queries are
2172 performed. This permission can not be held by regular applications;
2173 it is used by applications to protect themselves from everyone else
2174 besides global search. -->
2175 <permission android:name="android.permission.GLOBAL_SEARCH"
2176 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002177 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002178
2179 <!-- Internal permission protecting access to the global search
2180 system: ensures that only the system can access the provider
2181 to perform queries (since this otherwise provides unrestricted
2182 access to a variety of content providers), and to write the
2183 search statistics (to keep applications from gaming the source
2184 ranking).
2185 @hide -->
2186 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
2187 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2188 android:protectionLevel="signature" />
2189
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002190 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07002191 @hide XXX Change to signature once the picker is moved to its
2192 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002193 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
2194 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002195 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002196
John Spurlockf4f6b4c2012-08-25 12:08:03 -04002197 <!-- Allows applications to read dream settings and dream state.
2198 @hide -->
2199 <permission android:name="android.permission.READ_DREAM_STATE"
2200 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2201 android:protectionLevel="signature" />
2202
2203 <!-- Allows applications to write dream settings, and start or stop dreaming.
2204 @hide -->
2205 <permission android:name="android.permission.WRITE_DREAM_STATE"
2206 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2207 android:protectionLevel="signature" />
2208
Jeff Brownec7c78f2010-03-30 23:37:25 -07002209 <!-- Allow an application to read and write the cache partition.
2210 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002211 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
2212 android:label="@string/permlab_cache_filesystem"
2213 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08002214 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002215
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08002216 <!-- Must be required by default container service so that only
2217 the system can bind to it and use it to copy
2218 protected data to secure containers or files
2219 accessible to the system.
2220 @hide -->
2221 <permission android:name="android.permission.COPY_PROTECTED_DATA"
2222 android:label="@string/permlab_copyProtectedData"
2223 android:description="@string/permlab_copyProtectedData"
2224 android:protectionLevel="signature" />
2225
Jason parks8888c592011-01-20 22:46:41 -06002226 <!-- Internal permission protecting access to the encryption methods
2227 @hide
2228 -->
2229 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08002230 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06002231
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002232 <!-- Allows an application to read historical network usage for
2233 specific networks and applications. @hide -->
2234 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
2235 android:label="@string/permlab_readNetworkUsageHistory"
2236 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08002237 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002238
2239 <!-- Allows an application to manage network policies (such as warning and disable
2240 limits) and to define application-specific rules. @hide -->
2241 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
2242 android:label="@string/permlab_manageNetworkPolicy"
2243 android:description="@string/permdesc_manageNetworkPolicy"
2244 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06002245
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002246 <!-- Allows an application to account its network traffic against other UIDs. Used
2247 by system services like download manager and media server. Not for use by
2248 third party apps. @hide -->
2249 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
2250 android:label="@string/permlab_modifyNetworkAccounting"
2251 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08002252 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002253
Tom Taylorb0381682011-08-11 14:27:25 -07002254 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08002255 @hide Used internally.
2256 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002257 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08002258 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002259 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08002260
Dianne Hackborn8832c182012-09-17 17:20:24 -07002261 <!-- @hide Package verifier needs to have this permission before the PackageManager will
Kenny Root5ab21572011-07-27 11:11:19 -07002262 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07002263 -->
2264 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
2265 android:label="@string/permlab_packageVerificationAgent"
2266 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08002267 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07002268
2269 <!-- Must be required by package verifier receiver, to ensure that only the
2270 system can interact with it.
2271 @hide
2272 -->
2273 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
2274 android:label="@string/permlab_bindPackageVerifier"
2275 android:description="@string/permdesc_bindPackageVerifier"
2276 android:protectionLevel="signature" />
2277
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002278 <!-- Allows applications to access serial ports via the SerialManager.
2279 @hide -->
2280 <permission android:name="android.permission.SERIAL_PORT"
2281 android:label="@string/permlab_serialPort"
2282 android:description="@string/permdesc_serialPort"
Geremy Condrac29f35b2012-10-17 14:06:31 -07002283 android:protectionLevel="signature|system" />
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002284
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002285 <!-- Allows the holder to access content providers from outside an ApplicationThread.
2286 This permission is enforced by the ActivityManagerService on the corresponding APIs,
2287 in particular ActivityManagerService#getContentProviderExternal(String) and
2288 ActivityManagerService#removeContentProviderExternal(String).
2289 @hide
2290 -->
2291 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
2292 android:label="@string/permlab_accessContentProvidersExternally"
2293 android:description="@string/permdesc_accessContentProvidersExternally"
2294 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08002295 <!-- Allows an application to hold an UpdateLock, recommending that a headless
2296 OTA reboot *not* occur while the lock is held.
2297 @hide -->
2298 <permission android:name="android.permission.UPDATE_LOCK"
2299 android:label="@string/permlab_updateLock"
2300 android:description="@string/permdesc_updateLock"
2301 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002302
Daniel Sandlerfde19b12013-01-17 00:21:05 -05002303 <!-- Allows an application to read the current set of notifications, including
2304 any metadata and intents attached.
2305 @hide -->
2306 <permission android:name="android.permission.ACCESS_NOTIFICATIONS"
2307 android:label="@string/permlab_accessNotifications"
2308 android:description="@string/permdesc_accessNotifications"
2309 android:protectionLevel="signature|system" />
2310
Jim Miller5ecd8112013-01-09 18:50:26 -08002311 <!-- Allows access to keyguard secure storage. Only allowed for system processes.
2312 @hide -->
2313 <permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"
2314 android:protectionLevel="signature"
2315 android:label="@string/permlab_access_keyguard_secure_storage"
2316 android:description="@string/permdesc_access_keyguard_secure_storage" />
2317
Jim Millerc0b676d2013-03-22 16:11:08 -07002318 <!-- Allows an application to control keyguard. Only allowed for system processes.
2319 @hide -->
2320 <permission android:name="android.permission.CONTROL_KEYGUARD"
2321 android:protectionLevel="signature"
2322 android:label="@string/permlab_control_keyguard"
2323 android:description="@string/permdesc_control_keyguard" />
2324
Daniel Sandler5feceeb2013-03-22 18:29:23 -07002325 <!-- Must be required by an {@link
2326 android.service.notification.NotificationListenerService},
2327 to ensure that only the system can bind to it. -->
2328 <permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
2329 android:label="@string/permlab_bindNotificationListenerService"
2330 android:description="@string/permdesc_bindNotificationListenerService"
2331 android:protectionLevel="signature" />
2332
Christopher Tate4a627c72011-04-01 14:43:32 -07002333 <!-- The system process is explicitly the only one allowed to launch the
2334 confirmation UI for full backup/restore -->
2335 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
2336
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002337 <application android:process="system"
2338 android:persistent="true"
2339 android:hasCode="false"
2340 android:label="@string/android_system_label"
2341 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07002342 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07002343 android:killAfterRestore="false"
Fabrice Di Meglio4497e0c2012-09-10 20:46:33 -07002344 android:icon="@drawable/ic_launcher_android"
2345 android:supportsRtl="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002346 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002347 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07002348 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002349 android:excludeFromRecents="true"
2350 android:multiprocess="true">
2351 <intent-filter>
2352 <action android:name="android.intent.action.CHOOSER" />
2353 <category android:name="android.intent.category.DEFAULT" />
2354 </intent-filter>
2355 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07002356 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002357 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07002358 android:label="@string/heavy_weight_switcher_title"
2359 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002360 android:excludeFromRecents="true"
2361 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07002362 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002363 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002364 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
2365 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002366 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08002367 <activity android:name="com.android.internal.app.DisableCarModeActivity"
2368 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002369 android:excludeFromRecents="true"
2370 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08002371 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002372
Fred Quintana33269202009-04-20 16:05:10 -07002373 <activity android:name="android.accounts.ChooseAccountActivity"
2374 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08002375 android:exported="true"
2376 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002377 android:label="@string/choose_account_label"
2378 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07002379 </activity>
2380
Fred Quintana1121bb52011-09-14 23:19:35 -07002381 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
2382 android:excludeFromRecents="true"
2383 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07002384 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002385 android:label="@string/choose_account_label"
2386 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07002387 </activity>
2388
2389 <activity android:name="android.accounts.ChooseAccountTypeActivity"
2390 android:excludeFromRecents="true"
Jatin Lodhia856b01e2012-09-28 10:53:37 -07002391 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002392 android:label="@string/choose_account_label"
2393 android:process=":ui">
2394 </activity>
2395
Amith Yamasani23c8b962013-04-10 13:37:18 -07002396 <activity android:name="android.accounts.CantAddAccountActivity"
2397 android:excludeFromRecents="true"
2398 android:exported="true"
Amith Yamasani5a3915b2013-05-24 09:53:47 -07002399 android:theme="@android:style/Theme.Holo.Dialog.NoActionBar"
Amith Yamasani23c8b962013-04-10 13:37:18 -07002400 android:process=":ui">
2401 </activity>
2402
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002403 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
2404 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08002405 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002406 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
2407 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002408 </activity>
2409
Fred Quintanab19e62a2010-12-16 13:54:43 -08002410 <activity android:name="android.content.SyncActivityTooManyDeletes"
2411 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002412 android:label="@string/sync_too_many_deletes"
2413 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08002414 </activity>
2415
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002416 <activity android:name="com.android.server.ShutdownActivity"
2417 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07002418 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002419 <intent-filter>
2420 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2421 <category android:name="android.intent.category.DEFAULT" />
2422 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04002423 <intent-filter>
2424 <action android:name="android.intent.action.REBOOT" />
2425 <category android:name="android.intent.category.DEFAULT" />
2426 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002427 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08002428
Danke Xie22d1f9f2009-08-18 18:28:45 -04002429 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002430 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002431 android:excludeFromRecents="true"
2432 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04002433 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002434
Dianne Hackbornd4ac8d72012-09-27 23:20:10 -07002435 <receiver android:name="com.android.server.BootReceiver"
2436 android:primaryUserOnly="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002437 <intent-filter>
2438 <action android:name="android.intent.action.BOOT_COMPLETED" />
2439 </intent-filter>
2440 </receiver>
2441
Geremy Condrab6310842012-08-23 22:00:15 -07002442 <receiver android:name="com.android.server.updates.CertPinInstallReceiver" >
2443 <intent-filter>
2444 <action android:name="android.intent.action.UPDATE_PINS" />
2445 </intent-filter>
2446 </receiver>
2447
Ben Gruver633dc9b2013-04-04 12:05:49 -07002448 <receiver android:name="com.android.server.updates.IntentFirewallInstallReceiver" >
2449 <intent-filter>
2450 <action android:name="android.intent.action.UPDATE_INTENT_FIREWALL" />
2451 </intent-filter>
2452 </receiver>
2453
Robert Greenwaltc6fa2372012-09-24 13:57:16 -07002454 <receiver android:name="com.android.server.updates.SmsShortCodesInstallReceiver" >
2455 <intent-filter>
2456 <action android:name="android.intent.action.UPDATE_SMS_SHORT_CODES" />
2457 </intent-filter>
2458 </receiver>
2459
Geremy Condra78a4c712013-01-30 11:20:26 -08002460 <receiver android:name="com.android.server.updates.TZInfoInstallReceiver" >
2461 <intent-filter>
2462 <action android:name="android.intent.action.UPDATE_TZINFO" />
2463 </intent-filter>
2464 </receiver>
2465
Geremy Condra4e7f7e82013-03-26 21:09:01 -07002466 <receiver android:name="com.android.server.updates.SELinuxPolicyInstallReceiver" >
2467 <intent-filter>
2468 <action android:name="android.intent.action.UPDATE_SEPOLICY" />
2469 </intent-filter>
2470 </receiver>
2471
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002472 <receiver android:name="com.android.server.MasterClearReceiver"
Dianne Hackborn42499172010-10-15 18:45:07 -07002473 android:permission="android.permission.MASTER_CLEAR"
2474 android:priority="100" >
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002475 <intent-filter>
Dan Egnor18e93962010-02-10 19:27:58 -08002476 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2477 <action android:name="android.intent.action.MASTER_CLEAR" />
2478
2479 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002480 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002481 <category android:name="android.intent.category.MASTER_CLEAR" />
2482 </intent-filter>
2483 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07002484
2485 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2486 android:permission="android.permission.MASTER_CLEAR"
2487 android:exported="true" />
2488
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -07002489 <service android:name="android.hardware.location.GeofenceHardwareService"
2490 android:permission="android.permission.LOCATION_HARDWARE"
2491 android:exported="false" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002492 </application>
2493
2494</manifest>