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

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

Merge "Installer: Turn SecurityExpections into failures"

parents dccd3e97 f1aeec02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ public class InstallInstalling extends Activity {
                }

                return session;
            } catch (IOException e) {
            } catch (IOException | SecurityException e) {
                Log.e(LOG_TAG, "Could not write package", e);

                session.close();