1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 Google Inc.
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    Bug: 33305737 android.intent.action.ACTION_CARRIER_SETUP
18    Bug: 36980009 android.intent.action.QUICKBOOT_POWERON
19    Bug: 36977779 android.intent.action.MASTER_CLEAR
20    Bug: 38182465 android.intent.action.ACTION_DEFAULT_SMS_SUBSCRIPTION_CHANGED
21    Bug: 70315695 android.intent.action.HDMI_PLUGGED
22    Bug: 78574873 android.intent.action.QUICKSTEP_SERVICE
23    Bug: 78574873 android.intent.action.INSTALL_EPHEMERAL_PACKAGE
24    Bug: 78574873 android.intent.action.RESOLVE_EPHEMERAL_PACKAGE
25    Bug: 78574873 android.intent.action.EPHEMERAL_RESOLVER_SETTINGS
26    Bug: 150153196 android.intent.action.LOAD_DATA (system in API 30)
27    Bug: 150153196 android.intent.action.PACKAGE_UNSUSPENDED_MANUALLY (system in API 30)
28    Bug: 186495404 android.intent.action.REBOOT_READY
29    Bug: 206897736 android.intent.action.MANAGE_PERMISSION_USAGE
30    Bug: 206897736 android.intent.action.VIEW_APP_FEATURES
31    Bug: 209528070 android.intent.action.APPLICATION_LOCALE_CHANGED
32-->
33<dynamicConfig>
34    <entry key ="intent_whitelist">
35      <value>android.intent.action.ACTION_CARRIER_SETUP</value>
36      <value>android.intent.action.QUICKBOOT_POWERON</value>
37      <value>android.intent.action.ACTION_DEFAULT_SMS_SUBSCRIPTION_CHANGED</value>
38      <value>android.intent.action.HDMI_PLUGGED</value>
39      <value>android.intent.action.QUICKSTEP_SERVICE</value>
40      <value>android.intent.action.INSTALL_EPHEMERAL_PACKAGE</value>
41      <value>android.intent.action.RESOLVE_EPHEMERAL_PACKAGE</value>
42      <value>android.intent.action.EPHEMERAL_RESOLVER_SETTINGS</value>
43      <value>android.intent.action.LOAD_DATA</value>
44      <value>android.intent.action.PACKAGE_UNSUSPENDED_MANUALLY</value>
45      <value>android.intent.action.REBOOT_READY</value>
46      <value>android.intent.action.MANAGE_PERMISSION_USAGE</value>
47      <value>android.intent.action.VIEW_APP_FEATURES</value>
48      <value>android.intent.action.APPLICATION_LOCALE_CHANGED</value>
49    </entry>
50</dynamicConfig>
51