summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorYajat <yajatapps3@gmail.com>2017-11-10 21:08:21 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-19 00:27:13 +0100
commitaca5a8bc95c1461419039a2041a8a54a84f49790 (patch)
tree1768ec3d10ef4bf859934f18030b768f513c9c32 /res/xml
parent7966f340e5ce151e19a6121a3b9c1ce8a9d8c87b (diff)
downloadandroid_packages_apps_Trebuchet-aca5a8bc95c1461419039a2041a8a54a84f49790.tar.gz
android_packages_apps_Trebuchet-aca5a8bc95c1461419039a2041a8a54a84f49790.tar.bz2
android_packages_apps_Trebuchet-aca5a8bc95c1461419039a2041a8a54a84f49790.zip
Trebuchet: predictive apps
jrizzoli: expose for runtime toggle Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/launcher_preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index 3be5d4792..7077758b2 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -59,4 +59,11 @@
android:defaultValue="true"
android:persistent="true" />
+ <SwitchPreference
+ android:key="pref_predictive_apps"
+ android:title="@string/predictive_apps_title"
+ android:summaryOn="@string/predictive_apps_summary_on"
+ android:summaryOff="@string/predictive_apps_summary_off"
+ android:defaultValue="true"
+ android:persistent="true" />
</PreferenceScreen>