From cf6255422bf2751d160c1384895ddae3eeea66b4 Mon Sep 17 00:00:00 2001 From: Earl Ou Date: Wed, 28 Nov 2012 13:58:30 +0800 Subject: ExifModifier Change-Id: I001b24d8ba004a4080cd898f0d26d706b1839425 --- gallerycommon/src/com/android/gallery3d/exif/IfdData.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gallerycommon/src/com/android/gallery3d/exif/IfdData.java') 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 @@ -78,6 +78,13 @@ class IfdData { mExifTags.put(tag.getTagId(), tag); } + /** + * Removes the tag of the given ID + */ + public void removeTag(short tagId) { + mExifTags.remove(tagId); + } + /** * Gets the tags count in the IFD. */ -- cgit v1.2.3