Merge "Raise priority of SHOW_ADMIN_SUPPORT_DETAILS intent filter."

This commit is contained in:
Sudheer Shanka
2018-02-16 23:05:25 +00:00
committed by Android (Google) Code Review

View File

@@ -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>