Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个搜索小部件作为可折叠的操作视图。我想保存用户输入的关于设备旋转的查询。我试过用
searchView.getQuery().toString();
在我的代码中的不同位置。
我面临的问题是它总是返回什么/空。可能是什么问题?