Hello to all
how to properly close the app with many Activity after handling properly the error?
activity_resume returns to where it happened error
I would completely close the app and make it start from starter
Thank you
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			how to properly close the app with many Activity after handling properly the error?
activity_resume returns to where it happened error
I would completely close the app and make it start from starter
Thank you
			
				B4X:
			
		
		
		Dim jo As JavaObject
    Dim l As Long = 500
    jo.InitializeStatic("java.lang.Thread").RunMethod("sleep", Array(l))
    logcat.LogCatStop
    logs.Append(StackTrace)
    Dim email As Email
    email.To.Add(emailAddress)
    'Rileggo dati per cliente nome
    DB_Type.Read_dati
    email.Subject = "BAR TABLET Program crashed " & "AZIENDA NOME " & DB_Type.dati.C020_nsede 'da mettere qua....
    email.Body = logs
    StartActivity(email.GetIntent)
    Return True 
				 
 
		 
 
		 
 
		 
 
		 
 
		