0

I've been trying to build my web browser for android auto with android studio for a few days. But I can't see the webview widget inside a service. I've searched the net but can't find much. Some advice?

1 Answers1

1

You can't do that. Android Auto is limited to Google Templates. You need to use latest car library. Basically to do anything for Android Auto today - you need to match these guidelines: https://developer.android.com/training/cars/Android%20for%20Cars%20App%20Library%20design%20guidelines.pdf

This is official doc (there's list of available templates). There's no category you could even put your app there (even as a hack).

adek
  • 3,045
  • 2
  • 27
  • 41