358 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
44
views
Android Auto NavigationTemplate: routing card in top-left corner not showing
I’m implementing an Android Auto navigation app using the Android for Cars App Library in Kotlin.
The app runs on Android Auto and shows the NavigationTemplate with the map, but the routing / maneuver ...
0
votes
0
answers
69
views
How to activate night mode automatically on Android Auto for a map using Google Navigation SDK?
I followed this documentation to show a Google map in my Android Auto app: https://developers.google.com/maps/documentation/navigation/android-sdk/android-auto#draw_the_map_and_navigation_ui
...
Advice
1
vote
0
replies
79
views
AndroidAuto Flutter Integration
I have a Flutter radio app that plays some radio station using just_audio: ^0.10.5 & audio_service: ^0.18.18 packages. How can I implement the AndroidAuto functionality. I already did for CarPlay ...
1
vote
1
answer
45
views
Android Auto MediaSession Queue Button Customization - Is it possible to modify appearance or behavior?
I'm working on an Android music streaming app with Android Auto integration. After extensive research through our codebase and Android documentation, I need to confirm whether the queue button in ...
-1
votes
1
answer
44
views
Will i be able to create an android auto application that support (IOT) and Navigation
Since i am new to Android Auto, i wanted to know if i can develop an android Auto application registered for both IOT and as Navigation category, or do i need to create individual application for each ...
1
vote
0
answers
103
views
Android Auto app not appearing in DHU despite correct manifest and automotive_app_desc setup
I’m building an Android Auto app to report potholes. The app needs to:
Access location (ACCESS_FINE_LOCATION / ACCESS_COARSE_LOCATION)
Record audio (RECORD_AUDIO) for voice commands
Integrate with ...
0
votes
0
answers
51
views
In Android Automotive emulator how to launch the app on tap event of a notification?
On tap of a notification it does not go into the app on an Android Automotive emulator. But the same works on an Android Automotive device. Is there a way to make this work on the emulator?
I am able ...
0
votes
0
answers
80
views
Android Auto Validation "Package Denied" - details
I am currently trying to develop my first Android Auto App.
It is an app in the category "navigation".
As far as I know, the requirements for a navigation app are very strict. For example, such an app ...
0
votes
1
answer
144
views
No Android Auto application visibility on real car device after app uploaded on internal testing (Play Store)
I have an issue on Android Auto application visibility on real car device.This is Navigation app.
We have uploaded our Android Auto app to the Play Store for internal testing, and it has been approved ...
0
votes
0
answers
18
views
Android Auto still navigating items even though they arent marked as BROWSABLE
I have checked and verified all the items returned in my app have browsable = false, both for actually browsable MediaItems and the playable Items.
However android auto still displays them and ...
0
votes
0
answers
51
views
Sound from my app doesn't sound in Car Speakers
I’m developing an Android app that isn’t registered as an Android Auto media app, but I need to route several types of audio—such as notification sounds, Text-to-Speech prompts to the car’s speakers ...
1
vote
2
answers
123
views
Android Auto Simulator (DHU) Not Receiving Notifications from My App
I am trying to experiment with android auto and have developed a small app that generates a notification on button click. I receive the notification on my phone but not on the android auto simulator. ...
0
votes
0
answers
67
views
Media3 android auto closes now playing screen when stream changes
I support different types of streams in the app. When a transition between streams happens while on the Now Playing screen, Android Auto closes the screen.
I migrated the app from legacy ExoPlayer to ...
0
votes
0
answers
89
views
Unexplained text on Android Auto screen
I'm working on a MP3 player for Android Auto and I noticed some debugging(?) text on the AA screen in the Windows Headunit. See the example in the screen shot below - "Step: 1, Template: ...
1
vote
1
answer
64
views
How to show search results in Android Car using UI keybord: sendResult() called when either sendResult() or sendError() had already been called for
I have an android media browser service app and want to make it ready for Android Car.
I want to implement keyboard search. For that I implement onSearch() method.
ExecuteSearch(query) does the search ...