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.
在Android中,是否有任何API可以检测何时按下“Samsung Galaxy Camera”等设备的“缩放硬件按钮”?如果是按键,那会是哪一个?
确实是按键,键码 KeyEvent.KEYCODE_ZOOM_IN 和 KeyEvent.KEYCODE_ZOOM_OUT。