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.
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.