views:

162

answers:

0

Is there a way to detect if the application lose focus because a phone call or because an other system message is on top of it.

When receive phone the system call applicationWillResignActive, and when other message box from the system is displayed the same function applicationWillResignActive is called.

Thans