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

Commit e3bb0af5 authored by Bruno Martins's avatar Bruno Martins
Browse files

SystemUI: Expose location icon to Tuner

Specially for devices with very wide notches, it can be particularly
useful for example to be able to disable location icon because it avoids
missing the sight of wifi and network signal when GPS apps are in use.

Change-Id: I6abfa881fdd5afd523242dfb1e1178e6ac25cd45
parent 99e87bb3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -122,4 +122,7 @@
    <!-- Label for current user in power menu options dialog -->
    <string name="global_action_current_user">Current</string>
    <string name="global_action_users">Users</string>

    <!-- Name of the additional status bar icons also exposed with SystemUI Tuner -->
    <string name="status_bar_location">Location</string>
</resources>
+4 −0
Original line number Diff line number Diff line
@@ -76,6 +76,10 @@
        android:key="airplane"
        android:title="@string/status_bar_airplane" />

    <com.android.systemui.tuner.StatusBarSwitch
        android:key="location"
        android:title="@string/status_bar_location" />

    <!-- other weird signal stuff -->

    <com.android.systemui.tuner.StatusBarSwitch