Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read receive sms without permission in Android

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?

like image 753
Jake warton Avatar asked Feb 04 '23 19:02

Jake warton


1 Answers

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.

like image 143
shriakhilc Avatar answered Feb 06 '23 15:02

shriakhilc