I have an application that is running 24/7 on a dedicated Android device. The app is configured in Google Play to update automatically. The app downloads and installs without any issues.
The part I am trying to figure out is: the app needs to recognize there has been an update downloaded and installed by Google Play and subsequently should stop, and restart itself.
Possible?