ClarkBattle wrote: > What code do I need to start up an external activity from a widget?
That would be a fine question to ask the developer of the external activity. If the developer of the external activity wishes to support third-party apps like yours linking to it, (s)he can provide you with a suitable Intent to use. If the developer of the external activity does not wish to support third-party apps like yours, you should abide by the developer's wishes. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 2.8 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

