From 9dc188e6ec3cc716e131c90b750fa88197c230bf Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Mon, 17 Jul 2023 18:43:15 +1200 Subject: [PATCH] Remove duplicated permission in AndroidManifest Also add something to remove the "advertising ID" or whatever the hell that means. (Thanks google?) --- android/app/src/main/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7af59c2..93509d4 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -4,7 +4,6 @@ - @@ -15,6 +14,9 @@ android:name="android.permission.ACCESS_NETWORK_STATE" tools:node="remove" /> + +