-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Feature Request]: Android Auto Integration #232
Comments
Learning how Android Auto & Cordova works, To 'Add support for Android Auto to your app', 'Declare Android Auto support' The Android Auto host checks whether the app has declared support for Android Auto. To enable this support, include the following entry in your app's manifest:
https://developer.android.com/training/cars/apps/auto#declare-android-auto-support https://stackoverflow.com/questions/40446058/cordova-change-androidmanifest-using-config-xml-file
|
Mark your app as a video app To indicate that your app supports video, add an XML file named automotive_app_desc.xml to the res/xml/ directory in your project. In this file, include the following content:
Then, within the element of your manifest, add the following element referencing the XML file:
The more I learn about the differences in cordova to a typical droid app, the more I question if this is even possible... Related question: https://www.reddit.com/r/androiddev/comments/10jxkwd/cordova_are_there_any_plugins_available_for/ |
This looks like this might go in the Admittedly, this would probably be easier if the project were to switch from Cordova to Capacitor (#101) which is more inline with the DX of a typical android app. |
The development branch has now switched away from Cordova. The android studio project is located in the |
Guidelines
Problem Description
No ability to control this app using Android auto.
Proposed Solution
Android auto integration for play/pause, search, sub, etc.
Alternatives Considered
NA
Issue Labels
ease of use improvement, new feature, support for external software, visual improvement
Additional Information
No response
The text was updated successfully, but these errors were encountered: