我需要從用戶選擇的SD卡中刪除圖像。 在我的活動中,用戶經過選擇從圖庫的圖像,我執行此代碼: public void onActivityResult(int requestCode, int resultCode, Intent data) {
if (resultCode == RESULT_OK) {
if (requestCode == SELECT_PICTURE)
這讓我瘋狂!這裏是我的代碼(我知道這個文件存在): File imageFile = new File("/sdcard/gallery_photo_4.jpg");
ImageView jpgView = (ImageView)findViewById(R.id.imageView);
BitmapDrawable d = new BitmapDrawable(getResources(),