[android-developers] Content provider persistence

2010-12-29 Thread Pedro Duque
Hi,

I'm writing an application where the user needs to choose a timezone so I'm
using the search capability of Android. For having the time zone as a
recommendation inside the search, I've implemented a Content Provider for
the time zone. The problem is that the content provider remains alive
after the selection is made... and I want to destroy it.

How can I do that?

Thanks,
PMD

-- 
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

Re: [android-developers] Content provider persistence

2010-12-29 Thread Dianne Hackborn
If I understand what you are saying, the process just remains around in case
it is needed again.  If so, that is intended, and not something you need to
avoid.

On Wed, Dec 29, 2010 at 6:27 PM, Pedro Duque pmdu...@gmail.com wrote:

 Hi,

 I'm writing an application where the user needs to choose a timezone so I'm
 using the search capability of Android. For having the time zone as a
 recommendation inside the search, I've implemented a Content Provider for
 the time zone. The problem is that the content provider remains alive
 after the selection is made... and I want to destroy it.

 How can I do that?

 Thanks,
 PMD

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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