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

Commit ef1adcfc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[PackageInstaller] catch yet another exception"

parents d8971586 f982d7e7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -189,7 +189,8 @@ public class InstallStaging extends AlertActivity {
                        out.write(buffer, 0, bytesRead);
                    }
                }
            } catch (IOException | SecurityException | IllegalStateException e) {
            } catch (IOException | SecurityException | IllegalStateException
                    | IllegalArgumentException e) {
                Log.w(LOG_TAG, "Error staging apk from content URI", e);
                return false;
            }