Merge "Raise priority of SHOW_ADMIN_SUPPORT_DETAILS intent filter."
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1951afd..d258c46 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3016,7 +3016,7 @@
                 android:theme="@style/Transparent"
                 android:excludeFromRecents="true"
                 android:launchMode="singleTop">
-            <intent-filter>
+            <intent-filter android:priority="1">
                 <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" />
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>