Skip to content

Commit

Permalink
fix: disable android auto for playstore version :"(
Browse files Browse the repository at this point in the history
Playstore doesn't support android auto without any UI
  • Loading branch information
KRTirtho authored Aug 18, 2023
1 parent 93f0db0 commit 0f0d240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
</receiver>
<!-- =================== -->

<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" /> -->

<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data android:name="flutterEmbedding" android:value="2" />
</application>
</manifest>
</manifest>

0 comments on commit 0f0d240

Please sign in to comment.