Loading packages/PackageInstaller/src/com/android/packageinstaller/InstallInstalling.java +4 −0 Original line number Diff line number Diff line Loading @@ -339,6 +339,10 @@ public class InstallInstalling extends AlertActivity { try { session = getPackageManager().getPackageInstaller().openSession(mSessionId); } catch (IOException e) { synchronized (this) { isDone = true; notifyAll(); } return null; } Loading Loading
packages/PackageInstaller/src/com/android/packageinstaller/InstallInstalling.java +4 −0 Original line number Diff line number Diff line Loading @@ -339,6 +339,10 @@ public class InstallInstalling extends AlertActivity { try { session = getPackageManager().getPackageInstaller().openSession(mSessionId); } catch (IOException e) { synchronized (this) { isDone = true; notifyAll(); } return null; } Loading