docs: Fixed code snippet for unbinding from IAB v3 service.
Bug: 11858905 Change-Id: Id1af4fc50a020ab520b2c836df8182db6c3a35bd
This commit is contained in:
@@ -157,7 +157,7 @@ public void onCreate(Bundle savedInstanceState) {
|
|||||||
@Override
|
@Override
|
||||||
public void onDestroy() {
|
public void onDestroy() {
|
||||||
super.onDestroy();
|
super.onDestroy();
|
||||||
if (mServiceConn != null) {
|
if (mService != null) {
|
||||||
unbindService(mServiceConn);
|
unbindService(mServiceConn);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user