# Creating a Bluetooth device in an Android app 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