在我的應用程序要求是從圖庫中選擇圖像,然後裁剪所選圖像並設置爲圖像視圖。以下是我裁剪圖像的示例代碼。 //call the standard crop action intent (the user device may not support it)
Intent cropIntent = new Intent("com.android.camera.action.CROP");
我裁剪圖像與活動結果時有問題。我已在設備上設置權限> 6。但是當播種和作物成功時,結果數據爲空。 (imageReturnedIntent.getData()我們null和intent數據也是空的)。這是代碼裁剪圖像。 public static Intent cropIntent(Uri inUri, int outputX, int outputY,
boolean