Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 88fcc65c authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Michael Bestas
Browse files

SystemUI: Split status bar icon controls for vibrate and mute

- Give users the option to disable the Mute icon too as
  Volume icons got split in https://github.com/LineageOS/android_frameworks_base/commit/ca7ceb8aef3e3fb7a899c137efe0c00003499f6d
- Change Volume string to Vibrate to better reflect
  which icon is being disabled.

Change-Id: I1f8a0370f748cf40fc99584188c42bb2a0aa9856
parent f04ce5a2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -58,11 +58,13 @@
        android:key="zen"
        android:title="@string/quick_settings_dnd_label" />

    <!-- mute -->
    <com.android.systemui.tuner.StatusBarSwitch
        android:key="mute"
        android:title="@string/volume_ringer_status_silent" />

    <com.android.systemui.tuner.StatusBarSwitch
        android:key="volume"
        android:title="@*android:string/volume_unknown" />
        android:title="@string/volume_ringer_status_vibrate" />

    <com.android.systemui.tuner.StatusBarSwitch
        android:key="wifi"