From 957d525c1a6e96873298b6db152e0b6f86b854b1 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 21 Nov 2018 16:21:10 +0100 Subject: [PATCH] adding an initial implementation of the ongoing call notification --- app/src/main/AndroidManifest.xml | 5 ++ .../contacts/pro/activities/DialerActivity.kt | 39 +++++++---- .../pro/services/DialerCallService.kt | 68 +++++++++++++++++++ 3 files changed, 99 insertions(+), 13 deletions(-) create mode 100644 app/src/main/kotlin/com/simplemobiletools/contacts/pro/services/DialerCallService.kt diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f5e0e61e..86d2f354 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,6 +17,7 @@ + + +