On an old device with an out of date Market app, the BillingService logs "Could not bind to MarketBillingService". In this scenario, onBillingChecked() is never called even if BillingController.checkBillingSupported() is called.
When BillingService is unable to connect to the MarketBillingService for any reason, onBillingChecked() should at least be called with a negative value.
On an old device with an out of date Market app, the
BillingServicelogs "Could not bind to MarketBillingService". In this scenario,onBillingChecked()is never called even ifBillingController.checkBillingSupported()is called.When
BillingServiceis unable to connect to theMarketBillingServicefor any reason,onBillingChecked()should at least be called with a negative value.