From 092dd2084e3fc74ba184d244a05e8ba8d447a55b Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Tue, 21 Mar 2023 20:05:36 -0700 Subject: [PATCH] Update TRUSTED_TESTERS.md Document location of AndroidManifest.xml --- TRUSTED_TESTERS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TRUSTED_TESTERS.md b/TRUSTED_TESTERS.md index 146de476..754b3886 100644 --- a/TRUSTED_TESTERS.md +++ b/TRUSTED_TESTERS.md @@ -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