MohsenSaber2019
Member
Hi All. I know that i can load vpn settings with intents :
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
But unfortunately in android 4.4, opened setting does not return any access to activated third party vpn:
		
		
	
	
		
	So,  if there is not any other solution to open app vpn settings, is it possible to just disable VPN service?
Or is it possible to load VPN dialog? ( As in blew picture)?
		
	
			
			
			
				B4X:
			
		
		
		Dim In As Intent
In.Initialize("android.net.vpn.SETTINGS", "")
StartActivity(In)
	Or is it possible to load VPN dialog? ( As in blew picture)?