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

Commit f8aefc4f authored by Shikha Malhotra's avatar Shikha Malhotra Committed by Android (Google) Code Review
Browse files

Merge "Add a check that installD is available before using it" into tm-dev

parents 94d1958d f17edfd4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -287,6 +287,9 @@ public class Installer extends SystemService {
     * Sets in Installd that it is first boot after data wipe
     */
    public void setFirstBoot() throws InstallerException {
        if (!checkBeforeRemote()) {
            return;
        }
        try {
            mInstalld.setFirstBoot();
        } catch (RemoteException e) {