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

Commit e59e7dd2 authored by Po-Chien Hsueh's avatar Po-Chien Hsueh Committed by android-build-merger
Browse files

Reduce parcel size to avoid binder transaction failure

am: 22c1f9ac

Change-Id: I11e7794850372c309b82a2e28a663596512892e0
parents bba71b8a 22c1f9ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ class InstallationAsyncTask extends AsyncTask<String, Long, Throwable> {

    private static final String TAG = "InstallationAsyncTask";

    private static final int READ_BUFFER_SIZE = 1 << 19;
    private static final int READ_BUFFER_SIZE = 1 << 13;

    private class InvalidImageUrlException extends RuntimeException {
        private InvalidImageUrlException(String message) {