Is it possible to create a macro when swipe down on lock screen block or disable quick settings?

Nolan

Member
HI

title says it all. It sometimes causes me to eg turn on flash light unintentionally.

Is it possible to create a macro to achieve this ?

thanks

Nolan
 

Dm114

Well-known member
HI

title says it all. It sometimes causes me to eg turn on flash light unintentionally.

Is it possible to create a macro to achieve this ?

thanks

Nolan
Depending on your device you could either:
- change the trigger that allows the flash to turn on (if any). I now use 'Long press on home button' to prevent this kind of inconvenience in most cases ;
- make a macro to turn flash off (based on system notification indicating light is on) in certain circumstances.
 

Nolan

Member
Hi
thanks that sounds interesting. I by accident turn on flash via the tile in the notification bar. How can i change that - you mention a trigger?
 

Dm114

Well-known member
The trigger I was speaking about is in case you made a macro turning the flash light on, based on a specific trigger.

In your case you could use the 2nd solution. Depending on your device/system, you may have a system notification to indicate the flash is on (it's my case). So, try a macro like this:
T: Notification present (text to verify when light is on)
A: Flash OFF
C: Screen is locked
 

Nolan

Member
i cant find a trigger "notification present" only "notification received". How could the macro be created - could you post a screenhot ?
 

Dm114

Well-known member
ok figured it out, i just used "notification received" - that works as well :)
Thanks
Sorry, you're right. The right name of the trigger is 'Notification received'. I confused with the corresponding action which is 'Notification present' (besides, my system default language is not English so, if I do not swap my system language to English to have the exact words, I sometimes do mistakes...)
 

Jacob L

Moderator (Lawsonator)
It is however, possible to detect that the torch was turned on by using MD's Logcat trigger. Then you can turn torch off
 
Top