Android Question Remove notification during service start

mtselection

Member
Licensed User
Longtime User
Hi,

I try to remove notification during service create, but not have success.

B4X:
    Service.AutomaticForegroundNotification = Null
    Service.AutomaticForegroundMode = Service.AUTOMATIC_FOREGROUND_ALWAYS
    lock.PartialLock

How to set up Service.AutomaticForegroundMode.

Thanks
Maurizio
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top