Front face camera android. [duplicate]
问题 This question already has answers here : How do I open the “front camera” on the Android platform? (9 answers) Closed 2 years ago . I am developing a demo in which I have to check if device has front camera if device has front camera then I have to open it to capture a image. I searched a lot but didn't find any solution. Please help me by giving a solution. Thanks in advance. 回答1: My solution for use front face camera : private Camera openFrontFacingCameraGingerbread() { int cameraCount = 0;