jumaris / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

Docs: checkBillingSupported() return value is incorrect #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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