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

没有正确的解决方案

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top