commit | fca563a2d600c2e2a4ca0af2446a72e8bb36206e | [log] [tgz] |
---|---|---|
author | quddusc <quddusc@google.com> | Fri Dec 20 15:21:38 2013 -0800 |
committer | quddusc <quddusc@google.com> | Fri Dec 20 15:21:38 2013 -0800 |
tree | a55964718e0ad281550bbdb2a448d846214ff70a | |
parent | 70b96ec7303c1b34ff9d63a03359efadeec075c2 [diff] |
docs: Fixed code snippet for unbinding from IAB v3 service. Bug: 11858905 Change-Id: Id1af4fc50a020ab520b2c836df8182db6c3a35bd
diff --git a/docs/html/google/play/billing/billing_integrate.jd b/docs/html/google/play/billing/billing_integrate.jd index 57227a8..949752a 100644 --- a/docs/html/google/play/billing/billing_integrate.jd +++ b/docs/html/google/play/billing/billing_integrate.jd
@@ -157,7 +157,7 @@ @Override public void onDestroy() { super.onDestroy(); - if (mServiceConn != null) { + if (mService != null) { unbindService(mServiceConn); } }