I am not an android developer, my team is working on a project and I have spent a lot of time searching for a solution, I just want someone to point me in the right direction.
My team is working on an app that needs to prevent the keyboard from showing up in ANY Android app such as email or skype or any chat application to prevent mail or chatting capabilities during important meetings.
The way we want is, if a user tries to chat on skype then before skype can display the keyboard, the user would be presented with a distracting challenge (maybe a popup with yes/no asking them if they are in a meeting)
If the user choose yes the keyboard would not show up, if the user choose no then the keyboard would show up but the time is logged and audited for correlation with meeting schedules later on.
Is it even possible to do this?
Some of them suggested a Custom ROM but if we can achieve this in a different manner I would like that.