I would like to know how to make the icon visualize with a white line, and when the app background is white it will continue to be displayed.
I use this code in the notification, and I choose the icon inside the folder ... objects / res / drawable / icon.png
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
icono:
		
		
	
	
		
	
result:
		
	
			
			I use this code in the notification, and I choose the icon inside the folder ... objects / res / drawable / icon.png
			
				B4X:
			
		
		
		    Dim notification As Notification
    notification.Initialize2(notification.IMPORTANCE_LOW)
    notification.Icon = "icono"
	result: