我有一个Android应用程序,我在其中拍照。因为我正在使用surfaceview
构建我自己的相机。在此应用程序状态下,用户必须触摸screen/surfaceview
为了拍照。
此外,手机还有一个按钮,用户也可以打开相机,默认一个......这与我的应用无关。
我想知道 - 在我的Android应用程序中有一个听取硬件按钮并在那里自定义其行为的任何可能性!
我重复 - 我正在谈论的按钮是位于手机左边缘的hardware button
。
编辑:我知道这就是我要找的android.intent.action.CAMERA_BUTTON
。有人可以提供一个可靠的例子吗?
答案 0 :(得分:0)
乔治看看:
broadcast receiver for ACTION_CAMERA_BUTTON never gets called
和 Android-Broadcast Receiver and Intent Filter
和 My BroadcastReceiver is not receiving the BOOT_COMPLETED intent after my N1 boots. Help Please!
你得到的照片 - 使用搜索: - )
基本上你需要一个:
广播接收器
声明这是你的清单
处理结果