Closed arunap closed 6 years ago
Changing that text worked for me. Remember that you need to either remove/add the plugin back in with the correct text or (I believe) remove the platform and re-add it. Without one of those steps, the platform will retain the old code from the plugin.
Would be awesome if this were an option that could be set at runtime.
Anyway, configuring that title or just showing the name of the file being downloaded, it is more presentable than a static string with the name of the plugin...
Hi guys! Finally, we did it! (PR#61)
I added latest code in my app but no notification appeared need help.
When downloading files using this plugin on Android, It shows "org.apache.cordova.backgroundDownload plugin" message on notification drawer. I changed the plugin line no
request.setTitle("org.apache.cordova.backgroundDownload plugin");
with a custom title, but it still shows the same message. Is there anyway to change this?