Hi All,
How to install .apk file programatically without UserInterface. (that means it install silently background process).
I know the PackageManager.installPackage("") method. But it's not supported in Android 1.5 API.
Can anyone help related method which supports Android 1.5 .
I need Urgent for this code. please help me.
Thanks
Sri.

