diff --git a/app/src/debug/res/values/donottranslate.xml b/app/src/debug/res/values/donottranslate.xml
deleted file mode 100644
index 030f3683c..000000000
--- a/app/src/debug/res/values/donottranslate.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
- helium314.keyboard.latin.debug.HIDE_SOFT_INPUT
-
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index b99f94921..f0cee5671 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -13,23 +13,6 @@ SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only
-
-
-
= Build.VERSION_CODES.N)
restartAfterUnlockFilter.addAction(Intent.ACTION_USER_UNLOCKED);
@@ -749,7 +715,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
mClipboardHistoryManager.onDestroy();
mDictionaryFacilitator.closeDictionaries();
mSettings.onDestroy();
- unregisterReceiver(mHideSoftInputReceiver);
unregisterReceiver(mRingerModeChangeReceiver);
unregisterReceiver(mDictionaryPackInstallReceiver);
unregisterReceiver(mDictionaryDumpBroadcastReceiver);
diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml
index 082b0a296..68e5f47eb 100644
--- a/app/src/main/res/values/donottranslate.xml
+++ b/app/src/main/res/values/donottranslate.xml
@@ -77,8 +77,6 @@
%s (PC)
-
- helium314.keyboard.latin.HIDE_SOFT_INPUT
100% FOSS keyboard, based on AOSP.