I am stuck in a problem in Android 4.2 Jelly Bean.
How can I open camera from my application, by default in panorama/360 photosphere mode?
I have searched a
you can open all default camera function using below code
Intent intent = new Intent(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA); startActivity(intent);