Cleaned up some code, attempted fix for UI staying
* Also changed manifest to filter non hardware keyboard devices.
This commit is contained in:
parent
e08e27c903
commit
cbb7561506
12 changed files with 149 additions and 216 deletions
|
|
@ -11,6 +11,12 @@
|
|||
<uses-configuration
|
||||
android:reqFiveWayNav="true"
|
||||
android:reqHardKeyboard="true"
|
||||
android:reqKeyboardType="qwerty"
|
||||
/>
|
||||
<uses-configuration
|
||||
android:reqFiveWayNav="true"
|
||||
android:reqKeyboardType="twelvekey"
|
||||
android:reqHardKeyboard="true"
|
||||
/>
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue