Activity Lifecycle Behaves Differently Jellybean Onwards
I have the following scenario. Activity A starts Activity B. B starts a Notification clicking on which another activity C is started. Now the behaviour is different on Gingerbread
Solution 1:
System can terminate activity always when it's needed. Probably it's not exectly difference between Android releases, but differece between different devices / free memory amount of different Android versions runing.
Post a Comment for "Activity Lifecycle Behaves Differently Jellybean Onwards"