Skip to content

Commit

Permalink
wip - added android auto support
Browse files Browse the repository at this point in the history
  • Loading branch information
gmstyle committed Nov 17, 2024
1 parent 6fb3609 commit ee8440d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,9 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths"/>
</provider>
<!--Android Auto support-->
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" />
</application>
</manifest>
3 changes: 3 additions & 0 deletions android/app/src/main/res/xml/automotive_app_desc.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<automotiveApp>
<uses name="media" />
</automotiveApp>

0 comments on commit ee8440d

Please sign in to comment.