9

In some applications i see read receive SMS for get active code!
But for read this message not allowed any permission!
My android version is 28 and i know in 23 or above for read messages we get runtime permission from users!
In this application how to get read message without any permission?

Jake warton
  • 2,163
  • 4
  • 11
  • 20

1 Answers1

10

Your query seems similar to this question, in which case it is the SMS Retriever API.

With the SMS Retriever API, you can perform SMS-based user verification in your Android app automatically, without requiring the user to manually type verification codes, and without requiring any extra app permissions.

shriakhilc
  • 2,922
  • 2
  • 12
  • 17