Lines Matching defs:cropIntent
1437 Intent cropIntent = new Intent("com.android.camera.action.CROP");1439 cropIntent.setData(tempUri);1440 cropIntent.putExtras(newExtras);1442 startActivityForResult(cropIntent, CROP_MSG);