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:
@@ -1082,4 +1082,8 @@
|
|||||||
<string name="qstile_neonlike">Neon Light</string>
|
<string name="qstile_neonlike">Neon Light</string>
|
||||||
<string name="qstile_oos">Oxygen</string>
|
<string name="qstile_oos">Oxygen</string>
|
||||||
<string name="qstile_triangles">Triangle</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>
|
</resources>
|
||||||
|
|||||||
@@ -25,6 +25,12 @@
|
|||||||
android:summary="@string/lockscreen_battery_info_summary"
|
android:summary="@string/lockscreen_battery_info_summary"
|
||||||
android:defaultValue="true" />
|
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
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
android:key="charging_animation"
|
android:key="charging_animation"
|
||||||
android:icon="@drawable/ic_charging"
|
android:icon="@drawable/ic_charging"
|
||||||
|
|||||||
Reference in New Issue
Block a user