我正在使用圖像選擇器來選擇圖像,然後將此圖像上傳到服務器。 我的代碼在所有的Android設備完美工作,除了Mi 手機。 。 For all device Uri returned is of type : content://media/external/images/media/523
For Mi devices Uri returned is of type:file:///stora
我與Android裁剪圖像的工作,這是我裁剪圖像代碼: private void performCrop() {
try {
Intent cropIntent = new Intent("com.android.camera.action.CROP");
//indicate image type and Uri
cropIntent.setData