From 3d20fd59c27ce8c79d9fb5a5fb7274960172bf6c Mon Sep 17 00:00:00 2001 From: olly Date: Tue, 18 Feb 2020 10:18:06 +0000 Subject: [PATCH] Add ACCESS_NETWORK_STATE permission to core module When common was split from core, this permission was moved to common. However both modules need it. PiperOrigin-RevId: 295690886 --- library/core/src/main/AndroidManifest.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library/core/src/main/AndroidManifest.xml b/library/core/src/main/AndroidManifest.xml index b17180f975..1a6971fdcc 100644 --- a/library/core/src/main/AndroidManifest.xml +++ b/library/core/src/main/AndroidManifest.xml @@ -14,4 +14,7 @@ limitations under the License. --> - + + +