Re: [android-developers] Re: Sharing files between apps

2011-01-16 Thread Dianne Hackborn
On Sun, Jan 16, 2011 at 5:19 PM, John Gaby wrote: > The following is the routine that I wrote to test the function. The > call to manager.getPackageInfo works, but the call to > GetPackageContents returns null. > What is "GetPackageContext" in your code? Is that just a typo and should be "getP

Re: [android-developers] Re: Sharing files between apps

2011-01-16 Thread Dianne Hackborn
On Sun, Jan 16, 2011 at 4:21 PM, John Gaby wrote: > This seems to be what I am looking for, however, when I call it with > the package name of the other app, it returns null (I get nothing from > logCat either). I can use the PackageManager and retrieve the info > for that same package, so I am