[android-developers] Installpackged

2011-02-28 Thread Idan
Hi all, I have developed an app for Android 1.5. I used the method: android.content.pm.PackageManager.installPackage(..) successfully. Now I need to use the same app for Android ver 2.1 but for my luckless the method has removed. I know this method is inside hidden API anyone know about

Re: [android-developers] Installpackged

2011-02-28 Thread Justin Anderson
Why not just go with the standard method for installing an app? System permissions are not required and you aren't using any hidden non-SDK code... There is some code here with an example intent to use... http://android.amberfog.com/?p=98 On Mon, Feb 28, 2011 at 8:36 AM, Idan