From cd26b96384d8d5571eb4f6e733a1a3edc7323221 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 13 Apr 2020 13:06:30 +0200 Subject: [PATCH] rely on klinkerapps library at sending SMS too, not just MMS --- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 9 ++-- .../smsmessenger/activities/ThreadActivity.kt | 46 ++++++++----------- .../smsmessenger/receivers/SmsSentReceiver.kt | 28 ++--------- 4 files changed, 29 insertions(+), 56 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ce57db55..3087d70c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,7 +36,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.25.11' + implementation 'com.simplemobiletools:commons:5.25.12' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' implementation 'org.greenrobot:eventbus:3.2.0' implementation 'com.klinkerapps:android-smsmms:5.2.6' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e93117e6..341fc2d8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -112,7 +112,7 @@ - + + android:taskAffinity="com.klinker.android.messaging.MMS_SENT" /> - +