Re:: [android-developers] C2DM to android 3+ after force close of the app

2012-05-06 Thread Kostya Vasilyev
I assume that by force closing you mean stopping the app in system settings. Yes, starting with 3.1, apps are placed in a special stopped state, and stay that way until run again by the user. You can find more information under 3.1 release notes. 06.05.2012 22:51 пользователь "Andy" написал: --

[android-developers] C2DM to android 3+ after force close of the app

2012-05-06 Thread Andy
Hi all, I have C2DM up and running and everything works great on older android devices. On newer android devices if you force close the app, then it will not wake up once it receives a C2DM message. Did something change? The same app works great on the older devices but not on the newer one. -