Why can't i add Intent.ACTION_CALL_BUTTON action to intent filter registered with BR (in manifest)? it doesn't work when I tried to do so. Are actions specifically assigned for specific component (since this action shows that it is Activity Action in API,see below)?
(Activity Action: The user pressed the "call" button to go to the dialer or other appropriate UI for placing a call. Input: Nothing. Output: Nothing. Constant Value: "android.intent.action.CALL_BUTTON") -- 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

