Use browser for activation

pull/174/head
M66B 5 years ago
parent 90f12f800f
commit 3f0aac9601

@ -219,9 +219,8 @@ public class ActivityBilling extends ActivityBase implements PurchasesUpdatedLis
reportError(result, "IAB launch billing flow"); reportError(result, "IAB launch billing flow");
} else } else
try { try {
Intent view = new Intent(Intent.ACTION_VIEW); Uri uri = Uri.parse(BuildConfig.PRO_FEATURES_URI + "?challenge=" + getChallenge(this));
view.setData(Uri.parse(BuildConfig.PRO_FEATURES_URI + "?challenge=" + getChallenge(this))); Helper.view(this, uri, true);
Helper.view(this, view);
} catch (NoSuchAlgorithmException ex) { } catch (NoSuchAlgorithmException ex) {
Log.unexpectedError(getSupportFragmentManager(), ex); Log.unexpectedError(getSupportFragmentManager(), ex);
} }

Loading…
Cancel
Save