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 // for Google Play 27--> 28<dynamicConfig> 29 <entry key ="intent_whitelist"> 30 <value>android.intent.action.ACTION_CARRIER_SETUP</value> 31 <value>android.intent.action.QUICKBOOT_POWERON</value> 32 <value>android.intent.action.ACTION_DEFAULT_SMS_SUBSCRIPTION_CHANGED</value> 33 <value>android.intent.action.HDMI_PLUGGED</value> 34 <value>android.intent.action.QUICKSTEP_SERVICE</value> 35 <value>android.intent.action.INSTALL_EPHEMERAL_PACKAGE</value> 36 <value>android.intent.action.RESOLVE_EPHEMERAL_PACKAGE</value> 37 <value>android.intent.action.EPHEMERAL_RESOLVER_SETTINGS</value> 38 <value>android.intent.action.LOAD_DATA</value> 39 </entry> 40</dynamicConfig> 41