Reputation: 17380
in Android, is there any API to detect when the "zoom hardware button" of devices such as the "Samsung Galaxy Camera" is pressed? If its a Key press, then which one would it be?
Upvotes: 0
Views: 424
Reputation: 126
It is indeed a key press, with key codes KeyEvent.KEYCODE_ZOOM_IN and KeyEvent.KEYCODE_ZOOM_OUT.
Upvotes: 1