ddyos / UnicodeExifInterface

Base on Android Jetpack's ExifInterface lib, this lib support Unicode charset on "UserComment" tag.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make getGpsDateTime() method unrestricted or just describe why is that so?

MayMih opened this issue · comments

Method getGpsDateTime() must not be restricted to Scope.LIBRARY as it is in the original Android's ExifInterFace class.
Why did you restrict it?
Can I use it in my code?

commented

This lib is base on Version "androidx.exifinterface:exifinterface:1.2.1".
I did not restrict that method. It is from google's original source code.

If you use it in code, you should test the code carefully.

BTW: Method getGpsDateTime() is not be restricted since Version "androidx.exifinterface:exifinterface:1.3.0-alpha01".