From a96a61dc776bdf14caeb124d3cb237ee14aed636 Mon Sep 17 00:00:00 2001 From: Distopico Vegan Date: Tue, 30 Oct 2018 19:07:43 -0500 Subject: [PATCH] remove 'BILLING' unnecessary permission --- FAQ.md | 1 - app/src/main/AndroidManifest.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 490dd3df..7ea409d7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,7 +11,6 @@ At the bottom you can find how to ask other questions, request features and repo * have full network access (INTERNET): to send and receive email * view network connections (ACCESS_NETWORK_STATE): to monitor internet connectivity changes * run at startup (RECEIVE_BOOT_COMPLETED): to start monitoring on device start -* in-app billing (BILLING): to allow in-app purchases * foreground service (FOREGROUND_SERVICE): to run a foreground service on Android 9 Pie and later, see also the next question * prevent device from sleeping (WAKE_LOCK): to keep the device awake while synchronizing messages * Optional: read your contacts (READ_CONTACTS): to autocomplete addresses and to show photos diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d3c845ee..9755890d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -9,7 +9,6 @@ -