mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-03 23:30:17 +01:00
Fix type
This commit is contained in:
parent
22884fc538
commit
fb1557c386
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue