Android Question SMS Receiving does not work on android 9 and 10

Cassie

Member
Licensed User
Longtime User
Hi Guys,

Does anyone work for SMS receiving on android version 9 and 10. Currently i have an old application that is working on android version 6 but if installed in version 9 and 10 of android it cannot intercept the SMS message anyone. Is there any solutions for this.

Thanks in advance.
 

DonManfred

Expert
Licensed User
Longtime User
Changes in Android...

Only the device default SMS app has access to the SMS provider.

Make your app the default SMS app and you can continue access them.
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
Starting from Android 9+, messages can no longer be read.

You can use this particular library to read "some" messages specifically formatted for this purpose and with an authentication code

Except that you make your App the specific one to manage sms to replace the native one
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
don't count on making your app the default sms app...
 
Upvote 0
Top