summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recents/Constants.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-04-11 16:49:09 -0700
committerWinson Chung <winsonc@google.com>2014-04-14 12:38:47 -0700
commit9f9679d91ee5f067cd5dcbf4d780a1f5b522e4ba (patch)
tree5481d9ae0b0d424422a2a89f51f47d776e081666 /packages/SystemUI/src/com/android/systemui/recents/Constants.java
parent7bc016e88a854d8de870ddb6e235fab3c902c0c7 (diff)
downloadframeworks_base-9f9679d91ee5f067cd5dcbf4d780a1f5b522e4ba.zip
frameworks_base-9f9679d91ee5f067cd5dcbf4d780a1f5b522e4ba.tar.gz
frameworks_base-9f9679d91ee5f067cd5dcbf4d780a1f5b522e4ba.tar.bz2
Adding experiment for app-info pane.
Change-Id: I647de1a71a2ac82da0a4f8a24125496dd5457441
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/recents/Constants.java')
-rw-r--r--packages/SystemUI/src/com/android/systemui/recents/Constants.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/recents/Constants.java b/packages/SystemUI/src/com/android/systemui/recents/Constants.java
index cde17f5..64770a4 100644
--- a/packages/SystemUI/src/com/android/systemui/recents/Constants.java
+++ b/packages/SystemUI/src/com/android/systemui/recents/Constants.java
@@ -28,8 +28,9 @@ public class Constants {
public static class App {
public static final boolean EnableTaskFiltering = true;
public static final boolean EnableTaskStackClipping = false;
- public static final boolean EnableToggleNewRecentsActivity = false;
- // This disables the bitmap and icon caches to
+ public static final boolean EnableInfoPane = true;
+
+ // This disables the bitmap and icon caches
public static final boolean DisableBackgroundCache = false;
// For debugging, this enables us to create mock recents tasks
public static final boolean EnableSystemServicesProxy = false;