Amit Khatri
Amit Khatri

Reputation: 41

Auto Read SMS/OTP using (codenameone)

I would like to auto read the OTP send via SMS in my application, so that user does not need to do it manually.

Is there an API available for it.

Upvotes: 1

Views: 87

Answers (1)

Shai Almog
Shai Almog

Reputation: 52770

No.

Incoming SMS is a special case in Android and nowhere else. You can use native interfaces to grab such messages.

Upvotes: 0

Related Questions