Difference between revisions of "Action: Accessibility Service"

Line 6: Line 6:
  
 
''''' 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>
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
 
Disable [Password manager]
 
Wait 5 seconds
 
Enable [Password manager]
 
</pre>
 
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
 
</pre>
 
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 
Local variables
 
 
</pre><br>
 

Revision as of 18:27, 22 January 2024

About

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

Requires Root or ADB hack