Like the title says, I need to detect when my app loses focus because another app is launched (Phone call comes in, or user hits Home etc).
Overriding Activity.OnStop does not work because that is called even when switching activities within my app.
|
Like the title says, I need to detect when my app loses focus because another app is launched (Phone call comes in, or user hits Home etc). Overriding Activity.OnStop does not work because that is called even when switching activities within my app. |
|||
|
|
|
I have written a utility method for this, it's part of the Droid-Fu library and Use it like this:
Some introductory articles about Droid-Fu on my blog. |
|||||||||||||||
|
|
AFAIK Android offers no facility for this. You may be able to track this yourself (e.g., if |
|||||||||
|
|
I believe you could use:
from your Activity. |
|||
|
|