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

Commit 3735df20 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 7545 into donut

* changes:
  MountListener: When we connect to vold, explicitly mount external storage. Vold no longer mounts storage automatically so it doesnt interfere with the framework booting.
parents 97a67cc2 d7c49951
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -202,6 +202,7 @@ final class MountListener implements Runnable {
            byte[] buffer = new byte[100];

            writeCommand(VOLD_CMD_SEND_UMS_STATUS);
            mountMedia(Environment.getExternalStorageDirectory().getAbsolutePath());
            
            while (true) {
                int count = inputStream.read(buffer);