This app simulates Google's app being installed, useful for Android Auto
- clone this repo
- run
./gradlew
- get the Android sdk
- set the SDK env var like this:
export ANDROID_SDK_ROOT=<PATH_TO_SDK>
- run
./gradlew build
apksigner sign --key key.pk8 --cert key.x509.pem app/build/outputs/apk/release/app-release-unsigned.apk