Guest User

Untitled

a guest
Aug 27th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. InputStream databaseInputStream = getResources().openRawResource(R.raw.yourfile);
  2.  
  3. InputStream is = getAssets().open("path/file.ext");
  4.  
  5. String[] files = getAssets().list("");
Add Comment
Please, Sign In to add comment