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?
How to read receive sms without permission in Android
Asked Answered
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.
© 2022 - 2024 — McMap. All rights reserved.