Lines Matching refs:cropIntent
1192 Intent cropIntent = new Intent("com.android.camera.action.CROP");1194 cropIntent.setData(tempUri);1195 cropIntent.putExtras(newExtras);1197 startActivityForResult(cropIntent, CROP_MSG);