OSDN Git Service

Fix flag value collision
authorJohn Reck <jreck@google.com>
Thu, 21 Apr 2016 22:40:45 +0000 (15:40 -0700)
committerJohn Reck <jreck@google.com>
Thu, 21 Apr 2016 22:40:45 +0000 (15:40 -0700)
Bug: 28314544
Change-Id: If73c1e8fd0e7b313bccbeffa172bdc3ab9496a43

core/java/android/view/WindowManager.java

index 54e9942..9b74fc0 100644 (file)
@@ -1251,7 +1251,7 @@ public interface WindowManager extends ViewManager {
          * the device supports it.
          * @hide
          */
-        public static final int PRIVATE_FLAG_SUSTAINED_PERFORMANCE_MODE = 0x00020000;
+        public static final int PRIVATE_FLAG_SUSTAINED_PERFORMANCE_MODE = 0x00040000;
 
         /**
          * Control flags that are private to the platform.