Yeah, I don't know if different values will be returned, but I was hoping that it would. I will use PackageManager to find out if the app was installed...
On May 30, 5:06 pm, Doug <[email protected]> wrote: > On May 27, 1:53 pm, The Jaguar <[email protected]> wrote: > > > The problem I am facing is that "resultCode" always returns 0, > > irrespective of whether the user chose toinstallthe app or not > >installthe app. I really need to know whether the user installed the > > app or not. Any ideas as to why the return value is always 0? > > How do you know that the activity you launched is supposed to ever > return something other than 0? You might have to dig into Android > source to know what to expect. > > I would just use PackageManager to find out what's installed. > > Doug -- 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

