如何在 Android 中为硬件按钮设置事件处理程序?

发布于 10-07 02:58 字数 93 浏览 4 评论 0原文

似乎是一个简单的问题,但我找不到答案。我正在尝试编写一个使用相机拍照的活动,并且我想将 onClickListener 附加到手机本身的快门按钮,但我不知道如何引用该按钮。

Seems like a simple question, but I couldn't find an answer to it. I'm trying to write an activity that takes a picture using the camera, and I want to attach an onClickListener to the shutter button on the phone itself, but I don't know how to reference the button.

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

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

发布评论

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

评论(1

倾城月光淡如水﹏2024-10-14 02:58:26

这些都是作为钥匙出现的。覆盖 onKeyDown并查找 KEYCODE_CAMERA

These come through as keys. Override onKeyDown and look for KEYCODE_CAMERA.

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