enlarge notification
Moderator: Martin
-
- Posts: 2
- Joined: 03 Mar 2015 20:57
enlarge notification
is it possible to automate and run the accessibility triple clicks (which make the text large) as soon I receive any notification on the lock screen?
Re: enlarge notification
Hi,
You could simulate a triple click with an action Execute Root Command: input tap <x> <y>. This command requires a rooted device.
You could add the action three times in a flow, which might be too slow, or directly execute the command three times within the same action by delimiting the commands with a semicolon: Execute Root Command: input tap 0 0;input tap 0 0;input tap 0 0.
Regards,
Martin
You could simulate a triple click with an action Execute Root Command: input tap <x> <y>. This command requires a rooted device.
You could add the action three times in a flow, which might be too slow, or directly execute the command three times within the same action by delimiting the commands with a semicolon: Execute Root Command: input tap 0 0;input tap 0 0;input tap 0 0.
Regards,
Martin