This commit is contained in:
Morten Nielsen 2020-01-23 17:07:07 -08:00 committed by GitHub
parent 22884fc538
commit fb1557c386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ First ensure you have the necessary permissions in the AndroidManifest.xml file:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.BLUETOOTH" />
```xml
```
Next see MainActivity.cs in the Android sample as a reference: