Action - confirm credentials

FrameXX

Well-known member
I thing I propably already requested this feature once, but I need to do again. I thing it shouldn't be difficult action to implement into MacroDroid and many users trying to protect their phone in some way using MacroDroid would highly appreaciate this feature. It's an Android built-in feature and dialog that shows up is also managed by SystemUI.

The action at it's base has 2 inputs:
Title: str
Message/Text: str
(These both will be shown in the dialog.)

And 1 output:
Confirmation success: bool

MacroDroid actually already uses this feature with its option to lock MD behind password or fingerprint, only here a little different dialog is shown that only allows for fingerprint.
 
Last edited:

Josué García

MacroDroid Support
Staff member
I thing I propably already requested this feature once, but I need to do again. I thing it shouldn't be difficult action to implement into MacroDroid and many users trying to protect their phone in some way using MacroDroid would highly appreaciate this feature. It's an Android built-in feature and dialog that shows up is also managed by SystemUI.

The action at it's base has 2 inputs:
Title: str
Message/Text: str
(These both will be shown in the dialog.)

And 1 output:
Confirmation success: bool

MacroDroid actually already uses this feature with its option to lock MD behind password or fingerprint, only here a little different dialog is shown that only allows for fingerprint.
An extra, background (or something like that is called) allow the content to be seen or not, otherwise it blurs or darkens it
 
Top