├── AndroidSourceCode_5.1 ├── DevicePolicyManager.java ├── LockPatternUtils.java ├── LockSettingsService.java └── LockSettingsStorage.java ├── README.md └── src ├── .classpath ├── .project ├── .settings └── org.eclipse.jdt.core.prefs ├── bin └── cn │ └── wjdiankong │ └── demo │ ├── LockPatternView$Cell.class │ ├── LockPatternView.class │ └── Main.class ├── file ├── WLANPLUS.RSA ├── demo.mp4 ├── libmzd1.so ├── libmzd2.so ├── public_key.der ├── public_key.pem ├── temp.txt └── tmp.txt ├── libs ├── javabase64-1.3.1.jar └── jboss-marshalling-1.3.0.CR9.jar └── src └── cn └── wjdiankong └── demo ├── LockPatternView.java └── Main.java /AndroidSourceCode_5.1/DevicePolicyManager.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/AndroidSourceCode_5.1/DevicePolicyManager.java -------------------------------------------------------------------------------- /AndroidSourceCode_5.1/LockPatternUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/AndroidSourceCode_5.1/LockPatternUtils.java -------------------------------------------------------------------------------- /AndroidSourceCode_5.1/LockSettingsService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/AndroidSourceCode_5.1/LockSettingsService.java -------------------------------------------------------------------------------- /AndroidSourceCode_5.1/LockSettingsStorage.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/AndroidSourceCode_5.1/LockSettingsStorage.java -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/README.md -------------------------------------------------------------------------------- /src/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/.classpath -------------------------------------------------------------------------------- /src/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/.project -------------------------------------------------------------------------------- /src/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/.settings/org.eclipse.jdt.core.prefs -------------------------------------------------------------------------------- /src/bin/cn/wjdiankong/demo/LockPatternView$Cell.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/bin/cn/wjdiankong/demo/LockPatternView$Cell.class -------------------------------------------------------------------------------- /src/bin/cn/wjdiankong/demo/LockPatternView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/bin/cn/wjdiankong/demo/LockPatternView.class -------------------------------------------------------------------------------- /src/bin/cn/wjdiankong/demo/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/bin/cn/wjdiankong/demo/Main.class -------------------------------------------------------------------------------- /src/file/WLANPLUS.RSA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/file/WLANPLUS.RSA -------------------------------------------------------------------------------- /src/file/demo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/file/demo.mp4 -------------------------------------------------------------------------------- /src/file/libmzd1.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/file/libmzd1.so -------------------------------------------------------------------------------- /src/file/libmzd2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/file/libmzd2.so -------------------------------------------------------------------------------- /src/file/public_key.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/file/public_key.der -------------------------------------------------------------------------------- /src/file/public_key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/file/public_key.pem -------------------------------------------------------------------------------- /src/file/temp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/file/temp.txt -------------------------------------------------------------------------------- /src/file/tmp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/file/tmp.txt -------------------------------------------------------------------------------- /src/libs/javabase64-1.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/libs/javabase64-1.3.1.jar -------------------------------------------------------------------------------- /src/libs/jboss-marshalling-1.3.0.CR9.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/libs/jboss-marshalling-1.3.0.CR9.jar -------------------------------------------------------------------------------- /src/src/cn/wjdiankong/demo/LockPatternView.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/src/cn/wjdiankong/demo/LockPatternView.java -------------------------------------------------------------------------------- /src/src/cn/wjdiankong/demo/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fourbrother/AndroidScreenOffPwd/HEAD/src/src/cn/wjdiankong/demo/Main.java --------------------------------------------------------------------------------