Loading services/core/java/com/android/server/pm/Installer.java +3 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
services/core/java/com/android/server/pm/Installer.java +3 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading