summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/keyguard
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2014-06-02 17:57:07 +0200
committerAdrian Roos <roosa@google.com>2014-06-02 23:54:05 +0200
commit897752a6f7a061e3a0463baee5040b18c21fec60 (patch)
treecd406684e8ac22cd6d95bec77aac46392f0f3b00 /packages/SystemUI/src/com/android/systemui/keyguard
parentbecab9a7dbbfd5395e6889e7d73dd08c3406bf1a (diff)
downloadframeworks_base-897752a6f7a061e3a0463baee5040b18c21fec60.zip
frameworks_base-897752a6f7a061e3a0463baee5040b18c21fec60.tar.gz
frameworks_base-897752a6f7a061e3a0463baee5040b18c21fec60.tar.bz2
Disable now defunct touch analysis facility - DO NOT MERGE
Bug: 15381470 Change-Id: I2ab252e4c0122d79c9a78b3df643bfd46a105cf0
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/keyguard')
-rw-r--r--packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java
index f7b4994..00ee078 100644
--- a/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java
+++ b/packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java
@@ -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";