From c33e3410c1553f3967d4e51c5cd50304eac4224e Mon Sep 17 00:00:00 2001 From: Helium314 Date: Sun, 15 Sep 2024 16:35:02 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index 6fc47c7..7841418 100644 --- a/FAQ.md +++ b/FAQ.md @@ -17,3 +17,4 @@ Note that if the the app is installed as a system app, both versions have access to the system glide typing library (if it is installed). * __App crashing when using as system app__: This happens if you do not install the app, but just copy the APK. Then the app's own library is not extracted from the APK, and not accessible to the app. You will need tp either install the app over itself, or provide a library. * __Where on disk are the files stored (when having root access)__: Starting at Android 7, some files and the main shared preferences file are not in the default location, because the app is using [device protected storage](https://developer.android.com/reference/android/content/Context#createDeviceProtectedStorageContext()). This is necessary so the settings and layout files can be read before the device is unlocked, e.g. at boot. The files are usually located in `/data/user_de/0//`, though the location may depend on the device and Android version. +* __Enable / disable / change the spell checker (red underlined words)__: You can set the spell checker in System (not HeliBoard) Settings -> System -> Languages -> Advanced -> Spell Checker. The exact location may vary, with exact Android version. Here you can set the app doing the spell check, and the language to check. Note that HeliBoard spell checker ignores the selected language, and instead uses whatever keyboard langauges are currently active (including secondary languages when using multilingual typing). \ No newline at end of file