Questions tagged [android-auto]

A system and associated APIs for enabling display of Android apps on vehicle head units.

Android Auto (not to be confused with ) is a secondary interface that is implemented on the already existing Android operating system and extends the Android platform into the car. It basically runs on a smartphone but the display is on the car dashboard, which can be either a hands-free (voice recognition) or touchscreen interface. The car must support Android auto to interact with your user auto-enabled apps. At present Android Auto has around 40 manufacturers to co-operate including Audi, Ford, Mercedes Benz, VW, Volvo etc. Full list of compatible vehicles and Android devices you can find here.

When users connect (via USB or Wireless) their handheld devices running Android 5.0 or higher to a compatible vehicle, the Auto user interface provides a car-optimized Android experience on the vehicle's screen. Users interact with compatible apps and services through voice actions and the vehicle's input controls (like a touchscreen or dashboard buttons).

Android Auto Overview

Android Auto is also available on phone screens, giving users the full Android Auto experience entirely on the phone without needing to connect to a compatible vehicle. With this standalone, handheld version of Android Auto, users can still use voice to handle calls, messages, music, and navigation, using an interface designed for driving.

With Android Auto a driver's mobile will have access to several of the automobile's inputs and sensors with the help of Android Auto such: Compass, Wheel Speed, Sound System, Directional Speakers, Directional Microphones, GPS antennas, Mobile antennas.

More information

311 questions
1
vote
0 answers

Refresh Media in Android Auto MediaBrowserService

I have a MediaBrowserServiceCompat that is hooked up to Android Auto as a music player. Everything is peachy, onCreate, onGetRoot, and onLoadChildren are all called as they should be. The problem is if the underlying music is changed (loading a new…
user2199860
  • 788
  • 4
  • 14
1
vote
1 answer

Android Automotive CarSensorManager for SRS sensors

Does in Android Automotive exists a way to read sensors from OBD2 or SRS. Or in any other android OS for cars. I have searched in CarSensorManager but didn't find anything.
1
vote
1 answer

Android Auto custom notification sound

I have created a messaging app that support Android Auto and is able to push notifications to it. My problem is that I can not override the notification sound for my notifications. I have tried to set sound on Notification Builder and on…
Galeen
  • 169
  • 1
  • 8
1
vote
0 answers

How to build custom apps for Android auto?

How to contact google to get permission to build custom apps and api document as well.
1
vote
0 answers

Use AOA Alongside Android Auto to Transfer Data?

Im using OpenAuto on a Raspberry Pi to be able to play music and do navigation. Works great. However I've also written a Car PC app where one Raspberry Pi hooks into the CAN Bus, collects data and passes through a network cable using UDP Broadcast…
Simon
  • 1,385
  • 1
  • 11
  • 20
1
vote
0 answers

How to run Android Automotive scripts

I am trying to run/test these Python scripts that can be found here: https://android.googlesource.com/platform/packages/services/Car/+/master/tools/emulator But I am not sure how to run them. I have setup an emulator on Android Studio, as well as on…
Ahmed Asif
  • 11
  • 3
1
vote
1 answer

Does Google manually review all app updates for Android Auto?

I am working on an update to make my already published App compatible with Android Auto. As I read in Google design Guidelines this update has to be approved by Google to then be available for distribution.…
6rism0
  • 133
  • 7
1
vote
1 answer

How to display playhead position/progress indicator in an Android Auto media app?

I work on an Android audio app with Android Auto support. Everything works correctly EXCEPT the Android Auto UI does not display a playhead position/progress indicator like I can see in many other audio apps. An example is in the screenshot below:…
Robert Nekic
  • 3,087
  • 3
  • 24
  • 36
1
vote
1 answer

Google Play have Rejected Android Auto App for Full screen correct DHU model

I have published Alpha Testing Application APK build of Android Auto Support App. but Google Play have rejected the app of following reason: Full screen correct DHU model Your app functions on head unit models which are not authorized to display…
Nitin Karande
  • 1,280
  • 14
  • 33
1
vote
1 answer

Intent filter when Android Auto started

Does there exist an intent filter which indicates when Android Auto starts? am building an app that start background thread, and I want connect to a device using Bluetooth to get remote control of head unit from custom hardware.
Omid Mafakher
  • 1,389
  • 1
  • 16
  • 40
1
vote
1 answer

Can I add my Maps application to "Android Auto" just like how Waze and Google Map does?

I am trying to build apps for android Auto. I can use MediaSession API to register music apps to show in Android Auto. Similarly Can I register my maps application to show in Android Auto?
bhkiran
  • 389
  • 1
  • 2
  • 11
1
vote
3 answers

Android Auto and Xamarin compatibility

I'm having a problem to connect my app with Android auto. It is made with Xamarin.Android. I linked the XML into the Android Manifest, but it still doesn't work. The manifest contains:
Federico
  • 11
  • 1
  • 4
1
vote
1 answer

Android Auto - Change theme at runtime

My Android Auto app is a multi radio stations app. So I would like to have a different theme each time I switch radio. So that each radio has its own theme. Do you know if it is possible? Thanks a lot.
Blunderer
  • 934
  • 7
  • 15
1
vote
2 answers

Android Wear, TV, auto multiple APKs release

I have an android app on Google Play, it requires a low API level. I wish to provide versions for TV, auto and wear 2.0. This requires a higher API level. The first question is should I release a different APK for each or two APKs is enough? (One…
1
vote
1 answer

How to add actions to Android Auto action card for audio

I am implementing Android Auto into an existing music application. I would like to add the action button to the main action card for the audio player in auto to open the navigation drawer but I can't seem to figure out how to get there. Any help…