How to read receive sms without permission in Android
Asked Answered
T

1

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?

Tenstrike answered 9/2, 2019 at 8:54 Comment(0)
U
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.

Uniparous answered 9/2, 2019 at 9:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.