summaryrefslogtreecommitdiffstats
path: root/res/values/lineage_config.xml
diff options
context:
space:
mode:
authorEdward Cross <edward.k.cross@gmail.com>2018-07-31 15:17:57 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-12-12 15:18:16 +0200
commit2ff76ca66a76f3efc96198967c3d1c94d2b8de77 (patch)
treec462dd9ad3c14a3bbcbf1840a989346068807e7f /res/values/lineage_config.xml
parentc2e244a55e8826fd5262df60e5c35aa324dbc1fa (diff)
downloadandroid_packages_apps_Trebuchet-2ff76ca66a76f3efc96198967c3d1c94d2b8de77.tar.gz
android_packages_apps_Trebuchet-2ff76ca66a76f3efc96198967c3d1c94d2b8de77.tar.bz2
android_packages_apps_Trebuchet-2ff76ca66a76f3efc96198967c3d1c94d2b8de77.zip
Launcher3: Google Feed integration
If Google Search is installed, the Google Feed can be found at the -1 screen (which is the very left). This feature is enabled by default. Change-Id: I495196818699fd378cd60e6dd61b07a0ab951762
Diffstat (limited to 'res/values/lineage_config.xml')
-rw-r--r--res/values/lineage_config.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values/lineage_config.xml b/res/values/lineage_config.xml
new file mode 100644
index 000000000..7067ca880
--- /dev/null
+++ b/res/values/lineage_config.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2018 The LineageOS Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+
+ <string name="pref_show_google_now_summary" translatable="false">@string/msg_minus_one_on_left</string>
+</resources>