From 9a7017298c32c898cc325eb44283b6dc0e14e0a7 Mon Sep 17 00:00:00 2001 From: John Knox Date: Thu, 12 Jul 2018 09:50:53 -0700 Subject: [PATCH] Add required permissions to android setup guide Reviewed By: danielbuechele Differential Revision: D8821115 fbshipit-source-id: 36949fc9ba5bdbd79d4e3e8349ef7daeebdaa074 --- docs/getting-started.md | 7 +++++++ 1 file changed, 7 insertions(+) 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. ```