Guest User

Untitled

a guest
Jun 21st, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. for (int i = 0; i < GallerySelection.length; i++)
  2. {
  3.     if (GallerySelection[i])
  4.         deleteFile(GalleryImagePaths[i]);
  5. }
  6.            
  7. MediaStoreScanner.scanFile(scanHandler, getApplicationContext(), MyApplication.getApplicationRootDirectory(), null);
  8. // MyApplication.getApplicationRootDirectory() returns "/mnt/sdcard/Pictures/MyApplication/"
Advertisement
Add Comment
Please, Sign In to add comment