Merge "Reset binder during unbinding"

This commit is contained in:
Tianjie Xu
2021-02-10 18:46:50 +00:00
committed by Gerrit Code Review

View File

@@ -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 */