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

Commit 7128b6f1 authored by Chirayu Desai's avatar Chirayu Desai Committed by Gerrit Code Review
Browse files

Keyguard: disable music transport control debug

Change-Id: Ia4361d0850334dc0944559c40409c9062cf02e47
parent 78511f62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ public class KeyguardHostView extends KeyguardViewBase {

    // Use this to debug all of keyguard
    public static boolean DEBUG = KeyguardViewMediator.DEBUG;
    public static boolean DEBUGXPORT = true; // debug music transport control
    public static boolean DEBUGXPORT = false; // debug music transport control

    // Found in KeyguardAppWidgetPickActivity.java
    static final int APPWIDGET_HOST_ID = 0x4B455947;