How to close the app when pressing home button on Android

Hey guys,

I have got a problem of detecting home button pressing then close the running app.

dose anyone know how to do it, I have already found the delegate to detect back and menu buttons:
virtual void keyBackClicked();
virtual void keyMenuClicked();

is there anything for Home button on Android side?

Cheers