Question

how I can detect if the device has a camera before calling the method camera.showDialog ();?

Était-ce utile?

La solution

I think you're looking for the SystemState.CameraPresent property.

Microsoft.WindowsMobile.Status.SystemState.CameraPresent

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top