From 8dbb4517b07c42c3b37b0764d63973b5b1ed5ee6 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Fri, 25 Jan 2013 22:13:42 -0700 Subject: Replace hardcoded package name string, FIXME but closes #1494 --- src/se/leap/openvpn/VpnProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/se') diff --git a/src/se/leap/openvpn/VpnProfile.java b/src/se/leap/openvpn/VpnProfile.java index 293a3d06..38ee3c83 100644 --- a/src/se/leap/openvpn/VpnProfile.java +++ b/src/se/leap/openvpn/VpnProfile.java @@ -46,7 +46,7 @@ public class VpnProfile implements Serializable{ public static final int TYPE_USERPASS_KEYSTORE = 7; // Don't change this, not all parts of the program use this constant - public static final String EXTRA_PROFILEUUID = "se.leap.openvpn.profileUUID"; + public static final String EXTRA_PROFILEUUID = "se.leap.leapclient.profileUUID"; // TODO this feels wrong. See Issue #1494 public static final String INLINE_TAG = "[[INLINE]]"; private static final String OVPNCONFIGFILE = "android.conf"; -- cgit v1.2.3