blob: a0f53b604e8e9182edcf1fee0c6bdcf1b0a26039 [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" />
Robert Greenwalt89710842013-06-25 11:41:53 -0700188 <protected-broadcast android:name="android.net.wifi.WIFI_SCAN_AVAILABLE" />
Robert Greenwalt47918ae2012-11-28 16:42:32 -0800189 <protected-broadcast android:name="android.net.wifi.SCAN_RESULTS" />
190 <protected-broadcast android:name="android.net.wifi.RSSI_CHANGED" />
191 <protected-broadcast android:name="android.net.wifi.STATE_CHANGE" />
192 <protected-broadcast android:name="android.net.wifi.LINK_CONFIGURATION_CHANGED" />
193 <protected-broadcast android:name="android.net.wifi.CONFIGURED_NETWORKS_CHANGE" />
194 <protected-broadcast android:name="android.net.wifi.supplicant.CONNECTION_CHANGE" />
195 <protected-broadcast android:name="android.net.wifi.supplicant.STATE_CHANGE" />
196 <protected-broadcast android:name="android.net.wifi.p2p.STATE_CHANGED" />
197 <protected-broadcast android:name="android.net.wifi.p2p.DISCOVERY_STATE_CHANGE" />
198 <protected-broadcast android:name="android.net.wifi.p2p.THIS_DEVICE_CHANGED" />
199 <protected-broadcast android:name="android.net.wifi.p2p.PEERS_CHANGED" />
200 <protected-broadcast android:name="android.net.wifi.p2p.CONNECTION_STATE_CHANGE" />
201 <protected-broadcast android:name="android.net.wifi.p2p.PERSISTENT_GROUPS_CHANGED" />
202 <protected-broadcast android:name="android.net.conn.TETHER_STATE_CHANGED" />
203 <protected-broadcast android:name="android.net.conn.INET_CONDITION_ACTION" />
Brian Williammee1ed51622013-07-31 17:07:33 -0700204 <protected-broadcast android:name="android.net.conn.NETWORK_CONDITIONS_MEASURED" />
Vinit Deshapnde1f12cb52013-08-21 13:09:01 -0700205 <protected-brodcast
206 android:name="android.net.ConnectivityService.action.PKT_CNT_SAMPLE_INTERVAL_ELAPSED" />
Nick Kralevicha4405ba2012-12-06 15:22:11 -0800207 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
208 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE" />
209 <protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" />
210 <protected-broadcast android:name="android.intent.action.ADVANCED_SETTINGS" />
Jeff Sharkey02ffba92013-03-08 16:13:15 -0800211 <protected-broadcast android:name="android.intent.action.BUGREPORT_FINISHED" />
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400212
Svetoslavb3038ec2013-02-13 14:39:30 -0800213 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_START" />
214 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_END" />
215
Jeff Sharkey61277df2013-06-12 18:16:01 -0700216 <protected-broadcast android:name="android.intent.action.HDMI_PLUGGED" />
217
218 <protected-broadcast android:name="android.intent.action.PHONE_STATE" />
219
220 <protected-broadcast android:name="android.location.GPS_ENABLED_CHANGE" />
221 <protected-broadcast android:name="android.location.PROVIDERS_CHANGED" />
222 <protected-broadcast android:name="android.location.GPS_FIX_CHANGE" />
223
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800224 <!-- ====================================== -->
225 <!-- Permissions for things that cost money -->
226 <!-- ====================================== -->
227 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700228
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800229 <!-- Used for permissions that can be used to make the user spend money
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700230 without their direct involvement. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800231 <permission-group android:name="android.permission-group.COST_MONEY"
232 android:label="@string/permgrouplab_costMoney"
233 android:description="@string/permgroupdesc_costMoney" />
234
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800235 <!-- ================================== -->
236 <!-- Permissions for accessing messages -->
237 <!-- ================================== -->
238 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700239
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800240 <!-- Used for permissions that allow an application to send messages
241 on behalf of the user or intercept messages being received by the
242 user. This is primarily intended for SMS/MMS messaging, such as
243 receiving or reading an MMS. -->
244 <permission-group android:name="android.permission-group.MESSAGES"
245 android:label="@string/permgrouplab_messages"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700246 android:icon="@drawable/perm_group_messages"
247 android:description="@string/permgroupdesc_messages"
248 android:permissionGroupFlags="personalInfo"
249 android:priority="360"/>
250
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700251 <!-- Allows an application to send SMS messages. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700252 <permission android:name="android.permission.SEND_SMS"
253 android:permissionGroup="android.permission-group.MESSAGES"
254 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700255 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700256 android:label="@string/permlab_sendSms"
257 android:description="@string/permdesc_sendSms" />
258
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700259 <!-- Allows an application (Phone) to send a request to other applications
Scott Main93e60b52013-06-10 11:05:55 -0700260 to handle the respond-via-message action during incoming calls.
261 <p>Not for use by third-party applications. -->
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700262 <permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700263 android:permissionGroup="android.permission-group.MESSAGES"
264 android:protectionLevel="signature|system"
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700265 android:label="@string/permlab_sendRespondViaMessageRequest"
266 android:description="@string/permdesc_sendRespondViaMessageRequest" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800267
268 <!-- Allows an application to monitor incoming SMS messages, to record
269 or perform processing on them. -->
270 <permission android:name="android.permission.RECEIVE_SMS"
271 android:permissionGroup="android.permission-group.MESSAGES"
272 android:protectionLevel="dangerous"
273 android:label="@string/permlab_receiveSms"
274 android:description="@string/permdesc_receiveSms" />
275
276 <!-- Allows an application to monitor incoming MMS messages, to record
277 or perform processing on them. -->
278 <permission android:name="android.permission.RECEIVE_MMS"
279 android:permissionGroup="android.permission-group.MESSAGES"
280 android:protectionLevel="dangerous"
281 android:label="@string/permlab_receiveMms"
282 android:description="@string/permdesc_receiveMms" />
283
Jake Hambyab79ee42011-04-26 16:26:46 -0700284 <!-- Allows an application to receive emergency cell broadcast messages,
Scott Main93e60b52013-06-10 11:05:55 -0700285 to record or display them to the user.
286 <p>Not for use by third-party applications.
Jake Hambyab79ee42011-04-26 16:26:46 -0700287 @hide Pending API council approval -->
288 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
289 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800290 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700291 android:label="@string/permlab_receiveEmergencyBroadcast"
292 android:description="@string/permdesc_receiveEmergencyBroadcast" />
293
Jake Hambyc3296ff2012-04-18 12:32:18 -0700294 <!-- Allows an application to read previously received cell broadcast
295 messages and to register a content observer to get notifications when
296 a cell broadcast has been received and added to the database. For
297 emergency alerts, the database is updated immediately after the
298 alert dialog and notification sound/vibration/speech are presented.
299 The "read" column is then updated after the user dismisses the alert.
300 This enables supplementary emergency assistance apps to start loading
301 additional emergency information (if Internet access is available)
302 when the alert is first received, and to delay presenting the info
303 to the user until after the initial alert dialog is dismissed.
304 @hide Pending API council approval -->
305 <permission android:name="android.permission.READ_CELL_BROADCASTS"
306 android:permissionGroup="android.permission-group.MESSAGES"
307 android:protectionLevel="dangerous"
308 android:label="@string/permlab_readCellBroadcasts"
309 android:description="@string/permdesc_readCellBroadcasts" />
310
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800311 <!-- Allows an application to read SMS messages. -->
312 <permission android:name="android.permission.READ_SMS"
313 android:permissionGroup="android.permission-group.MESSAGES"
314 android:protectionLevel="dangerous"
315 android:label="@string/permlab_readSms"
316 android:description="@string/permdesc_readSms" />
317
318 <!-- Allows an application to write SMS messages. -->
319 <permission android:name="android.permission.WRITE_SMS"
320 android:permissionGroup="android.permission-group.MESSAGES"
321 android:protectionLevel="dangerous"
322 android:label="@string/permlab_writeSms"
323 android:description="@string/permdesc_writeSms" />
324
325 <!-- Allows an application to monitor incoming WAP push messages. -->
326 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
327 android:permissionGroup="android.permission-group.MESSAGES"
328 android:protectionLevel="dangerous"
329 android:label="@string/permlab_receiveWapPush"
330 android:description="@string/permdesc_receiveWapPush" />
331
332 <!-- =============================================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700333 <!-- Permissions for accessing social info (contacts and social) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800334 <!-- =============================================================== -->
335 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700336
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700337 <!-- Used for permissions that provide access to the user's social connections,
338 such as contacts, call logs, social stream, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800339 both reading and writing of this data (which should generally be
340 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700341
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700342 <permission-group android:name="android.permission-group.SOCIAL_INFO"
343 android:label="@string/permgrouplab_socialInfo"
344 android:icon="@drawable/perm_group_social_info"
345 android:description="@string/permgroupdesc_socialInfo"
346 android:permissionGroupFlags="personalInfo"
347 android:priority="320" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800348
349 <!-- Allows an application to read the user's contacts data. -->
350 <permission android:name="android.permission.READ_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700351 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800352 android:protectionLevel="dangerous"
353 android:label="@string/permlab_readContacts"
354 android:description="@string/permdesc_readContacts" />
355
356 <!-- Allows an application to write (but not read) the user's
357 contacts data. -->
358 <permission android:name="android.permission.WRITE_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700359 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800360 android:protectionLevel="dangerous"
361 android:label="@string/permlab_writeContacts"
362 android:description="@string/permdesc_writeContacts" />
363
Subir Jhanb603af612012-08-06 17:19:22 -0700364 <!-- Allows an application to execute contacts directory search.
Scott Main93e60b52013-06-10 11:05:55 -0700365 This should only be used by ContactsProvider.
366 <p>Not for use by third-party applications. -->
Subir Jhanb603af612012-08-06 17:19:22 -0700367 <!-- @hide -->
368 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
369 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700370 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700371
Scott Main2681faa2012-11-01 12:18:31 -0700372 <!-- Allows an application to read the user's call log.
373 <p class="note"><strong>Note:</strong> If your app uses the
374 {@link #READ_CONTACTS} permission and <em>both</em> your <a
375 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
376 minSdkVersion}</a> and <a
377 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
378 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
379 grants your app this permission. If you don't need this permission, be sure your <a
380 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
381 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700382 <permission android:name="android.permission.READ_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700383 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700384 android:protectionLevel="dangerous"
385 android:label="@string/permlab_readCallLog"
386 android:description="@string/permdesc_readCallLog" />
387
388 <!-- Allows an application to write (but not read) the user's
Scott Main2681faa2012-11-01 12:18:31 -0700389 contacts data.
390 <p class="note"><strong>Note:</strong> If your app uses the
391 {@link #WRITE_CONTACTS} permission and <em>both</em> your <a
392 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
393 minSdkVersion}</a> and <a
394 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
395 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
396 grants your app this permission. If you don't need this permission, be sure your <a
397 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
398 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700399 <permission android:name="android.permission.WRITE_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700400 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700401 android:protectionLevel="dangerous"
402 android:label="@string/permlab_writeCallLog"
403 android:description="@string/permdesc_writeCallLog" />
404
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700405 <!-- Allows an application to read from the user's social stream. -->
406 <permission android:name="android.permission.READ_SOCIAL_STREAM"
407 android:permissionGroup="android.permission-group.SOCIAL_INFO"
408 android:protectionLevel="dangerous"
409 android:label="@string/permlab_readSocialStream"
410 android:description="@string/permdesc_readSocialStream" />
411
412 <!-- Allows an application to write (but not read) the user's
413 social stream data. -->
414 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
415 android:permissionGroup="android.permission-group.SOCIAL_INFO"
416 android:protectionLevel="dangerous"
417 android:label="@string/permlab_writeSocialStream"
418 android:description="@string/permdesc_writeSocialStream" />
419
420 <!-- =============================================================== -->
421 <!-- Permissions for accessing information about the device owner -->
422 <!-- =============================================================== -->
423 <eat-comment />
424
425 <!-- Used for permissions that provide access to information about the device
426 user such as profile information. This includes both reading and
427 writing of this data (which should generally be expressed as two
428 distinct permissions). -->
429 <permission-group android:name="android.permission-group.PERSONAL_INFO"
430 android:label="@string/permgrouplab_personalInfo"
431 android:icon="@drawable/perm_group_personal_info"
432 android:description="@string/permgroupdesc_personalInfo"
433 android:permissionGroupFlags="personalInfo"
434 android:priority="310" />
435
Dave Santoro43251332011-05-11 11:39:54 -0700436 <!-- Allows an application to read the user's personal profile data. -->
437 <permission android:name="android.permission.READ_PROFILE"
438 android:permissionGroup="android.permission-group.PERSONAL_INFO"
439 android:protectionLevel="dangerous"
440 android:label="@string/permlab_readProfile"
441 android:description="@string/permdesc_readProfile" />
442
443 <!-- Allows an application to write (but not read) the user's
444 personal profile data. -->
445 <permission android:name="android.permission.WRITE_PROFILE"
446 android:permissionGroup="android.permission-group.PERSONAL_INFO"
447 android:protectionLevel="dangerous"
448 android:label="@string/permlab_writeProfile"
449 android:description="@string/permdesc_writeProfile" />
450
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700451 <!-- =============================================================== -->
452 <!-- Permissions for accessing the device calendar -->
453 <!-- =============================================================== -->
454 <eat-comment />
Dave Santoro0b61f592011-10-03 18:25:26 -0700455
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700456 <!-- Used for permissions that provide access to the device
457 calendar to create / view events.-->
458 <permission-group android:name="android.permission-group.CALENDAR"
459 android:label="@string/permgrouplab_calendar"
460 android:icon="@drawable/perm_group_calendar"
461 android:description="@string/permgroupdesc_calendar"
462 android:permissionGroupFlags="personalInfo"
463 android:priority="290" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700464
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800465 <!-- Allows an application to read the user's calendar data. -->
466 <permission android:name="android.permission.READ_CALENDAR"
467 android:permissionGroup="android.permission-group.PERSONAL_INFO"
468 android:protectionLevel="dangerous"
469 android:label="@string/permlab_readCalendar"
470 android:description="@string/permdesc_readCalendar" />
471
472 <!-- Allows an application to write (but not read) the user's
473 calendar data. -->
474 <permission android:name="android.permission.WRITE_CALENDAR"
475 android:permissionGroup="android.permission-group.PERSONAL_INFO"
476 android:protectionLevel="dangerous"
477 android:label="@string/permlab_writeCalendar"
478 android:description="@string/permdesc_writeCalendar" />
479
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700480 <!-- =============================================================== -->
481 <!-- Permissions for accessing the user dictionary-->
482 <!-- =============================================================== -->
483 <eat-comment />
484
485 <!-- Used for permissions that provide access to the user
486 calendar to create / view events.-->
487 <permission-group android:name="android.permission-group.USER_DICTIONARY"
488 android:label="@string/permgrouplab_dictionary"
489 android:icon="@drawable/perm_group_user_dictionary"
490 android:description="@string/permgroupdesc_dictionary"
491 android:permissionGroupFlags="personalInfo"
492 android:priority="170" />
493
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800494 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700495 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700496 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800497 <permission android:name="android.permission.READ_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700498 android:permissionGroup="android.permission-group.USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800499 android:protectionLevel="dangerous"
500 android:label="@string/permlab_readDictionary"
501 android:description="@string/permdesc_readDictionary" />
502
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700503 <!-- Used for permissions that provide access to the user
504 calendar to create / view events.-->
505 <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
506 android:label="@string/permgrouplab_writeDictionary"
507 android:icon="@drawable/perm_group_user_dictionary_write"
508 android:description="@string/permgroupdesc_writeDictionary"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700509 android:priority="160" />
510
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700511 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800512 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700513 android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800514 android:protectionLevel="normal"
515 android:label="@string/permlab_writeDictionary"
516 android:description="@string/permdesc_writeDictionary" />
517
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700518 <!-- =============================================================== -->
519 <!-- Permissions for accessing the user bookmarks -->
520 <!-- =============================================================== -->
521 <eat-comment />
522
523 <!-- Used for permissions that provide access to the user
524 bookmarks and browser history.-->
525 <permission-group android:name="android.permission-group.BOOKMARKS"
526 android:label="@string/permgrouplab_bookmarks"
527 android:icon="@drawable/perm_group_bookmarks"
528 android:description="@string/permgroupdesc_bookmarks"
529 android:permissionGroupFlags="personalInfo"
530 android:priority="300" />
531
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400532 <!-- Allows an application to read (but not write) the user's
533 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400534 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700535 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400536 android:label="@string/permlab_readHistoryBookmarks"
537 android:description="@string/permdesc_readHistoryBookmarks"
538 android:protectionLevel="dangerous" />
539
540 <!-- Allows an application to write (but not read) the user's
541 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400542 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700543 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400544 android:label="@string/permlab_writeHistoryBookmarks"
545 android:description="@string/permdesc_writeHistoryBookmarks"
546 android:protectionLevel="dangerous" />
547
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700548 <!-- =============================================================== -->
549 <!-- Permissions for setting the device alarm -->
550 <!-- =============================================================== -->
551 <eat-comment />
552
553 <!-- Used for permissions that provide access to the user voicemail box. -->
554 <permission-group android:name="android.permission-group.DEVICE_ALARMS"
555 android:label="@string/permgrouplab_deviceAlarms"
556 android:icon="@drawable/perm_group_device_alarms"
557 android:description="@string/permgroupdesc_deviceAlarms"
558 android:permissionGroupFlags="personalInfo"
559 android:priority="210" />
560
Patrick Scotta73c4b02010-09-22 08:16:53 -0400561 <!-- Allows an application to broadcast an Intent to set an alarm for the
562 user. -->
563 <permission android:name="com.android.alarm.permission.SET_ALARM"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700564 android:permissionGroup="android.permission-group.DEVICE_ALARMS"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400565 android:label="@string/permlab_setAlarm"
566 android:description="@string/permdesc_setAlarm"
567 android:protectionLevel="normal" />
568
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700569 <!-- =============================================================== -->
570 <!-- Permissions for accessing the user voicemail -->
571 <!-- =============================================================== -->
572 <eat-comment />
573
574 <!-- Used for permissions that provide access to the user voicemail box. -->
575 <permission-group android:name="android.permission-group.VOICEMAIL"
576 android:label="@string/permgrouplab_voicemail"
577 android:icon="@drawable/perm_group_voicemail"
578 android:description="@string/permgroupdesc_voicemail"
579 android:permissionGroupFlags="personalInfo"
580 android:priority="280" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700581
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100582 <!-- Allows an application to add voicemails into the system. -->
583 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700584 android:permissionGroup="android.permission-group.VOICEMAIL"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100585 android:protectionLevel="dangerous"
586 android:label="@string/permlab_addVoicemail"
587 android:description="@string/permdesc_addVoicemail" />
588
Svetoslav38228962013-01-29 01:04:35 -0800589 <!-- =============================================== -->
590 <!-- Permissions for enabling accessibility features -->
591 <!-- =============================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700592 <eat-comment />
Svetoslav38228962013-01-29 01:04:35 -0800593
594 <!-- Used for permissions that allow requesting certain accessibility features. -->
595 <permission-group android:name="android.permission-group.ACCESSIBILITY_FEATURES"
596 android:label="@string/permgrouplab_accessibilityFeatures"
597 android:icon="@drawable/perm_group_accessibility_features"
598 android:description="@string/permgroupdesc_accessibilityFeatures"
599 android:priority="380" />
600
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800601 <!-- ======================================= -->
602 <!-- Permissions for accessing location info -->
603 <!-- ======================================= -->
604 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700605
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800606 <!-- Used for permissions that allow access to the user's current
607 location. -->
608 <permission-group android:name="android.permission-group.LOCATION"
609 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700610 android:icon="@drawable/perm_group_location"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700611 android:description="@string/permgroupdesc_location"
612 android:permissionGroupFlags="personalInfo"
613 android:priority="330" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800614
Scott Main277b3522012-11-01 10:55:02 -0700615 <!-- Allows an app to access precise location from location sources such
616 as GPS, cell towers, and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800617 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
618 android:permissionGroup="android.permission-group.LOCATION"
619 android:protectionLevel="dangerous"
620 android:label="@string/permlab_accessFineLocation"
621 android:description="@string/permdesc_accessFineLocation" />
622
Scott Main277b3522012-11-01 10:55:02 -0700623 <!-- Allows an app to access approximate location derived from network location
624 sources such as cell towers and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800625 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
626 android:permissionGroup="android.permission-group.LOCATION"
627 android:protectionLevel="dangerous"
628 android:label="@string/permlab_accessCoarseLocation"
629 android:description="@string/permdesc_accessCoarseLocation" />
630
631 <!-- Allows an application to create mock location providers for testing -->
632 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700633 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700634 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800635 android:label="@string/permlab_accessMockLocation"
636 android:description="@string/permdesc_accessMockLocation" />
637
638 <!-- Allows an application to access extra location provider commands -->
639 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700640 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700641 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800642 android:label="@string/permlab_accessLocationExtraCommands"
643 android:description="@string/permdesc_accessLocationExtraCommands" />
644
Scott Main93e60b52013-06-10 11:05:55 -0700645 <!-- Allows an application to install a location provider into the Location Manager.
646 <p>Not for use by third-party applications. -->
Mike Lockwood275555c2009-05-01 11:30:34 -0400647 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800648 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400649 android:label="@string/permlab_installLocationProvider"
650 android:description="@string/permdesc_installLocationProvider" />
651
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700652 <!-- Allows an application to use location features in hardware,
Scott Main93e60b52013-06-10 11:05:55 -0700653 such as the geofencing api.
654 <p>Not for use by third-party applications. -->
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700655 <permission android:name="android.permission.LOCATION_HARDWARE"
656 android:permissionGroup="android.permission-group.LOCATION"
657 android:protectionLevel="signature|system" />
658 <uses-permission android:name="android.permission.LOCATION_HARDWARE"/>
659
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800660 <!-- ======================================= -->
661 <!-- Permissions for accessing networks -->
662 <!-- ======================================= -->
663 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700664
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800665 <!-- Used for permissions that provide access to networking services. The
666 main permission here is internet access, but this is also an
667 appropriate group for accessing or modifying any network configuration
668 or other related network operations. -->
669 <permission-group android:name="android.permission-group.NETWORK"
670 android:label="@string/permgrouplab_network"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700671 android:icon="@drawable/perm_group_network"
672 android:description="@string/permgroupdesc_network"
673 android:priority="270" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800674
675 <!-- Allows applications to open network sockets. -->
676 <permission android:name="android.permission.INTERNET"
677 android:permissionGroup="android.permission-group.NETWORK"
678 android:protectionLevel="dangerous"
679 android:description="@string/permdesc_createNetworkSockets"
680 android:label="@string/permlab_createNetworkSockets" />
681
682 <!-- Allows applications to access information about networks -->
683 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
684 android:permissionGroup="android.permission-group.NETWORK"
685 android:protectionLevel="normal"
686 android:description="@string/permdesc_accessNetworkState"
687 android:label="@string/permlab_accessNetworkState" />
688
689 <!-- Allows applications to access information about Wi-Fi networks -->
690 <permission android:name="android.permission.ACCESS_WIFI_STATE"
691 android:permissionGroup="android.permission-group.NETWORK"
692 android:protectionLevel="normal"
693 android:description="@string/permdesc_accessWifiState"
694 android:label="@string/permlab_accessWifiState" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800695
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700696 <!-- Allows applications to change Wi-Fi connectivity state -->
697 <permission android:name="android.permission.CHANGE_WIFI_STATE"
698 android:permissionGroup="android.permission-group.NETWORK"
699 android:protectionLevel="dangerous"
700 android:description="@string/permdesc_changeWifiState"
701 android:label="@string/permlab_changeWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700702
Robert Greenwalt8588e472011-11-08 10:12:25 -0800703 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900704 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
705 android:permissionGroup="android.permission-group.NETWORK"
706 android:protectionLevel="normal"
707 android:description="@string/permdesc_accessWimaxState"
708 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700709
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700710 <!-- @hide -->
711 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700712 android:permissionGroup="android.permission-group.NETWORK"
713 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700714 android:description="@string/permdesc_changeWimaxState"
715 android:label="@string/permlab_changeWimaxState" />
716
717 <!-- ======================================= -->
718 <!-- Permissions for short range, peripheral networks -->
719 <!-- ======================================= -->
720 <eat-comment />
721
722 <!-- Used for permissions that provide access to other devices through Bluetooth.-->
723 <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
724 android:label="@string/permgrouplab_bluetoothNetwork"
725 android:icon="@drawable/perm_group_bluetooth"
726 android:description="@string/permgroupdesc_bluetoothNetwork"
727 android:priority="260" />
728
729 <!-- Allows applications to connect to paired bluetooth devices -->
730 <permission android:name="android.permission.BLUETOOTH"
731 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
732 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800733 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700734 android:label="@string/permlab_bluetooth" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800735
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700736 <!-- Allows applications to discover and pair bluetooth devices -->
737 <permission android:name="android.permission.BLUETOOTH_ADMIN"
738 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
739 android:protectionLevel="dangerous"
740 android:description="@string/permdesc_bluetoothAdmin"
741 android:label="@string/permlab_bluetoothAdmin" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800742
Matthew Xiefca9d632012-10-04 12:25:28 -0700743 <!-- Allows bluetooth stack to access files
744 @hide This should only be used by Bluetooth apk.
745 -->
746 <permission android:name="android.permission.BLUETOOTH_STACK"
747 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
748 android:protectionLevel="signature" />
749
Nick Pelly1df862a2011-02-15 13:34:38 -0800750 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700751 <permission android:name="android.permission.NFC"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700752 android:permissionGroup="android.permission-group.NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700753 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700754 android:description="@string/permdesc_nfc"
755 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700756
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700757 <!-- Allows an internal user to use privileged ConnectivityManager APIs.
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700758 @hide -->
759 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
760 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800761 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700762
Haoyu Baidb3c8672012-06-20 14:29:57 -0700763 <!-- @hide -->
764 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
765 android:permissionGroup="android.permission-group.NETWORK"
766 android:protectionLevel="signature|system" />
767
Doug Zongkerb616f0c2013-01-29 09:05:21 -0800768 <!-- Allows access to the loop radio (Android@Home mesh network) device.
769 @hide -->
770 <permission android:name="android.permission.LOOP_RADIO"
771 android:permissionGroup="android.permission-group.NETWORK"
772 android:protectionLevel="signature|system" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800773
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800774 <!-- ================================== -->
775 <!-- Permissions for accessing accounts -->
776 <!-- ================================== -->
777 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700778
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700779 <!-- Permissions for direct access to the accounts managed
780 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800781 <permission-group android:name="android.permission-group.ACCOUNTS"
782 android:label="@string/permgrouplab_accounts"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700783 android:icon="@drawable/perm_group_accounts"
784 android:description="@string/permgroupdesc_accounts"
785 android:permissionGroupFlags="personalInfo"
786 android:priority="200" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800787
788 <!-- Allows access to the list of accounts in the Accounts Service -->
789 <permission android:name="android.permission.GET_ACCOUNTS"
790 android:permissionGroup="android.permission-group.ACCOUNTS"
791 android:protectionLevel="normal"
792 android:description="@string/permdesc_getAccounts"
793 android:label="@string/permlab_getAccounts" />
794
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700795 <!-- Allows an application to act as an AccountAuthenticator for
796 the AccountManager -->
797 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
798 android:permissionGroup="android.permission-group.ACCOUNTS"
799 android:protectionLevel="dangerous"
800 android:label="@string/permlab_authenticateAccounts"
801 android:description="@string/permdesc_authenticateAccounts" />
802
803 <!-- Allows an application to request authtokens from the AccountManager -->
804 <permission android:name="android.permission.USE_CREDENTIALS"
805 android:permissionGroup="android.permission-group.ACCOUNTS"
806 android:protectionLevel="dangerous"
807 android:label="@string/permlab_useCredentials"
808 android:description="@string/permdesc_useCredentials" />
809
810 <!-- Allows an application to manage the list of accounts in the AccountManager -->
811 <permission android:name="android.permission.MANAGE_ACCOUNTS"
812 android:permissionGroup="android.permission-group.ACCOUNTS"
813 android:protectionLevel="dangerous"
814 android:label="@string/permlab_manageAccounts"
815 android:description="@string/permdesc_manageAccounts" />
816
Scott Main93e60b52013-06-10 11:05:55 -0700817 <!-- Allows applications to call into AccountAuthenticators.
818 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700819 <permission android:name="android.permission.ACCOUNT_MANAGER"
820 android:permissionGroup="android.permission-group.ACCOUNTS"
821 android:protectionLevel="signature"
822 android:description="@string/permdesc_accountManagerService"
823 android:label="@string/permlab_accountManagerService" />
824
825 <!-- ================================== -->
826 <!-- Permissions for accessing hardware that may effect battery life-->
827 <!-- ================================== -->
828 <eat-comment />
829
830 <!-- Used for permissions that provide direct access to the hardware on
831 the device that has an effect on battery life. This includes vibrator,
832 flashlight, etc. -->
833
834 <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
835 android:label="@string/permgrouplab_affectsBattery"
836 android:icon="@drawable/perm_group_affects_battery"
837 android:description="@string/permgroupdesc_affectsBattery"
838 android:priority="180" />
839
840 <!-- Allows applications to enter Wi-Fi Multicast mode -->
841 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
842 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
843 android:protectionLevel="dangerous"
844 android:description="@string/permdesc_changeWifiMulticastState"
845 android:label="@string/permlab_changeWifiMulticastState" />
846
847 <!-- Allows access to the vibrator -->
848 <permission android:name="android.permission.VIBRATE"
849 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
850 android:protectionLevel="normal"
851 android:label="@string/permlab_vibrate"
852 android:description="@string/permdesc_vibrate" />
853
854 <!-- Allows access to the flashlight -->
855 <permission android:name="android.permission.FLASHLIGHT"
856 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
857 android:protectionLevel="normal"
858 android:label="@string/permlab_flashlight"
859 android:description="@string/permdesc_flashlight" />
860
861 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
862 from dimming -->
863 <permission android:name="android.permission.WAKE_LOCK"
864 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
865 android:protectionLevel="normal"
866 android:label="@string/permlab_wakeLock"
867 android:description="@string/permdesc_wakeLock" />
868
869 <!-- ==================================================== -->
870 <!-- Permissions related to changing audio settings -->
871 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700872 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700873
874 <!-- Used for permissions that provide direct access to speaker settings
875 the device. -->
876 <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
877 android:label="@string/permgrouplab_audioSettings"
878 android:icon="@drawable/perm_group_audio_settings"
879 android:description="@string/permgroupdesc_audioSettings"
880 android:priority="130" />
881
882 <!-- Allows an application to modify global audio settings -->
883 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
884 android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
885 android:protectionLevel="normal"
886 android:label="@string/permlab_modifyAudioSettings"
887 android:description="@string/permdesc_modifyAudioSettings" />
888
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800889 <!-- ================================== -->
890 <!-- Permissions for accessing hardware -->
891 <!-- ================================== -->
892 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700893
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800894 <!-- Used for permissions that provide direct access to the hardware on
895 the device. This includes audio, the camera, vibrator, etc. -->
896 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
897 android:label="@string/permgrouplab_hardwareControls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700898 android:description="@string/permgroupdesc_hardwareControls"
899 android:priority="260"/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800900
Mike Lockwood02eb8742011-02-27 09:10:37 -0800901 <!-- Allows an application to manage preferences and permissions for USB devices
902 @hide -->
903 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400904 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800905 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800906 android:label="@string/permlab_manageUsb"
907 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400908
Mike Lockwood10bc1112011-01-10 08:24:08 -0500909 <!-- Allows an application to access the MTP USB kernel driver.
910 For use only by the device side MTP implementation.
911 @hide -->
912 <permission android:name="android.permission.ACCESS_MTP"
913 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800914 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500915 android:label="@string/permlab_accessMtp"
916 android:description="@string/permdesc_accessMtp" />
917
Scott Main93e60b52013-06-10 11:05:55 -0700918 <!-- Allows access to hardware peripherals. Intended only for hardware testing.
919 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800920 <permission android:name="android.permission.HARDWARE_TEST"
921 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
922 android:protectionLevel="signature"
923 android:label="@string/permlab_hardware_test"
924 android:description="@string/permdesc_hardware_test" />
925
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500926 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
927 @hide -->
928 <permission android:name="android.permission.NET_ADMIN"
929 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
930 android:protectionLevel="signature" />
931
Jeff Sharkey098d5802012-04-26 17:30:34 -0700932 <!-- Allows registration for remote audio playback. @hide -->
933 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
934 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
935 android:protectionLevel="signature" />
936
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800937 <!-- =========================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700938 <!-- Permissions associated with audio capture -->
939 <!-- =========================================== -->
940 <eat-comment />
941
942 <!-- Used for permissions that are associated with accessing
943 microphone audio from the device. Note that phone calls also capture audio
944 but are in a separate (more visible) permission group. -->
945 <permission-group android:name="android.permission-group.MICROPHONE"
946 android:label="@string/permgrouplab_microphone"
947 android:icon="@drawable/perm_group_microphone"
948 android:description="@string/permgroupdesc_microphone"
949 android:permissionGroupFlags="personalInfo"
950 android:priority="340" />
951
952 <!-- Allows an application to record audio -->
953 <permission android:name="android.permission.RECORD_AUDIO"
954 android:permissionGroup="android.permission-group.MICROPHONE"
955 android:protectionLevel="dangerous"
Dianne Hackborn84c71112013-04-17 11:18:10 -0700956 android:label="@string/permlab_recordAudio"
957 android:description="@string/permdesc_recordAudio" />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700958
959
960 <!-- =========================================== -->
961 <!-- Permissions associated with camera and image capture -->
962 <!-- =========================================== -->
963 <eat-comment />
964
965 <!-- Used for permissions that are associated with accessing
966 camera or capturing images/video from the device. -->
967 <permission-group android:name="android.permission-group.CAMERA"
968 android:label="@string/permgrouplab_camera"
969 android:icon="@drawable/perm_group_camera"
970 android:description="@string/permgroupdesc_camera"
971 android:permissionGroupFlags="personalInfo"
972 android:priority="350" />
973
974 <!-- Required to be able to access the camera device.
975 <p>This will automatically enforce the <a
976 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
977 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
978 If you do not require all camera features or can properly operate if a camera
979 is not available, then you must modify your manifest as appropriate in order to
980 install on devices that don't support all camera features.</p> -->
981 <permission android:name="android.permission.CAMERA"
982 android:permissionGroup="android.permission-group.CAMERA"
983 android:protectionLevel="dangerous"
984 android:label="@string/permlab_camera"
985 android:description="@string/permdesc_camera" />
986
Igor Murashkinf640bb9b2013-04-23 14:32:19 -0700987 <!-- Allows disabling the transmit-indicator LED that is normally on when
988 a camera is in use by an application.
989 @hide -->
990 <permission android:name="android.permission.CAMERA_DISABLE_TRANSMIT_LED"
991 android:permissionGroup="android.permission-group.CAMERA"
992 android:protectionLevel="signature|system"
993 android:label="@string/permlab_cameraDisableTransmitLed"
994 android:description="@string/permdesc_cameraDisableTransmitLed" />
995
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700996 <!-- =========================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800997 <!-- Permissions associated with telephony state -->
998 <!-- =========================================== -->
999 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001000
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001001 <!-- Used for permissions that are associated with accessing and modifyign
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001002 telephony state: placing calls, intercepting outgoing calls, reading
1003 and modifying the phone state. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001004 <permission-group android:name="android.permission-group.PHONE_CALLS"
1005 android:label="@string/permgrouplab_phoneCalls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001006 android:icon="@drawable/perm_group_phone_calls"
1007 android:description="@string/permgroupdesc_phoneCalls"
1008 android:permissionGroupFlags="personalInfo"
1009 android:priority="370" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001010
1011 <!-- Allows an application to monitor, modify, or abort outgoing
1012 calls. -->
1013 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
1014 android:permissionGroup="android.permission-group.PHONE_CALLS"
1015 android:protectionLevel="dangerous"
1016 android:label="@string/permlab_processOutgoingCalls"
1017 android:description="@string/permdesc_processOutgoingCalls" />
1018
1019 <!-- Allows modification of the telephony state - power on, mmi, etc.
Scott Main93e60b52013-06-10 11:05:55 -07001020 Does not include placing calls.
1021 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001022 <permission android:name="android.permission.MODIFY_PHONE_STATE"
1023 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001024 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001025 android:label="@string/permlab_modifyPhoneState"
1026 android:description="@string/permdesc_modifyPhoneState" />
1027
Scott Main2681faa2012-11-01 12:18:31 -07001028 <!-- Allows read only access to phone state.
1029 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1030 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1031 minSdkVersion}</a> and <a
1032 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1033 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1034 grants your app this permission. If you don't need this permission, be sure your <a
1035 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1036 targetSdkVersion}</a> is 4 or higher. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001037 <permission android:name="android.permission.READ_PHONE_STATE"
1038 android:permissionGroup="android.permission-group.PHONE_CALLS"
1039 android:protectionLevel="dangerous"
1040 android:label="@string/permlab_readPhoneState"
1041 android:description="@string/permdesc_readPhoneState" />
1042
Jake Hamby463f2212011-07-21 17:55:53 -07001043 <!-- Allows read access to privileged phone state.
1044 @hide Used internally. -->
1045 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
1046 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001047 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -07001048
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001049 <!-- Allows an application to initiate a phone call without going through
1050 the Dialer user interface for the user to confirm the call
1051 being placed. -->
1052 <permission android:name="android.permission.CALL_PHONE"
1053 android:permissionGroup="android.permission-group.PHONE_CALLS"
1054 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001055 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001056 android:label="@string/permlab_callPhone"
1057 android:description="@string/permdesc_callPhone" />
1058
1059 <!-- Allows an application to use SIP service -->
1060 <permission android:name="android.permission.USE_SIP"
1061 android:permissionGroup="android.permission-group.PHONE_CALLS"
1062 android:protectionLevel="dangerous"
1063 android:description="@string/permdesc_use_sip"
1064 android:label="@string/permlab_use_sip" />
1065
San Mehat29b57e62009-04-23 09:18:32 -07001066 <!-- ================================== -->
1067 <!-- Permissions for sdcard interaction -->
1068 <!-- ================================== -->
1069 <eat-comment />
1070
1071 <!-- Group of permissions that are related to SD card access. -->
1072 <permission-group android:name="android.permission-group.STORAGE"
1073 android:label="@string/permgrouplab_storage"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001074 android:icon="@drawable/perm_group_storage"
1075 android:description="@string/permgroupdesc_storage"
1076 android:permissionGroupFlags="personalInfo"
1077 android:priority="240" />
San Mehat29b57e62009-04-23 09:18:32 -07001078
Scott Main2681faa2012-11-01 12:18:31 -07001079 <!-- Allows an application to read from external storage.
1080 <p>Any app that declares the {@link #WRITE_EXTERNAL_STORAGE} permission is implicitly
1081 granted this permission.</p>
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001082 <p>This permission is enforced starting in API level 19. Before API level 19, this
1083 permission is not enforced and all apps still have access to read from external storage.
1084 You can test your app with the permission enforced by enabling <em>Protect USB
Scott Main2681faa2012-11-01 12:18:31 -07001085 storage</em> under Developer options in the Settings app on a device running Android 4.1 or
1086 higher.</p>
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001087 <p>Also starting in API level 19, this permission is <em>not</em> required to
1088 read/write files in your application-specific directories returned by
1089 {@link android.content.Context#getExternalFilesDir} and
1090 {@link android.content.Context#getExternalCacheDir}.
Scott Main2681faa2012-11-01 12:18:31 -07001091 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1092 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1093 minSdkVersion}</a> and <a
1094 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1095 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1096 grants your app this permission. If you don't need this permission, be sure your <a
1097 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1098 targetSdkVersion}</a> is 4 or higher.-->
Dianne Hackborn79245122012-03-12 10:51:26 -07001099 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001100 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn79245122012-03-12 10:51:26 -07001101 android:label="@string/permlab_sdcardRead"
1102 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -07001103 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -07001104
Scott Main2681faa2012-11-01 12:18:31 -07001105 <!-- Allows an application to write to external storage.
1106 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1107 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1108 minSdkVersion}</a> and <a
1109 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1110 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1111 grants your app this permission. If you don't need this permission, be sure your <a
1112 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001113 targetSdkVersion}</a> is 4 or higher.
1114 <p>Starting in API level 19, this permission is <em>not</em> required to
1115 read/write files in your application-specific directories returned by
1116 {@link android.content.Context#getExternalFilesDir} and
1117 {@link android.content.Context#getExternalCacheDir}. -->
San Mehat5a3a77d2009-06-01 09:25:28 -07001118 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -07001119 android:permissionGroup="android.permission-group.STORAGE"
1120 android:label="@string/permlab_sdcardWrite"
1121 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -07001122 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -07001123
Mike Lockwood1e23db42011-04-22 07:05:21 -07001124 <!-- Allows an application to write to internal media storage
1125 @hide -->
1126 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
1127 android:permissionGroup="android.permission-group.STORAGE"
1128 android:label="@string/permlab_mediaStorageWrite"
1129 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -08001130 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -07001131
Jeff Sharkey9ecfee02013-04-19 14:05:03 -07001132 <!-- Allows an application to manage access to documents, usually as part
1133 of a document picker. -->
1134 <permission android:name="android.permission.MANAGE_DOCUMENTS"
1135 android:permissionGroup="android.permission-group.STORAGE"
1136 android:label="@string/permlab_manageDocs"
1137 android:description="@string/permdesc_manageDocs"
1138 android:protectionLevel="signature|system" />
1139
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001140 <!-- ================================== -->
1141 <!-- Permissions for screenlock -->
1142 <!-- ================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001143 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001144
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001145 <!-- Group of permissions that are related to the screenlock. -->
1146 <permission-group android:name="android.permission-group.SCREENLOCK"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001147 android:label="@string/permgrouplab_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001148 android:icon="@drawable/perm_group_screenlock"
1149 android:permissionGroupFlags="personalInfo"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001150 android:description="@string/permgroupdesc_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001151 android:priority="230" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001152
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001153 <!-- Allows applications to disable the keyguard -->
1154 <permission android:name="android.permission.DISABLE_KEYGUARD"
1155 android:permissionGroup="android.permission-group.SCREENLOCK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001156 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001157 android:description="@string/permdesc_disableKeyguard"
1158 android:label="@string/permlab_disableKeyguard" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001159
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001160 <!-- ================================== -->
1161 <!-- Permissions to access other installed applications -->
1162 <!-- ================================== -->
1163 <eat-comment />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001164
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001165 <!-- Group of permissions that are related to the other applications
1166 installed on the system. Examples include such as listing
1167 running apps, or killing background processes. -->
1168 <permission-group android:name="android.permission-group.APP_INFO"
1169 android:label="@string/permgrouplab_appInfo"
1170 android:icon="@drawable/perm_group_app_info"
1171 android:description="@string/permgroupdesc_appInfo"
1172 android:priority="220" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001173
1174 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -07001175 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001176 <permission android:name="android.permission.GET_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001177 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001178 android:protectionLevel="dangerous"
1179 android:label="@string/permlab_getTasks"
1180 android:description="@string/permdesc_getTasks" />
Dianne Hackborn8832c182012-09-17 17:20:24 -07001181 <!-- @hide Allows an application to call APIs that allow it to do interactions
Dianne Hackbornb4163a62012-08-02 18:31:26 -07001182 across the users on the device, using singleton services and
1183 user-targeted broadcasts. This permission is not available to
1184 third party applications. -->
1185 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
1186 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1187 android:protectionLevel="signature|system|development"
1188 android:label="@string/permlab_interactAcrossUsers"
1189 android:description="@string/permdesc_interactAcrossUsers" />
1190
1191 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
1192 that removes restrictions on where broadcasts can be sent and allows other
1193 types of interactions. -->
1194 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
1195 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1196 android:protectionLevel="signature"
1197 android:label="@string/permlab_interactAcrossUsersFull"
1198 android:description="@string/permdesc_interactAcrossUsersFull" />
1199
Dianne Hackborn8832c182012-09-17 17:20:24 -07001200 <!-- @hide Allows an application to call APIs that allow it to query and manage
Amith Yamasani2a003292012-08-14 18:25:45 -07001201 users on the device. This permission is not available to
1202 third party applications. -->
1203 <permission android:name="android.permission.MANAGE_USERS"
1204 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -07001205 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -07001206 android:label="@string/permlab_manageUsers"
1207 android:description="@string/permdesc_manageUsers" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001208
Dianne Hackborn8238e712012-04-24 11:15:40 -07001209 <!-- Allows an application to get full detailed information about
1210 recently running tasks, with full fidelity to the real state.
1211 @hide -->
1212 <permission android:name="android.permission.GET_DETAILED_TASKS"
1213 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1214 android:protectionLevel="signature"
1215 android:label="@string/permlab_getDetailedTasks"
1216 android:description="@string/permdesc_getDetailedTasks" />
1217
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001218 <!-- Allows an application to change the Z-order of tasks -->
1219 <permission android:name="android.permission.REORDER_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001220 android:permissionGroup="android.permission-group.APP_INFO"
1221 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001222 android:label="@string/permlab_reorderTasks"
1223 android:description="@string/permdesc_reorderTasks" />
1224
Dianne Hackborn24a12102011-07-29 15:52:05 -07001225 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001226 <permission android:name="android.permission.REMOVE_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001227 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001228 android:protectionLevel="signature"
1229 android:label="@string/permlab_removeTasks"
1230 android:description="@string/permdesc_removeTasks" />
1231
Dianne Hackborn053f61d2013-06-26 18:07:43 -07001232 <!-- @hide Allows an application to create/manage/remove stacks -->
1233 <permission android:name="android.permission.MANAGE_ACTIVITY_STACKS"
1234 android:permissionGroup="android.permission-group.APP_INFO"
1235 android:protectionLevel="signature"
1236 android:label="@string/permlab_manageActivityStacks"
1237 android:description="@string/permdesc_manageActivityStacks" />
1238
Jeff Sharkey35be7562012-04-18 19:16:15 -07001239 <!-- Allows an application to start any activity, regardless of permission
1240 protection or exported state. @hide -->
1241 <permission android:name="android.permission.START_ANY_ACTIVITY"
1242 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1243 android:protectionLevel="signature"
1244 android:label="@string/permlab_startAnyActivity"
1245 android:description="@string/permdesc_startAnyActivity" />
1246
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001247 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1248 API is no longer supported. -->
1249 <permission android:name="android.permission.RESTART_PACKAGES"
1250 android:permissionGroup="android.permission-group.APP_INFO"
1251 android:protectionLevel="normal"
1252 android:label="@string/permlab_killBackgroundProcesses"
1253 android:description="@string/permdesc_killBackgroundProcesses" />
1254
1255 <!-- Allows an application to call
1256 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1257 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1258 android:permissionGroup="android.permission-group.APP_INFO"
1259 android:protectionLevel="normal"
1260 android:label="@string/permlab_killBackgroundProcesses"
1261 android:description="@string/permdesc_killBackgroundProcesses" />
1262
1263 <!-- ================================== -->
1264 <!-- Permissions affecting the display of other applications -->
1265 <!-- ================================== -->
1266 <eat-comment />
1267
1268 <!-- Group of permissions that allow manipulation of how
1269 another application displays UI to the user. -->
1270 <permission-group android:name="android.permission-group.DISPLAY"
1271 android:label="@string/permgrouplab_display"
1272 android:icon="@drawable/perm_group_display"
1273 android:description="@string/permgroupdesc_display"
1274 android:priority="190"/>
1275
1276 <!-- Allows an application to open windows using the type
1277 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1278 shown on top of all other applications. Very few applications
1279 should use this permission; these windows are intended for
1280 system-level interaction with the user. -->
1281 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1282 android:permissionGroup="android.permission-group.DISPLAY"
1283 android:protectionLevel="dangerous"
1284 android:label="@string/permlab_systemAlertWindow"
1285 android:description="@string/permdesc_systemAlertWindow" />
1286
1287 <!-- ================================== -->
1288 <!-- Permissions affecting the system wallpaper -->
1289 <!-- ================================== -->
1290 <eat-comment />
1291
1292 <!-- Group of permissions that allow manipulation of how
1293 another application displays UI to the user. -->
1294 <permission-group android:name="android.permission-group.WALLPAPER"
1295 android:label="@string/permgrouplab_wallpaper"
1296 android:icon="@drawable/perm_group_wallpaper"
1297 android:description="@string/permgroupdesc_wallpaper"
1298 android:priority="150" />
1299
1300 <!-- Allows applications to set the wallpaper -->
1301 <permission android:name="android.permission.SET_WALLPAPER"
1302 android:permissionGroup="android.permission-group.WALLPAPER"
1303 android:protectionLevel="normal"
1304 android:label="@string/permlab_setWallpaper"
1305 android:description="@string/permdesc_setWallpaper" />
1306
1307 <!-- Allows applications to set the wallpaper hints -->
1308 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1309 android:permissionGroup="android.permission-group.WALLPAPER"
1310 android:protectionLevel="normal"
1311 android:label="@string/permlab_setWallpaperHints"
1312 android:description="@string/permdesc_setWallpaperHints" />
1313
1314 <!-- ============================================ -->
1315 <!-- Permissions for changing the system clock -->
1316 <!-- ============================================ -->
1317 <eat-comment />
1318
1319 <!-- Group of permissions that are related to system clock. -->
1320 <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1321 android:label="@string/permgrouplab_systemClock"
1322 android:icon="@drawable/perm_group_system_clock"
1323 android:description="@string/permgroupdesc_systemClock"
1324 android:priority="140" />
1325
Scott Main93e60b52013-06-10 11:05:55 -07001326 <!-- Allows applications to set the system time.
1327 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001328 <permission android:name="android.permission.SET_TIME"
1329 android:protectionLevel="signature|system"
1330 android:label="@string/permlab_setTime"
1331 android:description="@string/permdesc_setTime" />
1332
1333 <!-- Allows applications to set the system time zone -->
1334 <permission android:name="android.permission.SET_TIME_ZONE"
1335 android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1336 android:protectionLevel="normal"
1337 android:label="@string/permlab_setTimeZone"
1338 android:description="@string/permdesc_setTimeZone" />
1339
1340 <!-- ==================================================== -->
1341 <!-- Permissions related to changing status bar -->
1342 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001343 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001344
1345 <!-- Used for permissions that change the status bar -->
1346 <permission-group android:name="android.permission-group.STATUS_BAR"
1347 android:label="@string/permgrouplab_statusBar"
1348 android:icon="@drawable/perm_group_status_bar"
1349 android:description="@string/permgroupdesc_statusBar"
1350 android:priority="110" />
1351
1352 <!-- Allows an application to expand or collapse the status bar. -->
1353 <permission android:name="android.permission.EXPAND_STATUS_BAR"
1354 android:permissionGroup="android.permission-group.STATUS_BAR"
1355 android:protectionLevel="normal"
1356 android:label="@string/permlab_expandStatusBar"
1357 android:description="@string/permdesc_expandStatusBar" />
1358
1359 <!-- ==================================================== -->
1360 <!-- Permissions related to accessing sync settings -->
1361 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001362 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001363
1364 <!-- Used for permissions that access the sync settings or sync
1365 related information. -->
1366 <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1367 android:label="@string/permgrouplab_syncSettings"
1368 android:icon="@drawable/perm_group_sync_settings"
1369 android:description="@string/permgroupdesc_syncSettings"
1370 android:priority="120" />
1371
1372 <!-- Allows applications to read the sync settings -->
1373 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1374 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1375 android:protectionLevel="normal"
1376 android:description="@string/permdesc_readSyncSettings"
1377 android:label="@string/permlab_readSyncSettings" />
1378
1379 <!-- Allows applications to write the sync settings -->
1380 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1381 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1382 android:protectionLevel="normal"
1383 android:description="@string/permdesc_writeSyncSettings"
1384 android:label="@string/permlab_writeSyncSettings" />
1385
1386 <!-- Allows applications to read the sync stats -->
1387 <permission android:name="android.permission.READ_SYNC_STATS"
1388 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1389 android:protectionLevel="normal"
1390 android:description="@string/permdesc_readSyncStats"
1391 android:label="@string/permlab_readSyncStats" />
1392
1393
1394 <!-- ============================================ -->
1395 <!-- Permissions for low-level system interaction -->
1396 <!-- ============================================ -->
1397 <eat-comment />
1398
1399 <!-- Group of permissions that are related to system APIs. Many
1400 of these are not permissions the user will be expected to understand,
1401 and such permissions should generally be marked as "normal" protection
1402 level so they don't get displayed. This can also, however, be used
1403 for miscellaneous features that provide access to the operating system,
1404 such as writing the global system settings. -->
1405 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1406 android:label="@string/permgrouplab_systemTools"
1407 android:icon="@drawable/perm_group_system_tools"
1408 android:description="@string/permgroupdesc_systemTools"
1409 android:priority="100" />
1410
1411 <!-- @hide Change the screen compatibility mode of applications -->
1412 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1413 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1414 android:protectionLevel="signature"
1415 android:label="@string/permlab_setScreenCompatibility"
1416 android:description="@string/permdesc_setScreenCompatibility" />
1417
1418 <!-- Allows an application to access all multi-user external storage @hide -->
1419 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
1420 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1421 android:label="@string/permlab_sdcardAccessAll"
1422 android:description="@string/permdesc_sdcardAccessAll"
1423 android:protectionLevel="signature" />
1424
1425 <!-- Allows an application to modify the current configuration, such
1426 as locale. -->
1427 <permission android:name="android.permission.CHANGE_CONFIGURATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001428 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001429 android:protectionLevel="signature|system|development"
1430 android:label="@string/permlab_changeConfiguration"
1431 android:description="@string/permdesc_changeConfiguration" />
1432
1433 <!-- Allows an application to read or write the system settings. -->
1434 <permission android:name="android.permission.WRITE_SETTINGS"
1435 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1436 android:protectionLevel="normal"
1437 android:label="@string/permlab_writeSettings"
1438 android:description="@string/permdesc_writeSettings" />
1439
Scott Main93e60b52013-06-10 11:05:55 -07001440 <!-- Allows an application to modify the Google service map.
1441 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001442 <permission android:name="android.permission.WRITE_GSERVICES"
1443 android:protectionLevel="signature|system"
1444 android:label="@string/permlab_writeGservices"
1445 android:description="@string/permdesc_writeGservices" />
1446
Dianne Hackborn03abb812010-01-04 18:43:19 -08001447 <!-- Allows an application to call
1448 {@link android.app.ActivityManager#forceStopPackage}.
1449 @hide -->
1450 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1451 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1452 android:protectionLevel="signature"
1453 android:label="@string/permlab_forceStopPackages"
1454 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001455
Dianne Hackborn24a12102011-07-29 15:52:05 -07001456 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001457 An active window is the window that has fired an accessibility event. -->
1458 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1459 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -08001460 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001461 android:label="@string/permlab_retrieve_window_content"
1462 android:description="@string/permdesc_retrieve_window_content" />
1463
Scott Main93e60b52013-06-10 11:05:55 -07001464 <!-- Modify the global animation scaling factor.
1465 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001466 <permission android:name="android.permission.SET_ANIMATION_SCALE"
1467 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001468 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001469 android:label="@string/permlab_setAnimationScale"
1470 android:description="@string/permdesc_setAnimationScale" />
1471
Dianne Hackbornd3efa392010-09-01 17:34:12 -07001472 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001473 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001474 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001475 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001476 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001477 android:label="@string/permlab_persistentActivity"
1478 android:description="@string/permdesc_persistentActivity" />
1479
1480 <!-- Allows an application to find out the space used by any package. -->
1481 <permission android:name="android.permission.GET_PACKAGE_SIZE"
1482 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1483 android:protectionLevel="normal"
1484 android:label="@string/permlab_getPackageSize"
1485 android:description="@string/permdesc_getPackageSize" />
1486
Dianne Hackborna7ca0e52009-12-01 14:31:55 -08001487 <!-- @deprecated No longer useful, see
1488 {@link android.content.pm.PackageManager#addPackageToPreferred}
1489 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001490 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1491 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -08001492 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001493 android:label="@string/permlab_setPreferredApplications"
1494 android:description="@string/permdesc_setPreferredApplications" />
1495
1496 <!-- Allows an application to receive the
1497 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1498 broadcast after the system finishes booting. If you don't
1499 request this permission, you will not receive the broadcast at
1500 that time. Though holding this permission does not have any
1501 security implications, it can have a negative impact on the
1502 user experience by increasing the amount of time it takes the
1503 system to start and allowing applications to have themselves
1504 running without the user being aware of them. As such, you must
1505 explicitly declare your use of this facility to make that visible
1506 to the user. -->
1507 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001508 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001509 android:protectionLevel="normal"
1510 android:label="@string/permlab_receiveBootCompleted"
1511 android:description="@string/permdesc_receiveBootCompleted" />
1512
1513 <!-- Allows an application to broadcast sticky intents. These are
1514 broadcasts whose data is held by the system after being finished,
1515 so that clients can quickly retrieve that data without having
1516 to wait for the next broadcast. -->
1517 <permission android:name="android.permission.BROADCAST_STICKY"
1518 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1519 android:protectionLevel="normal"
1520 android:label="@string/permlab_broadcastSticky"
1521 android:description="@string/permdesc_broadcastSticky" />
1522
Scott Main93e60b52013-06-10 11:05:55 -07001523 <!-- Allows mounting and unmounting file systems for removable storage.
1524 <p>Not for use by third-party applications.-->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001525 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1526 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001527 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001528 android:label="@string/permlab_mount_unmount_filesystems"
1529 android:description="@string/permdesc_mount_unmount_filesystems" />
1530
Scott Main93e60b52013-06-10 11:05:55 -07001531 <!-- Allows formatting file systems for removable storage.
1532 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001533 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1534 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001535 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001536 android:label="@string/permlab_mount_format_filesystems"
1537 android:description="@string/permdesc_mount_format_filesystems" />
1538
San Mehat02735bc2010-01-26 15:18:08 -08001539 <!-- Allows access to ASEC non-destructive API calls
1540 @hide -->
1541 <permission android:name="android.permission.ASEC_ACCESS"
1542 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001543 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001544 android:label="@string/permlab_asec_access"
1545 android:description="@string/permdesc_asec_access" />
1546
1547 <!-- Allows creation of ASEC volumes
1548 @hide -->
1549 <permission android:name="android.permission.ASEC_CREATE"
1550 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001551 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001552 android:label="@string/permlab_asec_create"
1553 android:description="@string/permdesc_asec_create" />
1554
1555 <!-- Allows destruction of ASEC volumes
1556 @hide -->
1557 <permission android:name="android.permission.ASEC_DESTROY"
1558 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001559 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001560 android:label="@string/permlab_asec_destroy"
1561 android:description="@string/permdesc_asec_destroy" />
1562
1563 <!-- Allows mount / unmount of ASEC volumes
1564 @hide -->
1565 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1566 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001567 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001568 android:label="@string/permlab_asec_mount_unmount"
1569 android:description="@string/permdesc_asec_mount_unmount" />
1570
1571 <!-- Allows rename of ASEC volumes
1572 @hide -->
1573 <permission android:name="android.permission.ASEC_RENAME"
1574 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001575 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001576 android:label="@string/permlab_asec_rename"
1577 android:description="@string/permdesc_asec_rename" />
1578
Scott Main93e60b52013-06-10 11:05:55 -07001579 <!-- Allows applications to write the apn settings.
1580 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001581 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1582 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001583 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001584 android:description="@string/permdesc_writeApnSettings"
1585 android:label="@string/permlab_writeApnSettings" />
1586
Fred Quintana60307342009-03-24 22:48:12 -07001587 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001588 ContentProvider. -->
1589 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1590 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1591 android:label="@string/permlab_subscribedFeedsRead"
1592 android:description="@string/permdesc_subscribedFeedsRead"
1593 android:protectionLevel="normal" />
1594 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1595 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1596 android:label="@string/permlab_subscribedFeedsWrite"
1597 android:description="@string/permdesc_subscribedFeedsWrite"
1598 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001599
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001600 <!-- Allows applications to change network connectivity state -->
1601 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001602 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001603 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001604 android:description="@string/permdesc_changeNetworkState"
1605 android:label="@string/permlab_changeNetworkState" />
1606
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001607 <!-- Allows an application to clear the caches of all installed
1608 applications on the device. -->
1609 <permission android:name="android.permission.CLEAR_APP_CACHE"
1610 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1611 android:protectionLevel="dangerous"
1612 android:label="@string/permlab_clearAppCache"
1613 android:description="@string/permdesc_clearAppCache" />
1614
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001615 <!-- Allows an application to use any media decoder when decoding for playback
1616 @hide -->
1617 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001618 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001619 android:label="@string/permlab_anyCodecForPlayback"
1620 android:description="@string/permdesc_anyCodecForPlayback" />
1621
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001622 <!-- ========================================= -->
1623 <!-- Permissions for special development tools -->
1624 <!-- ========================================= -->
1625 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001626
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001627 <!-- Group of permissions that are related to development features. These
Scott Main93e60b52013-06-10 11:05:55 -07001628 are not permissions that should appear in third-party applications; they
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001629 protect APIs that are intended only to be used for development
1630 purposes. -->
1631 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1632 android:label="@string/permgrouplab_developmentTools"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001633 android:description="@string/permgroupdesc_developmentTools"
1634 android:priority="310" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001635
Scott Main93e60b52013-06-10 11:05:55 -07001636 <!-- Allows an application to read or write the secure system settings.
1637 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001638 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1639 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1640 android:protectionLevel="signature|system|development"
1641 android:label="@string/permlab_writeSecureSettings"
1642 android:description="@string/permdesc_writeSecureSettings" />
1643
Scott Main93e60b52013-06-10 11:05:55 -07001644 <!-- Allows an application to retrieve state dump information from system services.
1645 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001646 <permission android:name="android.permission.DUMP"
1647 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1648 android:protectionLevel="signature|system|development"
1649 android:label="@string/permlab_dump"
1650 android:description="@string/permdesc_dump" />
1651
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001652 <!-- Allows an application to read the low-level system log files.
Scott Main93e60b52013-06-10 11:05:55 -07001653 <p>Not for use by third-party applications, because
1654 Log entries can contain the user's private information. -->
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001655 <permission android:name="android.permission.READ_LOGS"
1656 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1657 android:protectionLevel="signature|system|development"
1658 android:label="@string/permlab_readLogs"
1659 android:description="@string/permdesc_readLogs" />
1660
Scott Main93e60b52013-06-10 11:05:55 -07001661 <!-- Configure an application for debugging.
1662 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001663 <permission android:name="android.permission.SET_DEBUG_APP"
1664 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001665 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001666 android:label="@string/permlab_setDebugApp"
1667 android:description="@string/permdesc_setDebugApp" />
1668
1669 <!-- Allows an application to set the maximum number of (not needed)
Scott Main93e60b52013-06-10 11:05:55 -07001670 application processes that can be running.
1671 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001672 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1673 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001674 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001675 android:label="@string/permlab_setProcessLimit"
1676 android:description="@string/permdesc_setProcessLimit" />
1677
1678 <!-- Allows an application to control whether activities are immediately
Scott Main93e60b52013-06-10 11:05:55 -07001679 finished when put in the background.
1680 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001681 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1682 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001683 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001684 android:label="@string/permlab_setAlwaysFinish"
1685 android:description="@string/permdesc_setAlwaysFinish" />
1686
Scott Main93e60b52013-06-10 11:05:55 -07001687 <!-- Allow an application to request that a signal be sent to all persistent processes.
1688 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001689 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1690 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001691 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001692 android:label="@string/permlab_signalPersistentProcesses"
1693 android:description="@string/permdesc_signalPersistentProcesses" />
1694
1695 <!-- ==================================== -->
1696 <!-- Private (signature-only) permissions -->
1697 <!-- ==================================== -->
1698 <eat-comment />
1699
Scott Main93e60b52013-06-10 11:05:55 -07001700 <!-- Allows applications to RW to diagnostic resources.
1701 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001702 <permission android:name="android.permission.DIAGNOSTIC"
1703 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1704 android:protectionLevel="signature"
1705 android:description="@string/permdesc_diagnostic"
1706 android:label="@string/permlab_diagnostic" />
1707
1708 <!-- Allows an application to open, close, or disable the status bar
Scott Main93e60b52013-06-10 11:05:55 -07001709 and its icons.
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.STATUS_BAR"
1712 android:label="@string/permlab_statusBar"
1713 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001714 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001715
Joe Onorato8bc6c512010-06-04 16:21:12 -04001716 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1717 @hide -->
1718 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1719 android:label="@string/permlab_statusBarService"
1720 android:description="@string/permdesc_statusBarService"
1721 android:protectionLevel="signature" />
1722
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001723 <!-- Allows an application to force a BACK operation on whatever is the
Scott Main93e60b52013-06-10 11:05:55 -07001724 top activity.
1725 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001726 <permission android:name="android.permission.FORCE_BACK"
1727 android:label="@string/permlab_forceBack"
1728 android:description="@string/permdesc_forceBack"
1729 android:protectionLevel="signature" />
1730
Scott Main93e60b52013-06-10 11:05:55 -07001731 <!-- Allows an application to update device statistics.
1732 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001733 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001734 android:label="@string/permlab_updateBatteryStats"
1735 android:description="@string/permdesc_updateBatteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001736 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001737
Dianne Hackborn35654b62013-01-14 17:38:02 -08001738 <!-- @hide Allows an application to collect battery statistics -->
1739 <permission android:name="android.permission.GET_APP_OPS_STATS"
1740 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1741 android:label="@string/permlab_getAppOpsStats"
1742 android:description="@string/permdesc_getAppOpsStats"
1743 android:protectionLevel="signature|system|development" />
1744
Dianne Hackborna06de0f2012-12-11 16:34:47 -08001745 <!-- Allows an application to update application operation statistics. Not for
1746 use by third party apps. @hide -->
1747 <permission android:name="android.permission.UPDATE_APP_OPS_STATS"
1748 android:label="@string/permlab_updateAppOpsStats"
1749 android:description="@string/permdesc_updateAppOpsStats"
1750 android:protectionLevel="signature|system" />
1751
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001752 <!-- Allows an application to open windows that are for use by parts
Scott Main93e60b52013-06-10 11:05:55 -07001753 of the system user interface.
1754 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001755 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1756 android:label="@string/permlab_internalSystemWindow"
1757 android:description="@string/permdesc_internalSystemWindow"
1758 android:protectionLevel="signature" />
1759
1760 <!-- Allows an application to manage (create, destroy,
Scott Main93e60b52013-06-10 11:05:55 -07001761 Z-order) application tokens in the window manager.
1762 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001763 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1764 android:label="@string/permlab_manageAppTokens"
1765 android:description="@string/permdesc_manageAppTokens"
1766 android:protectionLevel="signature" />
1767
Dianne Hackborn9d9ece32012-09-10 15:33:52 -07001768 <!-- @hide Allows the application to temporarily freeze the screen for a
1769 full-screen transition. -->
1770 <permission android:name="android.permission.FREEZE_SCREEN"
1771 android:label="@string/permlab_freezeScreen"
1772 android:description="@string/permdesc_freezeScreen"
1773 android:protectionLevel="signature" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001774
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001775 <!-- Allows an application to inject user events (keys, touch, trackball)
1776 into the event stream and deliver them to ANY window. Without this
1777 permission, you can only deliver events to windows in your own process.
Scott Main93e60b52013-06-10 11:05:55 -07001778 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001779 <permission android:name="android.permission.INJECT_EVENTS"
1780 android:label="@string/permlab_injectEvents"
1781 android:description="@string/permdesc_injectEvents"
1782 android:protectionLevel="signature" />
1783
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001784 <!-- @hide Allows an application to register an input filter which filters the stream
1785 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1786 <permission android:name="android.permission.FILTER_EVENTS"
1787 android:label="@string/permlab_filter_events"
1788 android:description="@string/permdesc_filter_events"
1789 android:protectionLevel="signature" />
1790
1791 <!-- @hide Allows an application to retrieve info for a window from the window manager. -->
1792 <permission android:name="android.permission.RETRIEVE_WINDOW_INFO"
1793 android:label="@string/permlab_retrieve_window_info"
1794 android:description="@string/permdesc_retrieve_window_info"
1795 android:protectionLevel="signature" />
1796
Svetoslav Ganov7befb7d2012-09-27 16:49:23 -07001797 <!-- @hide Allows an application to temporary enable accessibility on the device. -->
1798 <permission android:name="android.permission.TEMPORARY_ENABLE_ACCESSIBILITY"
1799 android:label="@string/permlab_temporary_enable_accessibility"
1800 android:description="@string/permdesc_temporary_enable_accessibility"
1801 android:protectionLevel="signature" />
1802
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -07001803 <!-- @hide Allows an application to magnify the content of a display. -->
1804 <permission android:name="android.permission.MAGNIFY_DISPLAY"
1805 android:label="@string/permlab_magnify_display"
1806 android:description="@string/permdesc_magnify_display"
1807 android:protectionLevel="signature" />
1808
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001809 <!-- Allows an application to watch and control how activities are
1810 started globally in the system. Only for is in debugging
Scott Main93e60b52013-06-10 11:05:55 -07001811 (usually the monkey command).
1812 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001813 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1814 android:label="@string/permlab_runSetActivityWatcher"
1815 android:description="@string/permdesc_runSetActivityWatcher"
1816 android:protectionLevel="signature" />
1817
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001818 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001819 to put the higher-level system there into a shutdown state.
1820 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001821 <permission android:name="android.permission.SHUTDOWN"
1822 android:label="@string/permlab_shutdown"
1823 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001824 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001825
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001826 <!-- Allows an application to tell the activity manager to temporarily
1827 stop application switches, putting it into a special mode that
1828 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001829 critical UI such as the home screen.
1830 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001831 <permission android:name="android.permission.STOP_APP_SWITCHES"
1832 android:label="@string/permlab_stopAppSwitches"
1833 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001834 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001835
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001836 <!-- Allows an application to retrieve private information about
Scott Main93e60b52013-06-10 11:05:55 -07001837 the current top activity, such as any assist context it can provide.
1838 <p>Not for use by third-party applications. -->
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001839 <permission android:name="android.permission.GET_TOP_ACTIVITY_INFO"
1840 android:label="@string/permlab_getTopActivityInfo"
1841 android:description="@string/permdesc_getTopActivityInfo"
1842 android:protectionLevel="signature" />
1843
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001844 <!-- Allows an application to retrieve the current state of keys and
Scott Main93e60b52013-06-10 11:05:55 -07001845 switches.
1846 <p>Not for use by third-party applications.
Jeff Brownac143512012-04-05 18:57:33 -07001847 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001848 <permission android:name="android.permission.READ_INPUT_STATE"
1849 android:label="@string/permlab_readInputState"
1850 android:description="@string/permdesc_readInputState"
1851 android:protectionLevel="signature" />
1852
Dianne Hackbornd6847842010-01-12 18:14:19 -08001853 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1854 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001855 <permission android:name="android.permission.BIND_INPUT_METHOD"
1856 android:label="@string/permlab_bindInputMethod"
1857 android:description="@string/permdesc_bindInputMethod"
1858 android:protectionLevel="signature" />
1859
Svetoslav38228962013-01-29 01:04:35 -08001860 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07001861 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001862 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
1863 android:label="@string/permlab_bindAccessibilityService"
1864 android:description="@string/permdesc_bindAccessibilityService"
1865 android:protectionLevel="signature" />
1866
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -07001867 <!-- Must be required by an {@link android.printservice.PrintService},
1868 to ensure that only the system can bind to it. -->
1869 <permission android:name="android.permission.BIND_PRINT_SERVICE"
1870 android:label="@string/permlab_bindPrintService"
1871 android:description="@string/permdesc_bindPrintService"
1872 android:protectionLevel="signature" />
1873
Martijn Coenena7397882013-07-30 20:07:47 -07001874 <!-- Must be required by an {@link android.nfc.cardemulation.HostApduService}
1875 or {@link android.nfc.cardemulation.OffHostApduService} to ensure that only
1876 the system can bind to it. -->
1877 <permission android:name="android.permission.BIND_NFC_SERVICE"
1878 android:label="@string/permlab_bindNfcService"
1879 android:description="@string/permdesc_bindNfcService"
1880 android:protectionLevel="signature" />
1881
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -07001882 <!-- Allows an application to call APIs that give it access to all print jobs
1883 on the device. Usually an app can access only the print jobts it created.
1884 This permission is not available to third party applications.
1885 @hide -->
1886 <permission android:name="android.permission.ACCESS_ALL_PRINT_JOBS"
1887 android:label="@string/permlab_accessAllPrintJobs"
1888 android:description="@string/permdesc_accessAllPrintJobs"
1889 android:protectionLevel="signature" />
1890
satok988323c2011-06-22 16:38:13 +09001891 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1892 to ensure that only the system can bind to it. -->
1893 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1894 android:label="@string/permlab_bindTextService"
1895 android:description="@string/permdesc_bindTextService"
1896 android:protectionLevel="signature" />
1897
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001898 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001899 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001900 <permission android:name="android.permission.BIND_VPN_SERVICE"
1901 android:label="@string/permlab_bindVpnService"
1902 android:description="@string/permdesc_bindVpnService"
1903 android:protectionLevel="signature" />
1904
Dianne Hackbornd6847842010-01-12 18:14:19 -08001905 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1906 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001907 <permission android:name="android.permission.BIND_WALLPAPER"
1908 android:label="@string/permlab_bindWallpaper"
1909 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001910 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001911
Dianne Hackbornd6847842010-01-12 18:14:19 -08001912 <!-- Must be required by device administration receiver, to ensure that only the
1913 system can interact with it. -->
1914 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1915 android:label="@string/permlab_bindDeviceAdmin"
1916 android:description="@string/permdesc_bindDeviceAdmin"
1917 android:protectionLevel="signature" />
1918
Amith Yamasania418cf22013-07-19 12:39:17 -07001919 <!-- Required to add or remove another application as a device admin.
1920 <p/>Not for use by third-party apps. -->
1921 <permission android:name="android.permission.MANAGE_DEVICE_ADMINS"
1922 android:label="@string/permlab_manageDeviceAdmins"
1923 android:description="@string/permdesc_manageDeviceAdmins"
1924 android:protectionLevel="signature|system" />
1925
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001926 <!-- Allows low-level access to setting the orientation (actually
Scott Main93e60b52013-06-10 11:05:55 -07001927 rotation) of the screen.
1928 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001929 <permission android:name="android.permission.SET_ORIENTATION"
1930 android:label="@string/permlab_setOrientation"
1931 android:description="@string/permdesc_setOrientation"
1932 android:protectionLevel="signature" />
1933
Jeff Brown1a84fd12011-06-02 01:26:32 -07001934 <!-- Allows low-level access to setting the pointer speed.
Scott Main93e60b52013-06-10 11:05:55 -07001935 <p>Not for use by third-party applications. -->
Jeff Brown1a84fd12011-06-02 01:26:32 -07001936 <permission android:name="android.permission.SET_POINTER_SPEED"
1937 android:label="@string/permlab_setPointerSpeed"
1938 android:description="@string/permdesc_setPointerSpeed"
1939 android:protectionLevel="signature" />
1940
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001941 <!-- Allows low-level access to setting the keyboard layout.
Scott Main93e60b52013-06-10 11:05:55 -07001942 <p>Not for use by third-party applications.
Jeff Brown507f5582012-05-07 19:06:06 -07001943 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001944 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1945 android:label="@string/permlab_setKeyboardLayout"
1946 android:description="@string/permdesc_setKeyboardLayout"
1947 android:protectionLevel="signature" />
1948
Scott Main93e60b52013-06-10 11:05:55 -07001949 <!-- Allows an application to install packages.
1950 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001951 <permission android:name="android.permission.INSTALL_PACKAGES"
1952 android:label="@string/permlab_installPackages"
1953 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001954 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001955
Scott Main93e60b52013-06-10 11:05:55 -07001956 <!-- Allows an application to clear user data.
1957 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001958 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1959 android:label="@string/permlab_clearAppUserData"
1960 android:description="@string/permdesc_clearAppUserData"
1961 android:protectionLevel="signature" />
1962
Scott Main93e60b52013-06-10 11:05:55 -07001963 <!-- Allows an application to delete cache files.
1964 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001965 <permission android:name="android.permission.DELETE_CACHE_FILES"
1966 android:label="@string/permlab_deleteCacheFiles"
1967 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08001968 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001969
Scott Main93e60b52013-06-10 11:05:55 -07001970 <!-- Allows an application to delete packages.
1971 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001972 <permission android:name="android.permission.DELETE_PACKAGES"
1973 android:label="@string/permlab_deletePackages"
1974 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001975 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001976
Jeff Brownec7c78f2010-03-30 23:37:25 -07001977 <!-- Allows an application to move location of installed package.
1978 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001979 <permission android:name="android.permission.MOVE_PACKAGE"
1980 android:label="@string/permlab_movePackage"
1981 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08001982 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001983
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001984 <!-- Allows an application to change whether an application component (other than its own) is
Scott Main93e60b52013-06-10 11:05:55 -07001985 enabled or not.
1986 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001987 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1988 android:label="@string/permlab_changeComponentState"
1989 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08001990 android:protectionLevel="signature|system" />
1991
1992 <!-- @hide Allows an application to grant or revoke specific permissions. -->
1993 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1994 android:label="@string/permlab_grantRevokePermissions"
1995 android:description="@string/permdesc_grantRevokePermissions"
1996 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001997
Scott Main93e60b52013-06-10 11:05:55 -07001998 <!-- Allows an application to use SurfaceFlinger's low level features.
1999 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002000 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
2001 android:label="@string/permlab_accessSurfaceFlinger"
2002 android:description="@string/permdesc_accessSurfaceFlinger"
2003 android:protectionLevel="signature" />
2004
2005 <!-- Allows an application to take screen shots and more generally
Scott Main93e60b52013-06-10 11:05:55 -07002006 get access to the frame buffer data.
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.READ_FRAME_BUFFER"
2009 android:label="@string/permlab_readFrameBuffer"
2010 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08002011 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002012
Jeff Brown6c1c0b62013-07-12 16:56:34 -07002013 <!-- Allows an application to use InputFlinger's low level features.
2014 <p>Not for use by third-party applications. -->
2015 <permission android:name="android.permission.ACCESS_INPUT_FLINGER"
2016 android:label="@string/permlab_accessInputFlinger"
2017 android:description="@string/permdesc_accessInputFlinger"
2018 android:protectionLevel="signature" />
2019
Jeff Brown4b71e4e2012-09-07 17:41:02 -07002020 <!-- Allows an application to configure and connect to Wifi displays
2021 @hide -->
2022 <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
2023 android:label="@string/permlab_configureWifiDisplay"
2024 android:description="@string/permdesc_configureWifiDisplay"
2025 android:protectionLevel="signature" />
2026
2027 <!-- Allows an application to control low-level features of Wifi displays
2028 such as opening an RTSP socket. This permission should only be used
2029 by the display manager.
2030 @hide -->
2031 <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
2032 android:label="@string/permlab_controlWifiDisplay"
2033 android:description="@string/permdesc_controlWifiDisplay"
2034 android:protectionLevel="signature" />
2035
Jeff Brown7d00aff2013-08-02 19:03:49 -07002036 <!-- Allows an application to capture audio output.
2037 <p>Not for use by third-party applications.</p> -->
2038 <permission android:name="android.permission.CAPTURE_AUDIO_OUTPUT"
2039 android:label="@string/permlab_captureAudioOutput"
2040 android:description="@string/permdesc_captureAudioOutput"
2041 android:protectionLevel="signature|system" />
2042
2043 <!-- Allows an application to capture video output.
2044 <p>Not for use by third-party applications.</p> -->
2045 <permission android:name="android.permission.CAPTURE_VIDEO_OUTPUT"
2046 android:label="@string/permlab_captureVideoOutput"
2047 android:description="@string/permdesc_captureVideoOutput"
2048 android:protectionLevel="signature|system" />
2049
2050 <!-- Allows an application to capture secure video output.
2051 <p>Not for use by third-party applications.</p> -->
2052 <permission android:name="android.permission.CAPTURE_SECURE_VIDEO_OUTPUT"
2053 android:label="@string/permlab_captureSecureVideoOutput"
2054 android:description="@string/permdesc_captureSecureVideoOutput"
2055 android:protectionLevel="signature|system" />
2056
Scott Main93e60b52013-06-10 11:05:55 -07002057 <!-- Required to be able to disable the device (very dangerous!).
2058 <p>Not for use by third-party applications.. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002059 <permission android:name="android.permission.BRICK"
2060 android:label="@string/permlab_brick"
2061 android:description="@string/permdesc_brick"
2062 android:protectionLevel="signature" />
2063
Scott Main93e60b52013-06-10 11:05:55 -07002064 <!-- Required to be able to reboot the device.
2065 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002066 <permission android:name="android.permission.REBOOT"
2067 android:label="@string/permlab_reboot"
2068 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08002069 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002070
Scott Main93e60b52013-06-10 11:05:55 -07002071 <!-- Allows low-level access to power management.
2072 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002073 <permission android:name="android.permission.DEVICE_POWER"
2074 android:label="@string/permlab_devicePower"
2075 android:description="@string/permdesc_devicePower"
2076 android:protectionLevel="signature" />
2077
Dianne Hackborn8832c182012-09-17 17:20:24 -07002078 <!-- @hide Allows low-level access to tun tap driver -->
fredc0f420372012-04-12 00:02:00 -07002079 <permission android:name="android.permission.NET_TUNNELING"
2080 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2081 android:protectionLevel="signature" />
2082
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002083 <!-- Run as a manufacturer test application, running as the root user.
Scott Main93e60b52013-06-10 11:05:55 -07002084 Only available when the device is running in manufacturer test mode.
2085 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002086 <permission android:name="android.permission.FACTORY_TEST"
2087 android:label="@string/permlab_factoryTest"
2088 android:description="@string/permdesc_factoryTest"
2089 android:protectionLevel="signature" />
2090
2091 <!-- Allows an application to broadcast a notification that an application
Scott Main93e60b52013-06-10 11:05:55 -07002092 package has been removed.
2093 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002094 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
2095 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2096 android:label="@string/permlab_broadcastPackageRemoved"
2097 android:description="@string/permdesc_broadcastPackageRemoved"
2098 android:protectionLevel="signature" />
2099
Scott Main93e60b52013-06-10 11:05:55 -07002100 <!-- Allows an application to broadcast an SMS receipt notification.
2101 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002102 <permission android:name="android.permission.BROADCAST_SMS"
2103 android:permissionGroup="android.permission-group.MESSAGES"
2104 android:label="@string/permlab_broadcastSmsReceived"
2105 android:description="@string/permdesc_broadcastSmsReceived"
2106 android:protectionLevel="signature" />
2107
Scott Main93e60b52013-06-10 11:05:55 -07002108 <!-- Allows an application to broadcast a WAP PUSH receipt notification.
2109 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002110 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
2111 android:permissionGroup="android.permission-group.MESSAGES"
2112 android:label="@string/permlab_broadcastWapPush"
2113 android:description="@string/permdesc_broadcastWapPush"
2114 android:protectionLevel="signature" />
2115
Scott Main93e60b52013-06-10 11:05:55 -07002116 <!-- Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002117 <permission android:name="android.permission.MASTER_CLEAR"
2118 android:label="@string/permlab_masterClear"
2119 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08002120 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002121
2122 <!-- Allows an application to call any phone number, including emergency
2123 numbers, without going through the Dialer user interface for the user
Scott Main93e60b52013-06-10 11:05:55 -07002124 to confirm the call being placed.
2125 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002126 <permission android:name="android.permission.CALL_PRIVILEGED"
2127 android:label="@string/permlab_callPrivileged"
2128 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08002129 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002130
Jim Miller767be5f2009-08-25 19:33:57 -07002131 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
2132 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
2133 android:label="@string/permlab_performCdmaProvisioning"
2134 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08002135 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07002136
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002137 <!-- Allows enabling/disabling location update notifications from
Scott Main93e60b52013-06-10 11:05:55 -07002138 the radio.
2139 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002140 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
2141 android:label="@string/permlab_locationUpdates"
2142 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08002143 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002144
2145 <!-- Allows read/write access to the "properties" table in the checkin
Scott Main93e60b52013-06-10 11:05:55 -07002146 database, to change values that get uploaded.
2147 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002148 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
2149 android:label="@string/permlab_checkinProperties"
2150 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08002151 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002152
2153 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07002154 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002155 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
2156 android:label="@string/permlab_pkgUsageStats"
2157 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08002158 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002159
2160 <!-- Allows an application to collect battery statistics -->
2161 <permission android:name="android.permission.BATTERY_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002162 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002163 android:label="@string/permlab_batteryStats"
2164 android:description="@string/permdesc_batteryStats"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002165 android:protectionLevel="dangerous" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002166
Scott Main93e60b52013-06-10 11:05:55 -07002167 <!-- Allows an application to control the backup and restore process.
2168 <p>Not for use by third-party applications.
Christopher Tate181fafa2009-05-14 11:12:14 -07002169 @hide pending API council -->
2170 <permission android:name="android.permission.BACKUP"
2171 android:label="@string/permlab_backup"
2172 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08002173 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07002174
Christopher Tate4a627c72011-04-01 14:43:32 -07002175 <!-- Allows a package to launch the secure full-backup confirmation UI.
2176 ONLY the system process may hold this permission.
2177 @hide -->
2178 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
2179 android:label="@string/permlab_confirm_full_backup"
2180 android:description="@string/permdesc_confirm_full_backup"
2181 android:protectionLevel="signature" />
2182
Winson Chung81f39eb2011-01-11 18:05:01 -08002183 <!-- Must be required by a {@link android.widget.RemoteViewsService},
2184 to ensure that only the system can bind to it. -->
2185 <permission android:name="android.permission.BIND_REMOTEVIEWS"
2186 android:label="@string/permlab_bindRemoteViews"
2187 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08002188 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08002189
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002190 <!-- Allows an application to tell the AppWidget service which application
2191 can access AppWidget's data. The normal user flow is that a user
2192 picks an AppWidget to go into a particular host, thereby giving that
2193 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002194 An application that has this permission should honor that contract.
Scott Main93e60b52013-06-10 11:05:55 -07002195 <p>Not for use by third-party applications. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002196 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002197 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2198 android:label="@string/permlab_bindGadget"
2199 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08002200 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002201
Michael Jurkafc753c02012-10-30 18:30:52 -07002202 <!-- Private permission, to restrict who can bring up a dialog to add a new
2203 keyguard widget
2204 @hide -->
2205 <permission android:name="android.permission.BIND_KEYGUARD_APPWIDGET"
2206 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2207 android:protectionLevel="signature|system" />
2208
Michael Jurka61a5b012012-04-13 10:39:45 -07002209 <!-- Internal permission allowing an application to query/set which
2210 applications can bind AppWidgets.
2211 @hide -->
2212 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
2213 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2214 android:protectionLevel="signature|system" />
2215
Scott Main93e60b52013-06-10 11:05:55 -07002216 <!-- Allows applications to change the background data setting.
2217 <p>Not for use by third-party applications.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002218 @hide pending API council -->
2219 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
2220 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2221 android:protectionLevel="signature"
2222 android:description="@string/permdesc_changeBackgroundDataSetting"
2223 android:label="@string/permlab_changeBackgroundDataSetting" />
2224
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002225 <!-- This permission can be used on content providers to allow the global
2226 search system to access their data. Typically it used when the
2227 provider has some permissions protecting it (which global search
2228 would not be expected to hold), and added as a read-only permission
2229 to the path in the provider where global search queries are
2230 performed. This permission can not be held by regular applications;
2231 it is used by applications to protect themselves from everyone else
2232 besides global search. -->
2233 <permission android:name="android.permission.GLOBAL_SEARCH"
2234 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002235 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002236
2237 <!-- Internal permission protecting access to the global search
2238 system: ensures that only the system can access the provider
2239 to perform queries (since this otherwise provides unrestricted
2240 access to a variety of content providers), and to write the
2241 search statistics (to keep applications from gaming the source
2242 ranking).
2243 @hide -->
2244 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
2245 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2246 android:protectionLevel="signature" />
2247
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002248 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07002249 @hide XXX Change to signature once the picker is moved to its
2250 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002251 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
2252 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002253 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002254
John Spurlockf4f6b4c2012-08-25 12:08:03 -04002255 <!-- Allows applications to read dream settings and dream state.
2256 @hide -->
2257 <permission android:name="android.permission.READ_DREAM_STATE"
2258 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2259 android:protectionLevel="signature" />
2260
2261 <!-- Allows applications to write dream settings, and start or stop dreaming.
2262 @hide -->
2263 <permission android:name="android.permission.WRITE_DREAM_STATE"
2264 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2265 android:protectionLevel="signature" />
2266
Jeff Brownec7c78f2010-03-30 23:37:25 -07002267 <!-- Allow an application to read and write the cache partition.
2268 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002269 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
2270 android:label="@string/permlab_cache_filesystem"
2271 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08002272 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002273
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08002274 <!-- Must be required by default container service so that only
2275 the system can bind to it and use it to copy
2276 protected data to secure containers or files
2277 accessible to the system.
2278 @hide -->
2279 <permission android:name="android.permission.COPY_PROTECTED_DATA"
2280 android:label="@string/permlab_copyProtectedData"
2281 android:description="@string/permlab_copyProtectedData"
2282 android:protectionLevel="signature" />
2283
Jason parks8888c592011-01-20 22:46:41 -06002284 <!-- Internal permission protecting access to the encryption methods
2285 @hide
2286 -->
2287 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08002288 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06002289
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002290 <!-- Allows an application to read historical network usage for
2291 specific networks and applications. @hide -->
2292 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
2293 android:label="@string/permlab_readNetworkUsageHistory"
2294 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08002295 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002296
2297 <!-- Allows an application to manage network policies (such as warning and disable
2298 limits) and to define application-specific rules. @hide -->
2299 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
2300 android:label="@string/permlab_manageNetworkPolicy"
2301 android:description="@string/permdesc_manageNetworkPolicy"
2302 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06002303
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002304 <!-- Allows an application to account its network traffic against other UIDs. Used
2305 by system services like download manager and media server. Not for use by
2306 third party apps. @hide -->
2307 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
2308 android:label="@string/permlab_modifyNetworkAccounting"
2309 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08002310 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002311
Chad Brubakerf11e5d32013-07-08 15:32:23 -07002312 <!-- Allows an application to mark traffic as from another user for per user routing.
2313 Used by system wide services like media server that execute delegated network connections
2314 for users.
2315 @hide
2316 -->
2317 <permission android:name="android.permission.MARK_NETWORK_SOCKET"
2318 android:label="@string/permlab_markNetworkSocket"
2319 android:description="@string/permdesc_markNetworkSocket"
2320 android:protectionLevel="signature|system" />
2321
Tom Taylorb0381682011-08-11 14:27:25 -07002322 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08002323 @hide Used internally.
2324 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002325 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08002326 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002327 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08002328
Dianne Hackborn8832c182012-09-17 17:20:24 -07002329 <!-- @hide Package verifier needs to have this permission before the PackageManager will
Kenny Root5ab21572011-07-27 11:11:19 -07002330 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07002331 -->
2332 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
2333 android:label="@string/permlab_packageVerificationAgent"
2334 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08002335 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07002336
2337 <!-- Must be required by package verifier receiver, to ensure that only the
2338 system can interact with it.
2339 @hide
2340 -->
2341 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
2342 android:label="@string/permlab_bindPackageVerifier"
2343 android:description="@string/permdesc_bindPackageVerifier"
2344 android:protectionLevel="signature" />
2345
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002346 <!-- Allows applications to access serial ports via the SerialManager.
2347 @hide -->
2348 <permission android:name="android.permission.SERIAL_PORT"
2349 android:label="@string/permlab_serialPort"
2350 android:description="@string/permdesc_serialPort"
Geremy Condrac29f35b2012-10-17 14:06:31 -07002351 android:protectionLevel="signature|system" />
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002352
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002353 <!-- Allows the holder to access content providers from outside an ApplicationThread.
2354 This permission is enforced by the ActivityManagerService on the corresponding APIs,
2355 in particular ActivityManagerService#getContentProviderExternal(String) and
2356 ActivityManagerService#removeContentProviderExternal(String).
2357 @hide
2358 -->
2359 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
2360 android:label="@string/permlab_accessContentProvidersExternally"
2361 android:description="@string/permdesc_accessContentProvidersExternally"
2362 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08002363 <!-- Allows an application to hold an UpdateLock, recommending that a headless
2364 OTA reboot *not* occur while the lock is held.
2365 @hide -->
2366 <permission android:name="android.permission.UPDATE_LOCK"
2367 android:label="@string/permlab_updateLock"
2368 android:description="@string/permdesc_updateLock"
2369 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002370
Daniel Sandlerfde19b12013-01-17 00:21:05 -05002371 <!-- Allows an application to read the current set of notifications, including
2372 any metadata and intents attached.
2373 @hide -->
2374 <permission android:name="android.permission.ACCESS_NOTIFICATIONS"
2375 android:label="@string/permlab_accessNotifications"
2376 android:description="@string/permdesc_accessNotifications"
2377 android:protectionLevel="signature|system" />
2378
Jim Miller5ecd8112013-01-09 18:50:26 -08002379 <!-- Allows access to keyguard secure storage. Only allowed for system processes.
2380 @hide -->
2381 <permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"
2382 android:protectionLevel="signature"
2383 android:label="@string/permlab_access_keyguard_secure_storage"
2384 android:description="@string/permdesc_access_keyguard_secure_storage" />
2385
Jim Millerc0b676d2013-03-22 16:11:08 -07002386 <!-- Allows an application to control keyguard. Only allowed for system processes.
2387 @hide -->
2388 <permission android:name="android.permission.CONTROL_KEYGUARD"
2389 android:protectionLevel="signature"
2390 android:label="@string/permlab_control_keyguard"
2391 android:description="@string/permdesc_control_keyguard" />
2392
Daniel Sandler5feceeb2013-03-22 18:29:23 -07002393 <!-- Must be required by an {@link
2394 android.service.notification.NotificationListenerService},
2395 to ensure that only the system can bind to it. -->
2396 <permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
2397 android:label="@string/permlab_bindNotificationListenerService"
2398 android:description="@string/permdesc_bindNotificationListenerService"
2399 android:protectionLevel="signature" />
2400
Evan Charlton843d5ea2013-05-13 10:35:33 -07002401 <!-- Allows an application to call into a carrier setup flow. It is up to the
2402 carrier setup application to enforce that this permission is required
2403 @hide This is not a third-party API (intended for OEMs and system apps). -->
2404 <permission android:name="android.permission.INVOKE_CARRIER_SETUP"
2405 android:label="@string/permlab_invokeCarrierSetup"
2406 android:description="@string/permdesc_invokeCarrierSetup"
2407 android:protectionLevel="signature|system" />
2408
Brian Williammee1ed51622013-07-31 17:07:33 -07002409 <!-- Allows an application to listen for network condition observations.
2410 @hide This is not a third-party API (intended for system apps). -->
2411 <permission android:name="android.permission.ACCESS_NETWORK_CONDITIONS"
2412 android:label="@string/permlab_accessNetworkConditions"
2413 android:description="@string/permdesc_accessNetworkConditions"
2414 android:protectionLevel="signature|system" />
2415
Christopher Tate4a627c72011-04-01 14:43:32 -07002416 <!-- The system process is explicitly the only one allowed to launch the
2417 confirmation UI for full backup/restore -->
2418 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
2419
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002420 <application android:process="system"
2421 android:persistent="true"
2422 android:hasCode="false"
2423 android:label="@string/android_system_label"
2424 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07002425 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07002426 android:killAfterRestore="false"
Fabrice Di Meglio4497e0c2012-09-10 20:46:33 -07002427 android:icon="@drawable/ic_launcher_android"
2428 android:supportsRtl="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002429 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002430 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07002431 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002432 android:excludeFromRecents="true"
2433 android:multiprocess="true">
2434 <intent-filter>
2435 <action android:name="android.intent.action.CHOOSER" />
2436 <category android:name="android.intent.category.DEFAULT" />
2437 </intent-filter>
2438 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07002439 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002440 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07002441 android:label="@string/heavy_weight_switcher_title"
2442 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002443 android:excludeFromRecents="true"
2444 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07002445 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002446 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002447 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
2448 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002449 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08002450 <activity android:name="com.android.internal.app.DisableCarModeActivity"
2451 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002452 android:excludeFromRecents="true"
2453 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08002454 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002455
Fred Quintana33269202009-04-20 16:05:10 -07002456 <activity android:name="android.accounts.ChooseAccountActivity"
2457 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08002458 android:exported="true"
2459 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002460 android:label="@string/choose_account_label"
2461 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07002462 </activity>
2463
Fred Quintana1121bb52011-09-14 23:19:35 -07002464 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
2465 android:excludeFromRecents="true"
2466 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07002467 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002468 android:label="@string/choose_account_label"
2469 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07002470 </activity>
2471
2472 <activity android:name="android.accounts.ChooseAccountTypeActivity"
2473 android:excludeFromRecents="true"
Jatin Lodhia856b01e2012-09-28 10:53:37 -07002474 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002475 android:label="@string/choose_account_label"
2476 android:process=":ui">
2477 </activity>
2478
Amith Yamasani23c8b962013-04-10 13:37:18 -07002479 <activity android:name="android.accounts.CantAddAccountActivity"
2480 android:excludeFromRecents="true"
2481 android:exported="true"
Amith Yamasani5a3915b2013-05-24 09:53:47 -07002482 android:theme="@android:style/Theme.Holo.Dialog.NoActionBar"
Amith Yamasani23c8b962013-04-10 13:37:18 -07002483 android:process=":ui">
2484 </activity>
2485
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002486 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
2487 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08002488 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002489 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
2490 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002491 </activity>
2492
Fred Quintanab19e62a2010-12-16 13:54:43 -08002493 <activity android:name="android.content.SyncActivityTooManyDeletes"
2494 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002495 android:label="@string/sync_too_many_deletes"
2496 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08002497 </activity>
2498
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002499 <activity android:name="com.android.server.ShutdownActivity"
2500 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07002501 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002502 <intent-filter>
2503 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2504 <category android:name="android.intent.category.DEFAULT" />
2505 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04002506 <intent-filter>
2507 <action android:name="android.intent.action.REBOOT" />
2508 <category android:name="android.intent.category.DEFAULT" />
2509 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002510 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08002511
Danke Xie22d1f9f2009-08-18 18:28:45 -04002512 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002513 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002514 android:excludeFromRecents="true"
2515 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04002516 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002517
Amith Yamasani655d0e22013-06-12 14:19:10 -07002518 <activity android:name="com.android.internal.app.RestrictionsPinSetupActivity"
2519 android:theme="@style/Theme.Holo.Dialog.Alert"
2520 android:permission="android.permission.MANAGE_USERS"
2521 android:excludeFromRecents="true"
2522 android:windowSoftInputMode="adjustPan"
2523 android:process=":ui">
2524 <intent-filter android:priority="100">
2525 <action android:name="android.intent.action.RESTRICTIONS_PIN_CREATE" />
2526 <category android:name="android.intent.category.DEFAULT" />
2527 </intent-filter>
2528 </activity>
2529
2530 <activity android:name="com.android.internal.app.RestrictionsPinActivity"
2531 android:theme="@style/Theme.Holo.Dialog.Alert"
2532 android:excludeFromRecents="true"
2533 android:windowSoftInputMode="adjustPan"
2534 android:process=":ui">
2535 <intent-filter android:priority="100">
2536 <action android:name="android.intent.action.RESTRICTIONS_PIN_CHALLENGE" />
2537 <category android:name="android.intent.category.DEFAULT" />
2538 </intent-filter>
2539 </activity>
2540
Dianne Hackbornd4ac8d72012-09-27 23:20:10 -07002541 <receiver android:name="com.android.server.BootReceiver"
2542 android:primaryUserOnly="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002543 <intent-filter>
2544 <action android:name="android.intent.action.BOOT_COMPLETED" />
2545 </intent-filter>
2546 </receiver>
2547
Geremy Condrab6310842012-08-23 22:00:15 -07002548 <receiver android:name="com.android.server.updates.CertPinInstallReceiver" >
2549 <intent-filter>
2550 <action android:name="android.intent.action.UPDATE_PINS" />
2551 </intent-filter>
2552 </receiver>
2553
Ben Gruver633dc9b2013-04-04 12:05:49 -07002554 <receiver android:name="com.android.server.updates.IntentFirewallInstallReceiver" >
2555 <intent-filter>
2556 <action android:name="android.intent.action.UPDATE_INTENT_FIREWALL" />
2557 </intent-filter>
2558 </receiver>
2559
Robert Greenwaltc6fa2372012-09-24 13:57:16 -07002560 <receiver android:name="com.android.server.updates.SmsShortCodesInstallReceiver" >
2561 <intent-filter>
2562 <action android:name="android.intent.action.UPDATE_SMS_SHORT_CODES" />
2563 </intent-filter>
2564 </receiver>
2565
Robert Greenwalte182bfe2013-07-16 12:06:09 -07002566 <receiver android:name="com.android.server.updates.CarrierProvisioningUrlsInstallReceiver" >
2567 <intent-filter>
2568 <action android:name="android.intent.action.UPDATE_CARRIER_PROVISIONING_URLS" />
2569 </intent-filter>
2570 </receiver>
2571
Geremy Condra78a4c712013-01-30 11:20:26 -08002572 <receiver android:name="com.android.server.updates.TZInfoInstallReceiver" >
2573 <intent-filter>
2574 <action android:name="android.intent.action.UPDATE_TZINFO" />
2575 </intent-filter>
2576 </receiver>
2577
Geremy Condra4e7f7e82013-03-26 21:09:01 -07002578 <receiver android:name="com.android.server.updates.SELinuxPolicyInstallReceiver" >
2579 <intent-filter>
2580 <action android:name="android.intent.action.UPDATE_SEPOLICY" />
2581 </intent-filter>
2582 </receiver>
2583
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002584 <receiver android:name="com.android.server.MasterClearReceiver"
Amith Yamasani655d0e22013-06-12 14:19:10 -07002585 android:permission="android.permission.MASTER_CLEAR">
2586 <intent-filter
2587 android:priority="100" >
Dan Egnor18e93962010-02-10 19:27:58 -08002588 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2589 <action android:name="android.intent.action.MASTER_CLEAR" />
2590
2591 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002592 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002593 <category android:name="android.intent.category.MASTER_CLEAR" />
2594 </intent-filter>
2595 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07002596
2597 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2598 android:permission="android.permission.MASTER_CLEAR"
2599 android:exported="true" />
2600
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -07002601 <service android:name="android.hardware.location.GeofenceHardwareService"
2602 android:permission="android.permission.LOCATION_HARDWARE"
2603 android:exported="false" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002604 </application>
2605
2606</manifest>