i have an activity which implements action.SEND so that it gets 
listed in the Camera "share" menu. the activity basically does some 
authentication then does an HTTP upload of the item being shared. the 
authentication & upload operations are performed by AsyncTasks, and 
in each i show and hide a ProgressDialog appropriately. everything at 
my end seems to work fine.

however, it seems like something isn't being swept up properly 
somewhere as when my activity finish()es following the upload, i get 
a ViewLeaked error logged. the stack trace is from where the 
ProgressDialog was shown, i'm thinking that this is to help track 
down leaked views? i checked my code and logged all the places that 
ProgressDialogs are shown and hidden, and everything seems in order.

is there anything special i have to do in SEND activities to ensure 
things are cleaned up?

thanks.

-- 
jason.software.particle

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

Reply via email to