Hi, First I want to thank for the excellent program
I try to create flow with lock device and have found that I can't use fingerprint after using 'lock device'. The fingerprint is not working, lock screen accept only pin and I can screen on only with power button.
It seems that the action 'lock device' is disable fingerprint. Is it possible to add option to not disable fingerprint ? I try to add 'Set Disabled Keyguard Features ' without selected features but this is not helps
Lock device and fingerprint scanner
Moderator: Martin
Re: Lock device and fingerprint scanner
Hi,
Unfortunately Android provides only one API to lock the device and this function disables the fingerprint scanner for security reasons. Android provides no option to change this behavior for apps like Automagic.
On a rooted device you could use action Execute Root Command: input keyevent POWER to simulate pressing the power button to turn the screen off.
Regards,
Martin
Unfortunately Android provides only one API to lock the device and this function disables the fingerprint scanner for security reasons. Android provides no option to change this behavior for apps like Automagic.
On a rooted device you could use action Execute Root Command: input keyevent POWER to simulate pressing the power button to turn the screen off.
Regards,
Martin
-
- Posts: 3
- Joined: 22 Sep 2017 08:11
Re: Lock device and fingerprint scanner
Thanks for fast answer !
Something like that I expected
Bye bye idea to lock device  instead google assist
Something like that I expected
Bye bye idea to lock device  instead google assist
Re: Lock device and fingerprint scanner
Hello!
I will try this tip from Martin on my Samsung Galaxy S7 edge.
http://automagic4android.com/forum/view ... 127#p18852
Peter
I will try this tip from Martin on my Samsung Galaxy S7 edge.
http://automagic4android.com/forum/view ... 127#p18852
RegardsMartin wrote:I'm not sure how the feature works in Nova but you could achieve something similar by setting the screen off timeout temporarily to a very short duration. The action allows to go down to 15s. Alternatively you could use an action Set System Setting with category System, Name screen_off_timeout and a value like 5000 (five seconds in milliseconds).
Regards,
Martin
Peter
-
- Posts: 3
- Joined: 22 Sep 2017 08:11
Re: Lock device and fingerprint scanner
Thank you guys !
It's good for me
It's good for me