Re: [android-developers] Why there is no call back when a ContentProvider is shut down/destory

2011-02-11 Thread Mark Murphy
On Fri, Feb 11, 2011 at 7:49 PM, n179911 wrote: > In android API, there is an onCreate() callback when a ContentProvider > is created. Can you tell me why there is no call back when a > ContentProvider is shut down/destory? Because it is not "shut down/destory". Once started, it lives as long as

[android-developers] Why there is no call back when a ContentProvider is shut down/destory

2011-02-11 Thread n179911
Hi, In android API, there is an onCreate() callback when a ContentProvider is created. Can you tell me why there is no call back when a ContentProvider is shut down/destory? And how can I perform some clean up actions when a ContentProvider is shut down/destoryed? Thank you. -- You received thi