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
|
|
@ -3,7 +3,8 @@ package org.nyanya.android.traditionalt9;
|
|||
import android.text.InputType;
|
||||
import android.util.Log;
|
||||
|
||||
public class Utils {
|
||||
@SuppressWarnings("unused")
|
||||
class Utils {
|
||||
|
||||
public static void printFlags(int inputType) {
|
||||
if ((inputType & InputType.TYPE_CLASS_DATETIME) == InputType.TYPE_CLASS_DATETIME)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue