I'm designing an app (on version 2.2) that use the camera to capture photos.
I read from http://developer.android.com/sdk/android-2.3.html that version 2.3 and above have multiple cameras support. But i'm still a bit confused because when the camera is launched, it normally have a button that the user can click to switch between front-facing and rear cameras, right?
or
2.2 doesn't have this switch?
I want the user to be able to use both front and rear cameras. Is it possible on version 2.2 or should I use 2.3 and above?