Merge "Set higher priority for ADD_DEVICE_ADMIN intent" into tm-dev am: 5f6aee1cf7

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17197594

Change-Id: I0923c0c5880f7a15d3bc419aab29161abc6f67fb
This commit is contained in:
TreeHugger Robot
2022-03-17 04:21:58 +00:00
committed by Automerger Merge Worker

View File

@@ -1846,7 +1846,7 @@
android:exported="true"
android:clearTaskOnLaunch="true"
android:theme="@style/Theme.Settings.NoActionBar">
<intent-filter>
<intent-filter android:priority="1000">
<action android:name="android.app.action.ADD_DEVICE_ADMIN" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>