Introducing you simple app that allows to bind keys on your remote to run specific apps or do othe r stuff
- Install this app on your Android TV;
- Go to accessibility settings and enable key mapper accessibility service;
- Enjoy.
You can adjust functionality by editing override fun onKeyEvent(event: KeyEvent?): Boolean
function of Mapper
class. Just log id of buttons and edit onKeyEvent
function body for your own
needs.
- Enable developer mode on your TV;
- Allow debugging via usb;
- Install adb client on your computer;
- Open Android Studio IDE and write
adb connect {{ ip_address_of_your_TV }}
command in terminal; - You are all set.