12 2013 档案
android camera 自定义开发
摘要:1、检测是否有摄像头 /** Check if this device has a camera */private boolean checkCameraHardware(Context context) { if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA)){ // this device has a camera return true; } else { // no camera on this device ...
阅读全文
浙公网安备 33010602011771号