主屏幕上的搜索框

发布于 2024-09-12 05:07:25 字数 80 浏览 4 评论 0原文

我使用过 SearchManager,它仅在应用程序启动时提供搜索键。有没有办法在主屏幕/壁纸上放置一个文本框并在用户按 Enter 时调用活动?

I have used SearchManager and it provides search key only when app is launched. Is there a way to put a text box on the home screen/wallpaper and invoke activity when user presses enter?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心作怪 2024-09-19 05:07:25

您可以在主屏幕上使用小部件,其中可以包含文本视图,并且可以使用意图在按下 Enter 或任何其他事件时启动您想要的活动。

You can use widgets on the home screen, which you can have contain a textView and you can use an intent to launch an acticity you want on the press of enter - or any other event.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文