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

Commit c185e7b9 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by Android Git Automerger
Browse files

am 3735df20: Merge change 7545 into donut

Merge commit '3735df20'

* commit '3735df20':
  MountListener: When we connect to vold, explicitly mount external storage.
parents 9e1bd09c 3735df20
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);