What is the simplest way to take a photo in Glass without using the default camera intent?
Intent camera_intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
This intent doesn't work correctly in current 19.1 version so a simple workaround is needed.