Home | History | Annotate | Download | only in intent-check
      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 -->
     27 <dynamicConfig>
     28     <entry key ="intent_whitelist">
     29       <value>android.intent.action.ACTION_CARRIER_SETUP</value>
     30       <value>android.intent.action.QUICKBOOT_POWERON</value>
     31       <value>android.intent.action.ACTION_DEFAULT_SMS_SUBSCRIPTION_CHANGED</value>
     32       <value>android.intent.action.HDMI_PLUGGED</value>
     33       <value>android.intent.action.QUICKSTEP_SERVICE</value>
     34       <value>android.intent.action.INSTALL_EPHEMERAL_PACKAGE</value>
     35       <value>android.intent.action.RESOLVE_EPHEMERAL_PACKAGE</value>
     36       <value>android.intent.action.EPHEMERAL_RESOLVER_SETTINGS</value>
     37     </entry>
     38 </dynamicConfig>
     39