http://developer.android.com/reference/android/content/Intent.html#putExtra(java.lang.String,%20int)
And all of the other overloaded methods for various types. On Mon, Mar 23, 2009 at 10:40 PM, me tun <[email protected]> wrote: > > How can I do that? Is there a reference you can point me to? > > On Mar 24, 4:35 pm, Dianne Hackborn <[email protected]> wrote: > > Please don't make up URI schemes. If you are passing app-private data, > you > > should probably just put it in as extra fields of whatever type you want. > > > > On Mon, Mar 23, 2009 at 10:20 PM, me tun <[email protected]> wrote: > > > > > Hello, > > > > > I've tried something similar to this, intent.setData(Uri.parse > > > ("screenmode://android.ds/ActivityType=MY_ACTIVITY")); > > > > > Can I just put anything, or is there a specific format I need to > > > follow i.e. screenmode: something else, something else etc... > > > > > Cheers guys. > > > > -- > > 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. All such questions should be posted on public > > forums, where I and others can see and answer them. > > > -- 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. 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 -~----------~----~----~----~------~----~------~--~---

