lwc:programming:mobile:android:updates

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lwc:programming:mobile:android:updates [2021/12/06 22:30] John Harrisonlwc:programming:mobile:android:updates [2021/12/07 21:09] (current) John Harrison
Line 2: Line 2:
   * [[https://stackoverflow.com/questions/4967669/android-install-apk-programmatically|update app from within another app?]]   * [[https://stackoverflow.com/questions/4967669/android-install-apk-programmatically|update app from within another app?]]
   * [[https://stackoverflow.com/questions/34251575/how-to-autoupdate-android-app-without-playstore-like-facebook-app-or-any-contes|another option]]   * [[https://stackoverflow.com/questions/34251575/how-to-autoupdate-android-app-without-playstore-like-facebook-app-or-any-contes|another option]]
 +  * [[https://github.com/NDMAC/apk-updater|https://github.com/NDMAC/apk-updater]]
 +  * [[https://github.com/feicien/android-auto-update|https://github.com/feicien/android-auto-update]]
   * [[https://www.sisik.eu/blog/android/dev-admin/update-app|2018 blog about it]] (Requires at least API 21)   * [[https://www.sisik.eu/blog/android/dev-admin/update-app|2018 blog about it]] (Requires at least API 21)
   * [[https://github.com/RaghavSood/AppaholicsUpdateChecker|Update Checker for API 8]]   * [[https://github.com/RaghavSood/AppaholicsUpdateChecker|Update Checker for API 8]]
 +  * [[https://stackoverflow.com/questions/26426806/application-installed-in-system-priv-app-not-starting-without-reboot-root|install without reboot by signing and zipaligning]]
 +  * [[https://titanwolf.org/Network/Articles/Article?AID=08b12461-41e9-4fa2-9fe9-e40a604cfb53|silent installs by calling shell commands]]
  
-  * [[https://stackoverflow.com/questions/17222535/create-system-application|How to make your app system app on a rooted device]] +// Starting with API 21 it's possible to have managed device mode which will allow for silent updates without root. Before this the app needs [[lwc:programming:mobile:android:root:|elevated privs]].
-  * [[https://titanwolf.org/Network/Articles/Article?AID=08b12461-41e9-4fa2-9fe9-e40a604cfb53|root run bash-like commands etc.]]+
  • lwc/programming/mobile/android/updates.1638851419.txt.gz
  • Last modified: 2021/12/06 22:30
  • by John Harrison