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

Commit 7475d103 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Disable Keyguard chatyness

Bug: 21320918
Change-Id: I71a52b5a2f27dcf0d81710b16d9d36fc4e73ec04
parent a133f0b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,6 +25,6 @@ public class KeyguardConstants {
     * Turns on debugging information for the whole Keyguard. This is very verbose and should only
     * be used temporarily for debugging.
     */
    public static final boolean DEBUG = true;
    public static final boolean DEBUG_SIM_STATES = true;
    public static final boolean DEBUG = false;
    public static final boolean DEBUG_SIM_STATES = false;
}