Merge "Fix anr when installing package" into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
03a7e5c712
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user