updates

Is there a way to automatically update application on Android?

无人久伴 提交于 2019-11-26 01:13:35
问题 I\'m developing an application that will most likely be preinstalled on devices. It will be also available on Google Play. Is there a way to update those instances that are not downloaded through Google Play, since Google Play won\'t notify users about an update. I was thinking about, as suggested here, trying to contact my site periodically, and when update is available, download it. Is there a way to do this update automatically, or even silently, so that user doesn\'t have to do anything