0

I am working on an app in which i am using SMS API for getting the 6 digits verification code.Everything is working good , but now my condition is i want to copy the only 6 digits (ex. your otp is : 676860).

I have serached many solutions on google ,i used ClipboardManager , but that is only useful for copying and pasting the data within the app only.

I checked following link also , but i didn't get the satisfactory answer.

link

Can anyone suggest me or help me ,what should i use for copying and pasting 6 digit code from phone SMS to any app .

Answer will be appreciable.

Thanks in advance.

Community
  • 1
  • 1
User11
  • 453
  • 5
  • 21

1 Answers1

0

There are many tutorial that helps beginner. just go through those tutorial. those are well explained. like this Simplified coding and AndroidHive.

you need to purchase sms gateway. if you are doing for study purposes then search free/cheaper gateways like

  • thanks for your reply but we are using sms gateway api for that , everthing is working my otp is also coming but now i want to copy the particular digit – User11 Jun 07 '16 at 06:28
  • give field for OTP, user will enter their OTP why you want to copy from msg directly? – Jignesh Chudasama Jun 07 '16 at 06:43
  • 1
    this all things has been done already, but now if suppose any user want to copy the code expect writing it so it can be done – User11 Jun 07 '16 at 06:46