switch car app category to POI

This commit is contained in:
Johan von Forstner
2022-06-06 18:40:44 +02:00
parent c8b2c34f47
commit 2f3d4dd90e
4 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ android {
minSdkVersion 21
targetSdkVersion 31
// NOTE: always increase versionCode by 2 since automotive flavor uses versionCode + 1
versionCode 74
versionCode 76
versionName "1.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -39,7 +39,7 @@
<intent-filter>
<action
android:name="androidx.car.app.CarAppService"
android:category="androidx.car.app.category.CHARGING" />
android:category="androidx.car.app.category.POI" />
</intent-filter>
</service>