Skip to content

Add D-pad support to device list

hexdefined requested to merge hexdefined/kdeconnect-android:master into master

The device list uses an OnClickListener to trigger a callback. Input from a remote doesn't register as a click, making it impossible to select a device.

Adding an OnKeyListener for KEYCODE_DPAD_CENTER allows devices to be selected using a remote, which is necessary for pairing on Android TV.

Merge request reports