feat: add android auto media session control support

This commit is contained in:
Kingkor Roy Tirtho 2023-08-13 22:04:04 +06:00
parent aa4ac8641a
commit 0f5748a24b
2 changed files with 8 additions and 2 deletions

View File

@ -66,6 +66,9 @@
</receiver>
<!-- =================== -->
<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" />

View File

@ -0,0 +1,3 @@
<automotiveApp>
<uses name="media" />
</automotiveApp>