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

Commit 792ec849 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

MTP: Fix support for transfering folders and playlists.



This broke when I added support for transfering arbitrary files.

Change-Id: I6f2c052f3bd69839befcf0783d7aff5bcfd29b3e
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 12f9415b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -246,6 +246,8 @@ public class MtpDatabase {
        return new int[] {
            // allow transfering arbitrary files
            MtpConstants.FORMAT_UNDEFINED,
            MtpConstants.FORMAT_ASSOCIATION,
            MtpConstants.FORMAT_ABSTRACT_AV_PLAYLIST,
        };
    }