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:
@@ -709,8 +709,7 @@
|
||||
<string name="custom_fp_select_title">Select Custom UDFPS Icon</string>
|
||||
<string name="custom_fp_select_summary">Select custom image from your saved files or gallery</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>
|
||||
|
||||
@@ -47,9 +47,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" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="quick_settings_brighness_category"
|
||||
|
||||
Reference in New Issue
Block a user