Tianma
Tianma
XposedSmsCode
:lollipop: An Xposed Module which can recognize, parse verification code and copy it to clipboard when a new message arrives . / 识别短信验证码的Xposed模块,并将验证码拷贝到剪切板。
XMiTools
An Xposed module for MIUI 10/11/12/12.5 SystemUI. / MIUI 10/11/12/12.5 系统界面模块
NetDetector
:tangerine: A simple library that can detect network state changes on Android device. / 通过使用BroadcastReceiver来检测Android设备网络变化的库
SmsCode
:candy: SmsCode is the non-xposed version of XposedSmsCode。/ 识别短信验证码的App,是 XposedSmsCode 的普通(非Xposed)版本。
SunriseSunsetView
:sunny: An Android view to show sunrise and sunset dynamically which is common seen in Weather App. / 天气App中常见的 Android 自定义控件,可以用来动态展示日出和日落。
CustomSystemService
A sample for registering custom system service on Android with Xposed Framework. / Xposed注册自定义系统服务示例