This should apparently be a very simple task, but I have been around it for some time without success ...
In my application, I create a folder on the SD card, where I store temporary jpg files. Since I do not want my application to show these temporary files when viewing the phone for images, I tried to hide this folder. So, right after creating the directory, I tried to rename it, for example:
String tmppath="/sdcard/myapp/tmp"; try {
Any thoughts?
source share