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

Commit badc47ec authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #2242440: Window screen brightness attribute is broken

Um okay, that was dumb.  And I guess this means it is time to make 6.xml.

Change-Id: Ic42763b1c8a13448cf6db20b4cd6daadc7786ac1
parent 17479ebe
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.
         */