Android lock screen (2)

Source: Internet
Author: User

What about this article?Program.

Safscreenreceiver. Java: serves as the entry to the screen lock module. By obtaining the boot and lock screen keys, you can enable the lock screen service based on whether the storage in the safscreenreceiver allows the lock screen.

Package SAF. CMCC. home. lock; import android. content. broadcastreceiver; import android. content. context; import android. content. intent; import android. util. log;/*** this class role is to inform er the system broadcast: open phone * @ author issuser **/public class safscreenreceiver extends broadcastreceiver {Private Static final string tag = "safscreenreceiver"; @ overridepublic void onreceive (context, intent) {string action = intent. getaction (); If (intent. action_boot_completed.equalsignorecase (Action) | intent. action_user_present.equalsignorecase (Action) {log. V (TAG, "Action:" + action); saflockconstants. loadinitparam (context); If (saflockconstants. lock_enable) {intent I = new intent (context, saflockservice. class); context. startservice (I );}}}}

Sorry, no comments. I don't know what to write. Just look at it.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.