tags:

views:

35

answers:

1

Hi Friends,

i am storing image in External storage using MediaStore,and send email with attach that image,image saved and sent email with attachment is working fine,i want to delete that image in external storage after mail sent.anybody knows,please give sample code for me..

Thanks All,

+1  A: 

Set a one-time alarm with AlarmManager to delete your image after a reasonable period of time (e.g., an hour).

CommonsWare
@I can't understand your answer..Thanks
sivaraj
@hi,how can use AlarmManager in android,please give sample code for me
sivaraj