diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index 3cce105fd..0337f9419 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -605,6 +605,10 @@ Next, make sure you have the Internet permission in your `AndroidManifest.xml`: +If you need to access to the `DevSettingsActivity` add to your `AndroidManifest.xml`: + + + This is only really used in dev mode when reloading JavaScript from the development server, so you can strip this in release builds if you need to. ## Add native code