【发布时间】:2011-12-30 03:30:01
【问题描述】:
我正在尝试裁剪我使用下面代码的图像
意图 i = new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI); i.putExtra("crop", "true");
startActivityForResult(i, 1);
但我必须在不使用 Intent 的情况下裁剪图像。并且还必须自定义裁剪 UI。 请帮我看看怎么做。
我不应该使用new Intent("com.android.camera.action.CROP");
谢谢
维卡什
【问题讨论】:
-
不知道您的查询,但很高兴知道 i.putExtra("crop", "true");
标签: android