diff options
author | arne <arne@gaia.fritz.box> | 2012-12-25 23:02:10 +0100 |
---|---|---|
committer | arne <arne@gaia.fritz.box> | 2012-12-25 23:02:10 +0100 |
commit | e57c7dd4a792d02897140d0c5e2d014bcd1147c0 (patch) | |
tree | c9847ee99d11d3809f70bb5a586e24d74691fdb4 /src/de/blinkt/openvpn/LaunchVPN.java | |
parent | fe605d2f75a20f212d64c26ca51c3112b4de2b76 (diff) |
Cleanups
Diffstat (limited to 'src/de/blinkt/openvpn/LaunchVPN.java')
-rw-r--r-- | src/de/blinkt/openvpn/LaunchVPN.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/de/blinkt/openvpn/LaunchVPN.java b/src/de/blinkt/openvpn/LaunchVPN.java index c89704fa..bc0a4cf2 100644 --- a/src/de/blinkt/openvpn/LaunchVPN.java +++ b/src/de/blinkt/openvpn/LaunchVPN.java @@ -73,8 +73,8 @@ import android.widget.TextView; */ public class LaunchVPN extends ListActivity implements OnItemClickListener { - static final String EXTRA_KEY = "de.blinkt.openvpn.shortcutProfileUUID"; - static final String EXTRA_NAME = "de.blinkt.openvpn.shortcutProfileName"; + public static final String EXTRA_KEY = "de.blinkt.openvpn.shortcutProfileUUID"; + public static final String EXTRA_NAME = "de.blinkt.openvpn.shortcutProfileName"; public static final String EXTRA_HIDELOG = "de.blinkt.openvpn.showNoLogWindow";; private static final int START_VPN_PROFILE= 70; |