enlarge notification

Share and discuss your flows and ideas with other users.

Moderator: Martin

Post Reply
lebanesegalaxy
Posts: 2
Joined: 03 Mar 2015 20:57

enlarge notification

Post by lebanesegalaxy » 03 Mar 2015 21:09

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?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: enlarge notification

Post by Martin » 04 Mar 2015 19:44

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

lebanesegalaxy
Posts: 2
Joined: 03 Mar 2015 20:57

Re: enlarge notification

Post by lebanesegalaxy » 07 Mar 2015 11:04

thank you Martin

Post Reply