I am building an app that shows a custom activity only if the phone number is a list of phone numbers.
I understand that I would be creating a
BroadcastReceiver
and
PhoneStateListener
Could someone let me know how / where I should check the phone number and either display a custom activity or the standard / default activity ?
Thanks!