summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android/gallery3d/exif/IfdData.java
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2012-12-18 22:52:34 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-12-18 22:52:35 -0800
commit74898c35335554397b0cf37a54f5786e97706186 (patch)
tree72e3036ba0a0e8366e0f857311d9b6d80453ec12 /gallerycommon/src/com/android/gallery3d/exif/IfdData.java
parent2df5f8e5197ef6091877a2c13217ecd823738785 (diff)
parentcf6255422bf2751d160c1384895ddae3eeea66b4 (diff)
downloadandroid_packages_apps_Snap-74898c35335554397b0cf37a54f5786e97706186.tar.gz
android_packages_apps_Snap-74898c35335554397b0cf37a54f5786e97706186.tar.bz2
android_packages_apps_Snap-74898c35335554397b0cf37a54f5786e97706186.zip
Merge "ExifModifier" into gb-ub-photos-bryce
Diffstat (limited to 'gallerycommon/src/com/android/gallery3d/exif/IfdData.java')
-rw-r--r--gallerycommon/src/com/android/gallery3d/exif/IfdData.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/exif/IfdData.java b/gallerycommon/src/com/android/gallery3d/exif/IfdData.java
index 78f9173cc..633604940 100644
--- a/gallerycommon/src/com/android/gallery3d/exif/IfdData.java
+++ b/gallerycommon/src/com/android/gallery3d/exif/IfdData.java
@@ -79,6 +79,13 @@ class IfdData {
}
/**
+ * Removes the tag of the given ID
+ */
+ public void removeTag(short tagId) {
+ mExifTags.remove(tagId);
+ }
+
+ /**
* Gets the tags count in the IFD.
*/
public int getTagCount() {