blob: 378bce63414d99370c4776f068725d745c5efeeb [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" />
Nick Kralevicha4405ba2012-12-06 15:22:11 -0800204 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
205 <protected-broadcast android:name="android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE" />
206 <protected-broadcast android:name="android.intent.action.AIRPLANE_MODE" />
207 <protected-broadcast android:name="android.intent.action.ADVANCED_SETTINGS" />
Jeff Sharkey02ffba92013-03-08 16:13:15 -0800208 <protected-broadcast android:name="android.intent.action.BUGREPORT_FINISHED" />
John Spurlockf4f6b4c2012-08-25 12:08:03 -0400209
Svetoslavb3038ec2013-02-13 14:39:30 -0800210 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_START" />
211 <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_END" />
212
Jeff Sharkey61277df2013-06-12 18:16:01 -0700213 <protected-broadcast android:name="android.intent.action.HDMI_PLUGGED" />
214
215 <protected-broadcast android:name="android.intent.action.PHONE_STATE" />
216
217 <protected-broadcast android:name="android.location.GPS_ENABLED_CHANGE" />
218 <protected-broadcast android:name="android.location.PROVIDERS_CHANGED" />
219 <protected-broadcast android:name="android.location.GPS_FIX_CHANGE" />
220
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800221 <!-- ====================================== -->
222 <!-- Permissions for things that cost money -->
223 <!-- ====================================== -->
224 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700225
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800226 <!-- Used for permissions that can be used to make the user spend money
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700227 without their direct involvement. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800228 <permission-group android:name="android.permission-group.COST_MONEY"
229 android:label="@string/permgrouplab_costMoney"
230 android:description="@string/permgroupdesc_costMoney" />
231
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800232 <!-- ================================== -->
233 <!-- Permissions for accessing messages -->
234 <!-- ================================== -->
235 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700236
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800237 <!-- Used for permissions that allow an application to send messages
238 on behalf of the user or intercept messages being received by the
239 user. This is primarily intended for SMS/MMS messaging, such as
240 receiving or reading an MMS. -->
241 <permission-group android:name="android.permission-group.MESSAGES"
242 android:label="@string/permgrouplab_messages"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700243 android:icon="@drawable/perm_group_messages"
244 android:description="@string/permgroupdesc_messages"
245 android:permissionGroupFlags="personalInfo"
246 android:priority="360"/>
247
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700248 <!-- Allows an application to send SMS messages. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700249 <permission android:name="android.permission.SEND_SMS"
250 android:permissionGroup="android.permission-group.MESSAGES"
251 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700252 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700253 android:label="@string/permlab_sendSms"
254 android:description="@string/permdesc_sendSms" />
255
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700256 <!-- Allows an application (Phone) to send a request to other applications
Scott Main93e60b52013-06-10 11:05:55 -0700257 to handle the respond-via-message action during incoming calls.
258 <p>Not for use by third-party applications. -->
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700259 <permission android:name="android.permission.SEND_RESPOND_VIA_MESSAGE"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700260 android:permissionGroup="android.permission-group.MESSAGES"
261 android:protectionLevel="signature|system"
Daisuke Miyakawa149ceec2012-03-26 09:04:12 -0700262 android:label="@string/permlab_sendRespondViaMessageRequest"
263 android:description="@string/permdesc_sendRespondViaMessageRequest" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800264
265 <!-- Allows an application to monitor incoming SMS messages, to record
266 or perform processing on them. -->
267 <permission android:name="android.permission.RECEIVE_SMS"
268 android:permissionGroup="android.permission-group.MESSAGES"
269 android:protectionLevel="dangerous"
270 android:label="@string/permlab_receiveSms"
271 android:description="@string/permdesc_receiveSms" />
272
273 <!-- Allows an application to monitor incoming MMS messages, to record
274 or perform processing on them. -->
275 <permission android:name="android.permission.RECEIVE_MMS"
276 android:permissionGroup="android.permission-group.MESSAGES"
277 android:protectionLevel="dangerous"
278 android:label="@string/permlab_receiveMms"
279 android:description="@string/permdesc_receiveMms" />
280
Jake Hambyab79ee42011-04-26 16:26:46 -0700281 <!-- Allows an application to receive emergency cell broadcast messages,
Scott Main93e60b52013-06-10 11:05:55 -0700282 to record or display them to the user.
283 <p>Not for use by third-party applications.
Jake Hambyab79ee42011-04-26 16:26:46 -0700284 @hide Pending API council approval -->
285 <permission android:name="android.permission.RECEIVE_EMERGENCY_BROADCAST"
286 android:permissionGroup="android.permission-group.MESSAGES"
Dianne Hackborne639da72012-02-21 15:11:13 -0800287 android:protectionLevel="signature|system"
Jake Hambyab79ee42011-04-26 16:26:46 -0700288 android:label="@string/permlab_receiveEmergencyBroadcast"
289 android:description="@string/permdesc_receiveEmergencyBroadcast" />
290
Jake Hambyc3296ff2012-04-18 12:32:18 -0700291 <!-- Allows an application to read previously received cell broadcast
292 messages and to register a content observer to get notifications when
293 a cell broadcast has been received and added to the database. For
294 emergency alerts, the database is updated immediately after the
295 alert dialog and notification sound/vibration/speech are presented.
296 The "read" column is then updated after the user dismisses the alert.
297 This enables supplementary emergency assistance apps to start loading
298 additional emergency information (if Internet access is available)
299 when the alert is first received, and to delay presenting the info
300 to the user until after the initial alert dialog is dismissed.
301 @hide Pending API council approval -->
302 <permission android:name="android.permission.READ_CELL_BROADCASTS"
303 android:permissionGroup="android.permission-group.MESSAGES"
304 android:protectionLevel="dangerous"
305 android:label="@string/permlab_readCellBroadcasts"
306 android:description="@string/permdesc_readCellBroadcasts" />
307
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800308 <!-- Allows an application to read SMS messages. -->
309 <permission android:name="android.permission.READ_SMS"
310 android:permissionGroup="android.permission-group.MESSAGES"
311 android:protectionLevel="dangerous"
312 android:label="@string/permlab_readSms"
313 android:description="@string/permdesc_readSms" />
314
315 <!-- Allows an application to write SMS messages. -->
316 <permission android:name="android.permission.WRITE_SMS"
317 android:permissionGroup="android.permission-group.MESSAGES"
318 android:protectionLevel="dangerous"
319 android:label="@string/permlab_writeSms"
320 android:description="@string/permdesc_writeSms" />
321
322 <!-- Allows an application to monitor incoming WAP push messages. -->
323 <permission android:name="android.permission.RECEIVE_WAP_PUSH"
324 android:permissionGroup="android.permission-group.MESSAGES"
325 android:protectionLevel="dangerous"
326 android:label="@string/permlab_receiveWapPush"
327 android:description="@string/permdesc_receiveWapPush" />
328
329 <!-- =============================================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700330 <!-- Permissions for accessing social info (contacts and social) -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800331 <!-- =============================================================== -->
332 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700333
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700334 <!-- Used for permissions that provide access to the user's social connections,
335 such as contacts, call logs, social stream, etc. This includes
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800336 both reading and writing of this data (which should generally be
337 expressed as two distinct permissions). -->
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700338
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700339 <permission-group android:name="android.permission-group.SOCIAL_INFO"
340 android:label="@string/permgrouplab_socialInfo"
341 android:icon="@drawable/perm_group_social_info"
342 android:description="@string/permgroupdesc_socialInfo"
343 android:permissionGroupFlags="personalInfo"
344 android:priority="320" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800345
346 <!-- Allows an application to read the user's contacts data. -->
347 <permission android:name="android.permission.READ_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700348 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800349 android:protectionLevel="dangerous"
350 android:label="@string/permlab_readContacts"
351 android:description="@string/permdesc_readContacts" />
352
353 <!-- Allows an application to write (but not read) the user's
354 contacts data. -->
355 <permission android:name="android.permission.WRITE_CONTACTS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700356 android:permissionGroup="android.permission-group.SOCIAL_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800357 android:protectionLevel="dangerous"
358 android:label="@string/permlab_writeContacts"
359 android:description="@string/permdesc_writeContacts" />
360
Subir Jhanb603af612012-08-06 17:19:22 -0700361 <!-- Allows an application to execute contacts directory search.
Scott Main93e60b52013-06-10 11:05:55 -0700362 This should only be used by ContactsProvider.
363 <p>Not for use by third-party applications. -->
Subir Jhanb603af612012-08-06 17:19:22 -0700364 <!-- @hide -->
365 <permission android:name="android.permission.BIND_DIRECTORY_SEARCH"
366 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Subir Jhanb0224cca2012-08-16 17:04:54 -0700367 android:protectionLevel="signature|system" />
Subir Jhanb603af612012-08-06 17:19:22 -0700368
Scott Main2681faa2012-11-01 12:18:31 -0700369 <!-- Allows an application to read the user's call log.
370 <p class="note"><strong>Note:</strong> If your app uses the
371 {@link #READ_CONTACTS} permission and <em>both</em> your <a
372 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
373 minSdkVersion}</a> and <a
374 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
375 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
376 grants your app this permission. If you don't need this permission, be sure your <a
377 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
378 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700379 <permission android:name="android.permission.READ_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700380 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700381 android:protectionLevel="dangerous"
382 android:label="@string/permlab_readCallLog"
383 android:description="@string/permdesc_readCallLog" />
384
385 <!-- Allows an application to write (but not read) the user's
Scott Main2681faa2012-11-01 12:18:31 -0700386 contacts data.
387 <p class="note"><strong>Note:</strong> If your app uses the
388 {@link #WRITE_CONTACTS} permission and <em>both</em> your <a
389 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
390 minSdkVersion}</a> and <a
391 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
392 targetSdkVersion}</a> values are set to 15 or lower, the system implicitly
393 grants your app this permission. If you don't need this permission, be sure your <a
394 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
395 targetSdkVersion}</a> is 16 or higher.</p> -->
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700396 <permission android:name="android.permission.WRITE_CALL_LOG"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700397 android:permissionGroup="android.permission-group.SOCIAL_INFO"
Daniel Lehmannf06d9492012-03-12 13:45:19 -0700398 android:protectionLevel="dangerous"
399 android:label="@string/permlab_writeCallLog"
400 android:description="@string/permdesc_writeCallLog" />
401
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700402 <!-- Allows an application to read from the user's social stream. -->
403 <permission android:name="android.permission.READ_SOCIAL_STREAM"
404 android:permissionGroup="android.permission-group.SOCIAL_INFO"
405 android:protectionLevel="dangerous"
406 android:label="@string/permlab_readSocialStream"
407 android:description="@string/permdesc_readSocialStream" />
408
409 <!-- Allows an application to write (but not read) the user's
410 social stream data. -->
411 <permission android:name="android.permission.WRITE_SOCIAL_STREAM"
412 android:permissionGroup="android.permission-group.SOCIAL_INFO"
413 android:protectionLevel="dangerous"
414 android:label="@string/permlab_writeSocialStream"
415 android:description="@string/permdesc_writeSocialStream" />
416
417 <!-- =============================================================== -->
418 <!-- Permissions for accessing information about the device owner -->
419 <!-- =============================================================== -->
420 <eat-comment />
421
422 <!-- Used for permissions that provide access to information about the device
423 user such as profile information. This includes both reading and
424 writing of this data (which should generally be expressed as two
425 distinct permissions). -->
426 <permission-group android:name="android.permission-group.PERSONAL_INFO"
427 android:label="@string/permgrouplab_personalInfo"
428 android:icon="@drawable/perm_group_personal_info"
429 android:description="@string/permgroupdesc_personalInfo"
430 android:permissionGroupFlags="personalInfo"
431 android:priority="310" />
432
Dave Santoro43251332011-05-11 11:39:54 -0700433 <!-- Allows an application to read the user's personal profile data. -->
434 <permission android:name="android.permission.READ_PROFILE"
435 android:permissionGroup="android.permission-group.PERSONAL_INFO"
436 android:protectionLevel="dangerous"
437 android:label="@string/permlab_readProfile"
438 android:description="@string/permdesc_readProfile" />
439
440 <!-- Allows an application to write (but not read) the user's
441 personal profile data. -->
442 <permission android:name="android.permission.WRITE_PROFILE"
443 android:permissionGroup="android.permission-group.PERSONAL_INFO"
444 android:protectionLevel="dangerous"
445 android:label="@string/permlab_writeProfile"
446 android:description="@string/permdesc_writeProfile" />
447
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700448 <!-- =============================================================== -->
449 <!-- Permissions for accessing the device calendar -->
450 <!-- =============================================================== -->
451 <eat-comment />
Dave Santoro0b61f592011-10-03 18:25:26 -0700452
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700453 <!-- Used for permissions that provide access to the device
454 calendar to create / view events.-->
455 <permission-group android:name="android.permission-group.CALENDAR"
456 android:label="@string/permgrouplab_calendar"
457 android:icon="@drawable/perm_group_calendar"
458 android:description="@string/permgroupdesc_calendar"
459 android:permissionGroupFlags="personalInfo"
460 android:priority="290" />
Dave Santoro0b61f592011-10-03 18:25:26 -0700461
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800462 <!-- Allows an application to read the user's calendar data. -->
463 <permission android:name="android.permission.READ_CALENDAR"
464 android:permissionGroup="android.permission-group.PERSONAL_INFO"
465 android:protectionLevel="dangerous"
466 android:label="@string/permlab_readCalendar"
467 android:description="@string/permdesc_readCalendar" />
468
469 <!-- Allows an application to write (but not read) the user's
470 calendar data. -->
471 <permission android:name="android.permission.WRITE_CALENDAR"
472 android:permissionGroup="android.permission-group.PERSONAL_INFO"
473 android:protectionLevel="dangerous"
474 android:label="@string/permlab_writeCalendar"
475 android:description="@string/permdesc_writeCalendar" />
476
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700477 <!-- =============================================================== -->
478 <!-- Permissions for accessing the user dictionary-->
479 <!-- =============================================================== -->
480 <eat-comment />
481
482 <!-- Used for permissions that provide access to the user
483 calendar to create / view events.-->
484 <permission-group android:name="android.permission-group.USER_DICTIONARY"
485 android:label="@string/permgrouplab_dictionary"
486 android:icon="@drawable/perm_group_user_dictionary"
487 android:description="@string/permgroupdesc_dictionary"
488 android:permissionGroupFlags="personalInfo"
489 android:priority="170" />
490
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800491 <!-- Allows an application to read the user dictionary. This should
Fred Quintana60307342009-03-24 22:48:12 -0700492 really only be required by an IME, or a dictionary editor like
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700493 the Settings app. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800494 <permission android:name="android.permission.READ_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700495 android:permissionGroup="android.permission-group.USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800496 android:protectionLevel="dangerous"
497 android:label="@string/permlab_readDictionary"
498 android:description="@string/permdesc_readDictionary" />
499
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700500 <!-- Used for permissions that provide access to the user
501 calendar to create / view events.-->
502 <permission-group android:name="android.permission-group.WRITE_USER_DICTIONARY"
503 android:label="@string/permgrouplab_writeDictionary"
504 android:icon="@drawable/perm_group_user_dictionary_write"
505 android:description="@string/permgroupdesc_writeDictionary"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700506 android:priority="160" />
507
Dianne Hackbornfd5015b2012-04-30 16:33:56 -0700508 <!-- Allows an application to write to the user dictionary. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800509 <permission android:name="android.permission.WRITE_USER_DICTIONARY"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700510 android:permissionGroup="android.permission-group.WRITE_USER_DICTIONARY"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800511 android:protectionLevel="normal"
512 android:label="@string/permlab_writeDictionary"
513 android:description="@string/permdesc_writeDictionary" />
514
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700515 <!-- =============================================================== -->
516 <!-- Permissions for accessing the user bookmarks -->
517 <!-- =============================================================== -->
518 <eat-comment />
519
520 <!-- Used for permissions that provide access to the user
521 bookmarks and browser history.-->
522 <permission-group android:name="android.permission-group.BOOKMARKS"
523 android:label="@string/permgrouplab_bookmarks"
524 android:icon="@drawable/perm_group_bookmarks"
525 android:description="@string/permgroupdesc_bookmarks"
526 android:permissionGroupFlags="personalInfo"
527 android:priority="300" />
528
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400529 <!-- Allows an application to read (but not write) the user's
530 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400531 <permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700532 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400533 android:label="@string/permlab_readHistoryBookmarks"
534 android:description="@string/permdesc_readHistoryBookmarks"
535 android:protectionLevel="dangerous" />
536
537 <!-- Allows an application to write (but not read) the user's
538 browsing history and bookmarks. -->
Leon Scrogginse7d1c8f2009-07-27 11:10:28 -0400539 <permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700540 android:permissionGroup="android.permission-group.BOOKMARKS"
Leon Scroggins9ce4c6c2009-06-19 14:13:08 -0400541 android:label="@string/permlab_writeHistoryBookmarks"
542 android:description="@string/permdesc_writeHistoryBookmarks"
543 android:protectionLevel="dangerous" />
544
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700545 <!-- =============================================================== -->
546 <!-- Permissions for setting the device alarm -->
547 <!-- =============================================================== -->
548 <eat-comment />
549
550 <!-- Used for permissions that provide access to the user voicemail box. -->
551 <permission-group android:name="android.permission-group.DEVICE_ALARMS"
552 android:label="@string/permgrouplab_deviceAlarms"
553 android:icon="@drawable/perm_group_device_alarms"
554 android:description="@string/permgroupdesc_deviceAlarms"
555 android:permissionGroupFlags="personalInfo"
556 android:priority="210" />
557
Patrick Scotta73c4b02010-09-22 08:16:53 -0400558 <!-- Allows an application to broadcast an Intent to set an alarm for the
559 user. -->
560 <permission android:name="com.android.alarm.permission.SET_ALARM"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700561 android:permissionGroup="android.permission-group.DEVICE_ALARMS"
Patrick Scotta73c4b02010-09-22 08:16:53 -0400562 android:label="@string/permlab_setAlarm"
563 android:description="@string/permdesc_setAlarm"
564 android:protectionLevel="normal" />
565
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700566 <!-- =============================================================== -->
567 <!-- Permissions for accessing the user voicemail -->
568 <!-- =============================================================== -->
569 <eat-comment />
570
571 <!-- Used for permissions that provide access to the user voicemail box. -->
572 <permission-group android:name="android.permission-group.VOICEMAIL"
573 android:label="@string/permgrouplab_voicemail"
574 android:icon="@drawable/perm_group_voicemail"
575 android:description="@string/permgroupdesc_voicemail"
576 android:permissionGroupFlags="personalInfo"
577 android:priority="280" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700578
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100579 <!-- Allows an application to add voicemails into the system. -->
580 <permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700581 android:permissionGroup="android.permission-group.VOICEMAIL"
Debashish Chatterjee766839c2011-08-02 19:25:50 +0100582 android:protectionLevel="dangerous"
583 android:label="@string/permlab_addVoicemail"
584 android:description="@string/permdesc_addVoicemail" />
585
Svetoslav38228962013-01-29 01:04:35 -0800586 <!-- =============================================== -->
587 <!-- Permissions for enabling accessibility features -->
588 <!-- =============================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700589 <eat-comment />
Svetoslav38228962013-01-29 01:04:35 -0800590
591 <!-- Used for permissions that allow requesting certain accessibility features. -->
592 <permission-group android:name="android.permission-group.ACCESSIBILITY_FEATURES"
593 android:label="@string/permgrouplab_accessibilityFeatures"
594 android:icon="@drawable/perm_group_accessibility_features"
595 android:description="@string/permgroupdesc_accessibilityFeatures"
596 android:priority="380" />
597
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800598 <!-- ======================================= -->
599 <!-- Permissions for accessing location info -->
600 <!-- ======================================= -->
601 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700602
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800603 <!-- Used for permissions that allow access to the user's current
604 location. -->
605 <permission-group android:name="android.permission-group.LOCATION"
606 android:label="@string/permgrouplab_location"
Dianne Hackborn99222d22012-05-06 16:30:15 -0700607 android:icon="@drawable/perm_group_location"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700608 android:description="@string/permgroupdesc_location"
609 android:permissionGroupFlags="personalInfo"
610 android:priority="330" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800611
Scott Main277b3522012-11-01 10:55:02 -0700612 <!-- Allows an app to access precise location from location sources such
613 as GPS, cell towers, and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800614 <permission android:name="android.permission.ACCESS_FINE_LOCATION"
615 android:permissionGroup="android.permission-group.LOCATION"
616 android:protectionLevel="dangerous"
617 android:label="@string/permlab_accessFineLocation"
618 android:description="@string/permdesc_accessFineLocation" />
619
Scott Main277b3522012-11-01 10:55:02 -0700620 <!-- Allows an app to access approximate location derived from network location
621 sources such as cell towers and Wi-Fi. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800622 <permission android:name="android.permission.ACCESS_COARSE_LOCATION"
623 android:permissionGroup="android.permission-group.LOCATION"
624 android:protectionLevel="dangerous"
625 android:label="@string/permlab_accessCoarseLocation"
626 android:description="@string/permdesc_accessCoarseLocation" />
627
628 <!-- Allows an application to create mock location providers for testing -->
629 <permission android:name="android.permission.ACCESS_MOCK_LOCATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700630 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700631 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800632 android:label="@string/permlab_accessMockLocation"
633 android:description="@string/permdesc_accessMockLocation" />
634
635 <!-- Allows an application to access extra location provider commands -->
636 <permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700637 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn935ae462009-04-13 16:11:55 -0700638 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800639 android:label="@string/permlab_accessLocationExtraCommands"
640 android:description="@string/permdesc_accessLocationExtraCommands" />
641
Scott Main93e60b52013-06-10 11:05:55 -0700642 <!-- Allows an application to install a location provider into the Location Manager.
643 <p>Not for use by third-party applications. -->
Mike Lockwood275555c2009-05-01 11:30:34 -0400644 <permission android:name="android.permission.INSTALL_LOCATION_PROVIDER"
Dianne Hackborne639da72012-02-21 15:11:13 -0800645 android:protectionLevel="signature|system"
Mike Lockwood275555c2009-05-01 11:30:34 -0400646 android:label="@string/permlab_installLocationProvider"
647 android:description="@string/permdesc_installLocationProvider" />
648
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700649 <!-- Allows an application to use location features in hardware,
Scott Main93e60b52013-06-10 11:05:55 -0700650 such as the geofencing api.
651 <p>Not for use by third-party applications. -->
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -0700652 <permission android:name="android.permission.LOCATION_HARDWARE"
653 android:permissionGroup="android.permission-group.LOCATION"
654 android:protectionLevel="signature|system" />
655 <uses-permission android:name="android.permission.LOCATION_HARDWARE"/>
656
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800657 <!-- ======================================= -->
658 <!-- Permissions for accessing networks -->
659 <!-- ======================================= -->
660 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700661
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800662 <!-- Used for permissions that provide access to networking services. The
663 main permission here is internet access, but this is also an
664 appropriate group for accessing or modifying any network configuration
665 or other related network operations. -->
666 <permission-group android:name="android.permission-group.NETWORK"
667 android:label="@string/permgrouplab_network"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700668 android:icon="@drawable/perm_group_network"
669 android:description="@string/permgroupdesc_network"
670 android:priority="270" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800671
672 <!-- Allows applications to open network sockets. -->
673 <permission android:name="android.permission.INTERNET"
674 android:permissionGroup="android.permission-group.NETWORK"
675 android:protectionLevel="dangerous"
676 android:description="@string/permdesc_createNetworkSockets"
677 android:label="@string/permlab_createNetworkSockets" />
678
679 <!-- Allows applications to access information about networks -->
680 <permission android:name="android.permission.ACCESS_NETWORK_STATE"
681 android:permissionGroup="android.permission-group.NETWORK"
682 android:protectionLevel="normal"
683 android:description="@string/permdesc_accessNetworkState"
684 android:label="@string/permlab_accessNetworkState" />
685
686 <!-- Allows applications to access information about Wi-Fi networks -->
687 <permission android:name="android.permission.ACCESS_WIFI_STATE"
688 android:permissionGroup="android.permission-group.NETWORK"
689 android:protectionLevel="normal"
690 android:description="@string/permdesc_accessWifiState"
691 android:label="@string/permlab_accessWifiState" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800692
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700693 <!-- Allows applications to change Wi-Fi connectivity state -->
694 <permission android:name="android.permission.CHANGE_WIFI_STATE"
695 android:permissionGroup="android.permission-group.NETWORK"
696 android:protectionLevel="dangerous"
697 android:description="@string/permdesc_changeWifiState"
698 android:label="@string/permlab_changeWifiState" />
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700699
Robert Greenwalt8588e472011-11-08 10:12:25 -0800700 <!-- @hide -->
tk.mun148c7d02011-10-13 22:51:57 +0900701 <permission android:name="android.permission.ACCESS_WIMAX_STATE"
702 android:permissionGroup="android.permission-group.NETWORK"
703 android:protectionLevel="normal"
704 android:description="@string/permdesc_accessWimaxState"
705 android:label="@string/permlab_accessWimaxState" />
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700706
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700707 <!-- @hide -->
708 <permission android:name="android.permission.CHANGE_WIMAX_STATE"
Adrian Ludwigdc410cb2012-04-13 13:51:48 -0700709 android:permissionGroup="android.permission-group.NETWORK"
710 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700711 android:description="@string/permdesc_changeWimaxState"
712 android:label="@string/permlab_changeWimaxState" />
713
714 <!-- ======================================= -->
715 <!-- Permissions for short range, peripheral networks -->
716 <!-- ======================================= -->
717 <eat-comment />
718
719 <!-- Used for permissions that provide access to other devices through Bluetooth.-->
720 <permission-group android:name="android.permission-group.BLUETOOTH_NETWORK"
721 android:label="@string/permgrouplab_bluetoothNetwork"
722 android:icon="@drawable/perm_group_bluetooth"
723 android:description="@string/permgroupdesc_bluetoothNetwork"
724 android:priority="260" />
725
726 <!-- Allows applications to connect to paired bluetooth devices -->
727 <permission android:name="android.permission.BLUETOOTH"
728 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
729 android:protectionLevel="dangerous"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800730 android:description="@string/permdesc_bluetooth"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -0700731 android:label="@string/permlab_bluetooth" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800732
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700733 <!-- Allows applications to discover and pair bluetooth devices -->
734 <permission android:name="android.permission.BLUETOOTH_ADMIN"
735 android:permissionGroup="android.permission-group.BLUETOOTH_NETWORK"
736 android:protectionLevel="dangerous"
737 android:description="@string/permdesc_bluetoothAdmin"
738 android:label="@string/permlab_bluetoothAdmin" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800739
Matthew Xiefca9d632012-10-04 12:25:28 -0700740 <!-- Allows bluetooth stack to access files
741 @hide This should only be used by Bluetooth apk.
742 -->
743 <permission android:name="android.permission.BLUETOOTH_STACK"
744 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
745 android:protectionLevel="signature" />
746
Nick Pelly1df862a2011-02-15 13:34:38 -0800747 <!-- Allows applications to perform I/O operations over NFC -->
Nick Pellye47150e2010-10-17 19:05:47 -0700748 <permission android:name="android.permission.NFC"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700749 android:permissionGroup="android.permission-group.NETWORK"
Nick Pelly038cabe2010-09-23 16:12:11 -0700750 android:protectionLevel="dangerous"
Nick Pellye47150e2010-10-17 19:05:47 -0700751 android:description="@string/permdesc_nfc"
752 android:label="@string/permlab_nfc" />
Nick Pelly038cabe2010-09-23 16:12:11 -0700753
Dianne Hackborn2ca2c872012-09-16 16:03:36 -0700754 <!-- Allows an internal user to use privileged ConnectivityManager APIs.
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700755 @hide -->
756 <permission android:name="android.permission.CONNECTIVITY_INTERNAL"
757 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborne639da72012-02-21 15:11:13 -0800758 android:protectionLevel="signature|system" />
Robert Greenwalt14f2ef42010-06-15 12:19:37 -0700759
Haoyu Baidb3c8672012-06-20 14:29:57 -0700760 <!-- @hide -->
761 <permission android:name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"
762 android:permissionGroup="android.permission-group.NETWORK"
763 android:protectionLevel="signature|system" />
764
Doug Zongkerb616f0c2013-01-29 09:05:21 -0800765 <!-- Allows access to the loop radio (Android@Home mesh network) device.
766 @hide -->
767 <permission android:name="android.permission.LOOP_RADIO"
768 android:permissionGroup="android.permission-group.NETWORK"
769 android:protectionLevel="signature|system" />
Russell Brenner108da0c2013-02-12 10:03:14 -0800770
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800771 <!-- ================================== -->
772 <!-- Permissions for accessing accounts -->
773 <!-- ================================== -->
774 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700775
Debajit Ghosh96cb8d02009-09-29 17:57:25 -0700776 <!-- Permissions for direct access to the accounts managed
777 by the Account Manager. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800778 <permission-group android:name="android.permission-group.ACCOUNTS"
779 android:label="@string/permgrouplab_accounts"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700780 android:icon="@drawable/perm_group_accounts"
781 android:description="@string/permgroupdesc_accounts"
782 android:permissionGroupFlags="personalInfo"
783 android:priority="200" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800784
785 <!-- Allows access to the list of accounts in the Accounts Service -->
786 <permission android:name="android.permission.GET_ACCOUNTS"
787 android:permissionGroup="android.permission-group.ACCOUNTS"
788 android:protectionLevel="normal"
789 android:description="@string/permdesc_getAccounts"
790 android:label="@string/permlab_getAccounts" />
791
Fred Quintanad4a1d2e2009-07-16 16:36:38 -0700792 <!-- Allows an application to act as an AccountAuthenticator for
793 the AccountManager -->
794 <permission android:name="android.permission.AUTHENTICATE_ACCOUNTS"
795 android:permissionGroup="android.permission-group.ACCOUNTS"
796 android:protectionLevel="dangerous"
797 android:label="@string/permlab_authenticateAccounts"
798 android:description="@string/permdesc_authenticateAccounts" />
799
800 <!-- Allows an application to request authtokens from the AccountManager -->
801 <permission android:name="android.permission.USE_CREDENTIALS"
802 android:permissionGroup="android.permission-group.ACCOUNTS"
803 android:protectionLevel="dangerous"
804 android:label="@string/permlab_useCredentials"
805 android:description="@string/permdesc_useCredentials" />
806
807 <!-- Allows an application to manage the list of accounts in the AccountManager -->
808 <permission android:name="android.permission.MANAGE_ACCOUNTS"
809 android:permissionGroup="android.permission-group.ACCOUNTS"
810 android:protectionLevel="dangerous"
811 android:label="@string/permlab_manageAccounts"
812 android:description="@string/permdesc_manageAccounts" />
813
Scott Main93e60b52013-06-10 11:05:55 -0700814 <!-- Allows applications to call into AccountAuthenticators.
815 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700816 <permission android:name="android.permission.ACCOUNT_MANAGER"
817 android:permissionGroup="android.permission-group.ACCOUNTS"
818 android:protectionLevel="signature"
819 android:description="@string/permdesc_accountManagerService"
820 android:label="@string/permlab_accountManagerService" />
821
822 <!-- ================================== -->
823 <!-- Permissions for accessing hardware that may effect battery life-->
824 <!-- ================================== -->
825 <eat-comment />
826
827 <!-- Used for permissions that provide direct access to the hardware on
828 the device that has an effect on battery life. This includes vibrator,
829 flashlight, etc. -->
830
831 <permission-group android:name="android.permission-group.AFFECTS_BATTERY"
832 android:label="@string/permgrouplab_affectsBattery"
833 android:icon="@drawable/perm_group_affects_battery"
834 android:description="@string/permgroupdesc_affectsBattery"
835 android:priority="180" />
836
837 <!-- Allows applications to enter Wi-Fi Multicast mode -->
838 <permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"
839 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
840 android:protectionLevel="dangerous"
841 android:description="@string/permdesc_changeWifiMulticastState"
842 android:label="@string/permlab_changeWifiMulticastState" />
843
844 <!-- Allows access to the vibrator -->
845 <permission android:name="android.permission.VIBRATE"
846 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
847 android:protectionLevel="normal"
848 android:label="@string/permlab_vibrate"
849 android:description="@string/permdesc_vibrate" />
850
851 <!-- Allows access to the flashlight -->
852 <permission android:name="android.permission.FLASHLIGHT"
853 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
854 android:protectionLevel="normal"
855 android:label="@string/permlab_flashlight"
856 android:description="@string/permdesc_flashlight" />
857
858 <!-- Allows using PowerManager WakeLocks to keep processor from sleeping or screen
859 from dimming -->
860 <permission android:name="android.permission.WAKE_LOCK"
861 android:permissionGroup="android.permission-group.AFFECTS_BATTERY"
862 android:protectionLevel="normal"
863 android:label="@string/permlab_wakeLock"
864 android:description="@string/permdesc_wakeLock" />
865
866 <!-- ==================================================== -->
867 <!-- Permissions related to changing audio settings -->
868 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -0700869 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700870
871 <!-- Used for permissions that provide direct access to speaker settings
872 the device. -->
873 <permission-group android:name="android.permission-group.AUDIO_SETTINGS"
874 android:label="@string/permgrouplab_audioSettings"
875 android:icon="@drawable/perm_group_audio_settings"
876 android:description="@string/permgroupdesc_audioSettings"
877 android:priority="130" />
878
879 <!-- Allows an application to modify global audio settings -->
880 <permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"
881 android:permissionGroup="android.permission-group.AUDIO_SETTINGS"
882 android:protectionLevel="normal"
883 android:label="@string/permlab_modifyAudioSettings"
884 android:description="@string/permdesc_modifyAudioSettings" />
885
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800886 <!-- ================================== -->
887 <!-- Permissions for accessing hardware -->
888 <!-- ================================== -->
889 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700890
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800891 <!-- Used for permissions that provide direct access to the hardware on
892 the device. This includes audio, the camera, vibrator, etc. -->
893 <permission-group android:name="android.permission-group.HARDWARE_CONTROLS"
894 android:label="@string/permgrouplab_hardwareControls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700895 android:description="@string/permgroupdesc_hardwareControls"
896 android:priority="260"/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800897
Mike Lockwood02eb8742011-02-27 09:10:37 -0800898 <!-- Allows an application to manage preferences and permissions for USB devices
899 @hide -->
900 <permission android:name="android.permission.MANAGE_USB"
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400901 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800902 android:protectionLevel="signature|system"
Mike Lockwood02eb8742011-02-27 09:10:37 -0800903 android:label="@string/permlab_manageUsb"
904 android:description="@string/permdesc_manageUsb" />
Mike Lockwood31ac8e92010-05-10 18:26:40 -0400905
Mike Lockwood10bc1112011-01-10 08:24:08 -0500906 <!-- Allows an application to access the MTP USB kernel driver.
907 For use only by the device side MTP implementation.
908 @hide -->
909 <permission android:name="android.permission.ACCESS_MTP"
910 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
Dianne Hackborne639da72012-02-21 15:11:13 -0800911 android:protectionLevel="signature|system"
Mike Lockwood10bc1112011-01-10 08:24:08 -0500912 android:label="@string/permlab_accessMtp"
913 android:description="@string/permdesc_accessMtp" />
914
Scott Main93e60b52013-06-10 11:05:55 -0700915 <!-- Allows access to hardware peripherals. Intended only for hardware testing.
916 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800917 <permission android:name="android.permission.HARDWARE_TEST"
918 android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
919 android:protectionLevel="signature"
920 android:label="@string/permlab_hardware_test"
921 android:description="@string/permdesc_hardware_test" />
922
Ramesh Sudini0e7b5a02011-03-28 09:18:31 -0500923 <!-- Allows access to configure network interfaces, configure/use IPSec, etc.
924 @hide -->
925 <permission android:name="android.permission.NET_ADMIN"
926 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
927 android:protectionLevel="signature" />
928
Jeff Sharkey098d5802012-04-26 17:30:34 -0700929 <!-- Allows registration for remote audio playback. @hide -->
930 <permission android:name="android.permission.REMOTE_AUDIO_PLAYBACK"
931 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
932 android:protectionLevel="signature" />
933
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800934 <!-- =========================================== -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700935 <!-- Permissions associated with audio capture -->
936 <!-- =========================================== -->
937 <eat-comment />
938
939 <!-- Used for permissions that are associated with accessing
940 microphone audio from the device. Note that phone calls also capture audio
941 but are in a separate (more visible) permission group. -->
942 <permission-group android:name="android.permission-group.MICROPHONE"
943 android:label="@string/permgrouplab_microphone"
944 android:icon="@drawable/perm_group_microphone"
945 android:description="@string/permgroupdesc_microphone"
946 android:permissionGroupFlags="personalInfo"
947 android:priority="340" />
948
949 <!-- Allows an application to record audio -->
950 <permission android:name="android.permission.RECORD_AUDIO"
951 android:permissionGroup="android.permission-group.MICROPHONE"
952 android:protectionLevel="dangerous"
Dianne Hackborn84c71112013-04-17 11:18:10 -0700953 android:label="@string/permlab_recordAudio"
954 android:description="@string/permdesc_recordAudio" />
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700955
956
957 <!-- =========================================== -->
958 <!-- Permissions associated with camera and image capture -->
959 <!-- =========================================== -->
960 <eat-comment />
961
962 <!-- Used for permissions that are associated with accessing
963 camera or capturing images/video from the device. -->
964 <permission-group android:name="android.permission-group.CAMERA"
965 android:label="@string/permgrouplab_camera"
966 android:icon="@drawable/perm_group_camera"
967 android:description="@string/permgroupdesc_camera"
968 android:permissionGroupFlags="personalInfo"
969 android:priority="350" />
970
971 <!-- Required to be able to access the camera device.
972 <p>This will automatically enforce the <a
973 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code
974 &lt;uses-feature&gt;}</a> manifest element for <em>all</em> camera features.
975 If you do not require all camera features or can properly operate if a camera
976 is not available, then you must modify your manifest as appropriate in order to
977 install on devices that don't support all camera features.</p> -->
978 <permission android:name="android.permission.CAMERA"
979 android:permissionGroup="android.permission-group.CAMERA"
980 android:protectionLevel="dangerous"
981 android:label="@string/permlab_camera"
982 android:description="@string/permdesc_camera" />
983
Igor Murashkinf640bb9b2013-04-23 14:32:19 -0700984 <!-- Allows disabling the transmit-indicator LED that is normally on when
985 a camera is in use by an application.
986 @hide -->
987 <permission android:name="android.permission.CAMERA_DISABLE_TRANSMIT_LED"
988 android:permissionGroup="android.permission-group.CAMERA"
989 android:protectionLevel="signature|system"
990 android:label="@string/permlab_cameraDisableTransmitLed"
991 android:description="@string/permdesc_cameraDisableTransmitLed" />
992
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700993 <!-- =========================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800994 <!-- Permissions associated with telephony state -->
995 <!-- =========================================== -->
996 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -0700997
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800998 <!-- Used for permissions that are associated with accessing and modifyign
Dianne Hackborncd403fc2012-09-13 00:24:38 -0700999 telephony state: placing calls, intercepting outgoing calls, reading
1000 and modifying the phone state. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001001 <permission-group android:name="android.permission-group.PHONE_CALLS"
1002 android:label="@string/permgrouplab_phoneCalls"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001003 android:icon="@drawable/perm_group_phone_calls"
1004 android:description="@string/permgroupdesc_phoneCalls"
1005 android:permissionGroupFlags="personalInfo"
1006 android:priority="370" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001007
1008 <!-- Allows an application to monitor, modify, or abort outgoing
1009 calls. -->
1010 <permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
1011 android:permissionGroup="android.permission-group.PHONE_CALLS"
1012 android:protectionLevel="dangerous"
1013 android:label="@string/permlab_processOutgoingCalls"
1014 android:description="@string/permdesc_processOutgoingCalls" />
1015
1016 <!-- Allows modification of the telephony state - power on, mmi, etc.
Scott Main93e60b52013-06-10 11:05:55 -07001017 Does not include placing calls.
1018 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001019 <permission android:name="android.permission.MODIFY_PHONE_STATE"
1020 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001021 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001022 android:label="@string/permlab_modifyPhoneState"
1023 android:description="@string/permdesc_modifyPhoneState" />
1024
Scott Main2681faa2012-11-01 12:18:31 -07001025 <!-- Allows read only access to phone state.
1026 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1027 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1028 minSdkVersion}</a> and <a
1029 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1030 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1031 grants your app this permission. If you don't need this permission, be sure your <a
1032 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1033 targetSdkVersion}</a> is 4 or higher. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001034 <permission android:name="android.permission.READ_PHONE_STATE"
1035 android:permissionGroup="android.permission-group.PHONE_CALLS"
1036 android:protectionLevel="dangerous"
1037 android:label="@string/permlab_readPhoneState"
1038 android:description="@string/permdesc_readPhoneState" />
1039
Jake Hamby463f2212011-07-21 17:55:53 -07001040 <!-- Allows read access to privileged phone state.
1041 @hide Used internally. -->
1042 <permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE"
1043 android:permissionGroup="android.permission-group.PHONE_CALLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001044 android:protectionLevel="signature|system" />
Jake Hamby463f2212011-07-21 17:55:53 -07001045
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001046 <!-- Allows an application to initiate a phone call without going through
1047 the Dialer user interface for the user to confirm the call
1048 being placed. -->
1049 <permission android:name="android.permission.CALL_PHONE"
1050 android:permissionGroup="android.permission-group.PHONE_CALLS"
1051 android:protectionLevel="dangerous"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001052 android:permissionFlags="costsMoney"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001053 android:label="@string/permlab_callPhone"
1054 android:description="@string/permdesc_callPhone" />
1055
1056 <!-- Allows an application to use SIP service -->
1057 <permission android:name="android.permission.USE_SIP"
1058 android:permissionGroup="android.permission-group.PHONE_CALLS"
1059 android:protectionLevel="dangerous"
1060 android:description="@string/permdesc_use_sip"
1061 android:label="@string/permlab_use_sip" />
1062
San Mehat29b57e62009-04-23 09:18:32 -07001063 <!-- ================================== -->
1064 <!-- Permissions for sdcard interaction -->
1065 <!-- ================================== -->
1066 <eat-comment />
1067
1068 <!-- Group of permissions that are related to SD card access. -->
1069 <permission-group android:name="android.permission-group.STORAGE"
1070 android:label="@string/permgrouplab_storage"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001071 android:icon="@drawable/perm_group_storage"
1072 android:description="@string/permgroupdesc_storage"
1073 android:permissionGroupFlags="personalInfo"
1074 android:priority="240" />
San Mehat29b57e62009-04-23 09:18:32 -07001075
Scott Main2681faa2012-11-01 12:18:31 -07001076 <!-- Allows an application to read from external storage.
1077 <p>Any app that declares the {@link #WRITE_EXTERNAL_STORAGE} permission is implicitly
1078 granted this permission.</p>
1079 <p>Currently, this permission is not enforced and all apps still have access to read from
1080 external storage without this permission. That will change in a future release and apps
1081 will require this permission to read from external storage. So if your
1082 app reads from the external storage, you should add this permission to your app now
1083 to ensure that it continues to work on future versions of Android.</p>
1084 <p>You can test your app with the permission enforced by either running your app on the
1085 Android Emulator when running Android 4.1 or higher, or enabling <em>Protect USB
1086 storage</em> under Developer options in the Settings app on a device running Android 4.1 or
1087 higher.</p>
1088 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1089 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1090 minSdkVersion}</a> and <a
1091 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1092 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1093 grants your app this permission. If you don't need this permission, be sure your <a
1094 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1095 targetSdkVersion}</a> is 4 or higher.-->
Dianne Hackborn79245122012-03-12 10:51:26 -07001096 <permission android:name="android.permission.READ_EXTERNAL_STORAGE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001097 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn79245122012-03-12 10:51:26 -07001098 android:label="@string/permlab_sdcardRead"
1099 android:description="@string/permdesc_sdcardRead"
Adrian Ludwig361dfeb2012-06-01 19:57:57 -07001100 android:protectionLevel="normal" />
Dianne Hackborn79245122012-03-12 10:51:26 -07001101
Scott Main2681faa2012-11-01 12:18:31 -07001102 <!-- Allows an application to write to external storage.
1103 <p class="note"><strong>Note:</strong> If <em>both</em> your <a
1104 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code
1105 minSdkVersion}</a> and <a
1106 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1107 targetSdkVersion}</a> values are set to 3 or lower, the system implicitly
1108 grants your app this permission. If you don't need this permission, be sure your <a
1109 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
1110 targetSdkVersion}</a> is 4 or higher. -->
San Mehat5a3a77d2009-06-01 09:25:28 -07001111 <permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
San Mehat29b57e62009-04-23 09:18:32 -07001112 android:permissionGroup="android.permission-group.STORAGE"
1113 android:label="@string/permlab_sdcardWrite"
1114 android:description="@string/permdesc_sdcardWrite"
Dianne Hackborn62da8462009-05-13 15:06:13 -07001115 android:protectionLevel="dangerous" />
San Mehat29b57e62009-04-23 09:18:32 -07001116
Mike Lockwood1e23db42011-04-22 07:05:21 -07001117 <!-- Allows an application to write to internal media storage
1118 @hide -->
1119 <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
1120 android:permissionGroup="android.permission-group.STORAGE"
1121 android:label="@string/permlab_mediaStorageWrite"
1122 android:description="@string/permdesc_mediaStorageWrite"
Dianne Hackborne639da72012-02-21 15:11:13 -08001123 android:protectionLevel="signature|system" />
Mike Lockwood1e23db42011-04-22 07:05:21 -07001124
Jeff Sharkey9ecfee02013-04-19 14:05:03 -07001125 <!-- Allows an application to manage access to documents, usually as part
1126 of a document picker. -->
1127 <permission android:name="android.permission.MANAGE_DOCUMENTS"
1128 android:permissionGroup="android.permission-group.STORAGE"
1129 android:label="@string/permlab_manageDocs"
1130 android:description="@string/permdesc_manageDocs"
1131 android:protectionLevel="signature|system" />
1132
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001133 <!-- ================================== -->
1134 <!-- Permissions for screenlock -->
1135 <!-- ================================== -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001136 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001137
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001138 <!-- Group of permissions that are related to the screenlock. -->
1139 <permission-group android:name="android.permission-group.SCREENLOCK"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001140 android:label="@string/permgrouplab_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001141 android:icon="@drawable/perm_group_screenlock"
1142 android:permissionGroupFlags="personalInfo"
Dianne Hackborn3ad27692013-03-18 10:53:09 -07001143 android:description="@string/permgroupdesc_screenlock"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001144 android:priority="230" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001145
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001146 <!-- Allows applications to disable the keyguard -->
1147 <permission android:name="android.permission.DISABLE_KEYGUARD"
1148 android:permissionGroup="android.permission-group.SCREENLOCK"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001149 android:protectionLevel="dangerous"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001150 android:description="@string/permdesc_disableKeyguard"
1151 android:label="@string/permlab_disableKeyguard" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001152
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001153 <!-- ================================== -->
1154 <!-- Permissions to access other installed applications -->
1155 <!-- ================================== -->
1156 <eat-comment />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001157
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001158 <!-- Group of permissions that are related to the other applications
1159 installed on the system. Examples include such as listing
1160 running apps, or killing background processes. -->
1161 <permission-group android:name="android.permission-group.APP_INFO"
1162 android:label="@string/permgrouplab_appInfo"
1163 android:icon="@drawable/perm_group_app_info"
1164 android:description="@string/permgroupdesc_appInfo"
1165 android:priority="220" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001166
1167 <!-- Allows an application to get information about the currently
Dianne Hackborn8238e712012-04-24 11:15:40 -07001168 or recently running tasks. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001169 <permission android:name="android.permission.GET_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001170 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001171 android:protectionLevel="dangerous"
1172 android:label="@string/permlab_getTasks"
1173 android:description="@string/permdesc_getTasks" />
Dianne Hackborn8832c182012-09-17 17:20:24 -07001174 <!-- @hide Allows an application to call APIs that allow it to do interactions
Dianne Hackbornb4163a62012-08-02 18:31:26 -07001175 across the users on the device, using singleton services and
1176 user-targeted broadcasts. This permission is not available to
1177 third party applications. -->
1178 <permission android:name="android.permission.INTERACT_ACROSS_USERS"
1179 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1180 android:protectionLevel="signature|system|development"
1181 android:label="@string/permlab_interactAcrossUsers"
1182 android:description="@string/permdesc_interactAcrossUsers" />
1183
1184 <!-- @hide Fuller form of {@link android.Manifest.permission#INTERACT_ACROSS_USERS}
1185 that removes restrictions on where broadcasts can be sent and allows other
1186 types of interactions. -->
1187 <permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"
1188 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1189 android:protectionLevel="signature"
1190 android:label="@string/permlab_interactAcrossUsersFull"
1191 android:description="@string/permdesc_interactAcrossUsersFull" />
1192
Dianne Hackborn8832c182012-09-17 17:20:24 -07001193 <!-- @hide Allows an application to call APIs that allow it to query and manage
Amith Yamasani2a003292012-08-14 18:25:45 -07001194 users on the device. This permission is not available to
1195 third party applications. -->
1196 <permission android:name="android.permission.MANAGE_USERS"
1197 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Amith Yamasani195263742012-08-21 15:40:12 -07001198 android:protectionLevel="signature|system"
Amith Yamasani2a003292012-08-14 18:25:45 -07001199 android:label="@string/permlab_manageUsers"
1200 android:description="@string/permdesc_manageUsers" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001201
Dianne Hackborn8238e712012-04-24 11:15:40 -07001202 <!-- Allows an application to get full detailed information about
1203 recently running tasks, with full fidelity to the real state.
1204 @hide -->
1205 <permission android:name="android.permission.GET_DETAILED_TASKS"
1206 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1207 android:protectionLevel="signature"
1208 android:label="@string/permlab_getDetailedTasks"
1209 android:description="@string/permdesc_getDetailedTasks" />
1210
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001211 <!-- Allows an application to change the Z-order of tasks -->
1212 <permission android:name="android.permission.REORDER_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001213 android:permissionGroup="android.permission-group.APP_INFO"
1214 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001215 android:label="@string/permlab_reorderTasks"
1216 android:description="@string/permdesc_reorderTasks" />
1217
Dianne Hackborn24a12102011-07-29 15:52:05 -07001218 <!-- @hide Allows an application to change to remove/kill tasks -->
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001219 <permission android:name="android.permission.REMOVE_TASKS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001220 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborn0c5001d2011-04-12 18:16:08 -07001221 android:protectionLevel="signature"
1222 android:label="@string/permlab_removeTasks"
1223 android:description="@string/permdesc_removeTasks" />
1224
Dianne Hackborn053f61d2013-06-26 18:07:43 -07001225 <!-- @hide Allows an application to create/manage/remove stacks -->
1226 <permission android:name="android.permission.MANAGE_ACTIVITY_STACKS"
1227 android:permissionGroup="android.permission-group.APP_INFO"
1228 android:protectionLevel="signature"
1229 android:label="@string/permlab_manageActivityStacks"
1230 android:description="@string/permdesc_manageActivityStacks" />
1231
Jeff Sharkey35be7562012-04-18 19:16:15 -07001232 <!-- Allows an application to start any activity, regardless of permission
1233 protection or exported state. @hide -->
1234 <permission android:name="android.permission.START_ANY_ACTIVITY"
1235 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1236 android:protectionLevel="signature"
1237 android:label="@string/permlab_startAnyActivity"
1238 android:description="@string/permdesc_startAnyActivity" />
1239
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001240 <!-- @deprecated The {@link android.app.ActivityManager#restartPackage}
1241 API is no longer supported. -->
1242 <permission android:name="android.permission.RESTART_PACKAGES"
1243 android:permissionGroup="android.permission-group.APP_INFO"
1244 android:protectionLevel="normal"
1245 android:label="@string/permlab_killBackgroundProcesses"
1246 android:description="@string/permdesc_killBackgroundProcesses" />
1247
1248 <!-- Allows an application to call
1249 {@link android.app.ActivityManager#killBackgroundProcesses}. -->
1250 <permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"
1251 android:permissionGroup="android.permission-group.APP_INFO"
1252 android:protectionLevel="normal"
1253 android:label="@string/permlab_killBackgroundProcesses"
1254 android:description="@string/permdesc_killBackgroundProcesses" />
1255
1256 <!-- ================================== -->
1257 <!-- Permissions affecting the display of other applications -->
1258 <!-- ================================== -->
1259 <eat-comment />
1260
1261 <!-- Group of permissions that allow manipulation of how
1262 another application displays UI to the user. -->
1263 <permission-group android:name="android.permission-group.DISPLAY"
1264 android:label="@string/permgrouplab_display"
1265 android:icon="@drawable/perm_group_display"
1266 android:description="@string/permgroupdesc_display"
1267 android:priority="190"/>
1268
1269 <!-- Allows an application to open windows using the type
1270 {@link android.view.WindowManager.LayoutParams#TYPE_SYSTEM_ALERT},
1271 shown on top of all other applications. Very few applications
1272 should use this permission; these windows are intended for
1273 system-level interaction with the user. -->
1274 <permission android:name="android.permission.SYSTEM_ALERT_WINDOW"
1275 android:permissionGroup="android.permission-group.DISPLAY"
1276 android:protectionLevel="dangerous"
1277 android:label="@string/permlab_systemAlertWindow"
1278 android:description="@string/permdesc_systemAlertWindow" />
1279
1280 <!-- ================================== -->
1281 <!-- Permissions affecting the system wallpaper -->
1282 <!-- ================================== -->
1283 <eat-comment />
1284
1285 <!-- Group of permissions that allow manipulation of how
1286 another application displays UI to the user. -->
1287 <permission-group android:name="android.permission-group.WALLPAPER"
1288 android:label="@string/permgrouplab_wallpaper"
1289 android:icon="@drawable/perm_group_wallpaper"
1290 android:description="@string/permgroupdesc_wallpaper"
1291 android:priority="150" />
1292
1293 <!-- Allows applications to set the wallpaper -->
1294 <permission android:name="android.permission.SET_WALLPAPER"
1295 android:permissionGroup="android.permission-group.WALLPAPER"
1296 android:protectionLevel="normal"
1297 android:label="@string/permlab_setWallpaper"
1298 android:description="@string/permdesc_setWallpaper" />
1299
1300 <!-- Allows applications to set the wallpaper hints -->
1301 <permission android:name="android.permission.SET_WALLPAPER_HINTS"
1302 android:permissionGroup="android.permission-group.WALLPAPER"
1303 android:protectionLevel="normal"
1304 android:label="@string/permlab_setWallpaperHints"
1305 android:description="@string/permdesc_setWallpaperHints" />
1306
1307 <!-- ============================================ -->
1308 <!-- Permissions for changing the system clock -->
1309 <!-- ============================================ -->
1310 <eat-comment />
1311
1312 <!-- Group of permissions that are related to system clock. -->
1313 <permission-group android:name="android.permission-group.SYSTEM_CLOCK"
1314 android:label="@string/permgrouplab_systemClock"
1315 android:icon="@drawable/perm_group_system_clock"
1316 android:description="@string/permgroupdesc_systemClock"
1317 android:priority="140" />
1318
Scott Main93e60b52013-06-10 11:05:55 -07001319 <!-- Allows applications to set the system time.
1320 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001321 <permission android:name="android.permission.SET_TIME"
1322 android:protectionLevel="signature|system"
1323 android:label="@string/permlab_setTime"
1324 android:description="@string/permdesc_setTime" />
1325
1326 <!-- Allows applications to set the system time zone -->
1327 <permission android:name="android.permission.SET_TIME_ZONE"
1328 android:permissionGroup="android.permission-group.SYSTEM_CLOCK"
1329 android:protectionLevel="normal"
1330 android:label="@string/permlab_setTimeZone"
1331 android:description="@string/permdesc_setTimeZone" />
1332
1333 <!-- ==================================================== -->
1334 <!-- Permissions related to changing status bar -->
1335 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001336 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001337
1338 <!-- Used for permissions that change the status bar -->
1339 <permission-group android:name="android.permission-group.STATUS_BAR"
1340 android:label="@string/permgrouplab_statusBar"
1341 android:icon="@drawable/perm_group_status_bar"
1342 android:description="@string/permgroupdesc_statusBar"
1343 android:priority="110" />
1344
1345 <!-- Allows an application to expand or collapse the status bar. -->
1346 <permission android:name="android.permission.EXPAND_STATUS_BAR"
1347 android:permissionGroup="android.permission-group.STATUS_BAR"
1348 android:protectionLevel="normal"
1349 android:label="@string/permlab_expandStatusBar"
1350 android:description="@string/permdesc_expandStatusBar" />
1351
1352 <!-- ==================================================== -->
1353 <!-- Permissions related to accessing sync settings -->
1354 <!-- ==================================================== -->
Dirk Doughertyf6878b02013-04-18 16:38:01 -07001355 <eat-comment />
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001356
1357 <!-- Used for permissions that access the sync settings or sync
1358 related information. -->
1359 <permission-group android:name="android.permission-group.SYNC_SETTINGS"
1360 android:label="@string/permgrouplab_syncSettings"
1361 android:icon="@drawable/perm_group_sync_settings"
1362 android:description="@string/permgroupdesc_syncSettings"
1363 android:priority="120" />
1364
1365 <!-- Allows applications to read the sync settings -->
1366 <permission android:name="android.permission.READ_SYNC_SETTINGS"
1367 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1368 android:protectionLevel="normal"
1369 android:description="@string/permdesc_readSyncSettings"
1370 android:label="@string/permlab_readSyncSettings" />
1371
1372 <!-- Allows applications to write the sync settings -->
1373 <permission android:name="android.permission.WRITE_SYNC_SETTINGS"
1374 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1375 android:protectionLevel="normal"
1376 android:description="@string/permdesc_writeSyncSettings"
1377 android:label="@string/permlab_writeSyncSettings" />
1378
1379 <!-- Allows applications to read the sync stats -->
1380 <permission android:name="android.permission.READ_SYNC_STATS"
1381 android:permissionGroup="android.permission-group.SYNC_SETTINGS"
1382 android:protectionLevel="normal"
1383 android:description="@string/permdesc_readSyncStats"
1384 android:label="@string/permlab_readSyncStats" />
1385
1386
1387 <!-- ============================================ -->
1388 <!-- Permissions for low-level system interaction -->
1389 <!-- ============================================ -->
1390 <eat-comment />
1391
1392 <!-- Group of permissions that are related to system APIs. Many
1393 of these are not permissions the user will be expected to understand,
1394 and such permissions should generally be marked as "normal" protection
1395 level so they don't get displayed. This can also, however, be used
1396 for miscellaneous features that provide access to the operating system,
1397 such as writing the global system settings. -->
1398 <permission-group android:name="android.permission-group.SYSTEM_TOOLS"
1399 android:label="@string/permgrouplab_systemTools"
1400 android:icon="@drawable/perm_group_system_tools"
1401 android:description="@string/permgroupdesc_systemTools"
1402 android:priority="100" />
1403
1404 <!-- @hide Change the screen compatibility mode of applications -->
1405 <permission android:name="android.permission.SET_SCREEN_COMPATIBILITY"
1406 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1407 android:protectionLevel="signature"
1408 android:label="@string/permlab_setScreenCompatibility"
1409 android:description="@string/permdesc_setScreenCompatibility" />
1410
1411 <!-- Allows an application to access all multi-user external storage @hide -->
1412 <permission android:name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE"
1413 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1414 android:label="@string/permlab_sdcardAccessAll"
1415 android:description="@string/permdesc_sdcardAccessAll"
1416 android:protectionLevel="signature" />
1417
1418 <!-- Allows an application to modify the current configuration, such
1419 as locale. -->
1420 <permission android:name="android.permission.CHANGE_CONFIGURATION"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001421 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001422 android:protectionLevel="signature|system|development"
1423 android:label="@string/permlab_changeConfiguration"
1424 android:description="@string/permdesc_changeConfiguration" />
1425
1426 <!-- Allows an application to read or write the system settings. -->
1427 <permission android:name="android.permission.WRITE_SETTINGS"
1428 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1429 android:protectionLevel="normal"
1430 android:label="@string/permlab_writeSettings"
1431 android:description="@string/permdesc_writeSettings" />
1432
Scott Main93e60b52013-06-10 11:05:55 -07001433 <!-- Allows an application to modify the Google service map.
1434 <p>Not for use by third-party applications. -->
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001435 <permission android:name="android.permission.WRITE_GSERVICES"
1436 android:protectionLevel="signature|system"
1437 android:label="@string/permlab_writeGservices"
1438 android:description="@string/permdesc_writeGservices" />
1439
Dianne Hackborn03abb812010-01-04 18:43:19 -08001440 <!-- Allows an application to call
1441 {@link android.app.ActivityManager#forceStopPackage}.
1442 @hide -->
1443 <permission android:name="android.permission.FORCE_STOP_PACKAGES"
1444 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1445 android:protectionLevel="signature"
1446 android:label="@string/permlab_forceStopPackages"
1447 android:description="@string/permdesc_forceStopPackages" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001448
Dianne Hackborn24a12102011-07-29 15:52:05 -07001449 <!-- @hide Allows an application to retrieve the content of the active window
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001450 An active window is the window that has fired an accessibility event. -->
1451 <permission android:name="android.permission.RETRIEVE_WINDOW_CONTENT"
1452 android:permissionGroup="android.permission-group.PERSONAL_INFO"
Dianne Hackborne639da72012-02-21 15:11:13 -08001453 android:protectionLevel="signature|system"
Svetoslav Ganov8643aa02011-04-20 12:12:33 -07001454 android:label="@string/permlab_retrieve_window_content"
1455 android:description="@string/permdesc_retrieve_window_content" />
1456
Scott Main93e60b52013-06-10 11:05:55 -07001457 <!-- Modify the global animation scaling factor.
1458 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001459 <permission android:name="android.permission.SET_ANIMATION_SCALE"
1460 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackbornfd5015b2012-04-30 16:33:56 -07001461 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001462 android:label="@string/permlab_setAnimationScale"
1463 android:description="@string/permdesc_setAnimationScale" />
1464
Dianne Hackbornd3efa392010-09-01 17:34:12 -07001465 <!-- @deprecated This functionality will be removed in the future; please do
Adrian Ludwigdc410cb2012-04-13 13:51:48 -07001466 not use. Allow an application to make its activities persistent. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001467 <permission android:name="android.permission.PERSISTENT_ACTIVITY"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001468 android:permissionGroup="android.permission-group.APP_INFO"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001469 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001470 android:label="@string/permlab_persistentActivity"
1471 android:description="@string/permdesc_persistentActivity" />
1472
1473 <!-- Allows an application to find out the space used by any package. -->
1474 <permission android:name="android.permission.GET_PACKAGE_SIZE"
1475 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1476 android:protectionLevel="normal"
1477 android:label="@string/permlab_getPackageSize"
1478 android:description="@string/permdesc_getPackageSize" />
1479
Dianne Hackborna7ca0e52009-12-01 14:31:55 -08001480 <!-- @deprecated No longer useful, see
1481 {@link android.content.pm.PackageManager#addPackageToPreferred}
1482 for details. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001483 <permission android:name="android.permission.SET_PREFERRED_APPLICATIONS"
1484 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborn2ee89ea2010-03-10 18:27:09 -08001485 android:protectionLevel="signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001486 android:label="@string/permlab_setPreferredApplications"
1487 android:description="@string/permdesc_setPreferredApplications" />
1488
1489 <!-- Allows an application to receive the
1490 {@link android.content.Intent#ACTION_BOOT_COMPLETED} that is
1491 broadcast after the system finishes booting. If you don't
1492 request this permission, you will not receive the broadcast at
1493 that time. Though holding this permission does not have any
1494 security implications, it can have a negative impact on the
1495 user experience by increasing the amount of time it takes the
1496 system to start and allowing applications to have themselves
1497 running without the user being aware of them. As such, you must
1498 explicitly declare your use of this facility to make that visible
1499 to the user. -->
1500 <permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001501 android:permissionGroup="android.permission-group.APP_INFO"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001502 android:protectionLevel="normal"
1503 android:label="@string/permlab_receiveBootCompleted"
1504 android:description="@string/permdesc_receiveBootCompleted" />
1505
1506 <!-- Allows an application to broadcast sticky intents. These are
1507 broadcasts whose data is held by the system after being finished,
1508 so that clients can quickly retrieve that data without having
1509 to wait for the next broadcast. -->
1510 <permission android:name="android.permission.BROADCAST_STICKY"
1511 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1512 android:protectionLevel="normal"
1513 android:label="@string/permlab_broadcastSticky"
1514 android:description="@string/permdesc_broadcastSticky" />
1515
Scott Main93e60b52013-06-10 11:05:55 -07001516 <!-- Allows mounting and unmounting file systems for removable storage.
1517 <p>Not for use by third-party applications.-->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001518 <permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
1519 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001520 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001521 android:label="@string/permlab_mount_unmount_filesystems"
1522 android:description="@string/permdesc_mount_unmount_filesystems" />
1523
Scott Main93e60b52013-06-10 11:05:55 -07001524 <!-- Allows formatting file systems for removable storage.
1525 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001526 <permission android:name="android.permission.MOUNT_FORMAT_FILESYSTEMS"
1527 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001528 android:protectionLevel="system|signature"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001529 android:label="@string/permlab_mount_format_filesystems"
1530 android:description="@string/permdesc_mount_format_filesystems" />
1531
San Mehat02735bc2010-01-26 15:18:08 -08001532 <!-- Allows access to ASEC non-destructive API calls
1533 @hide -->
1534 <permission android:name="android.permission.ASEC_ACCESS"
1535 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001536 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001537 android:label="@string/permlab_asec_access"
1538 android:description="@string/permdesc_asec_access" />
1539
1540 <!-- Allows creation of ASEC volumes
1541 @hide -->
1542 <permission android:name="android.permission.ASEC_CREATE"
1543 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001544 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001545 android:label="@string/permlab_asec_create"
1546 android:description="@string/permdesc_asec_create" />
1547
1548 <!-- Allows destruction of ASEC volumes
1549 @hide -->
1550 <permission android:name="android.permission.ASEC_DESTROY"
1551 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001552 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001553 android:label="@string/permlab_asec_destroy"
1554 android:description="@string/permdesc_asec_destroy" />
1555
1556 <!-- Allows mount / unmount of ASEC volumes
1557 @hide -->
1558 <permission android:name="android.permission.ASEC_MOUNT_UNMOUNT"
1559 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001560 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001561 android:label="@string/permlab_asec_mount_unmount"
1562 android:description="@string/permdesc_asec_mount_unmount" />
1563
1564 <!-- Allows rename of ASEC volumes
1565 @hide -->
1566 <permission android:name="android.permission.ASEC_RENAME"
1567 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
San Mehatcbf953e2010-03-22 10:30:13 -07001568 android:protectionLevel="signature"
San Mehat02735bc2010-01-26 15:18:08 -08001569 android:label="@string/permlab_asec_rename"
1570 android:description="@string/permdesc_asec_rename" />
1571
Scott Main93e60b52013-06-10 11:05:55 -07001572 <!-- Allows applications to write the apn settings.
1573 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001574 <permission android:name="android.permission.WRITE_APN_SETTINGS"
1575 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08001576 android:protectionLevel="signature|system"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001577 android:description="@string/permdesc_writeApnSettings"
1578 android:label="@string/permlab_writeApnSettings" />
1579
Fred Quintana60307342009-03-24 22:48:12 -07001580 <!-- Allows an application to allow access the subscribed feeds
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001581 ContentProvider. -->
1582 <permission android:name="android.permission.SUBSCRIBED_FEEDS_READ"
1583 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1584 android:label="@string/permlab_subscribedFeedsRead"
1585 android:description="@string/permdesc_subscribedFeedsRead"
1586 android:protectionLevel="normal" />
1587 <permission android:name="android.permission.SUBSCRIBED_FEEDS_WRITE"
1588 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1589 android:label="@string/permlab_subscribedFeedsWrite"
1590 android:description="@string/permdesc_subscribedFeedsWrite"
1591 android:protectionLevel="dangerous" />
Fred Quintana60307342009-03-24 22:48:12 -07001592
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001593 <!-- Allows applications to change network connectivity state -->
1594 <permission android:name="android.permission.CHANGE_NETWORK_STATE"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001595 android:permissionGroup="android.permission-group.NETWORK"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001596 android:protectionLevel="normal"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001597 android:description="@string/permdesc_changeNetworkState"
1598 android:label="@string/permlab_changeNetworkState" />
1599
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001600 <!-- Allows an application to clear the caches of all installed
1601 applications on the device. -->
1602 <permission android:name="android.permission.CLEAR_APP_CACHE"
1603 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1604 android:protectionLevel="dangerous"
1605 android:label="@string/permlab_clearAppCache"
1606 android:description="@string/permdesc_clearAppCache" />
1607
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001608 <!-- Allows an application to use any media decoder when decoding for playback
1609 @hide -->
1610 <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
Dianne Hackborne639da72012-02-21 15:11:13 -08001611 android:protectionLevel="signature|system"
Jean-Michel Trivi4ba27fe2011-11-07 14:35:20 -08001612 android:label="@string/permlab_anyCodecForPlayback"
1613 android:description="@string/permdesc_anyCodecForPlayback" />
1614
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001615 <!-- ========================================= -->
1616 <!-- Permissions for special development tools -->
1617 <!-- ========================================= -->
1618 <eat-comment />
Fred Quintana60307342009-03-24 22:48:12 -07001619
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001620 <!-- Group of permissions that are related to development features. These
Scott Main93e60b52013-06-10 11:05:55 -07001621 are not permissions that should appear in third-party applications; they
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001622 protect APIs that are intended only to be used for development
1623 purposes. -->
1624 <permission-group android:name="android.permission-group.DEVELOPMENT_TOOLS"
1625 android:label="@string/permgrouplab_developmentTools"
Dianne Hackborncd403fc2012-09-13 00:24:38 -07001626 android:description="@string/permgroupdesc_developmentTools"
1627 android:priority="310" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001628
Scott Main93e60b52013-06-10 11:05:55 -07001629 <!-- Allows an application to read or write the secure system settings.
1630 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001631 <permission android:name="android.permission.WRITE_SECURE_SETTINGS"
1632 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1633 android:protectionLevel="signature|system|development"
1634 android:label="@string/permlab_writeSecureSettings"
1635 android:description="@string/permdesc_writeSecureSettings" />
1636
Scott Main93e60b52013-06-10 11:05:55 -07001637 <!-- Allows an application to retrieve state dump information from system services.
1638 <p>Not for use by third-party applications. -->
Dianne Hackborne639da72012-02-21 15:11:13 -08001639 <permission android:name="android.permission.DUMP"
1640 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1641 android:protectionLevel="signature|system|development"
1642 android:label="@string/permlab_dump"
1643 android:description="@string/permdesc_dump" />
1644
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001645 <!-- Allows an application to read the low-level system log files.
Scott Main93e60b52013-06-10 11:05:55 -07001646 <p>Not for use by third-party applications, because
1647 Log entries can contain the user's private information. -->
Nick Kralevichcb5863e2012-03-23 10:06:06 -07001648 <permission android:name="android.permission.READ_LOGS"
1649 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
1650 android:protectionLevel="signature|system|development"
1651 android:label="@string/permlab_readLogs"
1652 android:description="@string/permdesc_readLogs" />
1653
Scott Main93e60b52013-06-10 11:05:55 -07001654 <!-- Configure an application for debugging.
1655 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001656 <permission android:name="android.permission.SET_DEBUG_APP"
1657 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001658 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001659 android:label="@string/permlab_setDebugApp"
1660 android:description="@string/permdesc_setDebugApp" />
1661
1662 <!-- Allows an application to set the maximum number of (not needed)
Scott Main93e60b52013-06-10 11:05:55 -07001663 application processes that can be running.
1664 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001665 <permission android:name="android.permission.SET_PROCESS_LIMIT"
1666 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001667 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001668 android:label="@string/permlab_setProcessLimit"
1669 android:description="@string/permdesc_setProcessLimit" />
1670
1671 <!-- Allows an application to control whether activities are immediately
Scott Main93e60b52013-06-10 11:05:55 -07001672 finished when put in the background.
1673 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001674 <permission android:name="android.permission.SET_ALWAYS_FINISH"
1675 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001676 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001677 android:label="@string/permlab_setAlwaysFinish"
1678 android:description="@string/permdesc_setAlwaysFinish" />
1679
Scott Main93e60b52013-06-10 11:05:55 -07001680 <!-- Allow an application to request that a signal be sent to all persistent processes.
1681 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001682 <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES"
1683 android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS"
Dianne Hackborne8241202012-04-06 13:39:09 -07001684 android:protectionLevel="signature|system|development"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001685 android:label="@string/permlab_signalPersistentProcesses"
1686 android:description="@string/permdesc_signalPersistentProcesses" />
1687
1688 <!-- ==================================== -->
1689 <!-- Private (signature-only) permissions -->
1690 <!-- ==================================== -->
1691 <eat-comment />
1692
Scott Main93e60b52013-06-10 11:05:55 -07001693 <!-- Allows applications to RW to diagnostic resources.
1694 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001695 <permission android:name="android.permission.DIAGNOSTIC"
1696 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1697 android:protectionLevel="signature"
1698 android:description="@string/permdesc_diagnostic"
1699 android:label="@string/permlab_diagnostic" />
1700
1701 <!-- Allows an application to open, close, or disable the status bar
Scott Main93e60b52013-06-10 11:05:55 -07001702 and its icons.
1703 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001704 <permission android:name="android.permission.STATUS_BAR"
1705 android:label="@string/permlab_statusBar"
1706 android:description="@string/permdesc_statusBar"
Dianne Hackborne639da72012-02-21 15:11:13 -08001707 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001708
Joe Onorato8bc6c512010-06-04 16:21:12 -04001709 <!-- Allows an application to be the status bar. Currently used only by SystemUI.apk
1710 @hide -->
1711 <permission android:name="android.permission.STATUS_BAR_SERVICE"
1712 android:label="@string/permlab_statusBarService"
1713 android:description="@string/permdesc_statusBarService"
1714 android:protectionLevel="signature" />
1715
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001716 <!-- Allows an application to force a BACK operation on whatever is the
Scott Main93e60b52013-06-10 11:05:55 -07001717 top activity.
1718 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001719 <permission android:name="android.permission.FORCE_BACK"
1720 android:label="@string/permlab_forceBack"
1721 android:description="@string/permdesc_forceBack"
1722 android:protectionLevel="signature" />
1723
Scott Main93e60b52013-06-10 11:05:55 -07001724 <!-- Allows an application to update device statistics.
1725 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001726 <permission android:name="android.permission.UPDATE_DEVICE_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07001727 android:label="@string/permlab_updateBatteryStats"
1728 android:description="@string/permdesc_updateBatteryStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08001729 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001730
Dianne Hackborn35654b62013-01-14 17:38:02 -08001731 <!-- @hide Allows an application to collect battery statistics -->
1732 <permission android:name="android.permission.GET_APP_OPS_STATS"
1733 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
1734 android:label="@string/permlab_getAppOpsStats"
1735 android:description="@string/permdesc_getAppOpsStats"
1736 android:protectionLevel="signature|system|development" />
1737
Dianne Hackborna06de0f2012-12-11 16:34:47 -08001738 <!-- Allows an application to update application operation statistics. Not for
1739 use by third party apps. @hide -->
1740 <permission android:name="android.permission.UPDATE_APP_OPS_STATS"
1741 android:label="@string/permlab_updateAppOpsStats"
1742 android:description="@string/permdesc_updateAppOpsStats"
1743 android:protectionLevel="signature|system" />
1744
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001745 <!-- Allows an application to open windows that are for use by parts
Scott Main93e60b52013-06-10 11:05:55 -07001746 of the system user interface.
1747 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001748 <permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW"
1749 android:label="@string/permlab_internalSystemWindow"
1750 android:description="@string/permdesc_internalSystemWindow"
1751 android:protectionLevel="signature" />
1752
1753 <!-- Allows an application to manage (create, destroy,
Scott Main93e60b52013-06-10 11:05:55 -07001754 Z-order) application tokens in the window manager.
1755 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001756 <permission android:name="android.permission.MANAGE_APP_TOKENS"
1757 android:label="@string/permlab_manageAppTokens"
1758 android:description="@string/permdesc_manageAppTokens"
1759 android:protectionLevel="signature" />
1760
Dianne Hackborn9d9ece32012-09-10 15:33:52 -07001761 <!-- @hide Allows the application to temporarily freeze the screen for a
1762 full-screen transition. -->
1763 <permission android:name="android.permission.FREEZE_SCREEN"
1764 android:label="@string/permlab_freezeScreen"
1765 android:description="@string/permdesc_freezeScreen"
1766 android:protectionLevel="signature" />
Russell Brenner108da0c2013-02-12 10:03:14 -08001767
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001768 <!-- Allows an application to inject user events (keys, touch, trackball)
1769 into the event stream and deliver them to ANY window. Without this
1770 permission, you can only deliver events to windows in your own process.
Scott Main93e60b52013-06-10 11:05:55 -07001771 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001772 <permission android:name="android.permission.INJECT_EVENTS"
1773 android:label="@string/permlab_injectEvents"
1774 android:description="@string/permdesc_injectEvents"
1775 android:protectionLevel="signature" />
1776
Svetoslav Ganovc9c9a482012-07-16 08:46:07 -07001777 <!-- @hide Allows an application to register an input filter which filters the stream
1778 of user events (keys, touch, trackball) before they are dispatched to any window. -->
1779 <permission android:name="android.permission.FILTER_EVENTS"
1780 android:label="@string/permlab_filter_events"
1781 android:description="@string/permdesc_filter_events"
1782 android:protectionLevel="signature" />
1783
1784 <!-- @hide Allows an application to retrieve info for a window from the window manager. -->
1785 <permission android:name="android.permission.RETRIEVE_WINDOW_INFO"
1786 android:label="@string/permlab_retrieve_window_info"
1787 android:description="@string/permdesc_retrieve_window_info"
1788 android:protectionLevel="signature" />
1789
Svetoslav Ganov7befb7d2012-09-27 16:49:23 -07001790 <!-- @hide Allows an application to temporary enable accessibility on the device. -->
1791 <permission android:name="android.permission.TEMPORARY_ENABLE_ACCESSIBILITY"
1792 android:label="@string/permlab_temporary_enable_accessibility"
1793 android:description="@string/permdesc_temporary_enable_accessibility"
1794 android:protectionLevel="signature" />
1795
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -07001796 <!-- @hide Allows an application to magnify the content of a display. -->
1797 <permission android:name="android.permission.MAGNIFY_DISPLAY"
1798 android:label="@string/permlab_magnify_display"
1799 android:description="@string/permdesc_magnify_display"
1800 android:protectionLevel="signature" />
1801
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001802 <!-- Allows an application to watch and control how activities are
1803 started globally in the system. Only for is in debugging
Scott Main93e60b52013-06-10 11:05:55 -07001804 (usually the monkey command).
1805 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001806 <permission android:name="android.permission.SET_ACTIVITY_WATCHER"
1807 android:label="@string/permlab_runSetActivityWatcher"
1808 android:description="@string/permdesc_runSetActivityWatcher"
1809 android:protectionLevel="signature" />
1810
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001811 <!-- Allows an application to call the activity manager shutdown() API
Dianne Hackborn7f205432009-07-28 00:13:47 -07001812 to put the higher-level system there into a shutdown state.
1813 @hide -->
Dianne Hackborn55280a92009-05-07 15:53:46 -07001814 <permission android:name="android.permission.SHUTDOWN"
1815 android:label="@string/permlab_shutdown"
1816 android:description="@string/permdesc_shutdown"
Dianne Hackborne639da72012-02-21 15:11:13 -08001817 android:protectionLevel="signature|system" />
Dianne Hackborn55280a92009-05-07 15:53:46 -07001818
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001819 <!-- Allows an application to tell the activity manager to temporarily
1820 stop application switches, putting it into a special mode that
1821 prevents applications from immediately switching away from some
Dianne Hackborn7f205432009-07-28 00:13:47 -07001822 critical UI such as the home screen.
1823 @hide -->
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001824 <permission android:name="android.permission.STOP_APP_SWITCHES"
1825 android:label="@string/permlab_stopAppSwitches"
1826 android:description="@string/permdesc_stopAppSwitches"
Dianne Hackborne639da72012-02-21 15:11:13 -08001827 android:protectionLevel="signature|system" />
Dianne Hackborn95fc68f2009-05-19 18:37:45 -07001828
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001829 <!-- Allows an application to retrieve private information about
Scott Main93e60b52013-06-10 11:05:55 -07001830 the current top activity, such as any assist context it can provide.
1831 <p>Not for use by third-party applications. -->
Dianne Hackbornf9c5e0f2013-01-23 14:39:13 -08001832 <permission android:name="android.permission.GET_TOP_ACTIVITY_INFO"
1833 android:label="@string/permlab_getTopActivityInfo"
1834 android:description="@string/permdesc_getTopActivityInfo"
1835 android:protectionLevel="signature" />
1836
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001837 <!-- Allows an application to retrieve the current state of keys and
Scott Main93e60b52013-06-10 11:05:55 -07001838 switches.
1839 <p>Not for use by third-party applications.
Jeff Brownac143512012-04-05 18:57:33 -07001840 @deprecated The API that used this permission has been removed. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001841 <permission android:name="android.permission.READ_INPUT_STATE"
1842 android:label="@string/permlab_readInputState"
1843 android:description="@string/permdesc_readInputState"
1844 android:protectionLevel="signature" />
1845
Dianne Hackbornd6847842010-01-12 18:14:19 -08001846 <!-- Must be required by an {@link android.inputmethodservice.InputMethodService},
1847 to ensure that only the system can bind to it. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001848 <permission android:name="android.permission.BIND_INPUT_METHOD"
1849 android:label="@string/permlab_bindInputMethod"
1850 android:description="@string/permdesc_bindInputMethod"
1851 android:protectionLevel="signature" />
1852
Svetoslav38228962013-01-29 01:04:35 -08001853 <!-- Must be required by an {@link android.accessibilityservice.AccessibilityService},
Dianne Hackborn636fd522012-06-05 17:38:50 -07001854 to ensure that only the system can bind to it. -->
Svetoslav Ganove63049b2012-05-16 18:27:34 -07001855 <permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
1856 android:label="@string/permlab_bindAccessibilityService"
1857 android:description="@string/permdesc_bindAccessibilityService"
1858 android:protectionLevel="signature" />
1859
Svetoslav Ganov4b9a4d12013-06-11 15:20:06 -07001860 <!-- Must be required by an {@link android.printservice.PrintService},
1861 to ensure that only the system can bind to it. -->
1862 <permission android:name="android.permission.BIND_PRINT_SERVICE"
1863 android:label="@string/permlab_bindPrintService"
1864 android:description="@string/permdesc_bindPrintService"
1865 android:protectionLevel="signature" />
1866
1867 <!-- Allows an application to call APIs that give it access to all print jobs
1868 on the device. Usually an app can access only the print jobts it created.
1869 This permission is not available to third party applications.
1870 @hide -->
1871 <permission android:name="android.permission.ACCESS_ALL_PRINT_JOBS"
1872 android:label="@string/permlab_accessAllPrintJobs"
1873 android:description="@string/permdesc_accessAllPrintJobs"
1874 android:protectionLevel="signature" />
1875
satok988323c2011-06-22 16:38:13 +09001876 <!-- Must be required by a TextService (e.g. SpellCheckerService)
1877 to ensure that only the system can bind to it. -->
1878 <permission android:name="android.permission.BIND_TEXT_SERVICE"
1879 android:label="@string/permlab_bindTextService"
1880 android:description="@string/permdesc_bindTextService"
1881 android:protectionLevel="signature" />
1882
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001883 <!-- Must be required by an {@link android.net.VpnService},
Chia-chi Yehd0d85f22011-08-08 18:26:28 -07001884 to ensure that only the system can bind to it. -->
Chia-chi Yeh199ed6e2011-08-03 17:38:49 -07001885 <permission android:name="android.permission.BIND_VPN_SERVICE"
1886 android:label="@string/permlab_bindVpnService"
1887 android:description="@string/permdesc_bindVpnService"
1888 android:protectionLevel="signature" />
1889
Dianne Hackbornd6847842010-01-12 18:14:19 -08001890 <!-- Must be required by a {@link android.service.wallpaper.WallpaperService},
1891 to ensure that only the system can bind to it. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001892 <permission android:name="android.permission.BIND_WALLPAPER"
1893 android:label="@string/permlab_bindWallpaper"
1894 android:description="@string/permdesc_bindWallpaper"
Dianne Hackborne639da72012-02-21 15:11:13 -08001895 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07001896
Dianne Hackbornd6847842010-01-12 18:14:19 -08001897 <!-- Must be required by device administration receiver, to ensure that only the
1898 system can interact with it. -->
1899 <permission android:name="android.permission.BIND_DEVICE_ADMIN"
1900 android:label="@string/permlab_bindDeviceAdmin"
1901 android:description="@string/permdesc_bindDeviceAdmin"
1902 android:protectionLevel="signature" />
1903
Amith Yamasania418cf22013-07-19 12:39:17 -07001904 <!-- Required to add or remove another application as a device admin.
1905 <p/>Not for use by third-party apps. -->
1906 <permission android:name="android.permission.MANAGE_DEVICE_ADMINS"
1907 android:label="@string/permlab_manageDeviceAdmins"
1908 android:description="@string/permdesc_manageDeviceAdmins"
1909 android:protectionLevel="signature|system" />
1910
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001911 <!-- Allows low-level access to setting the orientation (actually
Scott Main93e60b52013-06-10 11:05:55 -07001912 rotation) of the screen.
1913 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001914 <permission android:name="android.permission.SET_ORIENTATION"
1915 android:label="@string/permlab_setOrientation"
1916 android:description="@string/permdesc_setOrientation"
1917 android:protectionLevel="signature" />
1918
Jeff Brown1a84fd12011-06-02 01:26:32 -07001919 <!-- Allows low-level access to setting the pointer speed.
Scott Main93e60b52013-06-10 11:05:55 -07001920 <p>Not for use by third-party applications. -->
Jeff Brown1a84fd12011-06-02 01:26:32 -07001921 <permission android:name="android.permission.SET_POINTER_SPEED"
1922 android:label="@string/permlab_setPointerSpeed"
1923 android:description="@string/permdesc_setPointerSpeed"
1924 android:protectionLevel="signature" />
1925
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001926 <!-- Allows low-level access to setting the keyboard layout.
Scott Main93e60b52013-06-10 11:05:55 -07001927 <p>Not for use by third-party applications.
Jeff Brown507f5582012-05-07 19:06:06 -07001928 @hide -->
Jeff Brown9f25b7f2012-04-10 14:30:49 -07001929 <permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
1930 android:label="@string/permlab_setKeyboardLayout"
1931 android:description="@string/permdesc_setKeyboardLayout"
1932 android:protectionLevel="signature" />
1933
Scott Main93e60b52013-06-10 11:05:55 -07001934 <!-- Allows an application to install packages.
1935 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001936 <permission android:name="android.permission.INSTALL_PACKAGES"
1937 android:label="@string/permlab_installPackages"
1938 android:description="@string/permdesc_installPackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001939 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001940
Scott Main93e60b52013-06-10 11:05:55 -07001941 <!-- Allows an application to clear user data.
1942 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001943 <permission android:name="android.permission.CLEAR_APP_USER_DATA"
1944 android:label="@string/permlab_clearAppUserData"
1945 android:description="@string/permdesc_clearAppUserData"
1946 android:protectionLevel="signature" />
1947
Scott Main93e60b52013-06-10 11:05:55 -07001948 <!-- Allows an application to delete cache files.
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.DELETE_CACHE_FILES"
1951 android:label="@string/permlab_deleteCacheFiles"
1952 android:description="@string/permdesc_deleteCacheFiles"
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 delete packages.
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.DELETE_PACKAGES"
1958 android:label="@string/permlab_deletePackages"
1959 android:description="@string/permdesc_deletePackages"
Dianne Hackborne639da72012-02-21 15:11:13 -08001960 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001961
Jeff Brownec7c78f2010-03-30 23:37:25 -07001962 <!-- Allows an application to move location of installed package.
1963 @hide -->
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001964 <permission android:name="android.permission.MOVE_PACKAGE"
1965 android:label="@string/permlab_movePackage"
1966 android:description="@string/permdesc_movePackage"
Dianne Hackborne639da72012-02-21 15:11:13 -08001967 android:protectionLevel="signature|system" />
Suchi Amalapurapu8946dd32010-02-19 09:19:34 -08001968
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001969 <!-- Allows an application to change whether an application component (other than its own) is
Scott Main93e60b52013-06-10 11:05:55 -07001970 enabled or not.
1971 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001972 <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"
1973 android:label="@string/permlab_changeComponentState"
1974 android:description="@string/permdesc_changeComponentState"
Dianne Hackborne639da72012-02-21 15:11:13 -08001975 android:protectionLevel="signature|system" />
1976
1977 <!-- @hide Allows an application to grant or revoke specific permissions. -->
1978 <permission android:name="android.permission.GRANT_REVOKE_PERMISSIONS"
1979 android:label="@string/permlab_grantRevokePermissions"
1980 android:description="@string/permdesc_grantRevokePermissions"
1981 android:protectionLevel="signature" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001982
Scott Main93e60b52013-06-10 11:05:55 -07001983 <!-- Allows an application to use SurfaceFlinger's low level features.
1984 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001985 <permission android:name="android.permission.ACCESS_SURFACE_FLINGER"
1986 android:label="@string/permlab_accessSurfaceFlinger"
1987 android:description="@string/permdesc_accessSurfaceFlinger"
1988 android:protectionLevel="signature" />
1989
1990 <!-- Allows an application to take screen shots and more generally
Scott Main93e60b52013-06-10 11:05:55 -07001991 get access to the frame buffer data.
1992 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001993 <permission android:name="android.permission.READ_FRAME_BUFFER"
1994 android:label="@string/permlab_readFrameBuffer"
1995 android:description="@string/permdesc_readFrameBuffer"
Dianne Hackborne639da72012-02-21 15:11:13 -08001996 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001997
Jeff Brown6c1c0b62013-07-12 16:56:34 -07001998 <!-- Allows an application to use InputFlinger's low level features.
1999 <p>Not for use by third-party applications. -->
2000 <permission android:name="android.permission.ACCESS_INPUT_FLINGER"
2001 android:label="@string/permlab_accessInputFlinger"
2002 android:description="@string/permdesc_accessInputFlinger"
2003 android:protectionLevel="signature" />
2004
Jeff Brown4b71e4e2012-09-07 17:41:02 -07002005 <!-- Allows an application to configure and connect to Wifi displays
2006 @hide -->
2007 <permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY"
2008 android:label="@string/permlab_configureWifiDisplay"
2009 android:description="@string/permdesc_configureWifiDisplay"
2010 android:protectionLevel="signature" />
2011
2012 <!-- Allows an application to control low-level features of Wifi displays
2013 such as opening an RTSP socket. This permission should only be used
2014 by the display manager.
2015 @hide -->
2016 <permission android:name="android.permission.CONTROL_WIFI_DISPLAY"
2017 android:label="@string/permlab_controlWifiDisplay"
2018 android:description="@string/permdesc_controlWifiDisplay"
2019 android:protectionLevel="signature" />
2020
Scott Main93e60b52013-06-10 11:05:55 -07002021 <!-- Required to be able to disable the device (very dangerous!).
2022 <p>Not for use by third-party applications.. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002023 <permission android:name="android.permission.BRICK"
2024 android:label="@string/permlab_brick"
2025 android:description="@string/permdesc_brick"
2026 android:protectionLevel="signature" />
2027
Scott Main93e60b52013-06-10 11:05:55 -07002028 <!-- Required to be able to reboot the device.
2029 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002030 <permission android:name="android.permission.REBOOT"
2031 android:label="@string/permlab_reboot"
2032 android:description="@string/permdesc_reboot"
Dianne Hackborne639da72012-02-21 15:11:13 -08002033 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002034
Scott Main93e60b52013-06-10 11:05:55 -07002035 <!-- Allows low-level access to power management.
2036 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002037 <permission android:name="android.permission.DEVICE_POWER"
2038 android:label="@string/permlab_devicePower"
2039 android:description="@string/permdesc_devicePower"
2040 android:protectionLevel="signature" />
2041
Dianne Hackborn8832c182012-09-17 17:20:24 -07002042 <!-- @hide Allows low-level access to tun tap driver -->
fredc0f420372012-04-12 00:02:00 -07002043 <permission android:name="android.permission.NET_TUNNELING"
2044 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2045 android:protectionLevel="signature" />
2046
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002047 <!-- Run as a manufacturer test application, running as the root user.
Scott Main93e60b52013-06-10 11:05:55 -07002048 Only available when the device is running in manufacturer test mode.
2049 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002050 <permission android:name="android.permission.FACTORY_TEST"
2051 android:label="@string/permlab_factoryTest"
2052 android:description="@string/permdesc_factoryTest"
2053 android:protectionLevel="signature" />
2054
2055 <!-- Allows an application to broadcast a notification that an application
Scott Main93e60b52013-06-10 11:05:55 -07002056 package has been removed.
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.BROADCAST_PACKAGE_REMOVED"
2059 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2060 android:label="@string/permlab_broadcastPackageRemoved"
2061 android:description="@string/permdesc_broadcastPackageRemoved"
2062 android:protectionLevel="signature" />
2063
Scott Main93e60b52013-06-10 11:05:55 -07002064 <!-- Allows an application to broadcast an SMS receipt notification.
2065 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002066 <permission android:name="android.permission.BROADCAST_SMS"
2067 android:permissionGroup="android.permission-group.MESSAGES"
2068 android:label="@string/permlab_broadcastSmsReceived"
2069 android:description="@string/permdesc_broadcastSmsReceived"
2070 android:protectionLevel="signature" />
2071
Scott Main93e60b52013-06-10 11:05:55 -07002072 <!-- Allows an application to broadcast a WAP PUSH receipt notification.
2073 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002074 <permission android:name="android.permission.BROADCAST_WAP_PUSH"
2075 android:permissionGroup="android.permission-group.MESSAGES"
2076 android:label="@string/permlab_broadcastWapPush"
2077 android:description="@string/permdesc_broadcastWapPush"
2078 android:protectionLevel="signature" />
2079
Scott Main93e60b52013-06-10 11:05:55 -07002080 <!-- Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002081 <permission android:name="android.permission.MASTER_CLEAR"
2082 android:label="@string/permlab_masterClear"
2083 android:description="@string/permdesc_masterClear"
Dianne Hackborne639da72012-02-21 15:11:13 -08002084 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002085
2086 <!-- Allows an application to call any phone number, including emergency
2087 numbers, without going through the Dialer user interface for the user
Scott Main93e60b52013-06-10 11:05:55 -07002088 to confirm the call being placed.
2089 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002090 <permission android:name="android.permission.CALL_PRIVILEGED"
2091 android:label="@string/permlab_callPrivileged"
2092 android:description="@string/permdesc_callPrivileged"
Dianne Hackborne639da72012-02-21 15:11:13 -08002093 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002094
Jim Miller767be5f2009-08-25 19:33:57 -07002095 <!-- Allows an application to perform CDMA OTA provisioning @hide -->
2096 <permission android:name="android.permission.PERFORM_CDMA_PROVISIONING"
2097 android:label="@string/permlab_performCdmaProvisioning"
2098 android:description="@string/permdesc_performCdmaProvisioning"
Dianne Hackborne639da72012-02-21 15:11:13 -08002099 android:protectionLevel="signature|system" />
Jim Miller767be5f2009-08-25 19:33:57 -07002100
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002101 <!-- Allows enabling/disabling location update notifications from
Scott Main93e60b52013-06-10 11:05:55 -07002102 the radio.
2103 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002104 <permission android:name="android.permission.CONTROL_LOCATION_UPDATES"
2105 android:label="@string/permlab_locationUpdates"
2106 android:description="@string/permdesc_locationUpdates"
Dianne Hackborne639da72012-02-21 15:11:13 -08002107 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002108
2109 <!-- Allows read/write access to the "properties" table in the checkin
Scott Main93e60b52013-06-10 11:05:55 -07002110 database, to change values that get uploaded.
2111 <p>Not for use by third-party applications. -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002112 <permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"
2113 android:label="@string/permlab_checkinProperties"
2114 android:description="@string/permdesc_checkinProperties"
Dianne Hackborne639da72012-02-21 15:11:13 -08002115 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002116
2117 <!-- Allows an application to collect component usage
Dianne Hackborn15ba2782009-03-25 15:09:04 -07002118 statistics @hide -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002119 <permission android:name="android.permission.PACKAGE_USAGE_STATS"
2120 android:label="@string/permlab_pkgUsageStats"
2121 android:description="@string/permdesc_pkgUsageStats"
Dianne Hackborne639da72012-02-21 15:11:13 -08002122 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002123
2124 <!-- Allows an application to collect battery statistics -->
2125 <permission android:name="android.permission.BATTERY_STATS"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002126 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002127 android:label="@string/permlab_batteryStats"
2128 android:description="@string/permdesc_batteryStats"
Dianne Hackborn2ca2c872012-09-16 16:03:36 -07002129 android:protectionLevel="dangerous" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002130
Scott Main93e60b52013-06-10 11:05:55 -07002131 <!-- Allows an application to control the backup and restore process.
2132 <p>Not for use by third-party applications.
Christopher Tate181fafa2009-05-14 11:12:14 -07002133 @hide pending API council -->
2134 <permission android:name="android.permission.BACKUP"
2135 android:label="@string/permlab_backup"
2136 android:description="@string/permdesc_backup"
Dianne Hackborne639da72012-02-21 15:11:13 -08002137 android:protectionLevel="signature|system" />
Christopher Tate181fafa2009-05-14 11:12:14 -07002138
Christopher Tate4a627c72011-04-01 14:43:32 -07002139 <!-- Allows a package to launch the secure full-backup confirmation UI.
2140 ONLY the system process may hold this permission.
2141 @hide -->
2142 <permission android:name="android.permission.CONFIRM_FULL_BACKUP"
2143 android:label="@string/permlab_confirm_full_backup"
2144 android:description="@string/permdesc_confirm_full_backup"
2145 android:protectionLevel="signature" />
2146
Winson Chung81f39eb2011-01-11 18:05:01 -08002147 <!-- Must be required by a {@link android.widget.RemoteViewsService},
2148 to ensure that only the system can bind to it. -->
2149 <permission android:name="android.permission.BIND_REMOTEVIEWS"
2150 android:label="@string/permlab_bindRemoteViews"
2151 android:description="@string/permdesc_bindRemoteViews"
Dianne Hackborne639da72012-02-21 15:11:13 -08002152 android:protectionLevel="signature|system" />
Winson Chung81f39eb2011-01-11 18:05:01 -08002153
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002154 <!-- Allows an application to tell the AppWidget service which application
2155 can access AppWidget's data. The normal user flow is that a user
2156 picks an AppWidget to go into a particular host, thereby giving that
2157 host application access to the private data from the AppWidget app.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002158 An application that has this permission should honor that contract.
Scott Main93e60b52013-06-10 11:05:55 -07002159 <p>Not for use by third-party applications. -->
The Android Open Source Projectc39a6e02009-03-11 12:11:56 -07002160 <permission android:name="android.permission.BIND_APPWIDGET"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002161 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2162 android:label="@string/permlab_bindGadget"
2163 android:description="@string/permdesc_bindGadget"
Dianne Hackborne639da72012-02-21 15:11:13 -08002164 android:protectionLevel="signature|system" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002165
Michael Jurkafc753c02012-10-30 18:30:52 -07002166 <!-- Private permission, to restrict who can bring up a dialog to add a new
2167 keyguard widget
2168 @hide -->
2169 <permission android:name="android.permission.BIND_KEYGUARD_APPWIDGET"
2170 android:permissionGroup="android.permission-group.PERSONAL_INFO"
2171 android:protectionLevel="signature|system" />
2172
Michael Jurka61a5b012012-04-13 10:39:45 -07002173 <!-- Internal permission allowing an application to query/set which
2174 applications can bind AppWidgets.
2175 @hide -->
2176 <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
2177 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2178 android:protectionLevel="signature|system" />
2179
Scott Main93e60b52013-06-10 11:05:55 -07002180 <!-- Allows applications to change the background data setting.
2181 <p>Not for use by third-party applications.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002182 @hide pending API council -->
2183 <permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"
2184 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2185 android:protectionLevel="signature"
2186 android:description="@string/permdesc_changeBackgroundDataSetting"
2187 android:label="@string/permlab_changeBackgroundDataSetting" />
2188
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002189 <!-- This permission can be used on content providers to allow the global
2190 search system to access their data. Typically it used when the
2191 provider has some permissions protecting it (which global search
2192 would not be expected to hold), and added as a read-only permission
2193 to the path in the provider where global search queries are
2194 performed. This permission can not be held by regular applications;
2195 it is used by applications to protect themselves from everyone else
2196 besides global search. -->
2197 <permission android:name="android.permission.GLOBAL_SEARCH"
2198 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002199 android:protectionLevel="signature|system" />
Dianne Hackborn2af632f2009-07-08 14:56:37 -07002200
2201 <!-- Internal permission protecting access to the global search
2202 system: ensures that only the system can access the provider
2203 to perform queries (since this otherwise provides unrestricted
2204 access to a variety of content providers), and to write the
2205 search statistics (to keep applications from gaming the source
2206 ranking).
2207 @hide -->
2208 <permission android:name="android.permission.GLOBAL_SEARCH_CONTROL"
2209 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2210 android:protectionLevel="signature" />
2211
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002212 <!-- Allows applications to set a live wallpaper.
Dianne Hackbornaef405d2009-09-27 17:05:46 -07002213 @hide XXX Change to signature once the picker is moved to its
2214 own apk as Ghod Intended. -->
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002215 <permission android:name="android.permission.SET_WALLPAPER_COMPONENT"
2216 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
Dianne Hackborne639da72012-02-21 15:11:13 -08002217 android:protectionLevel="signature|system" />
Dianne Hackborn4c62fc02009-08-08 20:40:27 -07002218
John Spurlockf4f6b4c2012-08-25 12:08:03 -04002219 <!-- Allows applications to read dream settings and dream state.
2220 @hide -->
2221 <permission android:name="android.permission.READ_DREAM_STATE"
2222 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2223 android:protectionLevel="signature" />
2224
2225 <!-- Allows applications to write dream settings, and start or stop dreaming.
2226 @hide -->
2227 <permission android:name="android.permission.WRITE_DREAM_STATE"
2228 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
2229 android:protectionLevel="signature" />
2230
Jeff Brownec7c78f2010-03-30 23:37:25 -07002231 <!-- Allow an application to read and write the cache partition.
2232 @hide -->
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002233 <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
2234 android:label="@string/permlab_cache_filesystem"
2235 android:description="@string/permdesc_cache_filesystem"
Dianne Hackborne639da72012-02-21 15:11:13 -08002236 android:protectionLevel="signature|system" />
Doug Zongker6e99b7a2010-01-06 15:02:52 -08002237
Suchi Amalapurapuc028be42010-01-25 12:19:12 -08002238 <!-- Must be required by default container service so that only
2239 the system can bind to it and use it to copy
2240 protected data to secure containers or files
2241 accessible to the system.
2242 @hide -->
2243 <permission android:name="android.permission.COPY_PROTECTED_DATA"
2244 android:label="@string/permlab_copyProtectedData"
2245 android:description="@string/permlab_copyProtectedData"
2246 android:protectionLevel="signature" />
2247
Jason parks8888c592011-01-20 22:46:41 -06002248 <!-- Internal permission protecting access to the encryption methods
2249 @hide
2250 -->
2251 <permission android:name="android.permission.CRYPT_KEEPER"
Dianne Hackborne639da72012-02-21 15:11:13 -08002252 android:protectionLevel="signature|system" />
Jason parks8888c592011-01-20 22:46:41 -06002253
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002254 <!-- Allows an application to read historical network usage for
2255 specific networks and applications. @hide -->
2256 <permission android:name="android.permission.READ_NETWORK_USAGE_HISTORY"
2257 android:label="@string/permlab_readNetworkUsageHistory"
2258 android:description="@string/permdesc_readNetworkUsageHistory"
Dianne Hackborne639da72012-02-21 15:11:13 -08002259 android:protectionLevel="signature|system" />
Jeff Sharkey21c9c452011-06-07 12:26:43 -07002260
2261 <!-- Allows an application to manage network policies (such as warning and disable
2262 limits) and to define application-specific rules. @hide -->
2263 <permission android:name="android.permission.MANAGE_NETWORK_POLICY"
2264 android:label="@string/permlab_manageNetworkPolicy"
2265 android:description="@string/permdesc_manageNetworkPolicy"
2266 android:protectionLevel="signature" />
Jason parks8888c592011-01-20 22:46:41 -06002267
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002268 <!-- Allows an application to account its network traffic against other UIDs. Used
2269 by system services like download manager and media server. Not for use by
2270 third party apps. @hide -->
2271 <permission android:name="android.permission.MODIFY_NETWORK_ACCOUNTING"
2272 android:label="@string/permlab_modifyNetworkAccounting"
2273 android:description="@string/permdesc_modifyNetworkAccounting"
Dianne Hackborne639da72012-02-21 15:11:13 -08002274 android:protectionLevel="signature|system" />
Jeff Sharkey9e18fd12011-05-02 17:51:29 -07002275
Chad Brubakerf11e5d32013-07-08 15:32:23 -07002276 <!-- Allows an application to mark traffic as from another user for per user routing.
2277 Used by system wide services like media server that execute delegated network connections
2278 for users.
2279 @hide
2280 -->
2281 <permission android:name="android.permission.MARK_NETWORK_SOCKET"
2282 android:label="@string/permlab_markNetworkSocket"
2283 android:description="@string/permdesc_markNetworkSocket"
2284 android:protectionLevel="signature|system" />
2285
Tom Taylorb0381682011-08-11 14:27:25 -07002286 <!-- C2DM permission.
Costin Manolache63cfebf2010-02-04 16:52:34 -08002287 @hide Used internally.
2288 -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002289 <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
Costin Manolache63cfebf2010-02-04 16:52:34 -08002290 android:protectionLevel="signature" />
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002291 <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
Costin Manolache63cfebf2010-02-04 16:52:34 -08002292
Dianne Hackborn8832c182012-09-17 17:20:24 -07002293 <!-- @hide Package verifier needs to have this permission before the PackageManager will
Kenny Root5ab21572011-07-27 11:11:19 -07002294 trust it to verify packages.
Kenny Root5ab21572011-07-27 11:11:19 -07002295 -->
2296 <permission android:name="android.permission.PACKAGE_VERIFICATION_AGENT"
2297 android:label="@string/permlab_packageVerificationAgent"
2298 android:description="@string/permdesc_packageVerificationAgent"
Dianne Hackborne639da72012-02-21 15:11:13 -08002299 android:protectionLevel="signature|system" />
Kenny Root5ab21572011-07-27 11:11:19 -07002300
2301 <!-- Must be required by package verifier receiver, to ensure that only the
2302 system can interact with it.
2303 @hide
2304 -->
2305 <permission android:name="android.permission.BIND_PACKAGE_VERIFIER"
2306 android:label="@string/permlab_bindPackageVerifier"
2307 android:description="@string/permdesc_bindPackageVerifier"
2308 android:protectionLevel="signature" />
2309
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002310 <!-- Allows applications to access serial ports via the SerialManager.
2311 @hide -->
2312 <permission android:name="android.permission.SERIAL_PORT"
2313 android:label="@string/permlab_serialPort"
2314 android:description="@string/permdesc_serialPort"
Geremy Condrac29f35b2012-10-17 14:06:31 -07002315 android:protectionLevel="signature|system" />
Mike Lockwoodb01e8bf2011-08-29 20:11:07 -04002316
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002317 <!-- Allows the holder to access content providers from outside an ApplicationThread.
2318 This permission is enforced by the ActivityManagerService on the corresponding APIs,
2319 in particular ActivityManagerService#getContentProviderExternal(String) and
2320 ActivityManagerService#removeContentProviderExternal(String).
2321 @hide
2322 -->
2323 <permission android:name="android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY"
2324 android:label="@string/permlab_accessContentProvidersExternally"
2325 android:description="@string/permdesc_accessContentProvidersExternally"
2326 android:protectionLevel="signature" />
Christopher Tate8662cab52012-02-23 14:59:36 -08002327 <!-- Allows an application to hold an UpdateLock, recommending that a headless
2328 OTA reboot *not* occur while the lock is held.
2329 @hide -->
2330 <permission android:name="android.permission.UPDATE_LOCK"
2331 android:label="@string/permlab_updateLock"
2332 android:description="@string/permdesc_updateLock"
2333 android:protectionLevel="signatureOrSystem" />
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002334
Daniel Sandlerfde19b12013-01-17 00:21:05 -05002335 <!-- Allows an application to read the current set of notifications, including
2336 any metadata and intents attached.
2337 @hide -->
2338 <permission android:name="android.permission.ACCESS_NOTIFICATIONS"
2339 android:label="@string/permlab_accessNotifications"
2340 android:description="@string/permdesc_accessNotifications"
2341 android:protectionLevel="signature|system" />
2342
Jim Miller5ecd8112013-01-09 18:50:26 -08002343 <!-- Allows access to keyguard secure storage. Only allowed for system processes.
2344 @hide -->
2345 <permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"
2346 android:protectionLevel="signature"
2347 android:label="@string/permlab_access_keyguard_secure_storage"
2348 android:description="@string/permdesc_access_keyguard_secure_storage" />
2349
Jim Millerc0b676d2013-03-22 16:11:08 -07002350 <!-- Allows an application to control keyguard. Only allowed for system processes.
2351 @hide -->
2352 <permission android:name="android.permission.CONTROL_KEYGUARD"
2353 android:protectionLevel="signature"
2354 android:label="@string/permlab_control_keyguard"
2355 android:description="@string/permdesc_control_keyguard" />
2356
Daniel Sandler5feceeb2013-03-22 18:29:23 -07002357 <!-- Must be required by an {@link
2358 android.service.notification.NotificationListenerService},
2359 to ensure that only the system can bind to it. -->
2360 <permission android:name="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
2361 android:label="@string/permlab_bindNotificationListenerService"
2362 android:description="@string/permdesc_bindNotificationListenerService"
2363 android:protectionLevel="signature" />
2364
Evan Charlton843d5ea2013-05-13 10:35:33 -07002365 <!-- Allows an application to call into a carrier setup flow. It is up to the
2366 carrier setup application to enforce that this permission is required
2367 @hide This is not a third-party API (intended for OEMs and system apps). -->
2368 <permission android:name="android.permission.INVOKE_CARRIER_SETUP"
2369 android:label="@string/permlab_invokeCarrierSetup"
2370 android:description="@string/permdesc_invokeCarrierSetup"
2371 android:protectionLevel="signature|system" />
2372
Christopher Tate4a627c72011-04-01 14:43:32 -07002373 <!-- The system process is explicitly the only one allowed to launch the
2374 confirmation UI for full backup/restore -->
2375 <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
2376
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002377 <application android:process="system"
2378 android:persistent="true"
2379 android:hasCode="false"
2380 android:label="@string/android_system_label"
2381 android:allowClearUserData="false"
Joe Onorato9bb8fd72009-07-28 18:24:51 -07002382 android:backupAgent="com.android.server.SystemBackupAgent"
Christopher Tate5e1ab332009-09-01 20:32:49 -07002383 android:killAfterRestore="false"
Fabrice Di Meglio4497e0c2012-09-10 20:46:33 -07002384 android:icon="@drawable/ic_launcher_android"
2385 android:supportsRtl="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002386 <activity android:name="com.android.internal.app.ChooserActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002387 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackbornffa42482009-09-23 22:20:11 -07002388 android:finishOnCloseSystemDialogs="true"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002389 android:excludeFromRecents="true"
2390 android:multiprocess="true">
2391 <intent-filter>
2392 <action android:name="android.intent.action.CHOOSER" />
2393 <category android:name="android.intent.category.DEFAULT" />
2394 </intent-filter>
2395 </activity>
Dianne Hackborn860755f2010-06-03 18:47:52 -07002396 <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002397 android:theme="@style/Theme.Holo.Dialog"
Dianne Hackborn860755f2010-06-03 18:47:52 -07002398 android:label="@string/heavy_weight_switcher_title"
2399 android:finishOnCloseSystemDialogs="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002400 android:excludeFromRecents="true"
2401 android:process=":ui">
Dianne Hackborn860755f2010-06-03 18:47:52 -07002402 </activity>
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002403 <activity android:name="com.android.internal.app.PlatLogoActivity"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002404 android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
2405 android:process=":ui">
Dianne Hackborn08d5b8f2010-08-04 11:12:40 -07002406 </activity>
Tobias Haamel154f7a12010-02-17 11:56:39 -08002407 <activity android:name="com.android.internal.app.DisableCarModeActivity"
2408 android:theme="@style/Theme.NoDisplay"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002409 android:excludeFromRecents="true"
2410 android:process=":ui">
Tobias Haamel154f7a12010-02-17 11:56:39 -08002411 </activity>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002412
Fred Quintana33269202009-04-20 16:05:10 -07002413 <activity android:name="android.accounts.ChooseAccountActivity"
2414 android:excludeFromRecents="true"
Fabrice Di Meglio795f1352011-01-20 16:12:36 -08002415 android:exported="true"
2416 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002417 android:label="@string/choose_account_label"
2418 android:process=":ui">
Fred Quintana33269202009-04-20 16:05:10 -07002419 </activity>
2420
Fred Quintana1121bb52011-09-14 23:19:35 -07002421 <activity android:name="android.accounts.ChooseTypeAndAccountActivity"
2422 android:excludeFromRecents="true"
2423 android:exported="true"
Alice Yang727c5992012-05-29 13:31:04 -07002424 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002425 android:label="@string/choose_account_label"
2426 android:process=":ui">
Fred Quintana1121bb52011-09-14 23:19:35 -07002427 </activity>
2428
2429 <activity android:name="android.accounts.ChooseAccountTypeActivity"
2430 android:excludeFromRecents="true"
Jatin Lodhia856b01e2012-09-28 10:53:37 -07002431 android:theme="@android:style/Theme.Holo.Dialog"
Fred Quintana1121bb52011-09-14 23:19:35 -07002432 android:label="@string/choose_account_label"
2433 android:process=":ui">
2434 </activity>
2435
Amith Yamasani23c8b962013-04-10 13:37:18 -07002436 <activity android:name="android.accounts.CantAddAccountActivity"
2437 android:excludeFromRecents="true"
2438 android:exported="true"
Amith Yamasani5a3915b2013-05-24 09:53:47 -07002439 android:theme="@android:style/Theme.Holo.Dialog.NoActionBar"
Amith Yamasani23c8b962013-04-10 13:37:18 -07002440 android:process=":ui">
2441 </activity>
2442
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002443 <activity android:name="android.accounts.GrantCredentialsPermissionActivity"
2444 android:excludeFromRecents="true"
Adam Powellc91466f2011-01-22 14:34:13 -08002445 android:exported="true"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002446 android:theme="@android:style/Theme.Holo.DialogWhenLarge"
2447 android:process=":ui">
Fred Quintanad4a1d2e2009-07-16 16:36:38 -07002448 </activity>
2449
Fred Quintanab19e62a2010-12-16 13:54:43 -08002450 <activity android:name="android.content.SyncActivityTooManyDeletes"
2451 android:theme="@android:style/Theme.Holo.Dialog"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002452 android:label="@string/sync_too_many_deletes"
2453 android:process=":ui">
Fred Quintanab19e62a2010-12-16 13:54:43 -08002454 </activity>
2455
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002456 <activity android:name="com.android.server.ShutdownActivity"
2457 android:permission="android.permission.SHUTDOWN"
Mike Lockwood49f74682009-07-30 15:27:00 -07002458 android:excludeFromRecents="true">
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002459 <intent-filter>
2460 <action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />
2461 <category android:name="android.intent.category.DEFAULT" />
2462 </intent-filter>
Mike Lockwoodb8a8a572010-09-08 07:21:07 -04002463 <intent-filter>
2464 <action android:name="android.intent.action.REBOOT" />
2465 <category android:name="android.intent.category.DEFAULT" />
2466 </intent-filter>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002467 </activity>
Mike Lockwood02eb8742011-02-27 09:10:37 -08002468
Danke Xie22d1f9f2009-08-18 18:28:45 -04002469 <activity android:name="com.android.internal.app.NetInitiatedActivity"
Joe Onoratoa4eb4c32010-11-08 11:05:25 -08002470 android:theme="@style/Theme.Holo.Dialog.Alert"
Dianne Hackborn905577f2011-09-07 18:31:28 -07002471 android:excludeFromRecents="true"
2472 android:process=":ui">
Danke Xie22d1f9f2009-08-18 18:28:45 -04002473 </activity>
Mike Lockwoodbad80e02009-07-30 01:21:08 -07002474
Amith Yamasani655d0e22013-06-12 14:19:10 -07002475 <activity android:name="com.android.internal.app.RestrictionsPinSetupActivity"
2476 android:theme="@style/Theme.Holo.Dialog.Alert"
2477 android:permission="android.permission.MANAGE_USERS"
2478 android:excludeFromRecents="true"
2479 android:windowSoftInputMode="adjustPan"
2480 android:process=":ui">
2481 <intent-filter android:priority="100">
2482 <action android:name="android.intent.action.RESTRICTIONS_PIN_CREATE" />
2483 <category android:name="android.intent.category.DEFAULT" />
2484 </intent-filter>
2485 </activity>
2486
2487 <activity android:name="com.android.internal.app.RestrictionsPinActivity"
2488 android:theme="@style/Theme.Holo.Dialog.Alert"
2489 android:excludeFromRecents="true"
2490 android:windowSoftInputMode="adjustPan"
2491 android:process=":ui">
2492 <intent-filter android:priority="100">
2493 <action android:name="android.intent.action.RESTRICTIONS_PIN_CHALLENGE" />
2494 <category android:name="android.intent.category.DEFAULT" />
2495 </intent-filter>
2496 </activity>
2497
Dianne Hackbornd4ac8d72012-09-27 23:20:10 -07002498 <receiver android:name="com.android.server.BootReceiver"
2499 android:primaryUserOnly="true">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002500 <intent-filter>
2501 <action android:name="android.intent.action.BOOT_COMPLETED" />
2502 </intent-filter>
2503 </receiver>
2504
Geremy Condrab6310842012-08-23 22:00:15 -07002505 <receiver android:name="com.android.server.updates.CertPinInstallReceiver" >
2506 <intent-filter>
2507 <action android:name="android.intent.action.UPDATE_PINS" />
2508 </intent-filter>
2509 </receiver>
2510
Ben Gruver633dc9b2013-04-04 12:05:49 -07002511 <receiver android:name="com.android.server.updates.IntentFirewallInstallReceiver" >
2512 <intent-filter>
2513 <action android:name="android.intent.action.UPDATE_INTENT_FIREWALL" />
2514 </intent-filter>
2515 </receiver>
2516
Robert Greenwaltc6fa2372012-09-24 13:57:16 -07002517 <receiver android:name="com.android.server.updates.SmsShortCodesInstallReceiver" >
2518 <intent-filter>
2519 <action android:name="android.intent.action.UPDATE_SMS_SHORT_CODES" />
2520 </intent-filter>
2521 </receiver>
2522
Robert Greenwalte182bfe2013-07-16 12:06:09 -07002523 <receiver android:name="com.android.server.updates.CarrierProvisioningUrlsInstallReceiver" >
2524 <intent-filter>
2525 <action android:name="android.intent.action.UPDATE_CARRIER_PROVISIONING_URLS" />
2526 </intent-filter>
2527 </receiver>
2528
Geremy Condra78a4c712013-01-30 11:20:26 -08002529 <receiver android:name="com.android.server.updates.TZInfoInstallReceiver" >
2530 <intent-filter>
2531 <action android:name="android.intent.action.UPDATE_TZINFO" />
2532 </intent-filter>
2533 </receiver>
2534
Geremy Condra4e7f7e82013-03-26 21:09:01 -07002535 <receiver android:name="com.android.server.updates.SELinuxPolicyInstallReceiver" >
2536 <intent-filter>
2537 <action android:name="android.intent.action.UPDATE_SEPOLICY" />
2538 </intent-filter>
2539 </receiver>
2540
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002541 <receiver android:name="com.android.server.MasterClearReceiver"
Amith Yamasani655d0e22013-06-12 14:19:10 -07002542 android:permission="android.permission.MASTER_CLEAR">
2543 <intent-filter
2544 android:priority="100" >
Dan Egnor18e93962010-02-10 19:27:58 -08002545 <!-- For Checkin, Settings, etc.: action=MASTER_CLEAR -->
2546 <action android:name="android.intent.action.MASTER_CLEAR" />
2547
2548 <!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
Costin Manolache8d83f9e2010-05-12 16:04:10 -07002549 <action android:name="com.google.android.c2dm.intent.RECEIVE" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002550 <category android:name="android.intent.category.MASTER_CLEAR" />
2551 </intent-filter>
2552 </receiver>
Dianne Hackborn42499172010-10-15 18:45:07 -07002553
2554 <service android:name="com.android.internal.os.storage.ExternalStorageFormatter"
2555 android:permission="android.permission.MASTER_CLEAR"
2556 android:exported="true" />
2557
Jaikumar Ganesh8ce470d2013-04-03 12:22:18 -07002558 <service android:name="android.hardware.location.GeofenceHardwareService"
2559 android:permission="android.permission.LOCATION_HARDWARE"
2560 android:exported="false" />
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002561 </application>
2562
2563</manifest>