358 questions
0
votes
1
answer
99
views
How to change distance metric for Google Navigation SDK voice guidance on Android Auto?
I'm using Google Navigation SDK for Android Auto and I can't find a way of changing the metric for the voice guidance.
Changing the locale on my smartphone settings, from a country that uses Miles to ...
1
vote
0
answers
110
views
Android Auto in Flutter
The Flutter Android Auto app does not show on DHU.
Environment
Flutter: stable channel
Android Auto: Desktop Head Unit (DHU)
Target SDK: 34
minSdk: 21
AndroidX Car App Library: 1.7.0
Device: Emulator /...
Best practices
0
votes
0
replies
52
views
How to fix FGS Security Exception crash in Foreground service (including Android Auto CarAppService)
I am facing a FGS Security Exception for few services in my Android app. Although I am not able reproduce it but the crash get logged for some users on crashlytics.
My Foreground service is of type ...
1
vote
0
answers
66
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
104
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
96
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
83
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
55
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
121
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
61
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
120
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
193
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
22
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
58
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
134
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. ...