Page 1 of 1

enlarge notification

Posted: 03 Mar 2015 21:09
by lebanesegalaxy
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

Posted: 04 Mar 2015 19:44
by Martin
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

Re: enlarge notification

Posted: 07 Mar 2015 11:04
by lebanesegalaxy
thank you Martin