Skip to content

Commit 1e86994

Browse files
Mike Lockwoodandroid code review
authored andcommitted
Merge "MtpData bmp format file can't recognize when copy bmp into DUT"
2 parents 31820a3 + 240582e commit 1e86994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

media/java/android/mtp/MtpDatabase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ private int[] getSupportedPlaybackFormats() {
492492
MtpConstants.FORMAT_MPEG,
493493
MtpConstants.FORMAT_EXIF_JPEG,
494494
MtpConstants.FORMAT_TIFF_EP,
495+
MtpConstants.FORMAT_BMP,
495496
MtpConstants.FORMAT_GIF,
496497
MtpConstants.FORMAT_JFIF,
497498
MtpConstants.FORMAT_PNG,

0 commit comments

Comments
 (0)