Back to project page klarna-on-demand-android.
The source code is released under:
Apache License
If you think the Android project klarna-on-demand-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.klarna.ondemand; //from w ww . j a v a 2 s. com /** * Responsible for registering a new user and setting his Klarna payment method. */ public class RegistrationActivity extends WebViewActivity { @Override protected String getUrl() { return UrlHelper.registrationUrl(); } }