My activity can be reused in multiple tasks concurrently. It stores a photo
associated with the task in a file. If the task is abandoned, how can I know
to delete the photo?

Currently, I'm planning on keeping a fixed size queue of photos and deleting
the eldest photo when the max size is reached.

Thanks,
Bob

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to