On Tue, Aug 16, 2011 at 4:56 PM, ___ <[email protected]> wrote: > (using a custom android:scheme works in both but does not achieve the > same direct Activity triggering for a custom action)
I do not understand this statement. Set up your <intent-filter> to watch for http://yourorganization.com/some/path, and use that URL in the hyperlinks. Bonus points for putting a page on your Web site at that URL, so people who don't have your app installed get a real page rather than a 404. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.0 Available! -- 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

