gh-bz / XposedSmsCode

:lollipop: An Xposed Module which can recognize, parse verification code and copy it to clipboard when a new message arrives . / 识别短信验证码的Xposed模块,并将验证码拷贝到剪切板。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XposedSmsCode

An Xposed module which can recognize ,parse SMS code and copy it to clipboard when a new message arrives.It can also auto-input SMS code.

中文版说明

Screenshots

You can download this module on Xposed Repository or Coolapk.

Usage

  1. Root your device and install Xposed Framework.
  2. Install and activite this xposed module and then reboot.
  3. Enjoy it!

Welcome any feedbacks.

Attention

  • This module is suitable for AOSP ROM, it may not work well on other 3rd-party Rom.
  • Compatibility: Requires Android 6.0+ (api level ≥ 23).
  • Support Xposed, EdXposed and TaiChi·Magisk
  • Read the FAQ in app first if you encountered any problems.

Features

  • Copy verification code to clipboard when a new message arrives.
  • Show toast when a SMS verification code is copied.
  • Show notification when code SMS parsed.
  • Mark verification code message as read(experimental).
  • Delete verification SMS when it's extracted successfully(experimental).
  • Block verification SMS if it's extracted successfully(experimental).
  • Custom keywords about verification code message (regular expressions allowed).
  • Support the SMS code match rules customization, importation and exportation.
  • Auto-input SMS code.
  • Various theme color to choose.

Update Logs

Update Logs

Thanks To

License

All code is licensed under GPLv3

About

:lollipop: An Xposed Module which can recognize, parse verification code and copy it to clipboard when a new message arrives . / 识别短信验证码的Xposed模块,并将验证码拷贝到剪切板。

License:GNU General Public License v3.0


Languages

Language:Java 100.0%