mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +08:00
CB-4633: Backporting to Android 2.9.x
This commit is contained in:
parent
70f3785b47
commit
5550ec8f2c
@ -736,6 +736,7 @@ public class CameraLauncher extends CordovaPlugin implements MediaScannerConnect
|
|||||||
}
|
}
|
||||||
Uri uri = Uri.parse(contentStore + "/" + id);
|
Uri uri = Uri.parse(contentStore + "/" + id);
|
||||||
this.cordova.getActivity().getContentResolver().delete(uri, null, null);
|
this.cordova.getActivity().getContentResolver().delete(uri, null, null);
|
||||||
|
cursor.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user