Re: [android-developers] Keycode EVENTs

2011-04-05 Thread TreKing
On Mon, Apr 4, 2011 at 12:41 PM, kiros88 ghui...@gmail.com wrote: Iono if it is KEYCODE_HOME cuz when i try to manipulate like small task while keeping it the same it won't do it. If you're trying to do what I think you're trying to do, you can't.

Re: [android-developers] Keycode EVENTs

2011-04-05 Thread Justin Anderson
The Android OS does not allow an application to intercept the home button key... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 5, 2011 at 11:02 AM, TreKing treking...@gmail.com wrote: On Mon, Apr 4, 2011 at 12:41 PM, kiros88

[android-developers] Keycode EVENTs

2011-04-04 Thread kiros88
Hi Im having an issue using th KeyCode_home event basically the button that usually takes the user to teh home wall of the phone. Iono if it is KEYCODE_HOME cuz when i try to manipulate like small task while keeping it the same it won't do it. Im not sure if thats because of a specific rule or if