request READ_SMS permission and fetch the available messages

This commit is contained in:
tibbi 2020-04-03 11:57:30 +02:00
parent 1350ce420a
commit b239227794
4 changed files with 59 additions and 3 deletions

View file

@ -36,5 +36,5 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.24.10'
implementation 'com.simplemobiletools:commons:5.24.11'
}