diff options
Diffstat (limited to 'remoteExample')
| -rw-r--r-- | remoteExample/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNAPIService.aidl | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/remoteExample/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNAPIService.aidl b/remoteExample/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNAPIService.aidl index 06545bd7..d0791a4a 100644 --- a/remoteExample/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNAPIService.aidl +++ b/remoteExample/src/main/aidl/de/blinkt/openvpn/api/IOpenVPNAPIService.aidl @@ -49,5 +49,11 @@ interface IOpenVPNAPIService {  	/** Remove a profile by UUID */
  	void removeProfile (String profileUUID);
 +
 +	/** Request a socket to be protected as a VPN socket would be. Useful for creating
 +	  * a helper socket for an app controlling OpenVPN
 +	  * Before calling this function you should make sure OpenVPN for Android may actually
 +	  * this function by checking if prepareVPNService returns null; */
 +	boolean protectSocket(in ParcelFileDescriptor fd);
  }
\ No newline at end of file  | 
