From bfe7cadd15d44b925ec17bb1bfd3c95e9e498dae Mon Sep 17 00:00:00 2001 From: Meir Schwarz Date: Wed, 29 Jun 2016 16:09:55 -0700 Subject: Add preliminary support for Android Auto by changing PlaybackService to extend MediaBrowserServiceCompat. Allows playback from queue and basic control using Android Auto. --- app/src/main/AndroidManifest.xml | 6 ++++++ app/src/main/res/xml/automotive_app_desc.xml | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 app/src/main/res/xml/automotive_app_desc.xml (limited to 'app/src/main') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index aa167d1e3..bccaa5668 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -37,6 +37,8 @@ android:backupAgent=".core.backup.OpmlBackupAgent" android:restoreAnyVersion="true" android:logo="@drawable/ic_launcher"> + @@ -342,6 +344,10 @@ + + diff --git a/app/src/main/res/xml/automotive_app_desc.xml b/app/src/main/res/xml/automotive_app_desc.xml new file mode 100644 index 000000000..0a6a3c9fb --- /dev/null +++ b/app/src/main/res/xml/automotive_app_desc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.2.3