android - how to know geotagging feature from camera is on or no?
问题 how to know geotagging feature from camera is on or no? this code for open camera phone Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); fileUri = getOutputMediaFileUri(MEDIA_TYPE_IMAGE); intent.putExtra(MediaStore.EXTRA_OUTPUT, fileUri); // start the image capture Intent startActivityForResult(intent, CAMERA_CAPTURE_IMAGE_REQUEST_CODE); 回答1: You can't check this programatically. You'll have to read the tags of the pictures taken and check the GPS-coordinates manually, if the tags