Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I fall into a strange issue. My app needs to start itself after user reboots the device. To accomplish this, I registered for action.BOOT_RECEIVER and implemented BroadcastReceiver to do the necessary functionality. I observe that every thing seems to be fine until this statement "I/ActivityManager(323): No longer want mypackage.app (pid 491): hidden #16".

I believe android wont launch two apps with different process ids.

When I launch the app, the app is starting with a new ProcessId, this leads to resetting of objects, but not the static variables. I wonder why the static variables are still retaining their values even after process is terminated.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.