Reputation: 11
I'm working an Android app and want to get physical keyboard layout in settings. But I didn't find any way to get this information. I have checked all the constants in Settings.Global, Settings.Secure, Settings.System. There are DEFAULT_INPUT_METHOD
and SELECTED_INPUT_METHOD_SUBTYPE
. But both of them are for software keyboard not physical keyboard. Is there any method to get physical keyboard settings?
Upvotes: 1
Views: 1615
Reputation: 1503
No there is no such option Officially by Google but yes you can install physical keyboard layouts, some of them are as follows :
Upvotes: 1