Skip to content

boringdroid/vendor_packages_apps_BoringdroidSettings

Repository files navigation

BoringdroidSettings

The settings app for Boringdroid.

Spotless

This project uses Spotless to format source code, and you can use the below command to check and format source code before you push changes to the repository for reviewing:

./gradlew spotlessCheck
./gradlew spotlessApply

If you encounter an error when use ./gradlew spotlessApply, you should fix format errors manually, because the Spotless based formatter can't fix all errors.

Test

This project has some instrumentation tests, and you should use the below command to check tests before you push changes to the repository for reviewing:

./gradlew connectedAndroidTest

Release

The BoringdroidSettings is released with apk, and you can use the following commands build apk:

./gradlew build

And copy the app/build/outputs/apk/release/app-release-unsigned.apk as the released apk to the release repository.

Also, we can download latest build APK from GitHub Action's artifacts.

About

The settings app for boringdroid.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages