From 1de9f0b1e2959afa8db2a6763435ec30d716c9fe Mon Sep 17 00:00:00 2001 From: Emmanuel Quentin Date: Wed, 16 Jun 2021 12:10:35 -0400 Subject: [PATCH] Remove read call logs permission and add documentation about it --- README.md | 5 +++++ android/src/main/AndroidManifest.xml | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6773fc45..aed53310 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,11 @@ Self Managed calling apps are an advanced topic, and there are many steps involv - Android will deprioritize your high priority FCM notifications if you fail to show an incoming call ui when receiving them. - You can avoid getting flooded with sticky foreground service notifications by not defining a Foreground Service for CallKeep, and instead managing this on your own. +⚠️ To be able to use the self managed mode, you'll have to add the `READ_CALL_LOG` permission in your `android/src/main/AndroidManifest.xml` file: +``` + +``` + ## Methods ### getInitialEvents diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index abcc0e7d..fe2b6cce 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -6,5 +6,4 @@ android:maxSdkVersion="29" /> -