I have submited a new version of my app, that includes Android auto version, and It was rejected.
<application>
...
.
// android auto
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc"/>
<meta-data
android:name="androidx.car.app.minCarApiLevel"
android:value="1"/>
<service
android:name=".programameudisservice"
android:exported="true">
<intent-filter>
<action android:name="androidx.car.app.CarAppService" />
<category android:name="androidx.car.app.category.POI"/>
</intent-filter>
</service>
// android auto
..
</application>
I'm using POI category in my android manifest, as is mentioned in docs: https://developer.android.com/training/cars/apps#supported-app-categories https://developer.android.com/training/cars/apps
Anyone knows if is it really suppported by Google play?
I open a appeal, but not answer yet (I think I will not have this answer never)
Thanks in advance