Re: [android-developers] About Actions in Intent

2011-03-24 Thread TreKing
On Thu, Mar 24, 2011 at 2:25 AM, t22 wrote: > Why can't i add Intent.ACTION_CALL_BUTTON action to intent > filter registered with BR (in manifest)? > If you do this http://lmgtfy.com/?q=ACTION_CALL_BUTTON, you will find this: http://stackoverflow.com/questions/1760107/listen-to-hardware-button-

[android-developers] About Actions in Intent

2011-03-24 Thread t22
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 pr