Merge "Reset binder during unbinding" am: eda5da6b92
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1580986 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I51950d4e58ded2218a317b7a3ad1983bd6986bed
This commit is contained in:
@@ -120,6 +120,7 @@ public class ResumeOnRebootServiceProvider {
|
||||
if (mServiceConnection != null) {
|
||||
mContext.unbindService(mServiceConnection);
|
||||
}
|
||||
mBinder = null;
|
||||
}
|
||||
|
||||
/** Bind to the service */
|
||||
|
||||
Reference in New Issue
Block a user