SmsCodeHelper icon indicating copy to clipboard operation
SmsCodeHelper copied to clipboard

A simple app copy verification code from SMS automatically.

Results 2 SmsCodeHelper issues
Sort by recently updated
recently updated
newest added

[Mokee Captchas lib](https://github.com/gitaiQAQ/SMSCodeHelper/blob/master/app/libs/libMokeeCloud.jar) [SMSCode.java](https://github.com/gitaiQAQ/SMSCodeHelper/blob/master/app/src/main/java/rikka/smscodehelper/utils/SMSCode.java#L31-L38) ``` java private static SMSInfo findByMokee(String messageBody, String originatingAddress){ String provider = CaptchasUtils.getCaptchaProvider(messageBody, originatingAddress); if (!CaptchasUtils.isChineseContains(messageBody) && CaptchasUtils.isCaptchasEnMessage(messageBody)){ return new SMSInfo(provider, CaptchasUtils.tryToGetEnCaptchas(messageBody)); }else if(CaptchasUtils.isCaptchasMessage(messageBody)){ return new...

Since this is a free software app, please add it to [F-Droid](https://f-droid.org) so that people who choose not to install the proprietary Play Store can still install this helpful app....