commit | 8214d58d2c9824ac82346d5d678b61fb2517b3a1 | [log] [tgz] |
---|---|---|
author | Ivan Chiang <chiangi@google.com> | Mon May 20 19:38:42 2019 +0800 |
committer | Ivan Chiang <chiangi@google.com> | Mon May 20 19:38:42 2019 +0800 |
tree | c48c13d98cd3c95f18da1f85adffd905c5ccbe99 | |
parent | e1bbd0b1d2dabf954e6e270832df90001df65aa6 [diff] |
Fix thumbnail's orienation issue - If we do full file decoding, we should not handle orientation by ourselves. - If we decode the thumbnail from ExifInterface.getThumbnailBytes() or MediaMetadataRetriever, we should handle the orientation. Change-Id: I632b0b0ed41710401192dfb12f407eaf74c480ba Fix: 130446058 Test: manual