Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dslul committed Sep 11, 2020
1 parent 3377df1 commit a2feab2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
## Permissions
* **Read Contacts**: Used to add your contact list to suggestions. Disabled by default.

## Cannot open settings in MIUI
## Common issues
- Cannot open settings in MIUI

See https://github.com/dslul/openboard/issues/46

## Contribute
Expand Down Expand Up @@ -39,7 +41,7 @@ export ANDROID_SDK_ROOT=~/snap/androidsdk/current/AndroidSDK/

Install the platform tools for your target android version:
```sh
androidsdk "platform-tools" "platforms;android-28"
androidsdk "platform-tools" "platforms;android-29"
```

Compile the project. This will install all dependencies, make sure to accept
Expand All @@ -53,3 +55,8 @@ Connect your phone and install the debug APK
```sh
adb install ./app/build/outputs/apk/debug/app-debug.apk
```
## Credits
- [AOSP Keyboard](https://android.googlesource.com/platform/packages/inputmethods/LatinIME/)
- [LineageOS](https://review.lineageos.org/admin/repos/LineageOS/android_packages_inputmethods_LatinIME)
- [Simple Keyboard](https://github.com/rkkr/simple-keyboard)
- [Indic Keyboard](https://gitlab.com/indicproject/indic-keyboard)

0 comments on commit a2feab2

Please sign in to comment.