Skip to content

Commit

Permalink
restore android auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire1817 committed Mar 17, 2022
1 parent 072bd30 commit f557acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions changelog.d/491.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Restore Android auto
7 changes: 3 additions & 4 deletions vector/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,9 @@
android:name="android.max_aspect"
android:value="9.9" />

<!-- Tchap: Temporary disable android auto (https://github.com/tchapgouv/tchap-android-v2/issues/471) -->
<!-- <meta-data-->
<!-- android:name="com.google.android.gms.car.application"-->
<!-- android:resource="@xml/automotive_app_desc" />-->
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" />

<activity
android:name=".features.MainActivity"
Expand Down

0 comments on commit f557acf

Please sign in to comment.