blob: 2162ec421dcd688233b489992eaddb0d8bb67df5 [file] [log] [blame]
Christopher Tate42a386b2016-11-07 12:21:21 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<!-- These are configurations that must exist on all Android devices. -->
18<config>
19
20 <!-- Broadcast actions that are currently exempted from O+ background
21 delivery restrictions. -->
Daniel Bright8acac152020-01-29 15:10:04 -080022 <allow-implicit-broadcast action="android.intent.action.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED" />
23 <allow-implicit-broadcast action="android.intent.action.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED" />
24 <allow-implicit-broadcast action="android.intent.action.DATA_SMS_RECEIVED" />
Christopher Tate03a1ba22017-01-23 17:50:34 -080025 <allow-implicit-broadcast action="android.intent.action.MEDIA_SCANNER_SCAN_FILE" />
Daniel Bright8acac152020-01-29 15:10:04 -080026 <allow-implicit-broadcast action="android.intent.action.PACKAGE_CHANGED" />
27 <allow-implicit-broadcast action="android.intent.action.SIM_STATE_CHANGED" />
Christopher Tate615b37f2017-08-17 17:24:09 -070028 <allow-implicit-broadcast action="android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION" />
Daniel Bright8acac152020-01-29 15:10:04 -080029 <allow-implicit-broadcast action="android.media.action.OPEN_AUDIO_EFFECT_CONTROL_SESSION" />
30 <allow-implicit-broadcast action="android.provider.Telephony.SECRET_CODE" />
31 <allow-implicit-broadcast action="android.provider.Telephony.SMS_CB_RECEIVED" />
32 <allow-implicit-broadcast action="android.provider.Telephony.SMS_DELIVER" />
33 <allow-implicit-broadcast action="android.provider.Telephony.SMS_RECEIVED" />
34 <allow-implicit-broadcast action="android.provider.Telephony.SMS_REJECTED" />
35 <allow-implicit-broadcast action="android.provider.Telephony.WAP_PUSH_DELIVER" />
36 <allow-implicit-broadcast action="android.provider.Telephony.WAP_PUSH_RECEIVED" />
37 <allow-implicit-broadcast action="android.telephony.action.CARRIER_CONFIG_CHANGED" />
38 <allow-implicit-broadcast action="android.telephony.action.DEFAULT_SMS_SUBSCRIPTION_CHANGED" />
39 <allow-implicit-broadcast action="android.telephony.action.DEFAULT_SUBSCRIPTION_CHANGED" />
Malcolm Chen2b93ea02020-03-30 15:30:41 -070040 <allow-implicit-broadcast action="android.telephony.action.MULTI_SIM_CONFIG_CHANGED" />
Daniel Bright8acac152020-01-29 15:10:04 -080041 <allow-implicit-broadcast action="android.telephony.action.SECRET_CODE" />
42 <allow-implicit-broadcast action="android.telephony.action.SIM_APPLICATION_STATE_CHANGED" />
43 <allow-implicit-broadcast action="android.telephony.action.SIM_CARD_STATE_CHANGED" />
44 <allow-implicit-broadcast action="android.telephony.action.SIM_SLOT_STATUS_CHANGED" />
45
Christopher Tate42a386b2016-11-07 12:21:21 -080046
Christopher Tate4244c912017-02-08 14:26:50 -080047 <!-- Whitelist of what components are permitted as backup data transports. The
48 'service' attribute here is a flattened ComponentName string. -->
49 <backup-transport-whitelisted-service
Stefanote66c1c32018-08-28 16:51:08 +010050 service="com.android.localtransport/.LocalTransportService" />
Ruslan Tkhakokhov004e85f2019-10-07 14:40:40 +010051 <backup-transport-whitelisted-service
52 service="com.android.encryptedlocaltransport/.EncryptedLocalTransportService" />
Christopher Tate4244c912017-02-08 14:26:50 -080053
Abhijeet Kaur767c8bb2019-02-11 11:59:43 +000054 <!-- Whitelist Shell to use the bugreport API -->
55 <bugreport-whitelisted package="com.android.shell" />
56
fionaxud60a9d02017-05-23 14:55:27 -070057 <!-- Whitelist of bundled applications which all handle URLs to their websites by default -->
58 <app-link package="com.android.carrierdefaultapp" />
Christopher Tate42a386b2016-11-07 12:21:21 -080059</config>