Cherish: allow toggling location privacy indicator [2/2]
Signed-off-by: SuperDroidBond <superdroidbond@yahoo.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -463,5 +463,9 @@
|
||||
<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>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -26,8 +26,12 @@
|
||||
android:title="@string/qs_show_battery_estimate_title"
|
||||
android:summary="@string/qs_show_battery_estimate_summary"
|
||||
android:defaultValue="true"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<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" />
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingSwitchPreference
|
||||
android:key="quick_settings_vibrate"
|
||||
|
||||
Reference in New Issue
Block a user