AutoNotification How to validate other app notification?

Discussion in 'AutoApps' started by CoolRaoul, Dec 6, 2016.

  1. CoolRaoul

    CoolRaoul Member

    Joined:
    Dec 1, 2015
    Messages:
    56
    Likes Received:
    2
    Hello,
    I'm using an app which display a "tap to exit" notification when running (no buttons)
    How can I use make autonotification validate/acknowledge it (simulating a press on notification bar)
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Use the AutoNotification Action Tasker action to simulate clicking the notification :)
     
  3. CoolRaoul

    CoolRaoul Member

    Joined:
    Dec 1, 2015
    Messages:
    56
    Likes Received:
    2
    tried this witout success:
    Code (Text):
    StopDrvmode (39)
        A1: AutoNotification Query [
            Configuration:Notification Apps: Drivemode
            Use Regex: false Has Reply Action: false
            Get All Fields : false Timeout (Seconds):20 ]
        A2: Flash [ Text:%anid(1) Long:Off ]
        A3: AutoNotification Actions [
            Configuration:Intercept Action ID: %anid(1)
            Timeout (Seconds):0 ]
     
     
    Last edited: Dec 7, 2016
  4. CoolRaoul

    CoolRaoul Member

    Joined:
    Dec 1, 2015
    Messages:
    56
    Likes Received:
    2
    Hope you won't mind me upping the thread, It's not solved for me (That's sure I'm missing something but I can't see what)
     
    leopoldram781 likes this.
  5. CoolRaoul

    CoolRaoul Member

    Joined:
    Dec 1, 2015
    Messages:
    56
    Likes Received:
    2
    OK, I managed to solve it myself
    The correct argument to use was %antouchaction(1) and not %anid(1)
    (online and built-in help is a bit terse sometimes)
     
: tap

Share This Page