cordova-plugin-background-mode icon indicating copy to clipboard operation
cordova-plugin-background-mode copied to clipboard

Message cordova-plugin-background-mode

Open elduglas opened this issue 4 years ago • 4 comments

Hi.

How can I change this message when inspect the process on android 10?

Screenshot_20200808-122023

Thanks!!!

elduglas avatar Aug 08 '20 17:08 elduglas

Could you try: https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background/src/master/

danielehrhardt avatar Sep 15 '20 14:09 danielehrhardt

Could you try: https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background/src/master/

Hi @danielehrhardt doesn't work Screen Shot 2020-09-16 at 10 43 21 AM

elduglas avatar Sep 16 '20 15:09 elduglas

Same here, can I hide the notification without stopping the application after 20 minutes for multimedia applications using exoplayer?

rcasunshare avatar Sep 21 '20 19:09 rcasunshare

changing CharSequence name = "cordova-plugin-background-mode"; to what you want the description to be in the Android project under app > java > de > plugin.background > ForegroundService.java will do the trick.

whodeee avatar Mar 19 '21 16:03 whodeee