On Thu, Feb 2, 2012 at 8:53 PM, David Ross <[email protected]> wrote: > The Activity WidgetDummyConfiguration is called when the APK has been > downloaded from the market and run.
I sure hope not. Nothing is supposed to run in an APK file when it "has been downloaded from the market and run". Certainly not the MAIN/LAUNCHER activity. You are welcome to provide source code to a sample project that demonstrates this effect. > I guess what you mean is that the system must first run the invisible > do-nothing activity of .WidgetDummyInstall in order for the manifest > contents to be registered with the system which then means the Widget > will be entered into the list of available Widgets? No, I mean that the user must tap on your WidgetDummyConfiguration icon in the launcher so that "the Widget will be entered into the list of available Widgets". -- 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.4 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

