From dc62575dd29237a05a0c84d6eebfca773df46f51 Mon Sep 17 00:00:00 2001 From: Wale Ogunwale Date: Tue, 23 Feb 2016 10:02:58 -0800 Subject: [PATCH] Changed sys-ui manifest to use resizeableActivity attribute... Instead of resizeable attribute. resizeableActivity is what is used for multi-window. The code currently works because it targets N :/ Change-Id: I82f1b1b46f66ea39ae682ed1d45f97bc6247b0bd --- packages/SystemUI/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 9e07c6dfd221d..c590ec7a97ddb 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -337,7 +337,7 @@ android:launchMode="singleTop" android:taskAffinity="" android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" - android:resizeable="true" + android:resizeableActivity="true" android:supportsPictureInPicture="true" androidprv:alwaysFocusable="true" android:excludeFromRecents="true" /> @@ -348,7 +348,7 @@ android:launchMode="singleTop" android:taskAffinity="" android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" - android:resizeable="true" + android:resizeableActivity="true" android:supportsPictureInPicture="true" android:excludeFromRecents="true" />