From cb0b5ab8affad7af3fccb68a13197a7b0e3993b1 Mon Sep 17 00:00:00 2001 From: Nagesh Susarla Date: Thu, 18 Sep 2014 16:40:29 -0700 Subject: Auto Messaging API Sample First draft Create a simple application that lets developers send a few variations of notifications such as 1. A conversation with single message 2. Multiple conversations with either single or multiple messages. The Notifications are extended with the CarExtender class and thus can be seen either on the emulator or GearHead dash 3. Add README.txt 4. Update the sample to use the latest android-auto-sdk.jar 5. refactor code to only expose the features in the sdk (no multiple partipants) Bug: 17582488 Change-Id: Ic5d385361dca5e74c8b5e96dbc11fe11cdb421f7 --- .../app/src/main/res/values-v21/styles.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 AutoMessagingDemo/app/src/main/res/values-v21/styles.xml (limited to 'AutoMessagingDemo/app/src/main/res/values-v21') diff --git a/AutoMessagingDemo/app/src/main/res/values-v21/styles.xml b/AutoMessagingDemo/app/src/main/res/values-v21/styles.xml new file mode 100644 index 0000000..f30c97a --- /dev/null +++ b/AutoMessagingDemo/app/src/main/res/values-v21/styles.xml @@ -0,0 +1,22 @@ + + + + + -- cgit v1.2.3