When you want to load a file provided with the application (stored in res/raw),
it's possible to get an InputStream to it using the method
"getResources().openRawResource(R.raw.file_to_load)".
However, unless using a somewhat unclean trick (creating a temp file in the
external storage), is not possible to get a File to it, so the suggested method
would be useful.
Original issue reported on code.google.com by
pcur...@deusto.eson 22 Jan 2013 at 5:44Attachments: