Andrei Ciuca
Andrei Ciuca

Reputation: 185

android update application without any alert

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?

Upvotes: 0

Views: 81

Answers (1)

Marcin Orlowski
Marcin Orlowski

Reputation: 75645

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.

Upvotes: 1

Related Questions