Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (int i = 0; i < GallerySelection.length; i++)
- {
- if (GallerySelection[i])
- deleteFile(GalleryImagePaths[i]);
- }
- MediaStoreScanner.scanFile(scanHandler, getApplicationContext(), MyApplication.getApplicationRootDirectory(), null);
- // MyApplication.getApplicationRootDirectory() returns "/mnt/sdcard/Pictures/MyApplication/"
Advertisement
Add Comment
Please, Sign In to add comment