Эх сурвалжийг харах

Add foreground service phone call for gplay build

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 жил өмнө
parent
commit
69d6d2c043

+ 2 - 0
app/src/gplay/AndroidManifest.xml

@@ -23,6 +23,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           xmlns:tools="http://schemas.android.com/tools">
 
+    <uses-permission android:name="android.permission.FOREGROUND_SERVICE_PHONE_CALL" />
+
     <application
         android:name=".application.NextcloudTalkApplication"
         android:allowBackup="true"