diff --git a/android/sample/AndroidManifest.xml b/android/sample/AndroidManifest.xml
index b23319b47..b23fd5e0c 100644
--- a/android/sample/AndroidManifest.xml
+++ b/android/sample/AndroidManifest.xml
@@ -9,9 +9,7 @@
-
-
+
+
+
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 95988ebd6..ed0ae5788 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -22,14 +22,7 @@ Once you start Flipper and launch an emulator/simulator or connect a device, you
## 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.
-
-```xml
-
-
-```
-
-It's recommended that you add the following activity to the manifest too, which can help diagnose integration issues and other problems:
+It's recommended that you add the following activity to the manifest, which can help diagnose integration issues and other problems:
```xml