I am looking for suggestions for resolving an Android phone receiver / dialer issue. A response to a previous related post refered me to other Android groups and sites, but that has proven fruitless.
I want an activity in an app to replace the Android default (built-in) phone dialer/receiver that normally gets run on incoming calls. This is so that I can replace the default screen, the one that pops up when a phone call comes in, with my own call reception activity. What approaches would you suggest for this. How do you control the priority / precedence of components to be run when a call comes in? What is the the default Android component that does the phone call receiving, and how do I run my own activity BEFORE the built-in component starts up (and instead of it). Do you know whether this kind of thing (preempting built-in components) can be done without modifying the Android Java source code? Or in some other way? Would you please point me to any information (links, books, code examples, whatever), you may have about this? Any starting point would be helpful. Thanks, Wolfgang Santa Barbara, CA -- 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

