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

Commit 644693f4 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ic42763b1 into eclair

* changes:
  Fix issue #2242440: Window screen brightness attribute is broken
parents ba8eb1ef badc47ec
Loading
Loading
Loading
Loading

api/6.xml

0 → 100644
+371317 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -166609,7 +166609,7 @@
 type="int"
 transient="false"
 volatile="false"
 value="2008"
 value="2014"
 static="true"
 final="true"
 deprecated="not deprecated"
+5 −5
Original line number Diff line number Diff line
@@ -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.
         */