aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
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/AndroidManifest.xml
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/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index b248a35e7..c4427fd75 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -35,6 +35,10 @@
android:theme="@style/ConversationsTheme"
tools:replace="android:label, android:allowBackup" >
+ <meta-data
+ android:name="com.google.android.gms.car.application"
+ android:resource="@xml/automotive_app_desc" />
+
<service android:name="de.pixart.messenger.services.XmppConnectionService" />
<receiver android:name="de.pixart.messenger.services.EventReceiver">