summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Wale Ogunwale <ogunwale@google.com> 2016-02-23 10:02:58 -0800
committer Wale Ogunwale <ogunwale@google.com> 2016-02-23 10:02:58 -0800
commitdc62575dd29237a05a0c84d6eebfca773df46f51 (patch)
treef6d3c95ef3e4f28dfa08e79bc33edcd33a7265d2
parentbdcc9b77c83639896b69f2e03675744dc6c1fcf3 (diff)
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
-rw-r--r--packages/SystemUI/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index 9e07c6dfd221..c590ec7a97dd 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" />
<activity