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

Commit efd355c1 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Hide eject icon of removable media when it's emulated volume" am: 7f656092 am: 0fe81d73

am: 29ce4d5f

Change-Id: I815654df758200596b949943738608cd42ecdc40
parents 85c34682 29ce4d5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ public class ExternalStorageProvider extends FileSystemProvider {
                root.flags |= Root.FLAG_REMOVABLE_USB;
            }

            if (!VolumeInfo.ID_EMULATED_INTERNAL.equals(volume.getId())) {
            if (volume.getType() != VolumeInfo.TYPE_EMULATED) {
                root.flags |= Root.FLAG_SUPPORTS_EJECT;
            }