Pregunta

I made a custom camera and now functioning. All I want is if the user click the camera or any related that call the camera, it will appear on the screen which camera want to be used? the default camera or my custom camera, its just like that.

example: the latest update of My Tracks has a feature to select a camera. Now if the user click the camera icon, the choices will popup to select which camera want to be use for capturing images....any help will be appreciated...thanks

No hay solución correcta

Otros consejos

As SMR mentioned put intent filter with (MediaStore.ACTION_IMAGE_CAPTURE) action. But it is use full if other application use this intent for image capture not its own camera implementation. Please refer using existing camera app to implement proper behavior.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top