feature request: add security logon to execution of a shortcut
Enable security (like Android’s Biometric API) on execution of a shortcut. Function to be set on shortcut level so it can be activated per shortcut. If not possible per shortcut, make it general on executionof the tool.
Some examples of implementation: https://www.androidauthority.com/add-fingerprint-authentication-app-biometricprompt-943784/ https://www.androidauthority.com/how-to-add-fingerprint-authentication-to-your-android-app-747304/
I think it's possible to do using scripting + Intent, just check this.
https://stackoverflow.com/questions/39526631/intent-to-launch-fingerprint-enrollment-screen
This would be wonderful, I have tried @latdev s approach but didn't get it wo work.
As of version 3.2.0, a shortcut can be configured to require biometric authentication before running. The option can be found in the "Trigger & Execution Settings" section of the shortcut editor.