Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Update location-based-notifications.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacalegari98 authored Oct 23, 2017
1 parent 07d8421 commit 8ee3387
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/android/location-based-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

Add those permissions in your `AndroidManifest.xml`:
```csharp
<uses-permission
android:name="android.permission.ACCESS_COARSE_LOCATION"
android:maxSdkVersion="22" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" android:maxSdkVersion="22" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
```
When you want to start the radar for **geofences and beacons**, you call this method:
Expand Down

0 comments on commit 8ee3387

Please sign in to comment.