Cherish: improve location privacy indicator toggle [2/2]

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
jhonboy121
2022-03-15 01:46:21 +07:00
committed by Hưng Phan
parent 7b87237cfd
commit 2d21c38699
2 changed files with 5 additions and 7 deletions

View File

@@ -463,9 +463,8 @@
<string name="volume_steps_system_title">Volume steps: System</string>
<string name="volume_steps_voice_call_title">Volume steps: Voice Call</string>
<string name="volume_steps_reset">Reset</string>
<!-- Location Privacy Indicator -->
<string name="location_privacy_title"> Show Location Privacy Indicator</string>
<string name="location_privacy_summary">Enable - Disable location privacy indicator in qs and sb</string>
<!-- Location privacy indicator -->
<string name="location_privacy_indicator_title">Show privacy indicator for location</string>
</resources>

View File

@@ -29,9 +29,8 @@
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="enable_location_privacy_indicator"
android:title="@string/location_privacy_title"
android:summary="@string/location_privacy_summary"
android:defaultValue="true" />
android:title="@string/location_privacy_indicator_title"
android:defaultValue="false" />
<com.cherish.settings.preferences.SecureSettingSwitchPreference
android:key="quick_settings_vibrate"