summaryrefslogtreecommitdiff
path: root/src/se/leap/leapclient/ConfigHelper.java
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-06-29 17:07:44 +0200
committerSean Leonard <meanderingcode@aetherislands.net>2013-07-12 11:56:36 -0600
commitf6efff1a7ec06d68bad27cd65e66d33e72572c37 (patch)
tree35994060c5b2a0a6109832757d04d231f69d0cf7 /src/se/leap/leapclient/ConfigHelper.java
parent4bb6f30a63fb45ab5256b65c40a46979e8ece6ab (diff)
Added menu to ConfigurationWizard.
It only contains the "About LEAP" option. If the user clicks again that option while the About fragment is up, no new fragment is added and pressing 1 time the back button drives him/her to the ConfigurationWizard activity.
Diffstat (limited to 'src/se/leap/leapclient/ConfigHelper.java')
-rw-r--r--src/se/leap/leapclient/ConfigHelper.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/se/leap/leapclient/ConfigHelper.java b/src/se/leap/leapclient/ConfigHelper.java
index acc4888a..10b3edf4 100644
--- a/src/se/leap/leapclient/ConfigHelper.java
+++ b/src/se/leap/leapclient/ConfigHelper.java
@@ -33,6 +33,7 @@ public class ConfigHelper {
private static KeyStore keystore_trusted;
final public static String
+ ABOUT_FRAGMENT = "aboutFragment",
DOWNLOAD_JSON_FILES_BUNDLE_EXTRA = "downloadJSONFiles",
UPDATE_PROVIDER_DOTJSON = "updateProviderDotJSON",
DOWNLOAD_NEW_PROVIDER_DOTJSON = "downloadNewProviderDotJSON",