DO NOT MERGE: Whitelist intents in GMSCore com.google.android.gms

Whitelist intents in GMSCore com.google.android.gms:
android.intent.action.MANAGE_PERMISSION_USAGE

Bug: 206897736
Change-Id: Ie5da76b2004e2366a78e1981a2b67d46886b41d5
diff --git a/tests/signature/intent-check/DynamicConfig.xml b/tests/signature/intent-check/DynamicConfig.xml
index 238d445..098fc4d 100644
--- a/tests/signature/intent-check/DynamicConfig.xml
+++ b/tests/signature/intent-check/DynamicConfig.xml
@@ -26,6 +26,7 @@
     Bug: 150153196 android.intent.action.LOAD_DATA (system in API 30)
     Bug: 150153196 android.intent.action.PACKAGE_UNSUSPENDED_MANUALLY (system in API 30)
     Bug: 186495404 android.intent.action.REBOOT_READY
+    Bug: 206897736 android.intent.action.MANAGE_PERMISSION_USAGE
 -->
 <dynamicConfig>
     <entry key ="intent_whitelist">
@@ -40,5 +41,6 @@
       <value>android.intent.action.LOAD_DATA</value>
       <value>android.intent.action.PACKAGE_UNSUSPENDED_MANUALLY</value>
       <value>android.intent.action.REBOOT_READY</value>
+      <value>android.intent.action.MANAGE_PERMISSION_USAGE</value>
     </entry>
 </dynamicConfig>