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: 218245704 android.intent.action.ACTION_PACKAGE_CHANGED (fixed in TTS 20220209) 30 Bug: 237978237 android.intent.action.REMOTE_COPY 31 Bug: 316270779 android.intent.action.UNARCHIVE_PACKAGE 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.ACTION_PACKAGE_CHANGED</value> 47 <value>android.intent.action.REMOTE_COPY</value> 48 <value>android.intent.action.UNARCHIVE_PACKAGE</value> 49 </entry> 50</dynamicConfig> 51