Difference between revisions of "Action: Authenticate User"

m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== About ==
+
<span style="color: #1665b0; font-size: 24px;">'''About this action'''</span>
 
 
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
This action can be used to request that the user authenticates their identity.
 
This action can be used to request that the user authenticates their identity.
Line 6: Line 5:
 
This action will set a boolean variable to indicate success/failure and subsequent actions will be blocked until authentication completes.
 
This action will set a boolean variable to indicate success/failure and subsequent actions will be blocked until authentication completes.
 
</pre>
 
</pre>
 
+
''See also: [https://macrodroidforum.com/wiki/index.php/Variables#Boolean Variable | Boolean]''
''''' Requires Root or [https://www.macrodroidforum.com/index.php?threads/adb-hack-granting-extra-capabilities-via-the-adb-tool.48/ ADB hack] '''''
 
 
 
== About ==
 
 
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
This action is used to set a toggleable quick setting tile to the on/off state. It can also be used to update the icon and label of the quick settings tile.
 
</pre><br/>
 
 
 
==<p><b>Configuration available</b></p>==
 
 
 
''  Select a quick tile from the list (If you don't have any enabled, at the bottom there is a shortcut 'Configure quick settings tiles') on that screen you can configure / add the quick tile and add it to the notification bar, later you can return to the action to configure the quick tile in other situations. ''
 
 
 
=== Set toggle state  ===
 
 
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Switches the status of the quick tile between On and Off.
 
</pre><br/>
 
 
 
=== Set title ===
 
 
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Change the title that appears in the quick tile.
 
Supports use of magic text
 
</pre>
 
* ''''' [https://macrodroidforum.com/wiki/index.php/Magic_text Magic Text] '''''
 
<br/>
 
 
 
===  Set subtitle ===
 
 
 
''Please be aware that not all device manufacturers support subtitles on their quick settings tiles.''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Select the directory where you want to create the new folder.
 
Then choose a name for the folder or use magic text.
 
</pre>
 
* ''''' [https://macrodroidforum.com/wiki/index.php/Magic_text Magic Text] '''''
 
<br/>
 
 
 
=== Set icon ===
 
 
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Change the current icon to one of the other icons included with macrodroid.
 
</pre><br/>
 

Latest revision as of 22:54, 16 February 2024

About this action

This action can be used to request that the user authenticates their identity.

This action will set a boolean variable to indicate success/failure and subsequent actions will be blocked until authentication completes.

See also: Variable | Boolean