I am writing an app that supports audio playback on Android Auto, by extending MediaBrowserService
, as described in the documentation. My code works perfectly fine in the Android Auto Media simulator, but in an actual car, the playback control buttons are not seen. I am still able to play an audio file by selecting it from the list of files; but I can't pause/play or go to next/previous etc.
Anyone else has seen this problem? Any suggestions?