From f538f638fab130c5c74bba06510b21b2595e92d6 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Sun, 19 Jan 2020 19:02:19 -0800 Subject: [PATCH] Update android doc --- docs/concepts/BluetoothAndroid.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/concepts/BluetoothAndroid.md b/docs/concepts/BluetoothAndroid.md index f7317d4..a00a0e1 100644 --- a/docs/concepts/BluetoothAndroid.md +++ b/docs/concepts/BluetoothAndroid.md @@ -1,3 +1,14 @@ # Creating a Bluetooth device in an Android app -TODO... +First ensure you have the necessary permissions in the AndroidManifest.xml file: + +```xml + + + +```xml + +Next see MainActivity.cs in the Android sample as a reference: + +https://github.com/dotMorten/NmeaParser/blob/master/src/SampleApp.Droid/MainActivity.cs +