开发者

Quick Search Button in Android

开发者 https://www.devze.com 2023-02-26 21:22 出处:网络
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 o

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消