I need to implement a feature, that will jump to custom view when phone rings. I had the following idea:
- register a listener to listen phone ring
- jump to custom view after 1s when phone ring has been detected
But it can't work well at some android version. Can you give me some ideas?