am fca563a2: docs: Fixed code snippet for unbinding from IAB v3 service. Bug: 11858905

* commit 'fca563a2d600c2e2a4ca0af2446a72e8bb36206e':
  docs: Fixed code snippet for unbinding from IAB v3 service. Bug: 11858905
This commit is contained in:
quddusc
2013-12-21 00:15:49 +00:00
committed by Android Git Automerger

View File

@@ -157,7 +157,7 @@ public void onCreate(Bundle savedInstanceState) {
@Override
public void onDestroy() {
super.onDestroy();
if (mServiceConn != null) {
if (mService != null) {
unbindService(mServiceConn);
}
}