Cherish:Allow to disable qs footer warnings [2/2]
Change-Id: Id521c1c999705e1a6c92ede5ccf5cc656ccf24ec Signed-off-by: Shubham Singh <coolsks94@gmail.com> Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -352,4 +352,8 @@
|
||||
<string name="hardware_keys_category">Hardware navigation buttons</string>
|
||||
<string name="hardware_keys_disable_title">Disable hardware buttons</string>
|
||||
|
||||
<!-- QS footer warnings -->
|
||||
<string name="qs_footer_warnings_title">QS footer warnings</string>
|
||||
<string name="qs_footer_warnings_summary">Display a warning at bottom of QS panel when network is monitored by external apps or vpn</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -46,6 +46,12 @@
|
||||
android:entryValues="@array/quick_pulldown_values"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="qs_footer_warnings"
|
||||
android:title="@string/qs_footer_warnings_title"
|
||||
android:summary="@string/qs_footer_warnings_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user