onPictureTaken never called
问题 The code works mostly fine. The only problem is that the onPictureTaken function never called. I need to use this function to store the image to SD Card. MainActivity public class MainActivity extends Activity { //private static Camera mCamera; //private CameraPreview mPreview; private static String TAG = "CamraOne"; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.camera_layout); Log.d(TAG, "setContentView end"); Intent