On Mar 26, 9:50 am, westmeadboy <[email protected]> wrote: > From what I understand, you set up a receiver so that the browser > starts up whenever the upgrade package is installed. But I thought > only services (not activities) should be started from receivers???
Starting an Activity from an Intent is cool, it's just not a receiver. The key is sending off the Intent with a startActivity() call, not a BroadcastReceiver.send(). > Sorry, I'm a bit rusty on this side of Android. And what happens if > the user opens the app directly once its installed (from the > notification bar or Market app)? If your add-on app doesn't have a LAUNCHER intent, the system won't give the user the option to open it, from anywhere. > I'm ever-the-optimist and guess that since there has been so little > development in the Market app over the last 18 months, there will be > something big coming up pretty soon. Hah, I look at it that the lack of development in the Market is evidence that Google's not interested in improving it. Does that make me a "glass is half-empty" kind of person? :^) String -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

