From fca563a2d600c2e2a4ca0af2446a72e8bb36206e Mon Sep 17 00:00:00 2001 From: quddusc Date: Fri, 20 Dec 2013 15:21:38 -0800 Subject: [PATCH] docs: Fixed code snippet for unbinding from IAB v3 service. Bug: 11858905 Change-Id: Id1af4fc50a020ab520b2c836df8182db6c3a35bd --- docs/html/google/play/billing/billing_integrate.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/google/play/billing/billing_integrate.jd b/docs/html/google/play/billing/billing_integrate.jd index 57227a84ebbf..949752a3ed9a 100644 --- a/docs/html/google/play/billing/billing_integrate.jd +++ b/docs/html/google/play/billing/billing_integrate.jd @@ -157,7 +157,7 @@ public void onCreate(Bundle savedInstanceState) { @Override public void onDestroy() { super.onDestroy(); - if (mServiceConn != null) { + if (mService != null) { unbindService(mServiceConn); } } -- 2.11.0