chore: rename package from music-remote to encore.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user