Fix: remove orphaned old class body from KryzAutoMediaBrowserService #5

Merged
kfj001 merged 2 commits from agents/android-auto-apple-carplay-support into main 2026-05-15 23:17:10 -07:00
Owner
No description provided.
kfj001 added 2 commits 2026-05-15 23:15:29 -07:00
The previous rewrite left the entire old class body (companion object,
mediaSessionCallback, lifecycle overrides, launchMainActivity helpers)
dangling outside the new class closing brace — a Kotlin syntax error.
Gradle was using the last successfully compiled APK, so Android Auto
received a broken service and showed 'doesn't seem to be working'.

Remove lines 362-581 (old code), leaving only the new clean class.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
kfj001 merged commit 533a3d74f3 into main 2026-05-15 23:17:10 -07:00
kfj001 deleted branch agents/android-auto-apple-carplay-support 2026-05-15 23:17:10 -07:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kfj001/kryz-go-flutter#5