i have create an android application that will capture picture and save in sdcard folder,now i want to save the image with a custom name.
import java.io.Byte
You need to put fileName as Intent Extras -
cameraIntent.putExtra(MediaStore.EXTRA_OUTPUT, "android.jpg");