Android Device Specific Camera Path In Android
I created a sample app, in my app i capture a photo and save it in a specific folder. The app runs successfully on the emulator with target 2.3.3, but when installing it on a mobil
Solution 1:
if you are OK with relying on x>= API level 8 you could use Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DCIM);
Post a Comment for "Android Device Specific Camera Path In Android"