sms-translate/app
Ensar Sarajčić d97a6f6a5f Ensure that MMS reception ACK is sent to prevent duplicate MMS
This implements the getMmscInfoForReceptionAck method
in MmsReceiver which is according to android-smsmms
library required for some carriers, since otherwise
MMS would be duplicated. Unfortunately,
accessing MMSC information is more restricted with
each version of Android and this implementation relies
on system database on older versions and uses APN database
included with android-smsmms for newer versions, which will
work only on the default SIM card.
2023-07-12 17:45:24 +02:00
..
src Ensure that MMS reception ACK is sent to prevent duplicate MMS 2023-07-12 17:45:24 +02:00
.gitignore uploading the initial project files 2020-04-03 10:12:58 +02:00
build.gradle Update Simple-Commons ref 2023-07-11 13:44:50 +02:00
proguard-rules.pro ignore blocked numbers below Android 7 2020-04-19 20:39:37 +02:00