Re: [android-developers] how to delete images files stored in Android phone gallery

2011-03-30 Thread TreKing
On Tue, Mar 29, 2011 at 7:54 AM, sourabh wrote: > String selectedFilePath = "content:/media/external/images/media/22"; > That is not a file path. - TreKing

[android-developers] how to delete images files stored in Android phone gallery

2011-03-30 Thread sourabh
Hi, i am new in android when i take picture from my phone camera it will be stored in phone gallery with the help of code i got the path "content:/media/external/images/ media/22" i want to delete this image file on click button i am using the following code for deleting the image String sel