summaryrefslogtreecommitdiffstats
path: root/res/xml/launcher_preferences.xml
diff options
context:
space:
mode:
authorRyan Lothian <rjlothian@google.com>2018-10-12 14:14:16 -0400
committerRyan Lothian <rjlothian@google.com>2018-10-15 17:24:48 -0400
commitfa530cd23f4f8f2d96e74dc169948ad141550550 (patch)
tree6a64018b92e9a98019eac063858113ee5d152ddd /res/xml/launcher_preferences.xml
parentcf7715511e4e54bfe15d8a24e68403d6e2e34e7f (diff)
downloadandroid_packages_apps_Trebuchet-fa530cd23f4f8f2d96e74dc169948ad141550550.tar.gz
android_packages_apps_Trebuchet-fa530cd23f4f8f2d96e74dc169948ad141550550.tar.bz2
android_packages_apps_Trebuchet-fa530cd23f4f8f2d96e74dc169948ad141550550.zip
Make flags UI available on release build of launcher
The UI will only be shown on eng/userdebug platform builds. Bug: 117223984 Change-Id: I27843f2d856a4a19f3fe53c4d306606eaa5714a2
Diffstat (limited to 'res/xml/launcher_preferences.xml')
-rw-r--r--res/xml/launcher_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index 3bba73a6c..1df7c2fba 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -52,4 +52,10 @@
android:defaultValue=""
android:persistent="false" />
+ <PreferenceScreen
+ android:fragment="com.android.launcher3.config.FlagTogglerPreferenceFragment"
+ android:key="flag_toggler"
+ android:persistent="false"
+ android:title="Feature flags"/>
+
</PreferenceScreen>