aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-04-21 19:39:18 +0200
committerChristian Schneppe <christian@pix-art.de>2017-04-21 19:39:18 +0200
commit767d493d0d34a09b3e605bf73ec50ead04158c9a (patch)
tree27c66f175cf3c5f3be4d102ae10bdf4504f421fe /src/main/res
parentd237ade908db44051628f40f92d31f48175fb331 (diff)
Add Android Auto support to notifications
This patch adds required additions in order to show notifications in Android Auto. Messages are read aloud and voice reply is offered. The functionaliy has been tested with the Android Auto standalone app as well as with the DHU simulator as describes here: https://developer.android.com/training/auto/testing/index.html
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/xml/automotive_app_desc.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/xml/automotive_app_desc.xml b/src/main/res/xml/automotive_app_desc.xml
new file mode 100644
index 000000000..ef8093892
--- /dev/null
+++ b/src/main/res/xml/automotive_app_desc.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<automotiveApp>
+ <uses name="notification" />
+</automotiveApp> \ No newline at end of file