私はそれは大丈夫だPhotoshopのアプリで、この意図とギャラリーエディタ同じコンテンツを保存する意図のギャラリー?
//fileURI is a content://
Intent intent = new Intent(Intent.ACTION_EDIT);
intent.setDataAndType(fileUri, "image/jpeg");
intent.putExtra("return-data", true);
intent.putExtra(MediaStore.EXTRA_OUTPUT, fileUri);
intent.putExtra("outputFormat", Bitmap.CompressFormat.JPEG.toString());
に問題がある、私は、保存や編集が、Androidのギャラリーwhith、それは別のディレクトリに
おかげでその私の知る限り
ok only intent.getData(); Gallery3Dソース:( http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/4.0.3_r1/com/android/gallery3d/photoeditor/PhotoEditor。 java?av = f – pagetronic