Android - Google Play Store closes app for update and not opening it afterwards -


i've got following situation: app running on android device. because want able update automatically i've activated google play store auto-updates.

when play store recognizes new version closes app (what ok) , updates (great!). unfortunately afterwards app not opened again.

does know solution or has idea how can tell app, store or device open app again?

btw: app starts on system start-up. rebooting devide possibility well. how catch update-finished event?

thanks!

edit: build app. has listener system startup started on boot.

post honeycomb, apps have started manually user after installation or upgrade.

if need app run continuously, need turn off auto update , manually update can launch manually after updating.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -