2013年5月8日 星期三

get list of file in internal storage


 final File dir = getBaseContext().getFilesDir();
  for (final File file : dir.listFiles()) {
 Toast.makeText(getApplicationContext(), file.getName()+"",Toast.LENGTH_SHORT).show();
  }

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...