[android-beginners] Re: Is it possible to override Android's green and red buttons?

2009-07-21 Thread Yusuf T. Mobile
It depends on what you mean by 'override'. You can't change the way Android initiates and receive calls, but you can use those buttons in your own app, with Activity.onKeyDown: http://developer.android.com/reference/android/app/Activity.html#onKeyDown(int,%20android.view.KeyEvent) The KeyEvent

[android-beginners] Re: Is it possible to override Android's green and red buttons?

2009-07-20 Thread Romain Guy
No you cannot. On Jul 20, 2009 12:52 PM, szantaii szant...@gmail.com wrote: Hi, My question is that is it possible to override the physical green and red buttons on Android which by default are used to accept and end calls. For example, in my own activity those buttons won't serve as accept