ShareToInputStick
ShareToInputStick copied to clipboard
Share directly to an InputStick from Android's Share menu
Share To InputStick (Android)
Adds an entry to Android's Share menu to directly share text to an InputStick.
Building
Building can either be done through Android Studio (not reproducible!) or the build.sh script in this repository (reproducibly with OpenJDK 11, same way F-Droid builds it). This script can also sign the build.
First, ensure your git submodule is up-to-date:
git submodule --init
Build without signing:
./build.sh
Build with signing:
KEYSTORE=/path/to/keystore KEYSTORE_ALIAS=key0 ./build.sh
License
MIT