private void appWillReturnfromBackground() {
   checkForUpdates();
   sensorEventsController.registerAllSensorsForApplication();
   screenshotObserver.startObserving();
 }