diff --git a/docs/getting-started.md b/docs/getting-started.md
index 81e9926f4..917474ec7 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -30,6 +30,12 @@ Add the following permissions to your AndroidManifest.xml. The SDK needs these t
```
+It's recommended that you add the following activity to the manifest too, which can help diagnose integration issues and other problems:
+```
+
+```
+
Flipper is distributed via JCenter. Add dependencies to your `build.gradle` file.
```