blob: 813b55f14bebdac268bd88de9780d1766302cdea [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" />
Nick Kralevicha4405ba2012-12-06 15:22:11 -0800205 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
206 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE" />
207 <protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" />
208 <protected-broadcast android:name="android.intent.action.ADVANCED_SETTINGS" />
Jeff Sharkey02ffba92013-03-08 16:13:15 -0800209 <protected-broadcast android:name="android.intent.action.BUGREPORT_FINISHED" />
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400210
Svetoslavb3038ec2013-02-13 14:39:30 -0800211 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_START" />
212 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_END" />
213
Jeff Sharkey61277df2013-06-12 18:16:01 -0700214 <protected-broadcast android:name="android.intent.action.HDMI_PLUGGED" />
215
216 <protected-broadcast android:name="android.intent.action.PHONE_STATE" />
217
218 <protected-broadcast android:name="android.location.GPS_ENABLED_CHANGE" />
219 <protected-broadcast android:name="android.location.PROVIDERS_CHANGED" />
220 <protected-broadcast android:name="android.location.GPS_FIX_CHANGE" />
Jason Monk9ced3cd2013-08-12 16:42:38 -0400221 <protected-broadcast android:name="android.net.proxy.PAC_REFRESH" />
Jeff Sharkey61277df2013-06-12 18:16:01 -0700222
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800223 <!-- ====================================== -->
224 <!-- Permissions for things that cost money -->
225 <!-- ====================================== -->
226 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700227
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800228 <!-- Used for permissions that can be used to make the user spend money
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700229 without their direct involvement. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800230 <permission-group android:name="android.permission-group.COST_MONEY"
231 android:label="@string/permgrouplab_costMoney"
232 android:description="@string/permgroupdesc_costMoney" />
233
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800234 <!-- ================================== -->
235 <!-- Permissions for accessing messages -->
236 <!-- ================================== -->
237 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700238
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800239 <!-- Used for permissions that allow an application to send messages
240 on behalf of the user or intercept messages being received by the
241 user. This is primarily intended for SMS/MMS messaging, such as
242 receiving or reading an MMS. -->
243 <permission-group android:name="android.permission-group.MESSAGES"
244 android:label="@string/permgrouplab_messages"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700245 android:icon="@drawable/perm_group_messages"
246 android:description="@string/permgroupdesc_messages"
247 android:permissionGroupFlags="personalInfo"
248 android:priority="360"/>
249
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700250 <!-- Allows an application to send SMS messages. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700251 <permission android:name="android.permission.SEND_SMS"
252 android:permissionGroup="android.permission-group.MESSAGES"
253 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700254 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700255 android:label="@string/permlab_sendSms"
256 android:description="@string/permdesc_sendSms" />
257
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700258 <!-- Allows an application (Phone) to send a request to other applications
Scott Main93e60b52013-06-10 11:05:55 -0700259 to handle the respond-via-message action during incoming calls.
260 <p>Not for use by third-party applications. -->
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700261 <permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700262 android:permissionGroup="android.permission-group.MESSAGES"
263 android:protectionLevel="signature|system"
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700264 android:label="@string/permlab_sendRespondViaMessageRequest"
265 android:description="@string/permdesc_sendRespondViaMessageRequest" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800266
267 <!-- Allows an application to monitor incoming SMS messages, to record
268 or perform processing on them. -->
269 <permission android:name="android.permission.RECEIVE_SMS"
270 android:permissionGroup="android.permission-group.MESSAGES"
271 android:protectionLevel="dangerous"
272 android:label="@string/permlab_receiveSms"
273 android:description="@string/permdesc_receiveSms" />
274
275 <!-- Allows an application to monitor incoming MMS messages, to record
276 or perform processing on them. -->
277 <permission android:name="android.permission.RECEIVE_MMS"
278 android:permissionGroup="android.permission-group.MESSAGES"
279 android:protectionLevel="dangerous"
280 android:label="@string/permlab_receiveMms"
281 android:description="@string/permdesc_receiveMms" />
282
Jake Hambyab79ee42011-04-26 16:26:46 -0700283 <!-- Allows an application to receive emergency cell broadcast messages,
Scott Main93e60b52013-06-10 11:05:55 -0700284 to record or display them to the user.
285 <p>Not for use by third-party applications.
Jake Hambyab79ee42011-04-26 16:26:46 -0700286 @hide Pending API council approval -->
287 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
288 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800289 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700290 android:label="@string/permlab_receiveEmergencyBroadcast"
291 android:description="@string/permdesc_receiveEmergencyBroadcast" />
292
Jake Hambyc3296ff2012-04-18 12:32:18 -0700293 <!-- Allows an application to read previously received cell broadcast
294 messages and to register a content observer to get notifications when
295 a cell broadcast has been received and added to the database. For
296 emergency alerts, the database is updated immediately after the
297 alert dialog and notification sound/vibration/speech are presented.
298 The "read" column is then updated after the user dismisses the alert.
299 This enables supplementary emergency assistance apps to start loading
300 additional emergency information (if Internet access is available)
301 when the alert is first received, and to delay presenting the info
302 to the user until after the initial alert dialog is dismissed.
303 @hide Pending API council approval -->
304 <permission android:name="android.permission.READ_CELL_BROADCASTS"
305 android:permissionGroup="android.permission-group.MESSAGES"
306 android:protectionLevel="dangerous"
307 android:label="@string/permlab_readCellBroadcasts"
308 android:description="@string/permdesc_readCellBroadcasts" />
309
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800310 <!-- Allows an application to read SMS messages. -->
311 <permission android:name="android.permission.READ_SMS"
312 android:permissionGroup="android.permission-group.MESSAGES"
313 android:protectionLevel="dangerous"
314 android:label="@string/permlab_readSms"
315 android:description="@string/permdesc_readSms" />
316
317 <!-- Allows an application to write SMS messages. -->
318 <permission android:name="android.permission.WRITE_SMS"
319 android:permissionGroup="android.permission-group.MESSAGES"
320 android:protectionLevel="dangerous"
321 android:label="@string/permlab_writeSms"
322 android:description="@string/permdesc_writeSms" />
323
324 <!-- Allows an application to monitor incoming WAP push messages. -->
325 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
326 android:permissionGroup="android.permission-group.MESSAGES"
327 android:protectionLevel="dangerous"
328 android:label="@string/permlab_receiveWapPush"
329 android:description="@string/permdesc_receiveWapPush" />
330
331 <!-- =============================================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700332 <!-- Permissions for accessing social info (contacts and social) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800333 <!-- =============================================================== -->
334 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700335
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700336 <!-- Used for permissions that provide access to the user's social connections,
337 such as contacts, call logs, social stream, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800338 both reading and writing of this data (which should generally be
339 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700340
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700341 <permission-group android:name="android.permission-group.SOCIAL_INFO"
342 android:label="@string/permgrouplab_socialInfo"
343 android:icon="@drawable/perm_group_social_info"
344 android:description="@string/permgroupdesc_socialInfo"
345 android:permissionGroupFlags="personalInfo"
346 android:priority="320" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800347
348 <!-- Allows an application to read the user's contacts data. -->
349 <permission android:name="android.permission.READ_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700350 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800351 android:protectionLevel="dangerous"
352 android:label="@string/permlab_readContacts"
353 android:description="@string/permdesc_readContacts" />
354
355 <!-- Allows an application to write (but not read) the user's
356 contacts data. -->
357 <permission android:name="android.permission.WRITE_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700358 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800359 android:protectionLevel="dangerous"
360 android:label="@string/permlab_writeContacts"
361 android:description="@string/permdesc_writeContacts" />
362
Subir Jhanb603af612012-08-06 17:19:22 -0700363 <!-- Allows an application to execute contacts directory search.
Scott Main93e60b52013-06-10 11:05:55 -0700364 This should only be used by ContactsProvider.
365 <p>Not for use by third-party applications. -->
Subir Jhanb603af612012-08-06 17:19:22 -0700366 <!-- @hide -->
367 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
368 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700369 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700370
Scott Main2681faa2012-11-01 12:18:31 -0700371 <!-- Allows an application to read the user's call log.
372 <p class="note"><strong>Note:</strong> If your app uses the
373 {@link #READ_CONTACTS} permission and <em>both</em> your <a
374 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
375 minSdkVersion}</a> and <a
376 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
377 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
378 grants your app this permission. If you don't need this permission, be sure your <a
379 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
380 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700381 <permission android:name="android.permission.READ_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700382 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700383 android:protectionLevel="dangerous"
384 android:label="@string/permlab_readCallLog"
385 android:description="@string/permdesc_readCallLog" />
386
387 <!-- Allows an application to write (but not read) the user's
Scott Main2681faa2012-11-01 12:18:31 -0700388 contacts data.
389 <p class="note"><strong>Note:</strong> If your app uses the
390 {@link #WRITE_CONTACTS} permission and <em>both</em> your <a
391 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
392 minSdkVersion}</a> and <a
393 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
394 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
395 grants your app this permission. If you don't need this permission, be sure your <a
396 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
397 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700398 <permission android:name="android.permission.WRITE_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700399 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700400 android:protectionLevel="dangerous"
401 android:label="@string/permlab_writeCallLog"
402 android:description="@string/permdesc_writeCallLog" />
403
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700404 <!-- Allows an application to read from the user's social stream. -->
405 <permission android:name="android.permission.READ_SOCIAL_STREAM"
406 android:permissionGroup="android.permission-group.SOCIAL_INFO"
407 android:protectionLevel="dangerous"
408 android:label="@string/permlab_readSocialStream"
409 android:description="@string/permdesc_readSocialStream" />
410
411 <!-- Allows an application to write (but not read) the user's
412 social stream data. -->
413 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
414 android:permissionGroup="android.permission-group.SOCIAL_INFO"
415 android:protectionLevel="dangerous"
416 android:label="@string/permlab_writeSocialStream"
417 android:description="@string/permdesc_writeSocialStream" />
418
419 <!-- =============================================================== -->
420 <!-- Permissions for accessing information about the device owner -->
421 <!-- =============================================================== -->
422 <eat-comment />
423
424 <!-- Used for permissions that provide access to information about the device
425 user such as profile information. This includes both reading and
426 writing of this data (which should generally be expressed as two
427 distinct permissions). -->
428 <permission-group android:name="android.permission-group.PERSONAL_INFO"
429 android:label="@string/permgrouplab_personalInfo"
430 android:icon="@drawable/perm_group_personal_info"
431 android:description="@string/permgroupdesc_personalInfo"
432 android:permissionGroupFlags="personalInfo"
433 android:priority="310" />
434
Dave Santoro43251332011-05-11 11:39:54 -0700435 <!-- Allows an application to read the user's personal profile data. -->
436 <permission android:name="android.permission.READ_PROFILE"
437 android:permissionGroup="android.permission-group.PERSONAL_INFO"
438 android:protectionLevel="dangerous"
439 android:label="@string/permlab_readProfile"
440 android:description="@string/permdesc_readProfile" />
441
442 <!-- Allows an application to write (but not read) the user's
443 personal profile data. -->
444 <permission android:name="android.permission.WRITE_PROFILE"
445 android:permissionGroup="android.permission-group.PERSONAL_INFO"
446 android:protectionLevel="dangerous"
447 android:label="@string/permlab_writeProfile"
448 android:description="@string/permdesc_writeProfile" />
449
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700450 <!-- =============================================================== -->
451 <!-- Permissions for accessing the device calendar -->
452 <!-- =============================================================== -->
453 <eat-comment />
Dave Santoro0b61f592011-10-03 18:25:26 -0700454
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700455 <!-- Used for permissions that provide access to the device
456 calendar to create / view events.-->
457 <permission-group android:name="android.permission-group.CALENDAR"
458 android:label="@string/permgrouplab_calendar"
459 android:icon="@drawable/perm_group_calendar"
460 android:description="@string/permgroupdesc_calendar"
461 android:permissionGroupFlags="personalInfo"
462 android:priority="290" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700463
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800464 <!-- Allows an application to read the user's calendar data. -->
465 <permission android:name="android.permission.READ_CALENDAR"
466 android:permissionGroup="android.permission-group.PERSONAL_INFO"
467 android:protectionLevel="dangerous"
468 android:label="@string/permlab_readCalendar"
469 android:description="@string/permdesc_readCalendar" />
470
471 <!-- Allows an application to write (but not read) the user's
472 calendar data. -->
473 <permission android:name="android.permission.WRITE_CALENDAR"
474 android:permissionGroup="android.permission-group.PERSONAL_INFO"
475 android:protectionLevel="dangerous"
476 android:label="@string/permlab_writeCalendar"
477 android:description="@string/permdesc_writeCalendar" />
478
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700479 <!-- =============================================================== -->
480 <!-- Permissions for accessing the user dictionary-->
481 <!-- =============================================================== -->
482 <eat-comment />
483
484 <!-- Used for permissions that provide access to the user
485 calendar to create / view events.-->
486 <permission-group android:name="android.permission-group.USER_DICTIONARY"
487 android:label="@string/permgrouplab_dictionary"
488 android:icon="@drawable/perm_group_user_dictionary"
489 android:description="@string/permgroupdesc_dictionary"
490 android:permissionGroupFlags="personalInfo"
491 android:priority="170" />
492
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800493 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700494 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700495 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800496 <permission android:name="android.permission.READ_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700497 android:permissionGroup="android.permission-group.USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800498 android:protectionLevel="dangerous"
499 android:label="@string/permlab_readDictionary"
500 android:description="@string/permdesc_readDictionary" />
501
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700502 <!-- Used for permissions that provide access to the user
503 calendar to create / view events.-->
504 <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
505 android:label="@string/permgrouplab_writeDictionary"
506 android:icon="@drawable/perm_group_user_dictionary_write"
507 android:description="@string/permgroupdesc_writeDictionary"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700508 android:priority="160" />
509
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700510 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800511 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700512 android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800513 android:protectionLevel="normal"
514 android:label="@string/permlab_writeDictionary"
515 android:description="@string/permdesc_writeDictionary" />
516
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700517 <!-- =============================================================== -->
518 <!-- Permissions for accessing the user bookmarks -->
519 <!-- =============================================================== -->
520 <eat-comment />
521
522 <!-- Used for permissions that provide access to the user
523 bookmarks and browser history.-->
524 <permission-group android:name="android.permission-group.BOOKMARKS"
525 android:label="@string/permgrouplab_bookmarks"
526 android:icon="@drawable/perm_group_bookmarks"
527 android:description="@string/permgroupdesc_bookmarks"
528 android:permissionGroupFlags="personalInfo"
529 android:priority="300" />
530
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400531 <!-- Allows an application to read (but not write) the user's
532 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400533 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700534 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400535 android:label="@string/permlab_readHistoryBookmarks"
536 android:description="@string/permdesc_readHistoryBookmarks"
537 android:protectionLevel="dangerous" />
538
539 <!-- Allows an application to write (but not read) the user's
540 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400541 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700542 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400543 android:label="@string/permlab_writeHistoryBookmarks"
544 android:description="@string/permdesc_writeHistoryBookmarks"
545 android:protectionLevel="dangerous" />
546
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700547 <!-- =============================================================== -->
548 <!-- Permissions for setting the device alarm -->
549 <!-- =============================================================== -->
550 <eat-comment />
551
552 <!-- Used for permissions that provide access to the user voicemail box. -->
553 <permission-group android:name="android.permission-group.DEVICE_ALARMS"
554 android:label="@string/permgrouplab_deviceAlarms"
555 android:icon="@drawable/perm_group_device_alarms"
556 android:description="@string/permgroupdesc_deviceAlarms"
557 android:permissionGroupFlags="personalInfo"
558 android:priority="210" />
559
Patrick Scotta73c4b02010-09-22 08:16:53 -0400560 <!-- Allows an application to broadcast an Intent to set an alarm for the
561 user. -->
562 <permission android:name="com.android.alarm.permission.SET_ALARM"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700563 android:permissionGroup="android.permission-group.DEVICE_ALARMS"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400564 android:label="@string/permlab_setAlarm"
565 android:description="@string/permdesc_setAlarm"
566 android:protectionLevel="normal" />
567
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700568 <!-- =============================================================== -->
569 <!-- Permissions for accessing the user voicemail -->
570 <!-- =============================================================== -->
571 <eat-comment />
572
573 <!-- Used for permissions that provide access to the user voicemail box. -->
574 <permission-group android:name="android.permission-group.VOICEMAIL"
575 android:label="@string/permgrouplab_voicemail"
576 android:icon="@drawable/perm_group_voicemail"
577 android:description="@string/permgroupdesc_voicemail"
578 android:permissionGroupFlags="personalInfo"
579 android:priority="280" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700580
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100581 <!-- Allows an application to add voicemails into the system. -->
582 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700583 android:permissionGroup="android.permission-group.VOICEMAIL"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100584 android:protectionLevel="dangerous"
585 android:label="@string/permlab_addVoicemail"
586 android:description="@string/permdesc_addVoicemail" />
587
Svetoslav38228962013-01-29 01:04:35 -0800588 <!-- =============================================== -->
589 <!-- Permissions for enabling accessibility features -->
590 <!-- =============================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700591 <eat-comment />
Svetoslav38228962013-01-29 01:04:35 -0800592
593 <!-- Used for permissions that allow requesting certain accessibility features. -->
594 <permission-group android:name="android.permission-group.ACCESSIBILITY_FEATURES"
595 android:label="@string/permgrouplab_accessibilityFeatures"
596 android:icon="@drawable/perm_group_accessibility_features"
597 android:description="@string/permgroupdesc_accessibilityFeatures"
598 android:priority="380" />
599
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800600 <!-- ======================================= -->
601 <!-- Permissions for accessing location info -->
602 <!-- ======================================= -->
603 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700604
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800605 <!-- Used for permissions that allow access to the user's current
606 location. -->
607 <permission-group android:name="android.permission-group.LOCATION"
608 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700609 android:icon="@drawable/perm_group_location"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700610 android:description="@string/permgroupdesc_location"
611 android:permissionGroupFlags="personalInfo"
612 android:priority="330" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800613
Scott Main277b3522012-11-01 10:55:02 -0700614 <!-- Allows an app to access precise location from location sources such
615 as GPS, cell towers, and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800616 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
617 android:permissionGroup="android.permission-group.LOCATION"
618 android:protectionLevel="dangerous"
619 android:label="@string/permlab_accessFineLocation"
620 android:description="@string/permdesc_accessFineLocation" />
621
Scott Main277b3522012-11-01 10:55:02 -0700622 <!-- Allows an app to access approximate location derived from network location
623 sources such as cell towers and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800624 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
625 android:permissionGroup="android.permission-group.LOCATION"
626 android:protectionLevel="dangerous"
627 android:label="@string/permlab_accessCoarseLocation"
628 android:description="@string/permdesc_accessCoarseLocation" />
629
630 <!-- Allows an application to create mock location providers for testing -->
631 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700632 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700633 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800634 android:label="@string/permlab_accessMockLocation"
635 android:description="@string/permdesc_accessMockLocation" />
636
637 <!-- Allows an application to access extra location provider commands -->
638 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700639 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700640 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800641 android:label="@string/permlab_accessLocationExtraCommands"
642 android:description="@string/permdesc_accessLocationExtraCommands" />
643
Scott Main93e60b52013-06-10 11:05:55 -0700644 <!-- Allows an application to install a location provider into the Location Manager.
645 <p>Not for use by third-party applications. -->
Mike Lockwood275555c2009-05-01 11:30:34 -0400646 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800647 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400648 android:label="@string/permlab_installLocationProvider"
649 android:description="@string/permdesc_installLocationProvider" />
650
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700651 <!-- Allows an application to use location features in hardware,
Scott Main93e60b52013-06-10 11:05:55 -0700652 such as the geofencing api.
653 <p>Not for use by third-party applications. -->
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700654 <permission android:name="android.permission.LOCATION_HARDWARE"
655 android:permissionGroup="android.permission-group.LOCATION"
656 android:protectionLevel="signature|system" />
657 <uses-permission android:name="android.permission.LOCATION_HARDWARE"/>
658
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800659 <!-- ======================================= -->
660 <!-- Permissions for accessing networks -->
661 <!-- ======================================= -->
662 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700663
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800664 <!-- Used for permissions that provide access to networking services. The
665 main permission here is internet access, but this is also an
666 appropriate group for accessing or modifying any network configuration
667 or other related network operations. -->
668 <permission-group android:name="android.permission-group.NETWORK"
669 android:label="@string/permgrouplab_network"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700670 android:icon="@drawable/perm_group_network"
671 android:description="@string/permgroupdesc_network"
672 android:priority="270" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800673
674 <!-- Allows applications to open network sockets. -->
675 <permission android:name="android.permission.INTERNET"
676 android:permissionGroup="android.permission-group.NETWORK"
677 android:protectionLevel="dangerous"
678 android:description="@string/permdesc_createNetworkSockets"
679 android:label="@string/permlab_createNetworkSockets" />
680
681 <!-- Allows applications to access information about networks -->
682 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
683 android:permissionGroup="android.permission-group.NETWORK"
684 android:protectionLevel="normal"
685 android:description="@string/permdesc_accessNetworkState"
686 android:label="@string/permlab_accessNetworkState" />
687
688 <!-- Allows applications to access information about Wi-Fi networks -->
689 <permission android:name="android.permission.ACCESS_WIFI_STATE"
690 android:permissionGroup="android.permission-group.NETWORK"
691 android:protectionLevel="normal"
692 android:description="@string/permdesc_accessWifiState"
693 android:label="@string/permlab_accessWifiState" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800694
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700695 <!-- Allows applications to change Wi-Fi connectivity state -->
696 <permission android:name="android.permission.CHANGE_WIFI_STATE"
697 android:permissionGroup="android.permission-group.NETWORK"
698 android:protectionLevel="dangerous"
699 android:description="@string/permdesc_changeWifiState"
700 android:label="@string/permlab_changeWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700701
Robert Greenwalt8588e472011-11-08 10:12:25 -0800702 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900703 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
704 android:permissionGroup="android.permission-group.NETWORK"
705 android:protectionLevel="normal"
706 android:description="@string/permdesc_accessWimaxState"
707 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700708
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700709 <!-- @hide -->
710 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700711 android:permissionGroup="android.permission-group.NETWORK"
712 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700713 android:description="@string/permdesc_changeWimaxState"
714 android:label="@string/permlab_changeWimaxState" />
715
716 <!-- ======================================= -->
717 <!-- Permissions for short range, peripheral networks -->
718 <!-- ======================================= -->
719 <eat-comment />
720
721 <!-- Used for permissions that provide access to other devices through Bluetooth.-->
722 <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
723 android:label="@string/permgrouplab_bluetoothNetwork"
724 android:icon="@drawable/perm_group_bluetooth"
725 android:description="@string/permgroupdesc_bluetoothNetwork"
726 android:priority="260" />
727
728 <!-- Allows applications to connect to paired bluetooth devices -->
729 <permission android:name="android.permission.BLUETOOTH"
730 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
731 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800732 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700733 android:label="@string/permlab_bluetooth" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800734
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700735 <!-- Allows applications to discover and pair bluetooth devices -->
736 <permission android:name="android.permission.BLUETOOTH_ADMIN"
737 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
738 android:protectionLevel="dangerous"
739 android:description="@string/permdesc_bluetoothAdmin"
740 android:label="@string/permlab_bluetoothAdmin" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800741
Matthew Xiefca9d632012-10-04 12:25:28 -0700742 <!-- Allows bluetooth stack to access files
743 @hide This should only be used by Bluetooth apk.
744 -->
745 <permission android:name="android.permission.BLUETOOTH_STACK"
746 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
747 android:protectionLevel="signature" />
748
Nick Pelly1df862a2011-02-15 13:34:38 -0800749 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700750 <permission android:name="android.permission.NFC"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700751 android:permissionGroup="android.permission-group.NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700752 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700753 android:description="@string/permdesc_nfc"
754 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700755
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700756 <!-- Allows an internal user to use privileged ConnectivityManager APIs.
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700757 @hide -->
758 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
759 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800760 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700761
Haoyu Baidb3c8672012-06-20 14:29:57 -0700762 <!-- @hide -->
763 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
764 android:permissionGroup="android.permission-group.NETWORK"
765 android:protectionLevel="signature|system" />
766
Doug Zongkerb616f0c2013-01-29 09:05:21 -0800767 <!-- Allows access to the loop radio (Android@Home mesh network) device.
768 @hide -->
769 <permission android:name="android.permission.LOOP_RADIO"
770 android:permissionGroup="android.permission-group.NETWORK"
771 android:protectionLevel="signature|system" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800772
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800773 <!-- ================================== -->
774 <!-- Permissions for accessing accounts -->
775 <!-- ================================== -->
776 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700777
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700778 <!-- Permissions for direct access to the accounts managed
779 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800780 <permission-group android:name="android.permission-group.ACCOUNTS"
781 android:label="@string/permgrouplab_accounts"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700782 android:icon="@drawable/perm_group_accounts"
783 android:description="@string/permgroupdesc_accounts"
784 android:permissionGroupFlags="personalInfo"
785 android:priority="200" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800786
787 <!-- Allows access to the list of accounts in the Accounts Service -->
788 <permission android:name="android.permission.GET_ACCOUNTS"
789 android:permissionGroup="android.permission-group.ACCOUNTS"
790 android:protectionLevel="normal"
791 android:description="@string/permdesc_getAccounts"
792 android:label="@string/permlab_getAccounts" />
793
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700794 <!-- Allows an application to act as an AccountAuthenticator for
795 the AccountManager -->
796 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
797 android:permissionGroup="android.permission-group.ACCOUNTS"
798 android:protectionLevel="dangerous"
799 android:label="@string/permlab_authenticateAccounts"
800 android:description="@string/permdesc_authenticateAccounts" />
801
802 <!-- Allows an application to request authtokens from the AccountManager -->
803 <permission android:name="android.permission.USE_CREDENTIALS"
804 android:permissionGroup="android.permission-group.ACCOUNTS"
805 android:protectionLevel="dangerous"
806 android:label="@string/permlab_useCredentials"
807 android:description="@string/permdesc_useCredentials" />
808
809 <!-- Allows an application to manage the list of accounts in the AccountManager -->
810 <permission android:name="android.permission.MANAGE_ACCOUNTS"
811 android:permissionGroup="android.permission-group.ACCOUNTS"
812 android:protectionLevel="dangerous"
813 android:label="@string/permlab_manageAccounts"
814 android:description="@string/permdesc_manageAccounts" />
815
Scott Main93e60b52013-06-10 11:05:55 -0700816 <!-- Allows applications to call into AccountAuthenticators.
817 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700818 <permission android:name="android.permission.ACCOUNT_MANAGER"
819 android:permissionGroup="android.permission-group.ACCOUNTS"
820 android:protectionLevel="signature"
821 android:description="@string/permdesc_accountManagerService"
822 android:label="@string/permlab_accountManagerService" />
823
824 <!-- ================================== -->
825 <!-- Permissions for accessing hardware that may effect battery life-->
826 <!-- ================================== -->
827 <eat-comment />
828
829 <!-- Used for permissions that provide direct access to the hardware on
830 the device that has an effect on battery life. This includes vibrator,
831 flashlight, etc. -->
832
833 <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
834 android:label="@string/permgrouplab_affectsBattery"
835 android:icon="@drawable/perm_group_affects_battery"
836 android:description="@string/permgroupdesc_affectsBattery"
837 android:priority="180" />
838
839 <!-- Allows applications to enter Wi-Fi Multicast mode -->
840 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
841 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
842 android:protectionLevel="dangerous"
843 android:description="@string/permdesc_changeWifiMulticastState"
844 android:label="@string/permlab_changeWifiMulticastState" />
845
846 <!-- Allows access to the vibrator -->
847 <permission android:name="android.permission.VIBRATE"
848 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
849 android:protectionLevel="normal"
850 android:label="@string/permlab_vibrate"
851 android:description="@string/permdesc_vibrate" />
852
853 <!-- Allows access to the flashlight -->
854 <permission android:name="android.permission.FLASHLIGHT"
855 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
856 android:protectionLevel="normal"
857 android:label="@string/permlab_flashlight"
858 android:description="@string/permdesc_flashlight" />
859
860 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
861 from dimming -->
862 <permission android:name="android.permission.WAKE_LOCK"
863 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
864 android:protectionLevel="normal"
865 android:label="@string/permlab_wakeLock"
866 android:description="@string/permdesc_wakeLock" />
867
868 <!-- ==================================================== -->
869 <!-- Permissions related to changing audio settings -->
870 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700871 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700872
873 <!-- Used for permissions that provide direct access to speaker settings
874 the device. -->
875 <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
876 android:label="@string/permgrouplab_audioSettings"
877 android:icon="@drawable/perm_group_audio_settings"
878 android:description="@string/permgroupdesc_audioSettings"
879 android:priority="130" />
880
881 <!-- Allows an application to modify global audio settings -->
882 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
883 android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
884 android:protectionLevel="normal"
885 android:label="@string/permlab_modifyAudioSettings"
886 android:description="@string/permdesc_modifyAudioSettings" />
887
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800888 <!-- ================================== -->
889 <!-- Permissions for accessing hardware -->
890 <!-- ================================== -->
891 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700892
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800893 <!-- Used for permissions that provide direct access to the hardware on
894 the device. This includes audio, the camera, vibrator, etc. -->
895 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
896 android:label="@string/permgrouplab_hardwareControls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700897 android:description="@string/permgroupdesc_hardwareControls"
898 android:priority="260"/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800899
Mike Lockwood02eb8742011-02-27 09:10:37 -0800900 <!-- Allows an application to manage preferences and permissions for USB devices
901 @hide -->
902 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400903 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800904 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800905 android:label="@string/permlab_manageUsb"
906 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400907
Mike Lockwood10bc1112011-01-10 08:24:08 -0500908 <!-- Allows an application to access the MTP USB kernel driver.
909 For use only by the device side MTP implementation.
910 @hide -->
911 <permission android:name="android.permission.ACCESS_MTP"
912 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800913 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500914 android:label="@string/permlab_accessMtp"
915 android:description="@string/permdesc_accessMtp" />
916
Scott Main93e60b52013-06-10 11:05:55 -0700917 <!-- Allows access to hardware peripherals. Intended only for hardware testing.
918 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800919 <permission android:name="android.permission.HARDWARE_TEST"
920 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
921 android:protectionLevel="signature"
922 android:label="@string/permlab_hardware_test"
923 android:description="@string/permdesc_hardware_test" />
924
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500925 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
926 @hide -->
927 <permission android:name="android.permission.NET_ADMIN"
928 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
929 android:protectionLevel="signature" />
930
Jeff Sharkey098d5802012-04-26 17:30:34 -0700931 <!-- Allows registration for remote audio playback. @hide -->
932 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
933 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
934 android:protectionLevel="signature" />
935
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800936 <!-- =========================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700937 <!-- Permissions associated with audio capture -->
938 <!-- =========================================== -->
939 <eat-comment />
940
941 <!-- Used for permissions that are associated with accessing
942 microphone audio from the device. Note that phone calls also capture audio
943 but are in a separate (more visible) permission group. -->
944 <permission-group android:name="android.permission-group.MICROPHONE"
945 android:label="@string/permgrouplab_microphone"
946 android:icon="@drawable/perm_group_microphone"
947 android:description="@string/permgroupdesc_microphone"
948 android:permissionGroupFlags="personalInfo"
949 android:priority="340" />
950
951 <!-- Allows an application to record audio -->
952 <permission android:name="android.permission.RECORD_AUDIO"
953 android:permissionGroup="android.permission-group.MICROPHONE"
954 android:protectionLevel="dangerous"
Dianne Hackborn84c71112013-04-17 11:18:10 -0700955 android:label="@string/permlab_recordAudio"
956 android:description="@string/permdesc_recordAudio" />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700957
958
959 <!-- =========================================== -->
960 <!-- Permissions associated with camera and image capture -->
961 <!-- =========================================== -->
962 <eat-comment />
963
964 <!-- Used for permissions that are associated with accessing
965 camera or capturing images/video from the device. -->
966 <permission-group android:name="android.permission-group.CAMERA"
967 android:label="@string/permgrouplab_camera"
968 android:icon="@drawable/perm_group_camera"
969 android:description="@string/permgroupdesc_camera"
970 android:permissionGroupFlags="personalInfo"
971 android:priority="350" />
972
973 <!-- Required to be able to access the camera device.
974 <p>This will automatically enforce the <a
975 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
976 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
977 If you do not require all camera features or can properly operate if a camera
978 is not available, then you must modify your manifest as appropriate in order to
979 install on devices that don't support all camera features.</p> -->
980 <permission android:name="android.permission.CAMERA"
981 android:permissionGroup="android.permission-group.CAMERA"
982 android:protectionLevel="dangerous"
983 android:label="@string/permlab_camera"
984 android:description="@string/permdesc_camera" />
985
Igor Murashkinf640bb9b2013-04-23 14:32:19 -0700986 <!-- Allows disabling the transmit-indicator LED that is normally on when
987 a camera is in use by an application.
988 @hide -->
989 <permission android:name="android.permission.CAMERA_DISABLE_TRANSMIT_LED"
990 android:permissionGroup="android.permission-group.CAMERA"
991 android:protectionLevel="signature|system"
992 android:label="@string/permlab_cameraDisableTransmitLed"
993 android:description="@string/permdesc_cameraDisableTransmitLed" />
994
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700995 <!-- =========================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800996 <!-- Permissions associated with telephony state -->
997 <!-- =========================================== -->
998 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700999
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001000 <!-- Used for permissions that are associated with accessing and modifyign
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001001 telephony state: placing calls, intercepting outgoing calls, reading
1002 and modifying the phone state. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001003 <permission-group android:name="android.permission-group.PHONE_CALLS"
1004 android:label="@string/permgrouplab_phoneCalls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001005 android:icon="@drawable/perm_group_phone_calls"
1006 android:description="@string/permgroupdesc_phoneCalls"
1007 android:permissionGroupFlags="personalInfo"
1008 android:priority="370" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001009
1010 <!-- Allows an application to monitor, modify, or abort outgoing
1011 calls. -->
1012 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
1013 android:permissionGroup="android.permission-group.PHONE_CALLS"
1014 android:protectionLevel="dangerous"
1015 android:label="@string/permlab_processOutgoingCalls"
1016 android:description="@string/permdesc_processOutgoingCalls" />
1017
1018 <!-- Allows modification of the telephony state - power on, mmi, etc.
Scott Main93e60b52013-06-10 11:05:55 -07001019 Does not include placing calls.
1020 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001021 <permission android:name="android.permission.MODIFY_PHONE_STATE"
1022 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001023 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001024 android:label="@string/permlab_modifyPhoneState"
1025 android:description="@string/permdesc_modifyPhoneState" />
1026
Scott Main2681faa2012-11-01 12:18:31 -07001027 <!-- Allows read only access to phone state.
1028 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1029 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1030 minSdkVersion}</a> and <a
1031 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1032 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1033 grants your app this permission. If you don't need this permission, be sure your <a
1034 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1035 targetSdkVersion}</a> is 4 or higher. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001036 <permission android:name="android.permission.READ_PHONE_STATE"
1037 android:permissionGroup="android.permission-group.PHONE_CALLS"
1038 android:protectionLevel="dangerous"
1039 android:label="@string/permlab_readPhoneState"
1040 android:description="@string/permdesc_readPhoneState" />
1041
Jake Hamby463f2212011-07-21 17:55:53 -07001042 <!-- Allows read access to privileged phone state.
1043 @hide Used internally. -->
1044 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
1045 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001046 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -07001047
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001048 <!-- Allows an application to initiate a phone call without going through
1049 the Dialer user interface for the user to confirm the call
1050 being placed. -->
1051 <permission android:name="android.permission.CALL_PHONE"
1052 android:permissionGroup="android.permission-group.PHONE_CALLS"
1053 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001054 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001055 android:label="@string/permlab_callPhone"
1056 android:description="@string/permdesc_callPhone" />
1057
1058 <!-- Allows an application to use SIP service -->
1059 <permission android:name="android.permission.USE_SIP"
1060 android:permissionGroup="android.permission-group.PHONE_CALLS"
1061 android:protectionLevel="dangerous"
1062 android:description="@string/permdesc_use_sip"
1063 android:label="@string/permlab_use_sip" />
1064
San Mehat29b57e62009-04-23 09:18:32 -07001065 <!-- ================================== -->
1066 <!-- Permissions for sdcard interaction -->
1067 <!-- ================================== -->
1068 <eat-comment />
1069
1070 <!-- Group of permissions that are related to SD card access. -->
1071 <permission-group android:name="android.permission-group.STORAGE"
1072 android:label="@string/permgrouplab_storage"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001073 android:icon="@drawable/perm_group_storage"
1074 android:description="@string/permgroupdesc_storage"
1075 android:permissionGroupFlags="personalInfo"
1076 android:priority="240" />
San Mehat29b57e62009-04-23 09:18:32 -07001077
Scott Main2681faa2012-11-01 12:18:31 -07001078 <!-- Allows an application to read from external storage.
1079 <p>Any app that declares the {@link #WRITE_EXTERNAL_STORAGE} permission is implicitly
1080 granted this permission.</p>
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001081 <p>This permission is enforced starting in API level 19. Before API level 19, this
1082 permission is not enforced and all apps still have access to read from external storage.
1083 You can test your app with the permission enforced by enabling <em>Protect USB
Scott Main2681faa2012-11-01 12:18:31 -07001084 storage</em> under Developer options in the Settings app on a device running Android 4.1 or
1085 higher.</p>
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001086 <p>Also starting in API level 19, this permission is <em>not</em> required to
1087 read/write files in your application-specific directories returned by
1088 {@link android.content.Context#getExternalFilesDir} and
1089 {@link android.content.Context#getExternalCacheDir}.
Scott Main2681faa2012-11-01 12:18:31 -07001090 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1091 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1092 minSdkVersion}</a> and <a
1093 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1094 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1095 grants your app this permission. If you don't need this permission, be sure your <a
1096 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1097 targetSdkVersion}</a> is 4 or higher.-->
Dianne Hackborn79245122012-03-12 10:51:26 -07001098 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001099 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn79245122012-03-12 10:51:26 -07001100 android:label="@string/permlab_sdcardRead"
1101 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -07001102 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -07001103
Scott Main2681faa2012-11-01 12:18:31 -07001104 <!-- Allows an application to write to external storage.
1105 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1106 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1107 minSdkVersion}</a> and <a
1108 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1109 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1110 grants your app this permission. If you don't need this permission, be sure your <a
1111 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
Jeff Sharkey02e4d16e2013-08-12 20:31:36 -07001112 targetSdkVersion}</a> is 4 or higher.
1113 <p>Starting in API level 19, this permission is <em>not</em> required to
1114 read/write files in your application-specific directories returned by
1115 {@link android.content.Context#getExternalFilesDir} and
1116 {@link android.content.Context#getExternalCacheDir}. -->
San Mehat5a3a77d2009-06-01 09:25:28 -07001117 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -07001118 android:permissionGroup="android.permission-group.STORAGE"
1119 android:label="@string/permlab_sdcardWrite"
1120 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -07001121 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -07001122
Mike Lockwood1e23db42011-04-22 07:05:21 -07001123 <!-- Allows an application to write to internal media storage
1124 @hide -->
1125 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
1126 android:permissionGroup="android.permission-group.STORAGE"
1127 android:label="@string/permlab_mediaStorageWrite"
1128 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -08001129 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -07001130
Jeff Sharkey9ecfee02013-04-19 14:05:03 -07001131 <!-- Allows an application to manage access to documents, usually as part
1132 of a document picker. -->
1133 <permission android:name="android.permission.MANAGE_DOCUMENTS"
1134 android:permissionGroup="android.permission-group.STORAGE"
1135 android:label="@string/permlab_manageDocs"
1136 android:description="@string/permdesc_manageDocs"
1137 android:protectionLevel="signature|system" />
1138
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001139 <!-- ================================== -->
1140 <!-- Permissions for screenlock -->
1141 <!-- ================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001142 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001143
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001144 <!-- Group of permissions that are related to the screenlock. -->
1145 <permission-group android:name="android.permission-group.SCREENLOCK"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001146 android:label="@string/permgrouplab_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001147 android:icon="@drawable/perm_group_screenlock"
1148 android:permissionGroupFlags="personalInfo"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001149 android:description="@string/permgroupdesc_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001150 android:priority="230" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001151
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001152 <!-- Allows applications to disable the keyguard -->
1153 <permission android:name="android.permission.DISABLE_KEYGUARD"
1154 android:permissionGroup="android.permission-group.SCREENLOCK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001155 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001156 android:description="@string/permdesc_disableKeyguard"
1157 android:label="@string/permlab_disableKeyguard" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001158
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001159 <!-- ================================== -->
1160 <!-- Permissions to access other installed applications -->
1161 <!-- ================================== -->
1162 <eat-comment />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001163
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001164 <!-- Group of permissions that are related to the other applications
1165 installed on the system. Examples include such as listing
1166 running apps, or killing background processes. -->
1167 <permission-group android:name="android.permission-group.APP_INFO"
1168 android:label="@string/permgrouplab_appInfo"
1169 android:icon="@drawable/perm_group_app_info"
1170 android:description="@string/permgroupdesc_appInfo"
1171 android:priority="220" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001172
1173 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -07001174 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001175 <permission android:name="android.permission.GET_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001176 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001177 android:protectionLevel="dangerous"
1178 android:label="@string/permlab_getTasks"
1179 android:description="@string/permdesc_getTasks" />
Dianne Hackborn8832c182012-09-17 17:20:24 -07001180 <!-- @hide Allows an application to call APIs that allow it to do interactions
Dianne Hackbornb4163a62012-08-02 18:31:26 -07001181 across the users on the device, using singleton services and
1182 user-targeted broadcasts. This permission is not available to
1183 third party applications. -->
1184 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
1185 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1186 android:protectionLevel="signature|system|development"
1187 android:label="@string/permlab_interactAcrossUsers"
1188 android:description="@string/permdesc_interactAcrossUsers" />
1189
1190 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
1191 that removes restrictions on where broadcasts can be sent and allows other
1192 types of interactions. -->
1193 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
1194 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1195 android:protectionLevel="signature"
1196 android:label="@string/permlab_interactAcrossUsersFull"
1197 android:description="@string/permdesc_interactAcrossUsersFull" />
1198
Dianne Hackborn8832c182012-09-17 17:20:24 -07001199 <!-- @hide Allows an application to call APIs that allow it to query and manage
Amith Yamasani2a003292012-08-14 18:25:45 -07001200 users on the device. This permission is not available to
1201 third party applications. -->
1202 <permission android:name="android.permission.MANAGE_USERS"
1203 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -07001204 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -07001205 android:label="@string/permlab_manageUsers"
1206 android:description="@string/permdesc_manageUsers" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001207
Dianne Hackborn8238e712012-04-24 11:15:40 -07001208 <!-- Allows an application to get full detailed information about
1209 recently running tasks, with full fidelity to the real state.
1210 @hide -->
1211 <permission android:name="android.permission.GET_DETAILED_TASKS"
1212 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1213 android:protectionLevel="signature"
1214 android:label="@string/permlab_getDetailedTasks"
1215 android:description="@string/permdesc_getDetailedTasks" />
1216
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001217 <!-- Allows an application to change the Z-order of tasks -->
1218 <permission android:name="android.permission.REORDER_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001219 android:permissionGroup="android.permission-group.APP_INFO"
1220 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001221 android:label="@string/permlab_reorderTasks"
1222 android:description="@string/permdesc_reorderTasks" />
1223
Dianne Hackborn24a12102011-07-29 15:52:05 -07001224 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001225 <permission android:name="android.permission.REMOVE_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001226 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001227 android:protectionLevel="signature"
1228 android:label="@string/permlab_removeTasks"
1229 android:description="@string/permdesc_removeTasks" />
1230
Dianne Hackborn053f61d2013-06-26 18:07:43 -07001231 <!-- @hide Allows an application to create/manage/remove stacks -->
1232 <permission android:name="android.permission.MANAGE_ACTIVITY_STACKS"
1233 android:permissionGroup="android.permission-group.APP_INFO"
1234 android:protectionLevel="signature"
1235 android:label="@string/permlab_manageActivityStacks"
1236 android:description="@string/permdesc_manageActivityStacks" />
1237
Jeff Sharkey35be7562012-04-18 19:16:15 -07001238 <!-- Allows an application to start any activity, regardless of permission
1239 protection or exported state. @hide -->
1240 <permission android:name="android.permission.START_ANY_ACTIVITY"
1241 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1242 android:protectionLevel="signature"
1243 android:label="@string/permlab_startAnyActivity"
1244 android:description="@string/permdesc_startAnyActivity" />
1245
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001246 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1247 API is no longer supported. -->
1248 <permission android:name="android.permission.RESTART_PACKAGES"
1249 android:permissionGroup="android.permission-group.APP_INFO"
1250 android:protectionLevel="normal"
1251 android:label="@string/permlab_killBackgroundProcesses"
1252 android:description="@string/permdesc_killBackgroundProcesses" />
1253
1254 <!-- Allows an application to call
1255 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1256 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1257 android:permissionGroup="android.permission-group.APP_INFO"
1258 android:protectionLevel="normal"
1259 android:label="@string/permlab_killBackgroundProcesses"
1260 android:description="@string/permdesc_killBackgroundProcesses" />
1261
1262 <!-- ================================== -->
1263 <!-- Permissions affecting the display of other applications -->
1264 <!-- ================================== -->
1265 <eat-comment />
1266
1267 <!-- Group of permissions that allow manipulation of how
1268 another application displays UI to the user. -->
1269 <permission-group android:name="android.permission-group.DISPLAY"
1270 android:label="@string/permgrouplab_display"
1271 android:icon="@drawable/perm_group_display"
1272 android:description="@string/permgroupdesc_display"
1273 android:priority="190"/>
1274
1275 <!-- Allows an application to open windows using the type
1276 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1277 shown on top of all other applications. Very few applications
1278 should use this permission; these windows are intended for
1279 system-level interaction with the user. -->
1280 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1281 android:permissionGroup="android.permission-group.DISPLAY"
1282 android:protectionLevel="dangerous"
1283 android:label="@string/permlab_systemAlertWindow"
1284 android:description="@string/permdesc_systemAlertWindow" />
1285
1286 <!-- ================================== -->
1287 <!-- Permissions affecting the system wallpaper -->
1288 <!-- ================================== -->
1289 <eat-comment />
1290
1291 <!-- Group of permissions that allow manipulation of how
1292 another application displays UI to the user. -->
1293 <permission-group android:name="android.permission-group.WALLPAPER"
1294 android:label="@string/permgrouplab_wallpaper"
1295 android:icon="@drawable/perm_group_wallpaper"
1296 android:description="@string/permgroupdesc_wallpaper"
1297 android:priority="150" />
1298
1299 <!-- Allows applications to set the wallpaper -->
1300 <permission android:name="android.permission.SET_WALLPAPER"
1301 android:permissionGroup="android.permission-group.WALLPAPER"
1302 android:protectionLevel="normal"
1303 android:label="@string/permlab_setWallpaper"
1304 android:description="@string/permdesc_setWallpaper" />
1305
1306 <!-- Allows applications to set the wallpaper hints -->
1307 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1308 android:permissionGroup="android.permission-group.WALLPAPER"
1309 android:protectionLevel="normal"
1310 android:label="@string/permlab_setWallpaperHints"
1311 android:description="@string/permdesc_setWallpaperHints" />
1312
1313 <!-- ============================================ -->
1314 <!-- Permissions for changing the system clock -->
1315 <!-- ============================================ -->
1316 <eat-comment />
1317
1318 <!-- Group of permissions that are related to system clock. -->
1319 <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1320 android:label="@string/permgrouplab_systemClock"
1321 android:icon="@drawable/perm_group_system_clock"
1322 android:description="@string/permgroupdesc_systemClock"
1323 android:priority="140" />
1324
Scott Main93e60b52013-06-10 11:05:55 -07001325 <!-- Allows applications to set the system time.
1326 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001327 <permission android:name="android.permission.SET_TIME"
1328 android:protectionLevel="signature|system"
1329 android:label="@string/permlab_setTime"
1330 android:description="@string/permdesc_setTime" />
1331
1332 <!-- Allows applications to set the system time zone -->
1333 <permission android:name="android.permission.SET_TIME_ZONE"
1334 android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1335 android:protectionLevel="normal"
1336 android:label="@string/permlab_setTimeZone"
1337 android:description="@string/permdesc_setTimeZone" />
1338
1339 <!-- ==================================================== -->
1340 <!-- Permissions related to changing status bar -->
1341 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001342 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001343
1344 <!-- Used for permissions that change the status bar -->
1345 <permission-group android:name="android.permission-group.STATUS_BAR"
1346 android:label="@string/permgrouplab_statusBar"
1347 android:icon="@drawable/perm_group_status_bar"
1348 android:description="@string/permgroupdesc_statusBar"
1349 android:priority="110" />
1350
1351 <!-- Allows an application to expand or collapse the status bar. -->
1352 <permission android:name="android.permission.EXPAND_STATUS_BAR"
1353 android:permissionGroup="android.permission-group.STATUS_BAR"
1354 android:protectionLevel="normal"
1355 android:label="@string/permlab_expandStatusBar"
1356 android:description="@string/permdesc_expandStatusBar" />
1357
1358 <!-- ==================================================== -->
1359 <!-- Permissions related to accessing sync settings -->
1360 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001361 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001362
1363 <!-- Used for permissions that access the sync settings or sync
1364 related information. -->
1365 <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1366 android:label="@string/permgrouplab_syncSettings"
1367 android:icon="@drawable/perm_group_sync_settings"
1368 android:description="@string/permgroupdesc_syncSettings"
1369 android:priority="120" />
1370
1371 <!-- Allows applications to read the sync settings -->
1372 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1373 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1374 android:protectionLevel="normal"
1375 android:description="@string/permdesc_readSyncSettings"
1376 android:label="@string/permlab_readSyncSettings" />
1377
1378 <!-- Allows applications to write the sync settings -->
1379 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1380 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1381 android:protectionLevel="normal"
1382 android:description="@string/permdesc_writeSyncSettings"
1383 android:label="@string/permlab_writeSyncSettings" />
1384
1385 <!-- Allows applications to read the sync stats -->
1386 <permission android:name="android.permission.READ_SYNC_STATS"
1387 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1388 android:protectionLevel="normal"
1389 android:description="@string/permdesc_readSyncStats"
1390 android:label="@string/permlab_readSyncStats" />
1391
1392
1393 <!-- ============================================ -->
1394 <!-- Permissions for low-level system interaction -->
1395 <!-- ============================================ -->
1396 <eat-comment />
1397
1398 <!-- Group of permissions that are related to system APIs. Many
1399 of these are not permissions the user will be expected to understand,
1400 and such permissions should generally be marked as "normal" protection
1401 level so they don't get displayed. This can also, however, be used
1402 for miscellaneous features that provide access to the operating system,
1403 such as writing the global system settings. -->
1404 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1405 android:label="@string/permgrouplab_systemTools"
1406 android:icon="@drawable/perm_group_system_tools"
1407 android:description="@string/permgroupdesc_systemTools"
1408 android:priority="100" />
1409
1410 <!-- @hide Change the screen compatibility mode of applications -->
1411 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1412 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1413 android:protectionLevel="signature"
1414 android:label="@string/permlab_setScreenCompatibility"
1415 android:description="@string/permdesc_setScreenCompatibility" />
1416
1417 <!-- Allows an application to access all multi-user external storage @hide -->
1418 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
1419 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1420 android:label="@string/permlab_sdcardAccessAll"
1421 android:description="@string/permdesc_sdcardAccessAll"
1422 android:protectionLevel="signature" />
1423
1424 <!-- Allows an application to modify the current configuration, such
1425 as locale. -->
1426 <permission android:name="android.permission.CHANGE_CONFIGURATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001427 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001428 android:protectionLevel="signature|system|development"
1429 android:label="@string/permlab_changeConfiguration"
1430 android:description="@string/permdesc_changeConfiguration" />
1431
1432 <!-- Allows an application to read or write the system settings. -->
1433 <permission android:name="android.permission.WRITE_SETTINGS"
1434 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1435 android:protectionLevel="normal"
1436 android:label="@string/permlab_writeSettings"
1437 android:description="@string/permdesc_writeSettings" />
1438
Scott Main93e60b52013-06-10 11:05:55 -07001439 <!-- Allows an application to modify the Google service map.
1440 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001441 <permission android:name="android.permission.WRITE_GSERVICES"
1442 android:protectionLevel="signature|system"
1443 android:label="@string/permlab_writeGservices"
1444 android:description="@string/permdesc_writeGservices" />
1445
Dianne Hackborn03abb812010-01-04 18:43:19 -08001446 <!-- Allows an application to call
1447 {@link android.app.ActivityManager#forceStopPackage}.
1448 @hide -->
1449 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1450 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1451 android:protectionLevel="signature"
1452 android:label="@string/permlab_forceStopPackages"
1453 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001454
Dianne Hackborn24a12102011-07-29 15:52:05 -07001455 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001456 An active window is the window that has fired an accessibility event. -->
1457 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1458 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -08001459 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001460 android:label="@string/permlab_retrieve_window_content"
1461 android:description="@string/permdesc_retrieve_window_content" />
1462
Scott Main93e60b52013-06-10 11:05:55 -07001463 <!-- Modify the global animation scaling factor.
1464 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001465 <permission android:name="android.permission.SET_ANIMATION_SCALE"
1466 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001467 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001468 android:label="@string/permlab_setAnimationScale"
1469 android:description="@string/permdesc_setAnimationScale" />
1470
Dianne Hackbornd3efa392010-09-01 17:34:12 -07001471 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001472 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001473 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001474 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001475 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001476 android:label="@string/permlab_persistentActivity"
1477 android:description="@string/permdesc_persistentActivity" />
1478
1479 <!-- Allows an application to find out the space used by any package. -->
1480 <permission android:name="android.permission.GET_PACKAGE_SIZE"
1481 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1482 android:protectionLevel="normal"
1483 android:label="@string/permlab_getPackageSize"
1484 android:description="@string/permdesc_getPackageSize" />
1485
Dianne Hackborna7ca0e52009-12-01 14:31:55 -08001486 <!-- @deprecated No longer useful, see
1487 {@link android.content.pm.PackageManager#addPackageToPreferred}
1488 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001489 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1490 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -08001491 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001492 android:label="@string/permlab_setPreferredApplications"
1493 android:description="@string/permdesc_setPreferredApplications" />
1494
1495 <!-- Allows an application to receive the
1496 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1497 broadcast after the system finishes booting. If you don't
1498 request this permission, you will not receive the broadcast at
1499 that time. Though holding this permission does not have any
1500 security implications, it can have a negative impact on the
1501 user experience by increasing the amount of time it takes the
1502 system to start and allowing applications to have themselves
1503 running without the user being aware of them. As such, you must
1504 explicitly declare your use of this facility to make that visible
1505 to the user. -->
1506 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001507 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001508 android:protectionLevel="normal"
1509 android:label="@string/permlab_receiveBootCompleted"
1510 android:description="@string/permdesc_receiveBootCompleted" />
1511
1512 <!-- Allows an application to broadcast sticky intents. These are
1513 broadcasts whose data is held by the system after being finished,
1514 so that clients can quickly retrieve that data without having
1515 to wait for the next broadcast. -->
1516 <permission android:name="android.permission.BROADCAST_STICKY"
1517 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1518 android:protectionLevel="normal"
1519 android:label="@string/permlab_broadcastSticky"
1520 android:description="@string/permdesc_broadcastSticky" />
1521
Scott Main93e60b52013-06-10 11:05:55 -07001522 <!-- Allows mounting and unmounting file systems for removable storage.
1523 <p>Not for use by third-party applications.-->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001524 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1525 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001526 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001527 android:label="@string/permlab_mount_unmount_filesystems"
1528 android:description="@string/permdesc_mount_unmount_filesystems" />
1529
Scott Main93e60b52013-06-10 11:05:55 -07001530 <!-- Allows formatting file systems for removable storage.
1531 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001532 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1533 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001534 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001535 android:label="@string/permlab_mount_format_filesystems"
1536 android:description="@string/permdesc_mount_format_filesystems" />
1537
San Mehat02735bc2010-01-26 15:18:08 -08001538 <!-- Allows access to ASEC non-destructive API calls
1539 @hide -->
1540 <permission android:name="android.permission.ASEC_ACCESS"
1541 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001542 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001543 android:label="@string/permlab_asec_access"
1544 android:description="@string/permdesc_asec_access" />
1545
1546 <!-- Allows creation of ASEC volumes
1547 @hide -->
1548 <permission android:name="android.permission.ASEC_CREATE"
1549 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001550 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001551 android:label="@string/permlab_asec_create"
1552 android:description="@string/permdesc_asec_create" />
1553
1554 <!-- Allows destruction of ASEC volumes
1555 @hide -->
1556 <permission android:name="android.permission.ASEC_DESTROY"
1557 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001558 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001559 android:label="@string/permlab_asec_destroy"
1560 android:description="@string/permdesc_asec_destroy" />
1561
1562 <!-- Allows mount / unmount of ASEC volumes
1563 @hide -->
1564 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1565 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001566 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001567 android:label="@string/permlab_asec_mount_unmount"
1568 android:description="@string/permdesc_asec_mount_unmount" />
1569
1570 <!-- Allows rename of ASEC volumes
1571 @hide -->
1572 <permission android:name="android.permission.ASEC_RENAME"
1573 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001574 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001575 android:label="@string/permlab_asec_rename"
1576 android:description="@string/permdesc_asec_rename" />
1577
Scott Main93e60b52013-06-10 11:05:55 -07001578 <!-- Allows applications to write the apn settings.
1579 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001580 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1581 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001582 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001583 android:description="@string/permdesc_writeApnSettings"
1584 android:label="@string/permlab_writeApnSettings" />
1585
Fred Quintana60307342009-03-24 22:48:12 -07001586 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001587 ContentProvider. -->
1588 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1589 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1590 android:label="@string/permlab_subscribedFeedsRead"
1591 android:description="@string/permdesc_subscribedFeedsRead"
1592 android:protectionLevel="normal" />
1593 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1594 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1595 android:label="@string/permlab_subscribedFeedsWrite"
1596 android:description="@string/permdesc_subscribedFeedsWrite"
1597 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001598
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001599 <!-- Allows applications to change network connectivity state -->
1600 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001601 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001602 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001603 android:description="@string/permdesc_changeNetworkState"
1604 android:label="@string/permlab_changeNetworkState" />
1605
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001606 <!-- Allows an application to clear the caches of all installed
1607 applications on the device. -->
1608 <permission android:name="android.permission.CLEAR_APP_CACHE"
1609 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1610 android:protectionLevel="dangerous"
1611 android:label="@string/permlab_clearAppCache"
1612 android:description="@string/permdesc_clearAppCache" />
1613
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001614 <!-- Allows an application to use any media decoder when decoding for playback
1615 @hide -->
1616 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001617 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001618 android:label="@string/permlab_anyCodecForPlayback"
1619 android:description="@string/permdesc_anyCodecForPlayback" />
1620
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001621 <!-- ========================================= -->
1622 <!-- Permissions for special development tools -->
1623 <!-- ========================================= -->
1624 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001625
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001626 <!-- Group of permissions that are related to development features. These
Scott Main93e60b52013-06-10 11:05:55 -07001627 are not permissions that should appear in third-party applications; they
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001628 protect APIs that are intended only to be used for development
1629 purposes. -->
1630 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1631 android:label="@string/permgrouplab_developmentTools"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001632 android:description="@string/permgroupdesc_developmentTools"
1633 android:priority="310" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001634
Scott Main93e60b52013-06-10 11:05:55 -07001635 <!-- Allows an application to read or write the secure system settings.
1636 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001637 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1638 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1639 android:protectionLevel="signature|system|development"
1640 android:label="@string/permlab_writeSecureSettings"
1641 android:description="@string/permdesc_writeSecureSettings" />
1642
Scott Main93e60b52013-06-10 11:05:55 -07001643 <!-- Allows an application to retrieve state dump information from system services.
1644 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001645 <permission android:name="android.permission.DUMP"
1646 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1647 android:protectionLevel="signature|system|development"
1648 android:label="@string/permlab_dump"
1649 android:description="@string/permdesc_dump" />
1650
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001651 <!-- Allows an application to read the low-level system log files.
Scott Main93e60b52013-06-10 11:05:55 -07001652 <p>Not for use by third-party applications, because
1653 Log entries can contain the user's private information. -->
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001654 <permission android:name="android.permission.READ_LOGS"
1655 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1656 android:protectionLevel="signature|system|development"
1657 android:label="@string/permlab_readLogs"
1658 android:description="@string/permdesc_readLogs" />
1659
Scott Main93e60b52013-06-10 11:05:55 -07001660 <!-- Configure an application for debugging.
1661 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001662 <permission android:name="android.permission.SET_DEBUG_APP"
1663 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001664 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001665 android:label="@string/permlab_setDebugApp"
1666 android:description="@string/permdesc_setDebugApp" />
1667
1668 <!-- Allows an application to set the maximum number of (not needed)
Scott Main93e60b52013-06-10 11:05:55 -07001669 application processes that can be running.
1670 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001671 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1672 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001673 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001674 android:label="@string/permlab_setProcessLimit"
1675 android:description="@string/permdesc_setProcessLimit" />
1676
1677 <!-- Allows an application to control whether activities are immediately
Scott Main93e60b52013-06-10 11:05:55 -07001678 finished when put in the background.
1679 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001680 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1681 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001682 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001683 android:label="@string/permlab_setAlwaysFinish"
1684 android:description="@string/permdesc_setAlwaysFinish" />
1685
Scott Main93e60b52013-06-10 11:05:55 -07001686 <!-- Allow an application to request that a signal be sent to all persistent processes.
1687 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001688 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1689 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001690 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001691 android:label="@string/permlab_signalPersistentProcesses"
1692 android:description="@string/permdesc_signalPersistentProcesses" />
1693
1694 <!-- ==================================== -->
1695 <!-- Private (signature-only) permissions -->
1696 <!-- ==================================== -->
1697 <eat-comment />
1698
Scott Main93e60b52013-06-10 11:05:55 -07001699 <!-- Allows applications to RW to diagnostic resources.
1700 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001701 <permission android:name="android.permission.DIAGNOSTIC"
1702 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1703 android:protectionLevel="signature"
1704 android:description="@string/permdesc_diagnostic"
1705 android:label="@string/permlab_diagnostic" />
1706
1707 <!-- Allows an application to open, close, or disable the status bar
Scott Main93e60b52013-06-10 11:05:55 -07001708 and its icons.
1709 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001710 <permission android:name="android.permission.STATUS_BAR"
1711 android:label="@string/permlab_statusBar"
1712 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001713 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001714
Joe Onorato8bc6c512010-06-04 16:21:12 -04001715 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1716 @hide -->
1717 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1718 android:label="@string/permlab_statusBarService"
1719 android:description="@string/permdesc_statusBarService"
1720 android:protectionLevel="signature" />
1721
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001722 <!-- Allows an application to force a BACK operation on whatever is the
Scott Main93e60b52013-06-10 11:05:55 -07001723 top activity.
1724 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001725 <permission android:name="android.permission.FORCE_BACK"
1726 android:label="@string/permlab_forceBack"
1727 android:description="@string/permdesc_forceBack"
1728 android:protectionLevel="signature" />
1729
Scott Main93e60b52013-06-10 11:05:55 -07001730 <!-- Allows an application to update device statistics.
1731 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001732 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001733 android:label="@string/permlab_updateBatteryStats"
1734 android:description="@string/permdesc_updateBatteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001735 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001736
Dianne Hackborn35654b62013-01-14 17:38:02 -08001737 <!-- @hide Allows an application to collect battery statistics -->
1738 <permission android:name="android.permission.GET_APP_OPS_STATS"
1739 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1740 android:label="@string/permlab_getAppOpsStats"
1741 android:description="@string/permdesc_getAppOpsStats"
1742 android:protectionLevel="signature|system|development" />
1743
Dianne Hackborna06de0f2012-12-11 16:34:47 -08001744 <!-- Allows an application to update application operation statistics. Not for
1745 use by third party apps. @hide -->
1746 <permission android:name="android.permission.UPDATE_APP_OPS_STATS"
1747 android:label="@string/permlab_updateAppOpsStats"
1748 android:description="@string/permdesc_updateAppOpsStats"
1749 android:protectionLevel="signature|system" />
1750
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001751 <!-- Allows an application to open windows that are for use by parts
Scott Main93e60b52013-06-10 11:05:55 -07001752 of the system user interface.
1753 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001754 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1755 android:label="@string/permlab_internalSystemWindow"
1756 android:description="@string/permdesc_internalSystemWindow"
1757 android:protectionLevel="signature" />
1758
1759 <!-- Allows an application to manage (create, destroy,
Scott Main93e60b52013-06-10 11:05:55 -07001760 Z-order) application tokens in the window manager.
1761 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001762 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1763 android:label="@string/permlab_manageAppTokens"
1764 android:description="@string/permdesc_manageAppTokens"
1765 android:protectionLevel="signature" />
1766
Dianne Hackborn9d9ece32012-09-10 15:33:52 -07001767 <!-- @hide Allows the application to temporarily freeze the screen for a
1768 full-screen transition. -->
1769 <permission android:name="android.permission.FREEZE_SCREEN"
1770 android:label="@string/permlab_freezeScreen"
1771 android:description="@string/permdesc_freezeScreen"
1772 android:protectionLevel="signature" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001773
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001774 <!-- Allows an application to inject user events (keys, touch, trackball)
1775 into the event stream and deliver them to ANY window. Without this
1776 permission, you can only deliver events to windows in your own process.
Scott Main93e60b52013-06-10 11:05:55 -07001777 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001778 <permission android:name="android.permission.INJECT_EVENTS"
1779 android:label="@string/permlab_injectEvents"
1780 android:description="@string/permdesc_injectEvents"
1781 android:protectionLevel="signature" />
1782
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001783 <!-- @hide Allows an application to register an input filter which filters the stream
1784 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1785 <permission android:name="android.permission.FILTER_EVENTS"
1786 android:label="@string/permlab_filter_events"
1787 android:description="@string/permdesc_filter_events"
1788 android:protectionLevel="signature" />
1789
1790 <!-- @hide Allows an application to retrieve info for a window from the window manager. -->
1791 <permission android:name="android.permission.RETRIEVE_WINDOW_INFO"
1792 android:label="@string/permlab_retrieve_window_info"
1793 android:description="@string/permdesc_retrieve_window_info"
1794 android:protectionLevel="signature" />
1795
Svetoslav Ganov7befb7d2012-09-27 16:49:23 -07001796 <!-- @hide Allows an application to temporary enable accessibility on the device. -->
1797 <permission android:name="android.permission.TEMPORARY_ENABLE_ACCESSIBILITY"
1798 android:label="@string/permlab_temporary_enable_accessibility"
1799 android:description="@string/permdesc_temporary_enable_accessibility"
1800 android:protectionLevel="signature" />
1801
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -07001802 <!-- @hide Allows an application to magnify the content of a display. -->
1803 <permission android:name="android.permission.MAGNIFY_DISPLAY"
1804 android:label="@string/permlab_magnify_display"
1805 android:description="@string/permdesc_magnify_display"
1806 android:protectionLevel="signature" />
1807
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001808 <!-- Allows an application to watch and control how activities are
1809 started globally in the system. Only for is in debugging
Scott Main93e60b52013-06-10 11:05:55 -07001810 (usually the monkey command).
1811 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001812 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1813 android:label="@string/permlab_runSetActivityWatcher"
1814 android:description="@string/permdesc_runSetActivityWatcher"
1815 android:protectionLevel="signature" />
1816
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001817 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001818 to put the higher-level system there into a shutdown state.
1819 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001820 <permission android:name="android.permission.SHUTDOWN"
1821 android:label="@string/permlab_shutdown"
1822 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001823 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001824
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001825 <!-- Allows an application to tell the activity manager to temporarily
1826 stop application switches, putting it into a special mode that
1827 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001828 critical UI such as the home screen.
1829 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001830 <permission android:name="android.permission.STOP_APP_SWITCHES"
1831 android:label="@string/permlab_stopAppSwitches"
1832 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001833 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001834
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001835 <!-- Allows an application to retrieve private information about
Scott Main93e60b52013-06-10 11:05:55 -07001836 the current top activity, such as any assist context it can provide.
1837 <p>Not for use by third-party applications. -->
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001838 <permission android:name="android.permission.GET_TOP_ACTIVITY_INFO"
1839 android:label="@string/permlab_getTopActivityInfo"
1840 android:description="@string/permdesc_getTopActivityInfo"
1841 android:protectionLevel="signature" />
1842
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001843 <!-- Allows an application to retrieve the current state of keys and
Scott Main93e60b52013-06-10 11:05:55 -07001844 switches.
1845 <p>Not for use by third-party applications.
Jeff Brownac143512012-04-05 18:57:33 -07001846 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001847 <permission android:name="android.permission.READ_INPUT_STATE"
1848 android:label="@string/permlab_readInputState"
1849 android:description="@string/permdesc_readInputState"
1850 android:protectionLevel="signature" />
1851
Dianne Hackbornd6847842010-01-12 18:14:19 -08001852 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1853 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001854 <permission android:name="android.permission.BIND_INPUT_METHOD"
1855 android:label="@string/permlab_bindInputMethod"
1856 android:description="@string/permdesc_bindInputMethod"
1857 android:protectionLevel="signature" />
1858
Svetoslav38228962013-01-29 01:04:35 -08001859 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07001860 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001861 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
1862 android:label="@string/permlab_bindAccessibilityService"
1863 android:description="@string/permdesc_bindAccessibilityService"
1864 android:protectionLevel="signature" />
1865
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -07001866 <!-- Must be required by an {@link android.printservice.PrintService},
1867 to ensure that only the system can bind to it. -->
1868 <permission android:name="android.permission.BIND_PRINT_SERVICE"
1869 android:label="@string/permlab_bindPrintService"
1870 android:description="@string/permdesc_bindPrintService"
1871 android:protectionLevel="signature" />
1872
Martijn Coenena7397882013-07-30 20:07:47 -07001873 <!-- Must be required by an {@link android.nfc.cardemulation.HostApduService}
1874 or {@link android.nfc.cardemulation.OffHostApduService} to ensure that only
1875 the system can bind to it. -->
1876 <permission android:name="android.permission.BIND_NFC_SERVICE"
1877 android:label="@string/permlab_bindNfcService"
1878 android:description="@string/permdesc_bindNfcService"
1879 android:protectionLevel="signature" />
1880
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -07001881 <!-- Allows an application to call APIs that give it access to all print jobs
1882 on the device. Usually an app can access only the print jobts it created.
1883 This permission is not available to third party applications.
1884 @hide -->
1885 <permission android:name="android.permission.ACCESS_ALL_PRINT_JOBS"
1886 android:label="@string/permlab_accessAllPrintJobs"
1887 android:description="@string/permdesc_accessAllPrintJobs"
1888 android:protectionLevel="signature" />
1889
satok988323c2011-06-22 16:38:13 +09001890 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1891 to ensure that only the system can bind to it. -->
1892 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1893 android:label="@string/permlab_bindTextService"
1894 android:description="@string/permdesc_bindTextService"
1895 android:protectionLevel="signature" />
1896
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001897 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001898 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001899 <permission android:name="android.permission.BIND_VPN_SERVICE"
1900 android:label="@string/permlab_bindVpnService"
1901 android:description="@string/permdesc_bindVpnService"
1902 android:protectionLevel="signature" />
1903
Dianne Hackbornd6847842010-01-12 18:14:19 -08001904 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1905 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001906 <permission android:name="android.permission.BIND_WALLPAPER"
1907 android:label="@string/permlab_bindWallpaper"
1908 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001909 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001910
Dianne Hackbornd6847842010-01-12 18:14:19 -08001911 <!-- Must be required by device administration receiver, to ensure that only the
1912 system can interact with it. -->
1913 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1914 android:label="@string/permlab_bindDeviceAdmin"
1915 android:description="@string/permdesc_bindDeviceAdmin"
1916 android:protectionLevel="signature" />
1917
Amith Yamasania418cf22013-07-19 12:39:17 -07001918 <!-- Required to add or remove another application as a device admin.
1919 <p/>Not for use by third-party apps. -->
1920 <permission android:name="android.permission.MANAGE_DEVICE_ADMINS"
1921 android:label="@string/permlab_manageDeviceAdmins"
1922 android:description="@string/permdesc_manageDeviceAdmins"
1923 android:protectionLevel="signature|system" />
1924
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001925 <!-- Allows low-level access to setting the orientation (actually
Scott Main93e60b52013-06-10 11:05:55 -07001926 rotation) of the screen.
1927 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001928 <permission android:name="android.permission.SET_ORIENTATION"
1929 android:label="@string/permlab_setOrientation"
1930 android:description="@string/permdesc_setOrientation"
1931 android:protectionLevel="signature" />
1932
Jeff Brown1a84fd12011-06-02 01:26:32 -07001933 <!-- Allows low-level access to setting the pointer speed.
Scott Main93e60b52013-06-10 11:05:55 -07001934 <p>Not for use by third-party applications. -->
Jeff Brown1a84fd12011-06-02 01:26:32 -07001935 <permission android:name="android.permission.SET_POINTER_SPEED"
1936 android:label="@string/permlab_setPointerSpeed"
1937 android:description="@string/permdesc_setPointerSpeed"
1938 android:protectionLevel="signature" />
1939
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001940 <!-- Allows low-level access to setting the keyboard layout.
Scott Main93e60b52013-06-10 11:05:55 -07001941 <p>Not for use by third-party applications.
Jeff Brown507f5582012-05-07 19:06:06 -07001942 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001943 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1944 android:label="@string/permlab_setKeyboardLayout"
1945 android:description="@string/permdesc_setKeyboardLayout"
1946 android:protectionLevel="signature" />
1947
Scott Main93e60b52013-06-10 11:05:55 -07001948 <!-- Allows an application to install packages.
1949 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001950 <permission android:name="android.permission.INSTALL_PACKAGES"
1951 android:label="@string/permlab_installPackages"
1952 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001953 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001954
Scott Main93e60b52013-06-10 11:05:55 -07001955 <!-- Allows an application to clear user data.
1956 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001957 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1958 android:label="@string/permlab_clearAppUserData"
1959 android:description="@string/permdesc_clearAppUserData"
1960 android:protectionLevel="signature" />
1961
Scott Main93e60b52013-06-10 11:05:55 -07001962 <!-- Allows an application to delete cache files.
1963 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001964 <permission android:name="android.permission.DELETE_CACHE_FILES"
1965 android:label="@string/permlab_deleteCacheFiles"
1966 android:description="@string/permdesc_deleteCacheFiles"
Dianne Hackborne639da72012-02-21 15:11:13 -08001967 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001968
Scott Main93e60b52013-06-10 11:05:55 -07001969 <!-- Allows an application to delete packages.
1970 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001971 <permission android:name="android.permission.DELETE_PACKAGES"
1972 android:label="@string/permlab_deletePackages"
1973 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001974 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001975
Jeff Brownec7c78f2010-03-30 23:37:25 -07001976 <!-- Allows an application to move location of installed package.
1977 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001978 <permission android:name="android.permission.MOVE_PACKAGE"
1979 android:label="@string/permlab_movePackage"
1980 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08001981 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001982
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001983 <!-- Allows an application to change whether an application component (other than its own) is
Scott Main93e60b52013-06-10 11:05:55 -07001984 enabled or not.
1985 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001986 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1987 android:label="@string/permlab_changeComponentState"
1988 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08001989 android:protectionLevel="signature|system" />
1990
1991 <!-- @hide Allows an application to grant or revoke specific permissions. -->
1992 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1993 android:label="@string/permlab_grantRevokePermissions"
1994 android:description="@string/permdesc_grantRevokePermissions"
1995 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001996
Scott Main93e60b52013-06-10 11:05:55 -07001997 <!-- Allows an application to use SurfaceFlinger's low level features.
1998 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001999 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
2000 android:label="@string/permlab_accessSurfaceFlinger"
2001 android:description="@string/permdesc_accessSurfaceFlinger"
2002 android:protectionLevel="signature" />
2003
2004 <!-- Allows an application to take screen shots and more generally
Scott Main93e60b52013-06-10 11:05:55 -07002005 get access to the frame buffer data.
2006 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002007 <permission android:name="android.permission.READ_FRAME_BUFFER"
2008 android:label="@string/permlab_readFrameBuffer"
2009 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08002010 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002011
Jeff Brown6c1c0b62013-07-12 16:56:34 -07002012 <!-- Allows an application to use InputFlinger's low level features.
2013 <p>Not for use by third-party applications. -->
2014 <permission android:name="android.permission.ACCESS_INPUT_FLINGER"
2015 android:label="@string/permlab_accessInputFlinger"
2016 android:description="@string/permdesc_accessInputFlinger"
2017 android:protectionLevel="signature" />
2018
Jeff Brown4b71e4e2012-09-07 17:41:02 -07002019 <!-- Allows an application to configure and connect to Wifi displays
2020 @hide -->
2021 <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
2022 android:label="@string/permlab_configureWifiDisplay"
2023 android:description="@string/permdesc_configureWifiDisplay"
2024 android:protectionLevel="signature" />
2025
2026 <!-- Allows an application to control low-level features of Wifi displays
2027 such as opening an RTSP socket. This permission should only be used
2028 by the display manager.
2029 @hide -->
2030 <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
2031 android:label="@string/permlab_controlWifiDisplay"
2032 android:description="@string/permdesc_controlWifiDisplay"
2033 android:protectionLevel="signature" />
2034
Jeff Brown7d00aff2013-08-02 19:03:49 -07002035 <!-- Allows an application to capture audio output.
2036 <p>Not for use by third-party applications.</p> -->
2037 <permission android:name="android.permission.CAPTURE_AUDIO_OUTPUT"
2038 android:label="@string/permlab_captureAudioOutput"
2039 android:description="@string/permdesc_captureAudioOutput"
2040 android:protectionLevel="signature|system" />
2041
2042 <!-- Allows an application to capture video output.
2043 <p>Not for use by third-party applications.</p> -->
2044 <permission android:name="android.permission.CAPTURE_VIDEO_OUTPUT"
2045 android:label="@string/permlab_captureVideoOutput"
2046 android:description="@string/permdesc_captureVideoOutput"
2047 android:protectionLevel="signature|system" />
2048
2049 <!-- Allows an application to capture secure video output.
2050 <p>Not for use by third-party applications.</p> -->
2051 <permission android:name="android.permission.CAPTURE_SECURE_VIDEO_OUTPUT"
2052 android:label="@string/permlab_captureSecureVideoOutput"
2053 android:description="@string/permdesc_captureSecureVideoOutput"
2054 android:protectionLevel="signature|system" />
2055
Scott Main93e60b52013-06-10 11:05:55 -07002056 <!-- Required to be able to disable the device (very dangerous!).
2057 <p>Not for use by third-party applications.. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002058 <permission android:name="android.permission.BRICK"
2059 android:label="@string/permlab_brick"
2060 android:description="@string/permdesc_brick"
2061 android:protectionLevel="signature" />
2062
Scott Main93e60b52013-06-10 11:05:55 -07002063 <!-- Required to be able to reboot the device.
2064 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002065 <permission android:name="android.permission.REBOOT"
2066 android:label="@string/permlab_reboot"
2067 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08002068 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002069
Scott Main93e60b52013-06-10 11:05:55 -07002070 <!-- Allows low-level access to power management.
2071 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002072 <permission android:name="android.permission.DEVICE_POWER"
2073 android:label="@string/permlab_devicePower"
2074 android:description="@string/permdesc_devicePower"
2075 android:protectionLevel="signature" />
2076
Dianne Hackborn8832c182012-09-17 17:20:24 -07002077 <!-- @hide Allows low-level access to tun tap driver -->
fredc0f420372012-04-12 00:02:00 -07002078 <permission android:name="android.permission.NET_TUNNELING"
2079 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2080 android:protectionLevel="signature" />
2081
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002082 <!-- Run as a manufacturer test application, running as the root user.
Scott Main93e60b52013-06-10 11:05:55 -07002083 Only available when the device is running in manufacturer test mode.
2084 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002085 <permission android:name="android.permission.FACTORY_TEST"
2086 android:label="@string/permlab_factoryTest"
2087 android:description="@string/permdesc_factoryTest"
2088 android:protectionLevel="signature" />
2089
2090 <!-- Allows an application to broadcast a notification that an application
Scott Main93e60b52013-06-10 11:05:55 -07002091 package has been removed.
2092 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002093 <permission android:name="android.permission.BROADCAST_PACKAGE_REMOVED"
2094 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2095 android:label="@string/permlab_broadcastPackageRemoved"
2096 android:description="@string/permdesc_broadcastPackageRemoved"
2097 android:protectionLevel="signature" />
2098
Scott Main93e60b52013-06-10 11:05:55 -07002099 <!-- Allows an application to broadcast an SMS receipt notification.
2100 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002101 <permission android:name="android.permission.BROADCAST_SMS"
2102 android:permissionGroup="android.permission-group.MESSAGES"
2103 android:label="@string/permlab_broadcastSmsReceived"
2104 android:description="@string/permdesc_broadcastSmsReceived"
2105 android:protectionLevel="signature" />
2106
Scott Main93e60b52013-06-10 11:05:55 -07002107 <!-- Allows an application to broadcast a WAP PUSH receipt notification.
2108 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002109 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
2110 android:permissionGroup="android.permission-group.MESSAGES"
2111 android:label="@string/permlab_broadcastWapPush"
2112 android:description="@string/permdesc_broadcastWapPush"
2113 android:protectionLevel="signature" />
2114
Scott Main93e60b52013-06-10 11:05:55 -07002115 <!-- Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002116 <permission android:name="android.permission.MASTER_CLEAR"
2117 android:label="@string/permlab_masterClear"
2118 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08002119 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002120
2121 <!-- Allows an application to call any phone number, including emergency
2122 numbers, without going through the Dialer user interface for the user
Scott Main93e60b52013-06-10 11:05:55 -07002123 to confirm the call being placed.
2124 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002125 <permission android:name="android.permission.CALL_PRIVILEGED"
2126 android:label="@string/permlab_callPrivileged"
2127 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08002128 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002129
Jim Miller767be5f2009-08-25 19:33:57 -07002130 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
2131 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
2132 android:label="@string/permlab_performCdmaProvisioning"
2133 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08002134 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07002135
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002136 <!-- Allows enabling/disabling location update notifications from
Scott Main93e60b52013-06-10 11:05:55 -07002137 the radio.
2138 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002139 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
2140 android:label="@string/permlab_locationUpdates"
2141 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08002142 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002143
2144 <!-- Allows read/write access to the "properties" table in the checkin
Scott Main93e60b52013-06-10 11:05:55 -07002145 database, to change values that get uploaded.
2146 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002147 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
2148 android:label="@string/permlab_checkinProperties"
2149 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08002150 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002151
2152 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07002153 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002154 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
2155 android:label="@string/permlab_pkgUsageStats"
2156 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08002157 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002158
2159 <!-- Allows an application to collect battery statistics -->
2160 <permission android:name="android.permission.BATTERY_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002161 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002162 android:label="@string/permlab_batteryStats"
2163 android:description="@string/permdesc_batteryStats"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002164 android:protectionLevel="dangerous" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002165
Scott Main93e60b52013-06-10 11:05:55 -07002166 <!-- Allows an application to control the backup and restore process.
2167 <p>Not for use by third-party applications.
Christopher Tate181fafa2009-05-14 11:12:14 -07002168 @hide pending API council -->
2169 <permission android:name="android.permission.BACKUP"
2170 android:label="@string/permlab_backup"
2171 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08002172 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07002173
Christopher Tate4a627c72011-04-01 14:43:32 -07002174 <!-- Allows a package to launch the secure full-backup confirmation UI.
2175 ONLY the system process may hold this permission.
2176 @hide -->
2177 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
2178 android:label="@string/permlab_confirm_full_backup"
2179 android:description="@string/permdesc_confirm_full_backup"
2180 android:protectionLevel="signature" />
2181
Winson Chung81f39eb2011-01-11 18:05:01 -08002182 <!-- Must be required by a {@link android.widget.RemoteViewsService},
2183 to ensure that only the system can bind to it. -->
2184 <permission android:name="android.permission.BIND_REMOTEVIEWS"
2185 android:label="@string/permlab_bindRemoteViews"
2186 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08002187 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08002188
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002189 <!-- Allows an application to tell the AppWidget service which application
2190 can access AppWidget's data. The normal user flow is that a user
2191 picks an AppWidget to go into a particular host, thereby giving that
2192 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002193 An application that has this permission should honor that contract.
Scott Main93e60b52013-06-10 11:05:55 -07002194 <p>Not for use by third-party applications. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002195 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002196 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2197 android:label="@string/permlab_bindGadget"
2198 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08002199 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002200
Michael Jurkafc753c02012-10-30 18:30:52 -07002201 <!-- Private permission, to restrict who can bring up a dialog to add a new
2202 keyguard widget
2203 @hide -->
2204 <permission android:name="android.permission.BIND_KEYGUARD_APPWIDGET"
2205 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2206 android:protectionLevel="signature|system" />
2207
Michael Jurka61a5b012012-04-13 10:39:45 -07002208 <!-- Internal permission allowing an application to query/set which
2209 applications can bind AppWidgets.
2210 @hide -->
2211 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
2212 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2213 android:protectionLevel="signature|system" />
2214
Scott Main93e60b52013-06-10 11:05:55 -07002215 <!-- Allows applications to change the background data setting.
2216 <p>Not for use by third-party applications.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002217 @hide pending API council -->
2218 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
2219 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2220 android:protectionLevel="signature"
2221 android:description="@string/permdesc_changeBackgroundDataSetting"
2222 android:label="@string/permlab_changeBackgroundDataSetting" />
2223
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002224 <!-- This permission can be used on content providers to allow the global
2225 search system to access their data. Typically it used when the
2226 provider has some permissions protecting it (which global search
2227 would not be expected to hold), and added as a read-only permission
2228 to the path in the provider where global search queries are
2229 performed. This permission can not be held by regular applications;
2230 it is used by applications to protect themselves from everyone else
2231 besides global search. -->
2232 <permission android:name="android.permission.GLOBAL_SEARCH"
2233 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002234 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002235
2236 <!-- Internal permission protecting access to the global search
2237 system: ensures that only the system can access the provider
2238 to perform queries (since this otherwise provides unrestricted
2239 access to a variety of content providers), and to write the
2240 search statistics (to keep applications from gaming the source
2241 ranking).
2242 @hide -->
2243 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
2244 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2245 android:protectionLevel="signature" />
2246
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002247 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07002248 @hide XXX Change to signature once the picker is moved to its
2249 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002250 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
2251 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002252 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002253
John Spurlockf4f6b4c2012-08-25 12:08:03 -04002254 <!-- Allows applications to read dream settings and dream state.
2255 @hide -->
2256 <permission android:name="android.permission.READ_DREAM_STATE"
2257 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2258 android:protectionLevel="signature" />
2259
2260 <!-- Allows applications to write dream settings, and start or stop dreaming.
2261 @hide -->
2262 <permission android:name="android.permission.WRITE_DREAM_STATE"
2263 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2264 android:protectionLevel="signature" />
2265
Jeff Brownec7c78f2010-03-30 23:37:25 -07002266 <!-- Allow an application to read and write the cache partition.
2267 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002268 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
2269 android:label="@string/permlab_cache_filesystem"
2270 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08002271 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002272
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08002273 <!-- Must be required by default container service so that only
2274 the system can bind to it and use it to copy
2275 protected data to secure containers or files
2276 accessible to the system.
2277 @hide -->
2278 <permission android:name="android.permission.COPY_PROTECTED_DATA"
2279 android:label="@string/permlab_copyProtectedData"
2280 android:description="@string/permlab_copyProtectedData"
2281 android:protectionLevel="signature" />
2282
Jason parks8888c592011-01-20 22:46:41 -06002283 <!-- Internal permission protecting access to the encryption methods
2284 @hide
2285 -->
2286 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08002287 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06002288
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002289 <!-- Allows an application to read historical network usage for
2290 specific networks and applications. @hide -->
2291 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
2292 android:label="@string/permlab_readNetworkUsageHistory"
2293 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08002294 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002295
2296 <!-- Allows an application to manage network policies (such as warning and disable
2297 limits) and to define application-specific rules. @hide -->
2298 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
2299 android:label="@string/permlab_manageNetworkPolicy"
2300 android:description="@string/permdesc_manageNetworkPolicy"
2301 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06002302
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002303 <!-- Allows an application to account its network traffic against other UIDs. Used
2304 by system services like download manager and media server. Not for use by
2305 third party apps. @hide -->
2306 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
2307 android:label="@string/permlab_modifyNetworkAccounting"
2308 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08002309 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002310
Chad Brubakerf11e5d32013-07-08 15:32:23 -07002311 <!-- Allows an application to mark traffic as from another user for per user routing.
2312 Used by system wide services like media server that execute delegated network connections
2313 for users.
2314 @hide
2315 -->
2316 <permission android:name="android.permission.MARK_NETWORK_SOCKET"
2317 android:label="@string/permlab_markNetworkSocket"
2318 android:description="@string/permdesc_markNetworkSocket"
2319 android:protectionLevel="signature|system" />
2320
Tom Taylorb0381682011-08-11 14:27:25 -07002321 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08002322 @hide Used internally.
2323 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002324 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08002325 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002326 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08002327
Dianne Hackborn8832c182012-09-17 17:20:24 -07002328 <!-- @hide Package verifier needs to have this permission before the PackageManager will
Kenny Root5ab21572011-07-27 11:11:19 -07002329 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07002330 -->
2331 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
2332 android:label="@string/permlab_packageVerificationAgent"
2333 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08002334 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07002335
2336 <!-- Must be required by package verifier receiver, to ensure that only the
2337 system can interact with it.
2338 @hide
2339 -->
2340 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
2341 android:label="@string/permlab_bindPackageVerifier"
2342 android:description="@string/permdesc_bindPackageVerifier"
2343 android:protectionLevel="signature" />
2344
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002345 <!-- Allows applications to access serial ports via the SerialManager.
2346 @hide -->
2347 <permission android:name="android.permission.SERIAL_PORT"
2348 android:label="@string/permlab_serialPort"
2349 android:description="@string/permdesc_serialPort"
Geremy Condrac29f35b2012-10-17 14:06:31 -07002350 android:protectionLevel="signature|system" />
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002351
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002352 <!-- Allows the holder to access content providers from outside an ApplicationThread.
2353 This permission is enforced by the ActivityManagerService on the corresponding APIs,
2354 in particular ActivityManagerService#getContentProviderExternal(String) and
2355 ActivityManagerService#removeContentProviderExternal(String).
2356 @hide
2357 -->
2358 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
2359 android:label="@string/permlab_accessContentProvidersExternally"
2360 android:description="@string/permdesc_accessContentProvidersExternally"
2361 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08002362 <!-- Allows an application to hold an UpdateLock, recommending that a headless
2363 OTA reboot *not* occur while the lock is held.
2364 @hide -->
2365 <permission android:name="android.permission.UPDATE_LOCK"
2366 android:label="@string/permlab_updateLock"
2367 android:description="@string/permdesc_updateLock"
2368 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002369
Daniel Sandlerfde19b12013-01-17 00:21:05 -05002370 <!-- Allows an application to read the current set of notifications, including
2371 any metadata and intents attached.
2372 @hide -->
2373 <permission android:name="android.permission.ACCESS_NOTIFICATIONS"
2374 android:label="@string/permlab_accessNotifications"
2375 android:description="@string/permdesc_accessNotifications"
2376 android:protectionLevel="signature|system" />
2377
Jim Miller5ecd8112013-01-09 18:50:26 -08002378 <!-- Allows access to keyguard secure storage. Only allowed for system processes.
2379 @hide -->
2380 <permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"
2381 android:protectionLevel="signature"
2382 android:label="@string/permlab_access_keyguard_secure_storage"
2383 android:description="@string/permdesc_access_keyguard_secure_storage" />
2384
Jim Millerc0b676d2013-03-22 16:11:08 -07002385 <!-- Allows an application to control keyguard. Only allowed for system processes.
2386 @hide -->
2387 <permission android:name="android.permission.CONTROL_KEYGUARD"
2388 android:protectionLevel="signature"
2389 android:label="@string/permlab_control_keyguard"
2390 android:description="@string/permdesc_control_keyguard" />
2391
Daniel Sandler5feceeb2013-03-22 18:29:23 -07002392 <!-- Must be required by an {@link
2393 android.service.notification.NotificationListenerService},
2394 to ensure that only the system can bind to it. -->
2395 <permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
2396 android:label="@string/permlab_bindNotificationListenerService"
2397 android:description="@string/permdesc_bindNotificationListenerService"
2398 android:protectionLevel="signature" />
2399
Evan Charlton843d5ea2013-05-13 10:35:33 -07002400 <!-- Allows an application to call into a carrier setup flow. It is up to the
2401 carrier setup application to enforce that this permission is required
2402 @hide This is not a third-party API (intended for OEMs and system apps). -->
2403 <permission android:name="android.permission.INVOKE_CARRIER_SETUP"
2404 android:label="@string/permlab_invokeCarrierSetup"
2405 android:description="@string/permdesc_invokeCarrierSetup"
2406 android:protectionLevel="signature|system" />
2407
Brian Williammee1ed51622013-07-31 17:07:33 -07002408 <!-- Allows an application to listen for network condition observations.
2409 @hide This is not a third-party API (intended for system apps). -->
2410 <permission android:name="android.permission.ACCESS_NETWORK_CONDITIONS"
2411 android:label="@string/permlab_accessNetworkConditions"
2412 android:description="@string/permdesc_accessNetworkConditions"
2413 android:protectionLevel="signature|system" />
2414
Christopher Tate4a627c72011-04-01 14:43:32 -07002415 <!-- The system process is explicitly the only one allowed to launch the
2416 confirmation UI for full backup/restore -->
2417 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
2418
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002419 <application android:process="system"
2420 android:persistent="true"
2421 android:hasCode="false"
2422 android:label="@string/android_system_label"
2423 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07002424 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07002425 android:killAfterRestore="false"
Fabrice Di Meglio4497e0c2012-09-10 20:46:33 -07002426 android:icon="@drawable/ic_launcher_android"
2427 android:supportsRtl="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002428 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002429 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07002430 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002431 android:excludeFromRecents="true"
2432 android:multiprocess="true">
2433 <intent-filter>
2434 <action android:name="android.intent.action.CHOOSER" />
2435 <category android:name="android.intent.category.DEFAULT" />
2436 </intent-filter>
2437 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07002438 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002439 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07002440 android:label="@string/heavy_weight_switcher_title"
2441 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002442 android:excludeFromRecents="true"
2443 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07002444 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002445 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002446 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
2447 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002448 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08002449 <activity android:name="com.android.internal.app.DisableCarModeActivity"
2450 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002451 android:excludeFromRecents="true"
2452 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08002453 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002454
Fred Quintana33269202009-04-20 16:05:10 -07002455 <activity android:name="android.accounts.ChooseAccountActivity"
2456 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08002457 android:exported="true"
2458 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002459 android:label="@string/choose_account_label"
2460 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07002461 </activity>
2462
Fred Quintana1121bb52011-09-14 23:19:35 -07002463 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
2464 android:excludeFromRecents="true"
2465 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07002466 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002467 android:label="@string/choose_account_label"
2468 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07002469 </activity>
2470
2471 <activity android:name="android.accounts.ChooseAccountTypeActivity"
2472 android:excludeFromRecents="true"
Jatin Lodhia856b01e2012-09-28 10:53:37 -07002473 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002474 android:label="@string/choose_account_label"
2475 android:process=":ui">
2476 </activity>
2477
Amith Yamasani23c8b962013-04-10 13:37:18 -07002478 <activity android:name="android.accounts.CantAddAccountActivity"
2479 android:excludeFromRecents="true"
2480 android:exported="true"
Amith Yamasani5a3915b2013-05-24 09:53:47 -07002481 android:theme="@android:style/Theme.Holo.Dialog.NoActionBar"
Amith Yamasani23c8b962013-04-10 13:37:18 -07002482 android:process=":ui">
2483 </activity>
2484
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002485 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
2486 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08002487 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002488 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
2489 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002490 </activity>
2491
Fred Quintanab19e62a2010-12-16 13:54:43 -08002492 <activity android:name="android.content.SyncActivityTooManyDeletes"
2493 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002494 android:label="@string/sync_too_many_deletes"
2495 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08002496 </activity>
2497
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002498 <activity android:name="com.android.server.ShutdownActivity"
2499 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07002500 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002501 <intent-filter>
2502 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2503 <category android:name="android.intent.category.DEFAULT" />
2504 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04002505 <intent-filter>
2506 <action android:name="android.intent.action.REBOOT" />
2507 <category android:name="android.intent.category.DEFAULT" />
2508 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002509 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08002510
Danke Xie22d1f9f2009-08-18 18:28:45 -04002511 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002512 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002513 android:excludeFromRecents="true"
2514 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04002515 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002516
Amith Yamasani655d0e22013-06-12 14:19:10 -07002517 <activity android:name="com.android.internal.app.RestrictionsPinSetupActivity"
2518 android:theme="@style/Theme.Holo.Dialog.Alert"
2519 android:permission="android.permission.MANAGE_USERS"
2520 android:excludeFromRecents="true"
2521 android:windowSoftInputMode="adjustPan"
2522 android:process=":ui">
2523 <intent-filter android:priority="100">
2524 <action android:name="android.intent.action.RESTRICTIONS_PIN_CREATE" />
2525 <category android:name="android.intent.category.DEFAULT" />
2526 </intent-filter>
2527 </activity>
2528
2529 <activity android:name="com.android.internal.app.RestrictionsPinActivity"
2530 android:theme="@style/Theme.Holo.Dialog.Alert"
2531 android:excludeFromRecents="true"
2532 android:windowSoftInputMode="adjustPan"
2533 android:process=":ui">
2534 <intent-filter android:priority="100">
2535 <action android:name="android.intent.action.RESTRICTIONS_PIN_CHALLENGE" />
2536 <category android:name="android.intent.category.DEFAULT" />
2537 </intent-filter>
2538 </activity>
2539
Dianne Hackbornd4ac8d72012-09-27 23:20:10 -07002540 <receiver android:name="com.android.server.BootReceiver"
2541 android:primaryUserOnly="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002542 <intent-filter>
2543 <action android:name="android.intent.action.BOOT_COMPLETED" />
2544 </intent-filter>
2545 </receiver>
2546
Geremy Condrab6310842012-08-23 22:00:15 -07002547 <receiver android:name="com.android.server.updates.CertPinInstallReceiver" >
2548 <intent-filter>
2549 <action android:name="android.intent.action.UPDATE_PINS" />
2550 </intent-filter>
2551 </receiver>
2552
Ben Gruver633dc9b2013-04-04 12:05:49 -07002553 <receiver android:name="com.android.server.updates.IntentFirewallInstallReceiver" >
2554 <intent-filter>
2555 <action android:name="android.intent.action.UPDATE_INTENT_FIREWALL" />
2556 </intent-filter>
2557 </receiver>
2558
Robert Greenwaltc6fa2372012-09-24 13:57:16 -07002559 <receiver android:name="com.android.server.updates.SmsShortCodesInstallReceiver" >
2560 <intent-filter>
2561 <action android:name="android.intent.action.UPDATE_SMS_SHORT_CODES" />
2562 </intent-filter>
2563 </receiver>
2564
Robert Greenwalte182bfe2013-07-16 12:06:09 -07002565 <receiver android:name="com.android.server.updates.CarrierProvisioningUrlsInstallReceiver" >
2566 <intent-filter>
2567 <action android:name="android.intent.action.UPDATE_CARRIER_PROVISIONING_URLS" />
2568 </intent-filter>
2569 </receiver>
2570
Geremy Condra78a4c712013-01-30 11:20:26 -08002571 <receiver android:name="com.android.server.updates.TZInfoInstallReceiver" >
2572 <intent-filter>
2573 <action android:name="android.intent.action.UPDATE_TZINFO" />
2574 </intent-filter>
2575 </receiver>
2576
Geremy Condra4e7f7e82013-03-26 21:09:01 -07002577 <receiver android:name="com.android.server.updates.SELinuxPolicyInstallReceiver" >
2578 <intent-filter>
2579 <action android:name="android.intent.action.UPDATE_SEPOLICY" />
2580 </intent-filter>
2581 </receiver>
2582
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002583 <receiver android:name="com.android.server.MasterClearReceiver"
Amith Yamasani655d0e22013-06-12 14:19:10 -07002584 android:permission="android.permission.MASTER_CLEAR">
2585 <intent-filter
2586 android:priority="100" >
Dan Egnor18e93962010-02-10 19:27:58 -08002587 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2588 <action android:name="android.intent.action.MASTER_CLEAR" />
2589
2590 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002591 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002592 <category android:name="android.intent.category.MASTER_CLEAR" />
2593 </intent-filter>
2594 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07002595
2596 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2597 android:permission="android.permission.MASTER_CLEAR"
2598 android:exported="true" />
2599
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -07002600 <service android:name="android.hardware.location.GeofenceHardwareService"
2601 android:permission="android.permission.LOCATION_HARDWARE"
2602 android:exported="false" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002603 </application>
2604
2605</manifest>