I am writing an android application and I want to publish it to google play. After I publish, if I update my application, I don't want to alert(about the update) the users that installed my application. Is this possible?
App updates are handled by the platform and the only way for user to set it to autoupdate is to tick proper option in Google Play app. App itself cannot do that.