talk-android/app
Marcel Hibbe e3c0d500d8
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 <dev@mhibbe.de>
2024-02-16 16:01:23 +01:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase add diagnose screen and permission warnings in settings 2024-01-12 09:54:28 +01:00
src remove FOREGROUND_SERVICE_PHONE_CALL 2024-02-16 16:01:23 +01:00
build.gradle fix(deps): update dependency com.github.nextcloud.android-common:ui to v0.15.0 2024-02-15 14:25:27 +00:00
lint.xml fix patch regex for ca lang 2024-01-30 14:26:08 +01:00
proguard-rules.pro