regarding search hard key behaviour with progress bar (android) -


When a progress dialog is displayed and we press the search hard key, it closes and the phone's search Even if it takes you to the bar,

Is

  dialog = new progress_dialog (this) {@Override Public Boolean onSearchRequested () {return false; }};  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -