commit | cbc5f5410ff7c2b91e13f80a930f22944ce2ed88 | [log] [tgz] |
---|---|---|
author | quddusc <quddusc@google.com> | Sat Dec 21 00:13:56 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Dec 21 00:13:56 2013 +0000 |
tree | fc8f47aef23b6d18155e500e6ab557a1545864a4 | |
parent | fca563a2d600c2e2a4ca0af2446a72e8bb36206e [diff] | |
parent | be64abc025b51d79fac831142ce5f4018af014f3 [diff] |
Merge "docs: Added a statement for "android:name" attribute indicating that the descriptor strings are case-sensitive. Bug: 11926096 Change-Id: I533dcbb13ba54bc7ff35311406b7acdfc38fc1b2" into klp-docs
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); } }