OSDN Git Service

Changed sys-ui manifest to use resizeableActivity attribute...
authorWale Ogunwale <ogunwale@google.com>
Tue, 23 Feb 2016 18:02:58 +0000 (10:02 -0800)
committerWale Ogunwale <ogunwale@google.com>
Tue, 23 Feb 2016 18:02:58 +0000 (10:02 -0800)
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

index 9e07c6d..c590ec7 100644 (file)
             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" />
             android:launchMode="singleTop"
             android:taskAffinity=""
             android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
-            android:resizeable="true"
+            android:resizeableActivity="true"
             android:supportsPictureInPicture="true"
             android:excludeFromRecents="true" />
         <activity