mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-31 04:37:41 +00:00
Revert "chore(android/app): Engineering test code with sil_cameroon_qwerty"
This reverts commit 2d0008e2e3.
This commit is contained in:
parent
326aa552d7
commit
29bd8dce09
2 changed files with 0 additions and 17 deletions
Binary file not shown.
|
|
@ -153,23 +153,6 @@ public class MainActivity extends BaseActivity implements OnKeyboardEventListene
|
|||
KMManager.KMDefault_LanguageID)) {
|
||||
KMManager.addKeyboard(this, KMManager.getDefaultKeyboard(getApplicationContext()));
|
||||
}
|
||||
|
||||
// Test code for PR: Do not merge to production
|
||||
HashMap<String, String> kbdInfo = new HashMap<>();
|
||||
KMManager.addKeyboard(this, new Keyboard(
|
||||
"sil_cameroon_qwerty",
|
||||
"sil_cameroon_qwerty",
|
||||
"Cameroon QWERTY",
|
||||
"aku-latn",
|
||||
"Akum",
|
||||
"6.0.4",
|
||||
null,
|
||||
null,
|
||||
true,
|
||||
"AndikaAfr-R.ttf",
|
||||
"AndikaAfr-R.ttf"
|
||||
));
|
||||
|
||||
SharedPreferences.Editor editor = prefs.edit();
|
||||
editor.putBoolean(defaultKeyboardInstalled, true);
|
||||
editor.commit();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue