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

Commit 16c9f62b authored by BestPig's avatar BestPig Committed by Dan Pasanen
Browse files

Settings: add USB Tether tile

Change-Id: I8284663b4e8d01a9409dc3f7b45c664bbe7acafa
parent f87cf1a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1050,6 +1050,7 @@
    <string name="qs_tile_lte">LTE</string>
    <string name="qs_tile_visualizer" translatable="false">AudioFX</string>
    <string name="qs_tile_screen_timeout">Screen timeout</string>
    <string name="qs_tile_usb_tether">USB tethering</string>

    <string name="qs_main_tiles_title">Enlarge first row</string>
    <string name="qs_main_tiles_summary_on">Two main tiles on the first row</string>
+4 −0
Original line number Diff line number Diff line
@@ -145,6 +145,10 @@ public class QSTileHolder {
                resourceName ="ic_livedisplay_day";
                stringId = R.string.live_display_title;
                break;
            case QSConstants.TILE_USB_TETHER:
                resourceName = "ic_qs_usb_tether_on";
                stringId = R.string.qs_tile_usb_tether;
                break;
            default:
                return null;
        }