summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2017-04-11 07:43:19 +0200
committerGitHub <noreply@github.com>2017-04-11 07:43:19 +0200
commit7da9e8876be9ef8dfd1a54c170d62d5dd8de16f1 (patch)
tree1f4a2129c7629af17da8276e913c4a7f5388dd9b /app/src/main/res
parente42a76219df0ef0af5f9b92384eaf03f9ffbb22c (diff)
parent6e8baf839a15b51cda75da96621dc7fbf1d00d25 (diff)
downloadAntennaPod-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.xml4
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