Testez le comportement de n'importe quelle touche de votre appareil Android.
advertisement
Nom | KeyTester |
---|---|
Version | 1.0 |
Mise à jour | 24 mars 2021 |
Taille | 2 MB |
Catégories | Outils |
Installations | 1+ |
Développeur | Alessandro Campolo |
Android OS | Android 1+ |
Google Play ID | a13ssandr0.keytester |
KeyTester · Description
KeyTester allows you to check whether your keyboard is working or not, it also gives you the correspondent KeyEvent constant that developers can use when working with the following Java methods:
Activity.dispatchKeyEvent
Activity.dispatchKeyShortcutEvent
Activity.onKeyDown
Activity.onKeyLongPress
Activity.onKeyMultiple
Activity.onKeyShortcut
Activity.onKeyUp
any other method that deals with KeyEvents
Some buttons such as Home, Recent Apps (Multitasking) and Power won't be detected because the system needs them to be always available and working (e.g., when an app freezes and the user wants to terminate it), so it won't let any app intercept them.
This app is open source, you can find its source code on GitHub: https://github.com/a13ssandr0/KeyTester
Activity.dispatchKeyEvent
Activity.dispatchKeyShortcutEvent
Activity.onKeyDown
Activity.onKeyLongPress
Activity.onKeyMultiple
Activity.onKeyShortcut
Activity.onKeyUp
any other method that deals with KeyEvents
Some buttons such as Home, Recent Apps (Multitasking) and Power won't be detected because the system needs them to be always available and working (e.g., when an app freezes and the user wants to terminate it), so it won't let any app intercept them.
This app is open source, you can find its source code on GitHub: https://github.com/a13ssandr0/KeyTester