mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-30 04:39:56 +00:00
Updated FAQ (markdown)
parent
f4f2723dd6
commit
c33e3410c1
1 changed files with 1 additions and 0 deletions
1
FAQ.md
1
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/<package_id>/`, 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).
|
Loading…
Add table
Add a link
Reference in a new issue