Hi, I'm having issues using the android.intent.action.ANSWER Intent. >From what I understand in the reference documentation, it's an Activity Action, not a Broadcast Action. This means that I can't "wake up" my app by setting a intent-filter on it, it means I can send the intent to ask android to answer an incoming call. But... since an incoming call makes the native InCallScreen activity pop-up, what's (and how!) can the intent be triggered by another app? I'm also struggling finding out how to wake up an activity when an incoming call occurs (or, default option, when it is answered). Handling outgoing calls request is easy, just ask for the android.permission.PROCESS_OUTGOING_CALLS permission, filter the android.intent.action.CALL_PRIVILEGED intent and you're go. But incoming...that's another kind of problem! I've looked at the source code of the Phone app and it relies on the com.android.internal.telephony which isn't exposed in the SDK.
Any clue? Thanks for your help, Marc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

