BillingService.checkBillingSupported Javadoc says: "Checks if in-app billing is
supported. Return true if supported; false otherwise".
This method actually returns whether the request to check for billing was
successfully made - not the result of the check. The result is returned
asynchronously via PurchaseObserver. If the docs are taken at face value this
could cause false positives on devices that do not support in-app billing.
Original issue reported on code.google.com by trevorjohns@google.com on 8 May 2012 at 8:16
Original issue reported on code.google.com by
trevorjohns@google.com
on 8 May 2012 at 8:16