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

Commit 897752a6 authored by Adrian Roos's avatar Adrian Roos
Browse files

Disable now defunct touch analysis facility - DO NOT MERGE

Bug: 15381470
Change-Id: I2ab252e4c0122d79c9a78b3df643bfd46a105cf0
parent becab9a7
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";