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

Commit 000e7cab authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Update icon names

With ag/6861004 some system icons were renamed, so update to
make sure they're read correctly.

Bug: 129427571
Change-Id: Ia763c43427ed96a8fb468450b4897a4a0a76ee58
parent 025e1681
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -73,11 +73,11 @@ public interface ResourceConstants {
    String CONFIG_HEADLINE_FONT_FAMILY = "config_headlineFontFamily";
    String[] ICONS_FOR_PREVIEW = {
            "ic_wifi_signal_3",
            "ic_qs_bluetooth_on",
            "ic_dnd",
            "ic_signal_flashlight",
            "ic_qs_bluetooth",
            "ic_qs_dnd",
            "ic_qs_flashlight",
            "ic_qs_auto_rotate",
            "ic_signal_airplane"
            "ic_qs_airplane"
    };

    ArrayList<String> sTargetPackages = new ArrayList<>();
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,7 @@ public class DefaultThemeProvider extends ResourcesApkProvider implements ThemeB
    private void addSysUiIconOverlay(Builder builder, String iconSysUiOverlayPackage)
            throws NameNotFoundException {
        if (!TextUtils.isEmpty(iconSysUiOverlayPackage)) {
            addIconOverlay(builder, iconSysUiOverlayPackage, ICONS_FOR_PREVIEW);
            addIconOverlay(builder, iconSysUiOverlayPackage);
        }
    }