From b133830a48087e0d9872ca7f7f5486d5def1f058 Mon Sep 17 00:00:00 2001 From: Anh Tuan Nguyen Date: Thu, 27 Jul 2017 11:47:50 -0700 Subject: [PATCH] Update README.md for samples-api. Bug: 62946568 Change-Id: I31de116aa17bbd29c673d52043912cd8625678e6 --- .google/packaging.yaml | 7 +++++++ README.md | 13 ++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 .google/packaging.yaml diff --git a/.google/packaging.yaml b/.google/packaging.yaml new file mode 100644 index 0000000..3d31baf --- /dev/null +++ b/.google/packaging.yaml @@ -0,0 +1,7 @@ +status: PUBLISHED +technologies: [Android, IoT] +categories: [Android Things] +languages: [Java] +solutions: [IoT] +github: androidthings/sample-bluetooth-audio +license: apache2 diff --git a/README.md b/README.md index 737eca3..16a8b57 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -Android Things Bluetooth Audio sample -===================================== +# Android Things Bluetooth Audio sample This sample demonstrates the use of Android Bluetooth APIs for audio from an Android Things app. It demonstrates how to enable an A2DP sink on your @@ -7,8 +6,7 @@ Android Things device and control lifecycle events, such as pairing, connection and playback so that other devices, like a phone, can connect and play audio in your Android Things device. -Pre-requisites --------------- +## Pre-requisites - Android Things compatible board - Android Studio 2.2+ @@ -19,9 +17,7 @@ Pre-requisites more on this, look at the main activity, where the supported commands are described. - -Build and install -================= +## Build and install On Android Studio, click on the "Run" button. @@ -37,8 +33,7 @@ sample) but you can't hear your media playing through the audio jack, check if you have an HDMI display connected. If so, the audio will be routed to the HDMI output. -License -------- +## License Copyright 2017 The Android Open Source Project, Inc.