OSDN Git Service

Ok Droid, enable inline reply
authorAdrian Roos <roosa@google.com>
Wed, 4 Nov 2015 01:43:01 +0000 (17:43 -0800)
committerAdrian Roos <roosa@google.com>
Wed, 4 Nov 2015 01:44:29 +0000 (17:44 -0800)
Bug: 22452379
Change-Id: I74a875495abe010a2f00d1ac598ad95eaa87479d

packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java

index 2c16f81..9c8a3a9 100644 (file)
@@ -124,7 +124,7 @@ public abstract class BaseStatusBar extends SystemUI implements
     private static final boolean NOTIFICATION_CLICK_DEBUG = true;
 
     public static final boolean ENABLE_REMOTE_INPUT =
-            Build.IS_DEBUGGABLE && SystemProperties.getBoolean("debug.enable_remote_input", false);
+            SystemProperties.getBoolean("debug.enable_remote_input", true);
     public static final boolean ENABLE_CHILD_NOTIFICATIONS = Build.IS_DEBUGGABLE
                     && SystemProperties.getBoolean("debug.child_notifs", false);