I am developing app that downloads pdf file in background and shows it on the screen in my app. The problem is that with every completed download I get notification on Android system status bar from Android download manager telling me thet file was downloaded. Is there any way to disable that notification?
I have apk file of other application which was made in MIT app inventor and which does not have this specific permission in manifest but despite this fact it is not showing download notification. So there has to be different way of getting rid of this notification. Any ideas?
I'm using javascript to click on the link. After clicking download is started.
So im gonna try with the web component and see the result.
EDIT:
Ok, but how do I do that? The link is different each time so im not able to set one link. What is more link is somehow hidden in javasrcipt.
That's why I am using click() javascript method.