Christopher Tate | 42a386b | 2016-11-07 12:21:21 -0800 | [diff] [blame] | 1 | <?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 Bright | 8acac15 | 2020-01-29 15:10:04 -0800 | [diff] [blame] | 22 | <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 Tate | 03a1ba2 | 2017-01-23 17:50:34 -0800 | [diff] [blame] | 25 | <allow-implicit-broadcast action="android.intent.action.MEDIA_SCANNER_SCAN_FILE" /> |
Daniel Bright | 8acac15 | 2020-01-29 15:10:04 -0800 | [diff] [blame] | 26 | <allow-implicit-broadcast action="android.intent.action.PACKAGE_CHANGED" /> |
| 27 | <allow-implicit-broadcast action="android.intent.action.SIM_STATE_CHANGED" /> |
Christopher Tate | 615b37f | 2017-08-17 17:24:09 -0700 | [diff] [blame] | 28 | <allow-implicit-broadcast action="android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION" /> |
Daniel Bright | 8acac15 | 2020-01-29 15:10:04 -0800 | [diff] [blame] | 29 | <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 Chen | 2b93ea0 | 2020-03-30 15:30:41 -0700 | [diff] [blame] | 40 | <allow-implicit-broadcast action="android.telephony.action.MULTI_SIM_CONFIG_CHANGED" /> |
Daniel Bright | 8acac15 | 2020-01-29 15:10:04 -0800 | [diff] [blame] | 41 | <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 Tate | 42a386b | 2016-11-07 12:21:21 -0800 | [diff] [blame] | 46 | |
Christopher Tate | 4244c91 | 2017-02-08 14:26:50 -0800 | [diff] [blame] | 47 | <!-- 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 |
Stefanot | e66c1c3 | 2018-08-28 16:51:08 +0100 | [diff] [blame] | 50 | service="com.android.localtransport/.LocalTransportService" /> |
Ruslan Tkhakokhov | 004e85f | 2019-10-07 14:40:40 +0100 | [diff] [blame] | 51 | <backup-transport-whitelisted-service |
| 52 | service="com.android.encryptedlocaltransport/.EncryptedLocalTransportService" /> |
Christopher Tate | 4244c91 | 2017-02-08 14:26:50 -0800 | [diff] [blame] | 53 | |
Abhijeet Kaur | 767c8bb | 2019-02-11 11:59:43 +0000 | [diff] [blame] | 54 | <!-- Whitelist Shell to use the bugreport API --> |
| 55 | <bugreport-whitelisted package="com.android.shell" /> |
| 56 | |
fionaxu | d60a9d0 | 2017-05-23 14:55:27 -0700 | [diff] [blame] | 57 | <!-- Whitelist of bundled applications which all handle URLs to their websites by default --> |
| 58 | <app-link package="com.android.carrierdefaultapp" /> |
Christopher Tate | 42a386b | 2016-11-07 12:21:21 -0800 | [diff] [blame] | 59 | </config> |