Update TRUSTED_TESTERS.md

Document location of AndroidManifest.xml
This commit is contained in:
Eric Seidel
2023-03-21 20:05:36 -07:00
committed by GitHub
parent f36ccf017d
commit 092dd2084e
+3 -2
View File
@@ -204,8 +204,9 @@ thing is to simply push a new patch that reverts the changes you want to undo.
## Permissions needed for Shorebird
Shorebird code push requires the Network permission to be added to your
`AndroidManifest.xml` file. This is required for the app to be able to
communicate with the Shorebird servers.
`AndroidManifest.xml` file. (Which in Flutter is located in
`android/app/src/main/AndroidManifest.xml`.) This is required for the
app to be able to communicate with the Shorebird servers to pull new patches.
```xml
<manifest ...>