Re: [android-developers] Visit Installed App Details Page on Android 2.2

2010-06-15 Thread nvstp
Hi, I also met this problem. Have you found how to fix that? Thanks. On Sat, Jun 12, 2010 at 04:56, Bo wrote: > Hi All, > > I was using this method to show users the installed app details page > > Intent i = new Intent(Intent.ACTION_VIEW); > i.setClassName("com.android.settings", >"com.andro

[android-developers] Visit Installed App Details Page on Android 2.2

2010-06-11 Thread Bo
Hi All, I was using this method to show users the installed app details page Intent i = new Intent(Intent.ACTION_VIEW); i.setClassName("com.android.settings", "com.android.settings.InstalledAppDetails"); i.putExtra("com.android.settings.ApplicationPkgName", mAppContextPackageName); // sta