Quick Search Button in Android
I'm trying to display开发者_高级运维 a password dialogue at the start of the application and on pressing the search button , the dialogue disappears and get destroyed , how to recover that ?
You can override onSearchRequested()
in your password activity and return false
. This will prevent the search window from showing up while that activity is active.
精彩评论