I want to create an application in android where at some point all the messaging application should be disabled to use for the user.
I am preparing a background process that will keep watching the users action on the android device. In some particular scenerios I want to restrict user of using any type of messaging application, that is to ultimately restrict him/her from typing text. I hope this gives you a better idea on my needs.
To implement that I need to know whether the currently running application is having a messaging feature or not. I want to know this from development point of view
Can anyone suggest on this ?