In my activity I have implemented a specific behave when user press Search Button. These suppose implementing
@Override public boolean onSearchRequested(){ //.............. return true; }
The problem is that, after I have updated my Nexus S to Android 4.1.1 this doesn't work anymore and Search Button starts a Google Web Search instead. That is frustrating! Could these be overwrited to work as before?