Merge "Whitelist MTP ReceiverActivity from UXR" into qt-dev am: 8c32a2a670
am: c3f66cafca

Change-Id: I6bbc3856b32edf9fe1f88d263641ab26ca26f503
diff --git a/service/res/values/config.xml b/service/res/values/config.xml
index 0d2fbd7..dffe9b9 100644
--- a/service/res/values/config.xml
+++ b/service/res/values/config.xml
@@ -63,7 +63,7 @@
           The current implementations expects the following system packages/activities to be
           whitelisted. For general guidelines to design distraction optimized apps, please refer
           to Android Auto Driver Distraction Guidelines. -->
-    <string name="systemActivityWhitelist" translatable="false">com.android.systemui,com.google.android.permissioncontroller/com.android.packageinstaller.permission.ui.GrantPermissionsActivity,android/com.android.internal.app.ResolverActivity</string>
+    <string name="systemActivityWhitelist" translatable="false">com.android.systemui,com.google.android.permissioncontroller/com.android.packageinstaller.permission.ui.GrantPermissionsActivity,android/com.android.internal.app.ResolverActivity,com.android.mtp/com.android.mtp.ReceiverActivity</string>
     <!--  Comma separated list of activities that will be blocked during restricted state.
           Format of each entry is either to specify package name to whitelist the whole package
           or use format of "packagename/activity_classname" for tagging each activities.-->