I want to disable device home button when my app run or my screen display Check the attached video link. Reference video, that is what i want
Thanks
I wrote simple code in which my activity overrides the
onKeyDown()
and return true for all key presses. Does any one have any idea?
Use
getActionBar().setDisplayHomeAsUpEnabled(false)to remove the home button from the action bar.