fix declaration of car app category in manifest

This commit is contained in:
johan12345
2024-05-24 23:08:13 +02:00
parent 8f7f9e5a09
commit dd5c8659df

View File

@@ -347,9 +347,8 @@
android:exported="true"
android:foregroundServiceType="location">
<intent-filter>
<action
android:name="androidx.car.app.CarAppService"
android:category="androidx.car.app.category.POI" />
<action android:name="androidx.car.app.CarAppService" />
<category android:name="androidx.car.app.category.POI" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />