Description: Android lock screen source, Lock Screen Activity examples. Look at the process: First of all, we want to get the android device management agent, LockScreen inherited from DeviceAdminReceiver current Device Manager is not activated, if activated, go to (the first time you run the program prompts the user to activate) If you have activated , on the implementation of the to immediately lock screen killMyself lock screen immediately kill off our Activity avoid the waste of resources.
To Search:
File list (Check if you may need any files):
LockScreen\.classpath
..........\.project
..........\AndroidManifest.xml
..........\bin\classes\tjuci\edu\dl\LockScreenActivity$Controller.class
..........\...\.......\.....\...\..\LockScreenActivity.class
..........\proguard.cfg
..........\project.properties
..........\res\drawable-hdpi\ic_launcher.png
..........\...\.........ldpi\ic_launcher.png
..........\...\.........mdpi\ic_launcher.png
..........\...\layout\main.xml
..........\...\values\device_admin_sample.xml
..........\...\......\strings.xml
..........\src\tjuci\edu\dl\LockScreenActivity.java
..........\bin\classes\tjuci\edu\dl
..........\...\.......\.....\edu
..........\src\tjuci\edu\dl
..........\bin\classes\tjuci
..........\src\tjuci\edu
..........\bin\classes
..........\...\res
..........\res\drawable-hdpi
..........\...\drawable-ldpi
..........\...\drawable-mdpi
..........\...\layout
..........\...\values
..........\src\tjuci
..........\assets
..........\bin
..........\gen
..........\res
..........\src
LockScreen