android sms verification without READ_SMS permission

Viewed 3001

I know that with Android O, now we can read SMS verification without requiring READ_SMS permission. It could be done using createAppSpecificSmsToken API.

But I need a complete example to demonstrate whole of SMS verification routine.

1 Answers
Related