Meshtastic-Android icon indicating copy to clipboard operation
Meshtastic-Android copied to clipboard

[Feature request]: Compatibility with Android Auto

Open mgoljak opened this issue 1 year ago • 2 comments

Hello Meshtastic Team,

The main idea is to allow the Meshtastic Android app to be used directly from the Android Auto interface. This would provide users the ability to access the app's features directly from their car's infotainment system, making it more convenient and safer to use while driving.

Thank you for your time and consideration.

Best regards, Mario

mgoljak avatar Apr 15 '24 11:04 mgoljak

This will require some code changes to meet the strict guidelines put into place by Google for Android Auto (app with a paired phone) and Android Automotive (Android running on a head unit itself).

https://developer.android.com/docs/quality-guidelines/car-app-quality https://developer.android.com/training/cars/distribute

This will push the minimum Android level requirements up to Android 9.

Some additional notes based on my knowledge of Android Auto:

  • Message replies using a full keyboard MUST only be possible when parked. (This is possible, but needs code.)
  • Google must approve all app updates with a further in-depth review process than standard Play Store apps.
  • Buttons that do canned responses should be okay to use without parking. (Someone more versed in AA please verify this).
  • Freeform responses must have the ability to use Speech to Text using Google Assistant.

https://developers.google.com/cars/design/android-auto/apps/images/conversationalflow.png

This will take a bit of work.

infered5 avatar Oct 13 '24 22:10 infered5

This would be very helpful. I had the exact same question.

Jos1990 avatar Oct 16 '24 16:10 Jos1990