I have android app, and I want to make it auto update, so user don't have to do anything.
I already know how to automatically check versionCode and compare it with this answer about Android: install .apk programmatically But I still have to install it manually:
Is there any way to make it easier for user? for example install it in background or make it can't open unless it's already install?
I use this app for company use, so I need to force them to update.