android.intent.action.BOOT_COMPLETED - do not receive broadcast if boot completed by a phone call -


i using broadcast receiver in app, display photo on boot_completed. however, noticed if receive phone call on phone, photo displayed in front of incoming phone call activity, can's see calling me , worse - can't answer phone.

what best way override behavior?

you add mechanism listening phone calls events, , if detect phone ringing (or call answered), won't show activity...

in case, please don't show such things. no user likes popups go out of nowhere.

instead, use notifications tell user has happened.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -