Im using a WakeUp service with the function :
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
On many phones, it works perfectly. On a Samsung Galaxy S5, does not work!
Does anyone have an idea of what could be happening!
In advance I thank you for the help.
			
			
			
				B4X:
			
		
		
		If P.SdkVersion > 18 Then StartServiceAtExact(despertador, (DateTime.Now) , True) Else StartServiceAt(despertador,(DateTime.Now),True)
	On many phones, it works perfectly. On a Samsung Galaxy S5, does not work!
Does anyone have an idea of what could be happening!
In advance I thank you for the help.