Fix flag value collision

Bug: 28314544
Change-Id: If73c1e8fd0e7b313bccbeffa172bdc3ab9496a43
This commit is contained in:
John Reck
2016-04-21 15:40:45 -07:00
parent 98c7c05dde
commit 60e885f672

View 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.