Merge "Update taskAffinity" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
383baeae86
@@ -1475,7 +1475,7 @@
|
||||
<!-- Lock screen settings -->
|
||||
<activity android:name=".password.ConfirmDeviceCredentialActivity"
|
||||
android:exported="true"
|
||||
android:taskAffinity=".password.ConfirmDeviceCredentialActivity"
|
||||
android:taskAffinity="com.android.settings.workmode"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
||||
<intent-filter android:priority="1">
|
||||
<action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" />
|
||||
@@ -1493,7 +1493,7 @@
|
||||
android:exported="false"
|
||||
android:permission="android.permission.MANAGE_USERS"
|
||||
android:resizeableActivity="false"
|
||||
android:taskAffinity=".password.ConfirmDeviceCredentialActivity"
|
||||
android:taskAffinity="com.android.settings.workmode"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
||||
<intent-filter android:priority="1">
|
||||
<action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" />
|
||||
@@ -2810,6 +2810,7 @@
|
||||
|
||||
<activity android:name=".enterprise.ActionDisabledByAdminDialog"
|
||||
android:theme="@style/Transparent"
|
||||
android:taskAffinity="com.android.settings.enterprise"
|
||||
android:excludeFromRecents="true"
|
||||
android:launchMode="singleTop">
|
||||
<intent-filter android:priority="1">
|
||||
|
Reference in New Issue
Block a user