Hi Everyone,
Can we tell this statement not to vibrate the phone and not have a notification sound? Most of our customers don't want it to do that.
I also noticed the statement also displays the name of the app as defined in
#ApplicationLabel. Can we put custom text in the title and description areas of the notification that is displayed like we can do with a notification object?
Thanks.
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			Can we tell this statement not to vibrate the phone and not have a notification sound? Most of our customers don't want it to do that.
I also noticed the statement also displays the name of the app as defined in
#ApplicationLabel. Can we put custom text in the title and description areas of the notification that is displayed like we can do with a notification object?
Thanks.
			
				B4X:
			
		
		
		Service.AutomaticForegroundMode = Service.AUTOMATIC_FOREGROUND_ALWAYS 
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		