fix: disable android auto for playstore version :"(

Playstore doesn't support android auto without any UI
This commit is contained in:
Kingkor Roy Tirtho 2023-08-19 00:34:11 +06:00 committed by meenbeese
parent 07aef033fd
commit 02beac67d3

View File

@ -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>