Hello
How to make a flow: when phone is connected to defined wifi, knock code is off?
Thx.
Knock code
Moderator: Martin
Re: Knock code
Hi,
To my knowledge there's no official API in Android to turn knock code on/off.
You can check action Set System Setting, maybe the manufacturer defined a system setting for this that can be toggle with the action.
You could also try to use action Set Keyguard State: On/Off to bypass the lock screen. Due to bugs in Android this action does not work properly on many newer Android devices so it might not be a solution.
Regards,
Martin
To my knowledge there's no official API in Android to turn knock code on/off.
You can check action Set System Setting, maybe the manufacturer defined a system setting for this that can be toggle with the action.
You could also try to use action Set Keyguard State: On/Off to bypass the lock screen. Due to bugs in Android this action does not work properly on many newer Android devices so it might not be a solution.
Regards,
Martin