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

Commit 3b8ffd89 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

fix build break.

Change-Id: I3276111e5c1f8f1509052c546d638411e9d0f2fc
parent 83cab8bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -699,7 +699,8 @@ public interface WindowManager extends ViewManager {
         * {@hide} */
        public static final int FLAG_SYSTEM_ERROR = 0x40000000;

        /** Window flag: Overrides default power key behavior */
        /** Window flag: Overrides default power key behavior
         * {@hide} */
        public static final int PREVENT_POWER_KEY = 0x80000000;

        /**