Merge "Reset binder during unbinding"
This commit is contained in:
@@ -120,6 +120,7 @@ public class ResumeOnRebootServiceProvider {
|
|||||||
if (mServiceConnection != null) {
|
if (mServiceConnection != null) {
|
||||||
mContext.unbindService(mServiceConnection);
|
mContext.unbindService(mServiceConnection);
|
||||||
}
|
}
|
||||||
|
mBinder = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Bind to the service */
|
/** Bind to the service */
|
||||||
|
|||||||
Reference in New Issue
Block a user