like the title says, I’m trying to figure out which foregroundServiceType
to use for Android Auto, which requires a Service that extends CarAppService
As part of updating my app to support SDK 34, adding foregroundServiceType to every Service defined in AndroidManifest.xml is now required.
But, none of the possible values for foregroundServiceType seem to fit this case. I’ve looked for some examples in github.com but I only found 1 that even used it and it was set to ‘location’ which I don’t think fits.