diff options
Diffstat (limited to 'src/se/leap/openvpn/VPNLaunchHelper.java')
-rw-r--r-- | src/se/leap/openvpn/VPNLaunchHelper.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/se/leap/openvpn/VPNLaunchHelper.java b/src/se/leap/openvpn/VPNLaunchHelper.java index 59303748..418cf7e9 100644 --- a/src/se/leap/openvpn/VPNLaunchHelper.java +++ b/src/se/leap/openvpn/VPNLaunchHelper.java @@ -4,7 +4,8 @@ import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; -import se.leap.leapclient.R; + +import se.leap.bitmaskclient.R; import android.content.Context; import android.content.Intent; |