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?
Asked
Active
Viewed 6,249 times
9

Jake warton
- 2,163
- 4
- 11
- 20
1 Answers
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