From ba15790d2f7acefa6f9fe26f97ca8a7254d955b7 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Tue, 19 Apr 2022 11:46:02 +0900 Subject: [PATCH] Remove CHECK_LICENSE permission Recently realized this permission got added to my project after pulling in this as a dependency, which was surprising since I saw the alert on F-Droid. This seems like a permission that should be added by the app developer if needed, not something intrinsically required/added by this library. --- android/src/main/AndroidManifest.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index d6675def2..f6eeca0b6 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,9 +1,6 @@ - - -