Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimaa-Hassan authored May 27, 2018
1 parent d089cba commit 1f109c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,16 @@ new HashMap<String, Object>(){{
}}
```

**Don't forget to add permissions** to AndroidManifest.xml

```xml
<uses-permission android:name="android.permission.ACCESS_GPS" />
<uses-permission android:name="android.permission.ACCESS_ASSISTED_GPS" />
<uses-permission android:name="android.permission.ACCESS_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
```

___

#### <a name="start_updating_location">Start Updating Location</a>
Expand Down

0 comments on commit 1f109c8

Please sign in to comment.