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

Commit 9fc28706 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix doc for FLAG_DISMISS_KEYGUARD

Test: n/a
Change-Id: I7e8b0e22895e5efe839dc0f73bcfda6a67f52026
Fix: 36023803
parent 3f1febbe
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -978,8 +978,9 @@ public interface WindowManager extends ViewManager {
         * seeing this window, unless {@link #FLAG_SHOW_WHEN_LOCKED} has
         * seeing this window, unless {@link #FLAG_SHOW_WHEN_LOCKED} has
         * also been set.
         * also been set.
         * @deprecated Use {@link #FLAG_SHOW_WHEN_LOCKED} or {@link KeyguardManager#dismissKeyguard}
         * @deprecated Use {@link #FLAG_SHOW_WHEN_LOCKED} or {@link KeyguardManager#dismissKeyguard}
         * instead. The Keyguard should never be dismissed automatically repeatedly as it also
         * instead. Since keyguard was dismissed all the time as long as an activity with this flag
         * guards against unintentional touches.
         * on its window was focused, keyguard couldn't guard against unintentional touches on the
         * screen, which isn't desired.
         */
         */
        @Deprecated
        @Deprecated
        public static final int FLAG_DISMISS_KEYGUARD = 0x00400000;
        public static final int FLAG_DISMISS_KEYGUARD = 0x00400000;