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:
jhonboy121
2021-11-27 15:54:13 +05:30
committed by Hưng Phan
parent 93416afbf6
commit 30e92f8550
2 changed files with 10 additions and 0 deletions

View File

@@ -708,5 +708,9 @@
<string name="custom_fp_icon_summary">Enable custom UDFPS Icon from files</string>
<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>
</resources>

View File

@@ -44,6 +44,12 @@
android:title="@string/qs_show_lunar_calendar_title"
android:summary="@string/qs_show_lunar_calendar_summary"
android:defaultValue="false"/>
<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" />
<PreferenceCategory
android:key="quick_settings_brighness_category"