Merge change Ic42763b1 into eclair
* changes: Fix issue #2242440: Window screen brightness attribute is broken
This commit is contained in:
@@ -166609,7 +166609,7 @@
|
||||
type="int"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value="2008"
|
||||
value="2014"
|
||||
static="true"
|
||||
final="true"
|
||||
deprecated="not deprecated"
|
||||
|
||||
@@ -279,11 +279,6 @@ public interface WindowManager extends ViewManager {
|
||||
*/
|
||||
public static final int TYPE_PRIORITY_PHONE = FIRST_SYSTEM_WINDOW+7;
|
||||
|
||||
/**
|
||||
* Window type: panel that slides out from the status bar
|
||||
*/
|
||||
public static final int TYPE_STATUS_BAR_PANEL = FIRST_SYSTEM_WINDOW+8;
|
||||
|
||||
/**
|
||||
* Window type: panel that slides out from the status bar
|
||||
*/
|
||||
@@ -319,6 +314,11 @@ public interface WindowManager extends ViewManager {
|
||||
*/
|
||||
public static final int TYPE_WALLPAPER = FIRST_SYSTEM_WINDOW+13;
|
||||
|
||||
/**
|
||||
* Window type: panel that slides out from the status bar
|
||||
*/
|
||||
public static final int TYPE_STATUS_BAR_PANEL = FIRST_SYSTEM_WINDOW+14;
|
||||
|
||||
/**
|
||||
* End of types of system windows.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user