I have this flow which plays a sound when a browser finishes it's downloads. I've been able to implement this to every browser which I use except the ones that uses stock download manager.
The problem is my non-existent scripting skills. I use expression condition with script:contains(text, "Download complete.")
That doesn't work, as it always return false. The notification text variable contains "filename.xyz Download complete." Do I have to add a wild card to filename's place? If so, how do I do that?
Stock download manager notification
Moderator: Martin
Re: Stock download manager notification
Try this:
contains(notification_text, "Download complete")
contains(notification_text, "Download complete")
Re: Stock download manager notification
That didn't work.
Forgot to say that you can test this by downloading something using stock browser. Also at least Chrome and Lightning Browser uses stock download manager for downloading stuff.
Forgot to say that you can test this by downloading something using stock browser. Also at least Chrome and Lightning Browser uses stock download manager for downloading stuff.
Re: Stock download manager notification
This work for me:
ICS, Default browser