I want to know whether the android system can notify if a keyboard is enabled in one app to other apps.
Asked
Active
Viewed 144 times
1 Answers
1
This would be invasion of privacy. However, it can be done if you write an accessibility service onKeyEvent & Accessibility Service

Taranfx
- 10,361
- 17
- 77
- 95
-
Thanks. I actually wrote my own Keyboard that helps me do what I want – Mohanakrrishna Jun 21 '19 at 06:00