简体   繁体   中英

How to enable the hard keyboard on real device?

Despite it is working on virtual device, the hard keyboard does not work when testing my app on my real android device (Samsung galaxy i551).

I added the following configuration in the Manifest:

<uses-configuration android:reqHardKeyboard="true"  android:reqKeyboardType="qwerty" />

Any clue welcome, regards

The hardware keyboard works automatically. No configuration is necessary to make it work. Your <uses-configuration> simply says that your application will only work on devices with hardware QWERTY keyboards.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM