Merge "Unhide ExifThumbnail.getThumbnailRange() and make it match the comment." into nyc-dev am: e1d0cab
am: f2c62df
* commit 'f2c62df0365c23357bed8178e7651908a730c782':
Unhide ExifThumbnail.getThumbnailRange() and make it match the comment.
Change-Id: I59b4cb74bacbafc22a7e0305813a039d132f65bd
This commit is contained in:
@@ -20138,6 +20138,7 @@ package android.media {
|
||||
method public int getAttributeInt(java.lang.String, int);
|
||||
method public boolean getLatLong(float[]);
|
||||
method public byte[] getThumbnail();
|
||||
method public long[] getThumbnailRange();
|
||||
method public boolean hasThumbnail();
|
||||
method public void saveAttributes() throws java.io.IOException;
|
||||
method public void setAttribute(java.lang.String, java.lang.String);
|
||||
|
||||
@@ -21630,6 +21630,7 @@ package android.media {
|
||||
method public int getAttributeInt(java.lang.String, int);
|
||||
method public boolean getLatLong(float[]);
|
||||
method public byte[] getThumbnail();
|
||||
method public long[] getThumbnailRange();
|
||||
method public boolean hasThumbnail();
|
||||
method public void saveAttributes() throws java.io.IOException;
|
||||
method public void setAttribute(java.lang.String, java.lang.String);
|
||||
|
||||
@@ -20203,6 +20203,7 @@ package android.media {
|
||||
method public int getAttributeInt(java.lang.String, int);
|
||||
method public boolean getLatLong(float[]);
|
||||
method public byte[] getThumbnail();
|
||||
method public long[] getThumbnailRange();
|
||||
method public boolean hasThumbnail();
|
||||
method public void saveAttributes() throws java.io.IOException;
|
||||
method public void setAttribute(java.lang.String, java.lang.String);
|
||||
|
||||
Reference in New Issue
Block a user