I need to read recieved OTP in two different screens. So, I have binded OtpReader.bind(this, "BP-BLOSSM") method in two different activities. Now otpReceived method calling in one Activity and and not calling in another activity when I receive OTP message.
I need to read recieved OTP in two different screens. So, I have binded OtpReader.bind(this, "BP-BLOSSM") method in two different activities. Now otpReceived method calling in one Activity and and not calling in another activity when I receive OTP message.