A third part screen lock app for Android 4.0+.
ScreenLock is hosted in the following web site
https://github.com/xingzichen/ScreenLock
If you think the Android project ScreenLock listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ScreenLock.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 15 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.DISABLE_KEYGUARD android.permission.READ_PHONE_STATE android.permission.RECEIVE_BOOT_COMPLETED android.permission.VIBRATE android.permission.WAKE_LOCK |
There are 19 image files in ScreenLock. The names of the image files are listed as follows.
btn_circle_disable.png btn_circle_disable_focused.png btn_circle_normal.png btn_circle_pressed.png btn_circle_selected.png btn_code_lock_default.png btn_code_lock_default_holo.png btn_code_lock_touched.png btn_code_lock_touched_holo.png ic_action_search.png indicator_code_lock_drag_direction_green_up_holo.png indicator_code_lock_drag_direction_red_up.png indicator_code_lock_drag_direction_red_up_holo.png indicator_code_lock_point_area_default.png indicator_code_lock_point_area_default_holo.png indicator_code_lock_point_area_green.png indicator_code_lock_point_area_green_holo.png indicator_code_lock_point_area_red.png indicator_code_lock_point_area_red_holo.png
The following screenshort is generated from the image listed above.
ScreenLock has the following Java source files.
com.makerx.galalock.activity.ScreenLockActivity.java com.makerx.galalock.activity.SetActivity.java com.makerx.galalock.activity.util.LockPatternUtils.java com.makerx.galalock.activity.util.SharePreferenceUtil.java com.makerx.galalock.activity.view.DigitalClock.java com.makerx.galalock.activity.view.LockPatternView.java com.makerx.galalock.app.GalaLockApplication.java com.makerx.galalock.bean.HomeAppInfo.java com.makerx.galalock.receiver.LockScreenReceiver.java com.makerx.galalock.service.ScreenLockService.java