Prasad8237

Results 1 comments of Prasad8237

You can try with following one . It may help you (Only for taking picture from camera in android 29 and above) Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); if (takePictureIntent.resolveActivity(getApplicationContext().getPackageManager()) !=...