Cherish: Allow disabling SmartSpace [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
Signed-off-by: Hung Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
idoybh
2021-02-08 00:05:59 +07:00
committed by Hung Phan
parent d3b87dc73e
commit 732dbca3ae
2 changed files with 10 additions and 0 deletions

View File

@@ -1082,4 +1082,8 @@
<string name="qstile_neonlike">Neon Light</string>
<string name="qstile_oos">Oxygen</string>
<string name="qstile_triangles">Triangle</string>
<!-- SmartSpace -->
<string name="smart_space_title">Google Smart space</string>
<string name="smart_space_summary">Display conditional info such as weather and events on lockscreen\nRequires a SystemUI restart</string>
</resources>

View File

@@ -25,6 +25,12 @@
android:summary="@string/lockscreen_battery_info_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="smart_space"
android:title="@string/smart_space_title"
android:summary="@string/smart_space_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="charging_animation"
android:icon="@drawable/ic_charging"