浏览代码

Add foreground service phone call for gplay build

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 年之前
父节点
当前提交
69d6d2c043
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/src/gplay/AndroidManifest.xml

+ 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"