chore: rename package from music-remote to encore.

This commit is contained in:
2026-07-30 00:47:30 -04:00
parent 7d4dd0ff00
commit d8977deaf3
48 changed files with 347 additions and 164 deletions
+2 -2
View File
@@ -50,14 +50,14 @@ From the repo root, inside `nix develop`:
```sh
./gradlew assembleDebug
adb install -r app/build/outputs/apk/debug/app-debug.apk
adb shell am start -n ca.ksamad.musicremote/.MainActivity # optional auto-launch
adb shell am start -n ca.ksamad.encore/.MainActivity # optional auto-launch
```
`-r` reinstalls over the existing app **keeping its data** (so persisted
connection settings survive). To simulate a clean first run:
```sh
adb shell pm clear ca.ksamad.musicremote
adb shell pm clear ca.ksamad.encore
```
## Screenshots