Somehow this doesn't seem to be documented, but this is the method you want: http://developer.android.com/reference/android/content/Intent.html#toURI()
Ah the current source tree has documentation: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/java/android/content/Intent.java On Mon, Sep 14, 2009 at 9:11 AM, Roger L <[email protected]> wrote: > > I am banging my head into a brick wall! > I want to save an intent pick from the ACTION_PICK_ACTIVITY into a > preference/database/etc... and use it as a result for my application > every time it runs. > But, there is no way to save the right data type (Intent) into > preferences or a database, or anyway that I can see to convert from a > string or such back into the (Intent)!!!!!! > Someone please point me in the right direction?!? > > > -- Dianne Hackborn Android framework engineer [email protected] 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 [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 -~----------~----~----~----~------~----~------~--~---

