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

Commit 4e83cc9f authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Format volumes with "auto" filesystem type.

Bug: 20275581
Change-Id: Id4c7e1ad83f28110a77fecf563e1bcb8ca4d4d9a
parent 4cf59747
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1434,7 +1434,7 @@ class MountService extends IMountService.Stub


        final VolumeInfo vol = findVolumeById(volId);
        final VolumeInfo vol = findVolumeById(volId);
        try {
        try {
            mConnector.execute("volume", "format", vol.id);
            mConnector.execute("volume", "format", vol.id, "auto");
        } catch (NativeDaemonConnectorException e) {
        } catch (NativeDaemonConnectorException e) {
            throw e.rethrowAsParcelableException();
            throw e.rethrowAsParcelableException();
        }
        }