From 767d493d0d34a09b3e605bf73ec50ead04158c9a Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Fri, 21 Apr 2017 19:39:18 +0200 Subject: 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 --- src/main/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/AndroidManifest.xml') 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" > + + -- cgit v1.2.3