Cherish: VoLTE icon toggle [2/2]

Change-Id: I8c2d9c1a1f1554bf0f2c7cf355fff9abb0137263
Signed-off-by: DennySPB <dennyspb@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
DennySPB
2020-09-30 12:20:24 +00:00
committed by Hưng Phan
parent 896b34541b
commit d3294ccf88
2 changed files with 13 additions and 1 deletions

View File

@@ -234,4 +234,8 @@
<string name="show_fourg_title">Show 4G instead of LTE</string>
<string name="show_fourg_summary">Replaces LTE statusbar indicators with 4G</string>
<!-- VoLTE switch -->
<string name="volte_switch_title">VoLTE icon</string>
<string name="volte_switch_summary">Display VoLTE icon</string>
</resources>

View File

@@ -34,5 +34,13 @@
android:title="@string/show_fourg_title"
android:summary="@string/show_fourg_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="show_volte"
android:icon="@drawable/ic_volte"
android:title="@string/volte_switch_title"
android:summary="@string/volte_switch_summary"
android:defaultValue="true" />
</PreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>