[android-developers] Re: How to disable Home and End Call Key
override onKey* methods, return true if keyCode == home (back),
otherwise return super.onKey*(keyCode, keyEvent)
On Jan 8, 12:46 pm, "Abhi..." <adkhadil...@gmail.com> wrote:
> Hi,
> I am going to develop one application for android (As per client
> request). Which starts after booting of device. When device get booted
> then only this application will be there on screen. No key press will
> minimise that application. The solution i found on this site is able
> to block all keys instead of home and end call keys. Please help.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home