Skip to content

Commit

Permalink
suppress lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameri11 committed Aug 19, 2024
1 parent a0c0736 commit b33e662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
android:name="androidx.car.app.minCarApiLevel"
android:value="1" />
<service android:name=".car.MapService"
android:exported="true">
android:exported="true"
tools:ignore="ExportedService">
<intent-filter>
<action android:name="androidx.car.app.CarAppService" />
<category android:name="androidx.car.app.category.POI" />
Expand Down

0 comments on commit b33e662

Please sign in to comment.