Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60e885f6 authored by John Reck's avatar John Reck
Browse files

Fix flag value collision

Bug: 28314544
Change-Id: If73c1e8fd0e7b313bccbeffa172bdc3ab9496a43
parent 98c7c05d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.