From c5f83cc7eaa1d143f859568d06c4565f2460ab15 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 4 Jan 2022 23:11:24 +0100 Subject: [PATCH] recognize the app as a keyboard --- app/src/main/AndroidManifest.xml | 20 +++++++++++++++++++ .../keyboard/activities/SettingsActivity.kt | 14 +++++++++++++ .../keyboard/helpers/SimpleKeyboardIME.kt | 7 +++++++ app/src/main/res/layout/activity_settings.xml | 6 ++++++ app/src/main/res/xml/method.xml | 11 ++++++++++ 5 files changed, 58 insertions(+) create mode 100644 app/src/main/kotlin/com/simplemobiletools/keyboard/activities/SettingsActivity.kt create mode 100644 app/src/main/kotlin/com/simplemobiletools/keyboard/helpers/SimpleKeyboardIME.kt create mode 100644 app/src/main/res/layout/activity_settings.xml create mode 100644 app/src/main/res/xml/method.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1beafc7..fc70310 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,6 +32,26 @@ android:name=".activities.SplashActivity" android:theme="@style/SplashTheme" /> + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/xml/method.xml b/app/src/main/res/xml/method.xml new file mode 100644 index 0000000..ce43852 --- /dev/null +++ b/app/src/main/res/xml/method.xml @@ -0,0 +1,11 @@ + + + + + +