Reenable in app billing for the default AndroidMarketStrategy

pull/14/head
Sam Bosley 13 years ago
parent 587c5574b6
commit 0dc1f4e3a0

@ -89,7 +89,7 @@ public abstract class MarketStrategy {
@Override @Override
public boolean billingSupported() { public boolean billingSupported() {
return false; // TODO: Eventually this should be true, disabling temporarily. return true;
} }
} }

Loading…
Cancel
Save