-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Android Auto support #45
Comments
Related article: https://developer.android.com/training/cars/media/auto. |
Hey @zyrouge I looked into the requirements for this and I got a bit confused on this part: I would assume that we could gather this info from Symphony.kt, but from my understanding there isn't an easy way to share ViewModel data with a service. Am I missing something here? Apologies in advance if this is a dumb question, its been a while since I worked on Android things. |
True, ViewModel cannot be easily shared. It seems like it requires only |
Since Symphony is only available on F-Droid, Android auto support isn't really possible. Basically Android Auto only permits apps installed through Google play unfortunately. Too bad Android Auto isn't open source. |
Oh, I wasn't aware of it. Maybe we'll implement something like car mode where the controls are larger. Nonetheless, this needs to be discussed more. |
Since symphony is now on the Play store are you looking into Android auto? It's the only feature keeping me from using it as my daily. Otherwise love the app. |
Android auto support is available to fdroid apps, but developer mode or third party software must be enabled in the android auto settings. |
Android auto is not working with either the Play store or f droid app, even with dev mode + 3rd party software enabled. |
I'd love to see an Android Auto UI with support for playing, pausing and skipping, as well as resuming where I left off.
Thanks for making this!
The text was updated successfully, but these errors were encountered: