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.
有谁知道是否有一种方法可以以编程方式检查设备上是否存在硬件缩放按钮(例如三星 Galaxy 相机)?
谢谢
可以通过android.view.KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_ZOOM_IN)方法检测硬件缩放按钮。
android.view.KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_ZOOM_IN)