Boycott A.I.
Boycott A.I.

Reputation: 18921

Android - How to access the File from a ParcelFileDescriptor?

According to the FileProvider documentation the fileProvider.openFile() method returns

a new ParcelFileDescriptor with which you can access the file.

I have looked in ParcelFileDescriptor, but I cannot see how to access the File. So how do I access the File from a ParcelFileDescriptor?

Upvotes: 8

Views: 7128

Answers (0)

Related Questions