AutoNotification Grouping doesn't remove first notification

Discussion in 'AutoApps' started by Sorian, Feb 6, 2020.

  1. Sorian

    Sorian New Member

    Joined:
    Jun 9, 2015
    Messages:
    14
    Likes Received:
    1
    I did the tutorial on how to group notifications and it works great.

    Once I try to make a grouped notification for updated and installed apps, the first generated notification stays and gets added to the grouped one.

    Screenshot_20200205-162548_One UI Home.jpg

    Code (Text):

       Profile: New Program (122)

            Event: Intent Received [ Action:android.intent.action.PACKAGE_ADDED Cat:None Cat:None Scheme:package Mime Type:* ]

        Enter: New Program (120)

            A1: Variable Split [ Name:%intent_data Splitter:: Delete Base:Off ]

            A2: Test App [ Type:App Name Data:%intent_data2 Store Result In:%nameapp ]

            A3: Flash [ Text:%nameapp installed Long:On ]

            A4: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]

            A5: AutoNotification [ Configuration:Title: Google Play Store

        Text: %nameapp installed

        Status Bar Icon: ic_action_google_play

        Status Bar Text Size: 16

        Group Key: Play Store Install

        Separator: , Timeout (Seconds):20 ]

            A6: Wait [ MS:0 Seconds:1 Minutes:0 Hours:0 Days:0 ]

            A7: AutoNotification [ Configuration:Title: Google Play Store

        Text: %nameapp installed

        Status Bar Icon: ic_action_google_play

        Status Bar Text Size: 16

        Group Key: Play Store Install

        Separator: , Timeout (Seconds):20 ]
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Thanks. Was there an issue you wanted to report?
     
  3. Sorian

    Sorian New Member

    Joined:
    Jun 9, 2015
    Messages:
    14
    Likes Received:
    1
    Sorry, I'm confused by this. The issue is that I can't seem to get the notifications created by AutoNotification to group.

    Not sure if it was something in my task that was causing it to mess up, so I posted that so someone with more knowledge could look it over and see if I miss a step.
     
  4. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    I think you forgot to create the parent Group Summary notification itself right? Enable the Group Summary in a new AutoNotification action like in the tutorial and it should work.
     
  5. Sorian

    Sorian New Member

    Joined:
    Jun 9, 2015
    Messages:
    14
    Likes Received:
    1
    Just retired this and it's still creating the first AN notification while grouping.

    Did a screen recording to show what's happening.
    Made sure the group key was the same by copying the first AN's group key and pasting into the second's.

     
  6. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Try giving the group summary notification an id like "playstore summary" or something like that. Otherwise you're creating a new summary every time :)
     
    Sorian likes this.
  7. Sorian

    Sorian New Member

    Joined:
    Jun 9, 2015
    Messages:
    14
    Likes Received:
    1

Share This Page