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 GitHub
parent 93f0db0196
commit 0f0d240c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>