diff --git a/docs/getting-started.md b/docs/getting-started.md
index df22dbdb2..849507e8f 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -23,6 +23,13 @@ Once you start Sonar and launch an emulator/simulator or connect a device, you w
### Setup your Android app
+Add the following permissions to your AndroidManifest.xml. The SDK needs these to communicate with the desktop app on localhost via adb. It won't make any external internet requests.
+
+```
+
+
+```
+
Sonar is distributed via JCenter. Add dependencies to your `build.gradle` file.
```