android : deleting an image. // Set up the projection (we only need the ID) String[] projection = { MediaStore.Images.Media._ID }; // Match on the file path ...
確定! 回上一頁