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

Commit 5e1f21e7 authored by emancebo's avatar emancebo Committed by Gerrit Code Review
Browse files

Fix typo in @hide annotation for PRIVATE_FLAG_PREVENT_POWER_KEY

Change-Id: I19622ffe177553cd5a80022e76a54f8e16e49cac
parent 3edef04e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1136,7 +1136,7 @@ public interface WindowManager extends ViewManager {


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