On Wed, Mar 3, 2010 at 5:09 PM, Danesh Mondegarian <[email protected]>wrote:
> Oh ok. So no way of launching app specific details eh. > > I found this in the installedappdetails.java > > final String packageName = > intent.getStringExtra(ManageApplications.APP_PKG_NAME); > > Neway. Thanks > Note, scrounging stuff out of the code base does not mean you are using actual APIs. It is very likely for these things to change in the future and break your app. (In fact I think this particular constant has changed in Froyo.) -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

