Revert "chore(android/app): Engineering test code with sil_cameroon_qwerty"

This reverts commit 2d0008e2e3.
This commit is contained in:
Darcy Wong 2022-11-21 10:01:42 +07:00
parent 326aa552d7
commit 29bd8dce09
2 changed files with 0 additions and 17 deletions

View file

@ -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();