Re: [android-developers] Re: 3rdParty application icon

2011-08-07 Thread Mark Murphy
On Sat, Aug 6, 2011 at 8:39 PM, John wrote: > Thanks Mark, much appreciated, that works. Just to let you > "com.google.android.gallery3d" is the package name, but for some > reason simply calling setPackage() on the intent works for some > packages but not others. That package name might be new t

[android-developers] Re: 3rdParty application icon

2011-08-06 Thread John
Thanks Mark, much appreciated, that works. Just to let you "com.google.android.gallery3d" is the package name, but for some reason simply calling setPackage() on the intent works for some packages but not others. Now, that I know the issue, I suppose "Application is not installed" makes sense, alth

Re: [android-developers] Re: 3rdParty application icon

2011-08-06 Thread Mark Murphy
On Sat, Aug 6, 2011 at 1:46 AM, John wrote: > In the case of the Gallery application i.e. > "com.google.android.gallery3d", which throws the "Application is not > installed" error in the shortcut, it shows up both in > getInstalledPackages and also in queryIntentActivities with the given > Intent,

[android-developers] Re: 3rdParty application icon

2011-08-05 Thread John
On Aug 5, 3:55 am, Mark Murphy wrote: > On Fri, Aug 5, 2011 at 1:38 AM, John wrote: > > The error is "Application is not installed", which seems to be some > > generic android error which gives no real information for why the > > action is not working. > > No, it is a very specific error, indic