diff --git a/README.md b/README.md index bc6f102..be3ed7a 100644 --- a/README.md +++ b/README.md @@ -78,13 +78,31 @@ class MyComponent extends Class { #### Android -Add the `ACCESS_FINE_LOCATION` permission to your `AndroidManifest.xml` like so, +Add the following permission, services and receivers to your `AndroidManifest.xml` like so: ```xml + + ... + + + + + + + + + ... + ```