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