KeyMapper
KeyMapper copied to clipboard
ADB command to open KeyMapper
Hi all,
First of all: sorry if this question doesn't belong here :(
Is there anyone who knows the ADB command to start (open) KeyMapper. It is for use on a device that has no real launcher (and other launchers cannot be started for some reason). I know it must be something like "adb shell am start -n io.github.sds100.keymapper/XXXX" but it is the last part i'm not sure about.
Thanks in advance! Phil
what about this?
io.github.sds100.keymapper.MainActivity
I'm not super familiar with launching from ADB but I'll try to help :)
Hi,
Thx for your answer. I'm not sure but i think i tried that one. To be sure i will try it again.
Thanks!