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

Commit af12d0af authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Disable now defunct touch analysis facility - DO NOT MERGE" into lmp-preview-dev

parents c3e9b45d 897752a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ import static com.android.keyguard.analytics.KeyguardAnalytics.SessionTypeAdapte
public class KeyguardViewMediator extends SystemUI {
    private static final int KEYGUARD_DISPLAY_TIMEOUT_DELAY_DEFAULT = 30000;
    final static boolean DEBUG = false;
    private static final boolean ENABLE_ANALYTICS = Build.IS_DEBUGGABLE;
    private static final boolean ENABLE_ANALYTICS = false;
    private final static boolean DBG_WAKE = false;

    private final static String TAG = "KeyguardViewMediator";