diff options
author | Parménides GV <parmegv@sdf.org> | 2013-03-05 21:13:27 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-03-05 21:13:27 +0100 |
commit | 5b9e20dca5f70289a2fcdfaa9f45fabd28887726 (patch) | |
tree | 120f68ce96a085bb39c568c96847b82996277898 /src/se/leap/leapclient/ConfigurationWizard.java | |
parent | 018eb179f820b09d2e65c5ede1d4a867957bbce4 (diff) |
Registering method from ProviderAPI implemented and tested.
M1 is not OK, because errors (with null description, awkward) are
received from posting M1 to the server instead of M2.
Next step: purge user database from leap_webapp and start testing again.
Diffstat (limited to 'src/se/leap/leapclient/ConfigurationWizard.java')
-rw-r--r-- | src/se/leap/leapclient/ConfigurationWizard.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/se/leap/leapclient/ConfigurationWizard.java b/src/se/leap/leapclient/ConfigurationWizard.java index e41eb5cf..33ff31fe 100644 --- a/src/se/leap/leapclient/ConfigurationWizard.java +++ b/src/se/leap/leapclient/ConfigurationWizard.java @@ -48,8 +48,6 @@ public class ConfigurationWizard extends Activity * device.
*/
private boolean mTwoPane;
-
- static SharedPreferences shared_preferences;
public ProviderAPIResultReceiver providerAPI_result_receiver;
@@ -59,8 +57,6 @@ public class ConfigurationWizard extends Activity setContentView(R.layout.activity_configuration_wizard);
- shared_preferences = getSharedPreferences(ConfigHelper.PREFERENCES_KEY,MODE_PRIVATE);
-
loadPreseededProviders();
// Only create our fragments if we're not restoring a saved instance
|