From 0ae5f16abc2b2d7794ac465a5f6e66364442efe4 Mon Sep 17 00:00:00 2001 From: Tom Fong Date: Fri, 23 Sep 2022 19:15:24 +0800 Subject: [PATCH] chore: remove write contacts permission on android --- android/app/src/main/AndroidManifest.xml | 1 - fastlane/metadata/android/en-US/changelogs/3000000.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 5cf85b7..4de2de3 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -33,6 +33,5 @@ - diff --git a/fastlane/metadata/android/en-US/changelogs/3000000.txt b/fastlane/metadata/android/en-US/changelogs/3000000.txt index 14e033e..1201a7e 100644 --- a/fastlane/metadata/android/en-US/changelogs/3000000.txt +++ b/fastlane/metadata/android/en-US/changelogs/3000000.txt @@ -1,4 +1,4 @@ * Upgraded framework, improved performance and fixed known bugs. * Support quick access tile in the Quick Settings panel. * More customizable UI. -* Removed unnecessary "Read Contacts" permission. \ No newline at end of file +* Removed Read/Write Contacts permission. \ No newline at end of file