With dumpsys activity | grep "Proc #" | grep my.package.name It looks like the app was in "fg-service" before getting killed.
Looking at the source code here: 6968<http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.4.2_r1/com/android/server/am/ActivityManagerService.java#6968>, it seems that the process should only be killed if "non-interactive". The latest is 4.4.2 so not sure exactly what 4.4.3 is using if different. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

