How to check if the native/hardware keyboard is used?
问题 I want to check if the native/hardware keyboard is used, and also if possible I want to disable the third party keyboards. My goal is simple I use just the native android soft keyboard for entering values in my edit boxes and no other keyboard should be able to this Thanks EDIT I know it is not good idea to do what I am trying to do, I know that the basic idea of android is to have intents and activities and services who know to handle some types of intent according intent-filter. But this in