From 0e5caa20804e13c5607fccc999b11ed7a8b541eb Mon Sep 17 00:00:00 2001 From: Tony Mak Date: Mon, 4 Apr 2016 16:25:24 +0100 Subject: [PATCH] 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 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a1cb7ee3b7c..e21c2eb7231 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1555,6 +1555,7 @@