Android:长按qwerty键从其他活动启动我的活动

发布于 2024-10-21 06:54:04 字数 188 浏览 6 评论 0原文

我想通过长按按键开始我的活动。用户位于主屏幕或任何其他屏幕上的位置。

举个例子:假设我在网络浏览器活动中,同时观看用户何时按下长按键。我的应用程序应该启动。

当用户在其他应用程序中时,是否可以长按启动我的活动。 (仅使用 qwerty 键而不是触摸键盘)...

请提出任何解决方案。

提前致谢...

I wanna to start my activity on long key press. Where user is on home screen or any other screen.

For an example: Suppose i m on the web browser activity, while watching when user pressed key 'm long press. My app should be start.

Can it is possible to start my activity on long press while user is in other app. (use only qwerty keys not touch key board)...

Please suggest any solution.

thanks in advance...

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

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

发布评论

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

评论(1

亢潮 2024-10-28 06:54:04

我想通过长按按键开始我的活动。用户在主屏幕或任何其他屏幕上的位置。

一般来说,这是不可能的。对于那些具有搜索按钮的设备,您可以安排让您的 Activity 响应 ACTION_SEARCH_LONG_PRESS,以长按搜索按钮。

I wanna to start my activity on long key press. Where user is on home screen or any other screen.

Generally speaking, that is not possible. You can arrange to have your activity respond to ACTION_SEARCH_LONG_PRESS for a long press on a search button, for those devices that have a search button.

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