Difference between revisions of "Action: Accessibility Service"

(First edition of this page)
 
m
 
(3 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 enable or disable any accessibility service that is present on your device.
 
This action can be used to enable or disable any accessibility service that is present on your device.
 
</pre>
 
</pre>
  
''''' Requires Root or [https://www.macrodroidforum.com/index.php?threads/adb-hack-granting-extra-capabilities-via-the-adb-tool.48/ ADB hack] '''''
+
'' Requires Root or [https://www.macrodroidforum.com/index.php?threads/adb-hack-granting-extra-capabilities-via-the-adb-tool.48/ ADB hack] ''
 
 
==<p><b>Example</b></p>==
 
 
 
''''' Every 24 hours it restarts accessibility services '''''
 
<br>
 
 
 
''''' This is an example but if you really have frequent problems with accessibility services you can consult [https://dontkillmyapp.com/ dontkillmyapp]'''''
 
<br>
 
 
 
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
 
Triggers
 
 
 
Day/Time Trigger
 
00:00 Mon - Sun
 
</pre><br>
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
 
 
Disable [Password manager]
 
Wait 5 seconds
 
Enable [Password manager]
 
</pre><br>
 
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
 
 
</pre><br>
 
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 
Local variables
 
 
 
</pre><br>
 

Latest revision as of 22:04, 16 February 2024

About this action

This action can be used to enable or disable any accessibility service that is present on your device.

Requires Root or ADB hack