From 791e46ce519cc8a274f1a67a1bdfe8c81b5f966b Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Fri, 16 Feb 2024 16:01:23 +0100 Subject: [PATCH] remove FOREGROUND_SERVICE_PHONE_CALL FOREGROUND_SERVICE_PHONE_CALL is removed because it is not necessary. Seems it was introduced when moving to Android 14 because NCFirebaseMessagingService originally contained android:foregroundServiceType="phoneCall" But this foregroundServiceType is not allowed/necessary for NCFirebaseMessagingService so it was removed, but it was forgotten to also remove FOREGROUND_SERVICE_PHONE_CALL permission. This commit will remove FOREGROUND_SERVICE_PHONE_CALL permission so release process on gplay won't complain. Signed-off-by: Marcel Hibbe --- app/src/gplay/AndroidManifest.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/gplay/AndroidManifest.xml b/app/src/gplay/AndroidManifest.xml index 4032681e4..7015fc328 100644 --- a/app/src/gplay/AndroidManifest.xml +++ b/app/src/gplay/AndroidManifest.xml @@ -23,8 +23,6 @@ - -