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.
ハードウェアズームボタンがデバイスに存在するかどうかをプログラムで確認する方法が存在するかどうかを知っている人はいますか (たとえば、Samsung Galaxy Camera の場合など)。
ありがとう
android.view.KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_ZOOM_IN)メソッドを介して HW ズーム ボタンを検出することは可能です。
android.view.KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_ZOOM_IN)