summaryrefslogtreecommitdiffstats
path: root/quickstep/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-05-23 00:50:08 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-05-23 14:02:33 -0700
commitab3963ddcf3c458d8aa669b89d9cf548f4b48b7e (patch)
tree8f30cdbe19114d4be97f9a84e26a874b24072609 /quickstep/res
parent571e51161cb1e4ab7685aca5b370fba73c5727e6 (diff)
downloadandroid_packages_apps_Trebuchet-ab3963ddcf3c458d8aa669b89d9cf548f4b48b7e.tar.gz
android_packages_apps_Trebuchet-ab3963ddcf3c458d8aa669b89d9cf548f4b48b7e.tar.bz2
android_packages_apps_Trebuchet-ab3963ddcf3c458d8aa669b89d9cf548f4b48b7e.zip
Moving TestInformationProvider to Launcher3 so that it can be used for
testing Launcher3 without quickstep Also keeping the provider as disabled until needed Change-Id: Ib5f459e02ae551724b390f3b74f43d601568d749
Diffstat (limited to 'quickstep/res')
-rw-r--r--quickstep/res/values/config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/quickstep/res/values/config.xml b/quickstep/res/values/config.xml
index e84543b37..5c4d6d869 100644
--- a/quickstep/res/values/config.xml
+++ b/quickstep/res/values/config.xml
@@ -25,6 +25,8 @@
<string name="stats_log_manager_class" translatable="false">com.android.quickstep.logging.StatsLogCompatManager</string>
+ <string name="test_information_handler_class" translatable="false">com.android.quickstep.QuickstepTestInformationHandler</string>
+
<!-- The number of thumbnails and icons to keep in the cache. The thumbnail cache size also
determines how many thumbnails will be fetched in the background. -->
<integer name="recentsThumbnailCacheSize">3</integer>