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