Notification error
Moderator: Martin
Notification error
Every now and then regardless of the settings my custom notifications cannot be removed unless i reboot the phone and yes this also happens without the ongoing feature selection. I also jave found no way to stop an alarm sound either unless i reboot. Any suggestions would be awesome
Re: Notification error
Custom notification means the ones you created from Automagic? What kind of custom notif that you can't remove? How about action Remove notification on statusbar?
Try to check Automagic Notification access permission, make sure it is enabled. Or you can try to toggle it to make sure it is enabled.
When did this start to happen? If there is hang up or OS freeze recently, or maybe ROM update, the permission can be removed silently. You have to double check all permissions again to make sure it is really enabled (not just seems "enabled").
Try to check Automagic Notification access permission, make sure it is enabled. Or you can try to toggle it to make sure it is enabled.
When did this start to happen? If there is hang up or OS freeze recently, or maybe ROM update, the permission can be removed silently. You have to double check all permissions again to make sure it is really enabled (not just seems "enabled").
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Notification error
Yep custom notifications created by automagic through flows. Yes all permission etc are ok. The simplest notifications using keep on clear is the issue. Normally they can be removed by using the id number but occasionally it will not work no matter how many times i try to do so.
Re: Notification error
Try setting a variable in a script for all of the notifications to use when the flow is ran. For example,Lucy wrote: ↑23 Aug 2019 18:15Yep custom notifications created by automagic through flows. Yes all permission etc are ok. The simplest notifications using keep on clear is the issue. Normally they can be removed by using the id number but occasionally it will not work no matter how many times i try to do so.
Code: Select all
ID=90;
Condition: "Audio Stream Active" (Alarm)" ---> Condition: "Confirmation Dialog" ---> Action: "Stop Flows"
Re: Notification error
I will look in to that for the notifications thanks. The alarm... cool thanks again i will have a play around