In my android application.
I am opening one web page using webview
. So at that time I want to disable physical back button of mobile. please anybody help?
here i tried.
onbackpressed()
function.
in my activity class, i have written, @Override public void onBackPressed() {
}
but didn't work.