diff options
author | Winson Chung <winsonc@google.com> | 2014-04-11 16:49:09 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2014-04-14 12:38:47 -0700 |
commit | 9f9679d91ee5f067cd5dcbf4d780a1f5b522e4ba (patch) | |
tree | 5481d9ae0b0d424422a2a89f51f47d776e081666 /packages/SystemUI/src/com/android/systemui/recents/Constants.java | |
parent | 7bc016e88a854d8de870ddb6e235fab3c902c0c7 (diff) | |
download | frameworks_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.java | 5 |
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; |