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.
anyone know about replecment for this method? (I am aware to the fact which I must have system permissions in order to use it)
thanks,
ray.
just to make it clear: I am looking for silent way of installing the activity as We did in ver 1.5. we are the phone manufactures(thats why we have specially phone permissions) and we need to ability to do installation without the users involvement. we developed some service for our customers, but now with ver 2.1 we cant help them.