blob: 987c3b439db816644ac40e9f3af7ef6c068dfc04 [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. -->
22 <allow-implicit-broadcast action="android.intent.action.SIM_STATE_CHANGED" />
23 <allow-implicit-broadcast action="android.intent.action.PACKAGE_CHANGED" />
Christopher Tate03a1ba22017-01-23 17:50:34 -080024 <allow-implicit-broadcast action="android.intent.action.MEDIA_SCANNER_SCAN_FILE" />
Christopher Tate615b37f2017-08-17 17:24:09 -070025 <allow-implicit-broadcast action="android.media.action.OPEN_AUDIO_EFFECT_CONTROL_SESSION" />
26 <allow-implicit-broadcast action="android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION" />
Christopher Tate42a386b2016-11-07 12:21:21 -080027
Christopher Tate4244c912017-02-08 14:26:50 -080028 <!-- Whitelist of what components are permitted as backup data transports. The
29 'service' attribute here is a flattened ComponentName string. -->
30 <backup-transport-whitelisted-service
Stefanote66c1c32018-08-28 16:51:08 +010031 service="com.android.localtransport/.LocalTransportService" />
Christopher Tate4244c912017-02-08 14:26:50 -080032
Abhijeet Kaur767c8bb2019-02-11 11:59:43 +000033 <!-- Whitelist Shell to use the bugreport API -->
34 <bugreport-whitelisted package="com.android.shell" />
35
fionaxud60a9d02017-05-23 14:55:27 -070036 <!-- Whitelist of bundled applications which all handle URLs to their websites by default -->
37 <app-link package="com.android.carrierdefaultapp" />
Christopher Tate42a386b2016-11-07 12:21:21 -080038</config>