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

Commit 798ac4c7 authored by Joe Onorato's avatar Joe Onorato
Browse files

Start moving resources to SystemUI.apk.

Change-Id: Ibf30b8196d65d7fbca1177968cefa5f7a875bf1d
parent 79de0c55
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -123,4 +123,13 @@ public class StatusBarManager {
            throw new RuntimeException(ex);
            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