I have a few files as resources in the android app.
On the other hand I have some methods that require a "File" object as an argument.
How can I bridge the two?
Edit: I need some way to have a "File" object and not to read the file as an inputstream. thank you!