Hi, I guess that the Uri form of an Intent is stable - something like a Serializable form? I'm thinking of passing it across the network.
On Sep 15, 1:12 am, Dianne Hackborn <[email protected]> wrote: > 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;... > > 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?!? -- 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

