fraggjkee / sms-confirmation-view

A custom Android's View implementing all the necessary UI for a typical "enter SMS / PIN code" flow.
Apache License 2.0
79 stars 27 forks source link

Add option to disable permission dialog #5

Closed amir14a closed 2 years ago

amir14a commented 2 years ago

Hi. Some apps don't show permission dialog, but automatically read sms and enter the code, even in Android 10, Android 11. Can we use this method with your library? how?

fraggjkee commented 2 years ago

Hi,

No, the permission-less version cannot be implemented without server-side support, it’s a two-step process that cannot be done purely from the client side.

https://developers.google.com/identity/sms-retriever/overview

On Sat, 25 Sep 2021 at 09:42, Amir Abbas Jannatian @.***> wrote:

Hi. Some apps don't show permission dialog, but automatically read sms and enter the code, even in Android 10, Android 11. Can we use this method with your library? how?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fraggjkee/sms-confirmation-view/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJKO5NNXW3PZDPQ3UBMXPDUDVVMFANCNFSM5EXIT4GA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

amir14a commented 2 years ago

Oh, Ok thank you