Merge "Set higher priority for ADD_DEVICE_ADMIN intent" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5f6aee1cf7
@@ -1846,7 +1846,7 @@
|
|||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:clearTaskOnLaunch="true"
|
android:clearTaskOnLaunch="true"
|
||||||
android:theme="@style/Theme.Settings.NoActionBar">
|
android:theme="@style/Theme.Settings.NoActionBar">
|
||||||
<intent-filter>
|
<intent-filter android:priority="1000">
|
||||||
<action android:name="android.app.action.ADD_DEVICE_ADMIN" />
|
<action android:name="android.app.action.ADD_DEVICE_ADMIN" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
Reference in New Issue
Block a user