-
Notifications
You must be signed in to change notification settings - Fork 110
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
Developing now playing template for android auto #175
Comments
Which media player are you planning to use? |
Thanks for the response @DanielKuhn |
have you reviewed google's android auto guidelines? in short you need to expose the mediaSession token used when building exoplayer, and add in appropriate functions while declaring your exoplayer's foreground service as a MediaLibraryService. This is really out of scope for a standalone library that builds generic car templates, but rather the audio library's job; eg. see audio_service from the flutter community as an example. |
Hi, I am developing a react native app using react-native-track-player, i want my app to work on android-auto. I tried using react-native-carplay, byt NowPlayingTemplate is not woking. |
We want to use this library for both ios and android. Now template is working with ios but not supported in android.
We would like to take this library and modify it so that it supports now playing screen in android as well.
But we are not sure how to proceed with it.
Can anyone please guide us on how to develop feature or if there is some work around would be great.
The text was updated successfully, but these errors were encountered: