waydroid / android_vendor_packages_apps_WaydroidSettings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WayDroidSettings

The settings app for WayDroid.

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 WayDroidSettings 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.

About

License:Apache License 2.0


Languages

Language:Kotlin 100.0%