diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2017-04-11 07:43:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-11 07:43:19 +0200 |
commit | 7da9e8876be9ef8dfd1a54c170d62d5dd8de16f1 (patch) | |
tree | 1f4a2129c7629af17da8276e913c4a7f5388dd9b /app/src/main/res | |
parent | e42a76219df0ef0af5f9b92384eaf03f9ffbb22c (diff) | |
parent | 6e8baf839a15b51cda75da96621dc7fbf1d00d25 (diff) | |
download | AntennaPod-7da9e8876be9ef8dfd1a54c170d62d5dd8de16f1.zip |
Merge pull request #2258 from MeirSD/develop
Enable support for Android Auto with support for OnPlayFromSearch
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/automotive_app_desc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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..8f0a7c59c --- /dev/null +++ b/app/src/main/res/xml/automotive_app_desc.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<automotiveApp xmlns:android="http://schemas.android.com/apk/res/android"> + <uses name="media"/> +</automotiveApp>
\ No newline at end of file |