http://www.tomgibara.com/android/veecheck/

Al.

---

* Written an Android App? - List it at http://andappstore.com/ *

======
Funky Android Limited is registered in England & Wales with the 
company number  6741909. The registered head office is Kemp House, 
152-160 City Road, London,  EC1V 2NX, UK. 

The views expressed in this email are those of the author and not 
necessarily those of Funky Android Limited, it's associates, or it's 
subsidiaries. 

-----Original Message-----
From: android-developers@googlegroups.com 
[mailto:android-develop...@googlegroups.com] On Behalf Of Kaka
Sent: 27 May 2009 08:11
To: Android Developers
Subject: [android-developers] How to update an app itself?


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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to