mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
replaced icafe with metadata extractor (#2546)
* replaced icafe with metadata extractor * replaced icafe with metadata extractor * removed icafe from gradle * removed icafe from gradle * Revert: travis commented code * Use original content URI * merged pr * commit after merge * modified unit tests
This commit is contained in:
parent
2e23658b77
commit
6389b35b49
8 changed files with 67 additions and 29 deletions
|
|
@ -50,6 +50,10 @@ public class UploadableFile implements Parcelable {
|
|||
file = (File) in.readSerializable();
|
||||
}
|
||||
|
||||
public Uri getContentUri() {
|
||||
return contentUri;
|
||||
}
|
||||
|
||||
public File getFile() {
|
||||
return file;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue