From 394e71f7eea72e4b3d7fa956ed904d83a9eea8cb Mon Sep 17 00:00:00 2001 From: cyBerta Date: Thu, 7 Dec 2017 13:14:33 +0100 Subject: #8742 add missing interface definition --- main/src/main/aidl/de/blinkt/openvpn/core/IOpenVPNServiceInternal.aidl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/src/main/aidl/de/blinkt/openvpn/core/IOpenVPNServiceInternal.aidl b/main/src/main/aidl/de/blinkt/openvpn/core/IOpenVPNServiceInternal.aidl index 3958bcf3..b19cf99e 100644 --- a/main/src/main/aidl/de/blinkt/openvpn/core/IOpenVPNServiceInternal.aidl +++ b/main/src/main/aidl/de/blinkt/openvpn/core/IOpenVPNServiceInternal.aidl @@ -20,4 +20,6 @@ interface IOpenVPNServiceInternal { * @return true if there was a process that has been send a stop signal */ boolean stopVPN(boolean replaceConnection); + + boolean isVpnRunning(); } -- cgit v1.2.3