Force work challenge activity to be not resizable

We need to add the flag resizeableActivity to the root activity of
the task that holding the work challenge activity which is
ConfirmDeviceCredentialActivity$InternalActivity.

This activity is the entry point for work challenge and is not used
elsewhere.

Bug: 27565539

Change-Id: I79157e4ea9c7a52a1727919dcd4d311380492f3d
This commit is contained in:
Tony Mak
2016-04-04 16:25:24 +01:00
parent 9069181c84
commit 0e5caa2080

View File

@@ -1555,6 +1555,7 @@
<activity android:name="ConfirmDeviceCredentialActivity$InternalActivity"
android:exported="false"
android:permission="android.permission.MANAGE_USERS"
android:resizeableActivity="false"
android:theme="@android:style/Theme.NoDisplay">
<intent-filter android:priority="1">
<action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" />