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

Commit 9310277c authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am 798ac4c7: Start moving resources to SystemUI.apk.

parents f00734fe 798ac4c7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -123,4 +123,13 @@ public class StatusBarManager {
            throw new RuntimeException(ex);
        }
    }

    public void setIconVisibility(String slot, boolean visible) {
        try {
            mService.setIconVisibility(slot, visible);
        } catch (RemoteException ex) {
            // system process is dead anyway.
            throw new RuntimeException(ex);
        }
    }
}
−783 B
Loading image diff...
−756 B
Loading image diff...
−819 B
Loading image diff...
−428 B (818 B)
Loading image diff...
Loading