installation - Android - update of custom preinstalled app -


i creating app preinstalled on android phones manufactured business partner. app not published on google play.

is there convenient way of performing updates of application without user interaction (download apk in background , install without prompting)?

you need permission android.permission.install_packages (which requires app within /system/app or signed manufacturer), can have @ this question installing apps silently, there multiple ways how that. easy way downloading apk, , executing pm install /path/to/apk.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -