Search results


  1. T

    MIUI Camera - Intent issues

    I'm trying to make an app that launches the camera and will retrieve the photo that the camera takes After firing off the camera I retrieve the data like so: @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { if(requestCode == CAMERA_PIC_REQUEST) {...