I want to write a call blocker. If the user dials any calls outside of the US, I want to display a GUI telling them that they can't. I do NOT want to use Toast(). I want a full GUI View to be displayed.
The problem is that while I can receive the android.intent.action.NEW_OUTGOING_CALL message from within my BroadcastReceiver, I cannot display a View. What is the best way to accomplish this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

