Skip to content

Commit

Permalink
屏幕解锁
Browse files Browse the repository at this point in the history
  • Loading branch information
tignioj committed Jun 12, 2020
1 parent d01b7e2 commit 29ec2a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ScreenReceiver extends BroadcastReceiver {

public static void lockNow(Context context) {
Log.d(MyConfig.LOG_TAG_FREEZE_SERVICE, "lock_now");
// DeviceMethod.getInstance(context).lockNow();
DeviceMethod.getInstance(context).lockNow();
}

@Override
Expand Down

0 comments on commit 29ec2a3

Please sign in to comment.