Roger L 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?!?

Save the relevant pieces the Intent (e.g., action, data). You don't say
what sort of Intent this is, so it is difficult to give you specific advice.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 In Print!

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

Reply via email to