Um I don't mind. Call me Dianne, Hackborn, hackbod, they all work. As far as the scheme -- the example specifies "http" and "https". Please DO NOT use your own scheme. That is "yourapplication://doaction?parameters" is wrong. Schemes are a *universal* namespace. There are RFCs describing the schemes, and these names need to be unique. The original use of "market:" was wrong, and should not be an example that is followed.
Also using "http" is just intrinsically better because that allows you to have your app match against a web URI you actually own and can serve, so if the user is not on an Android device with your app on it the link will still do something. You can give them a web page that tells them they need to install your app, has a link to your app on market, etc. On Fri, Mar 25, 2011 at 4:15 PM, lbendlin <[email protected]> wrote: > Perumal, > in western culture it is not polite to address someone just by last name. > In the future please address her as Dianne. > > the format is yourapplication://doaction?parameters > > -- > 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 > -- 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

