Hi, all

I want to add an auto update function to an app. This app can download
a new version of itself, i.e., a new apk file.
After finishing downloading this apk file, how to let the app update?

I'm going to try this by using PackageManager.installPackage(), but
failed. The system said no one has the permission to install a
package, even I had added "<uses-permission
android:name="android.permission.INSTALL_PACKAGES" />" to the
manifest.xml

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to