如何在 Android 中阅读未经许可接收短信

How to read receive sms without permission in Android

在某些应用程序中,我看到阅读接收短信以获得活动代码!
但是阅读此消息不允许任何权限!
我的 android 版本是 28 并且我知道在 23 或更高版本的阅读消息中我们获得 运行时权限 来自用户!
在此应用程序中,如何在未经任何许可的情况下获取已读消息

您的查询似乎类似于 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.