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

Commit b03a26e3 authored by xyyx's avatar xyyx Committed by Mohammed Althaf T
Browse files

Block annoying statusbar call strength icon



Thanks for icon finding to @DennySPB

Signed-off-by: default avatarxyyx <xyyx@mail.ru>
Signed-off-by: default avatarPranav Vashi <neobuddy89@gmail.com>
parent e6af10f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@
    <!-- Name of the clock in status bar [CHAR LIMIT=30] -->
    <string name="clock">Clock</string>

    <string name="status_bar_call_strength">Call strength</string>

    <!-- Advanced restart menu -->
    <!-- Button to indicate more options -->
    <string name="global_action_restart_more">Restart\u2026</string>
+1 −0
Original line number Diff line number Diff line
@@ -502,6 +502,7 @@
    <string-array name="config_statusBarIconsToExclude" translatable="false">
        <item>@*android:string/status_bar_rotate</item>
        <item>@*android:string/status_bar_headset</item>
        <item>@*android:string/status_bar_call_strength</item>
    </string-array>


+5 −0
Original line number Diff line number Diff line
@@ -96,6 +96,11 @@
        android:key="airplane"
        android:title="@string/status_bar_airplane" />

    <com.android.systemui.tuner.StatusBarSwitch
        android:icon="@drawable/ic_signal_strength_zero_bar_no_internet"
        android:key="call_strength"
        android:title="@string/status_bar_call_strength" />

    <!-- other weird signal stuff -->

    <com.android.systemui.tuner.StatusBarSwitch