I need to detect if an Android device has the physical keyboard. I am using Resources.Configuration.Keyboard
but it always returns Android.Content.Res.KeyboardType.Nokeys
. For testing I am using a real Android device with hardware keyboard. What I am missing?
Platform: Xamarin Android