Loading services/core/java/com/android/server/ServiceWatcher.java +1 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,7 @@ public class ServiceWatcher implements ServiceConnection { mBoundUserId = UserHandle.USER_NULL; if (component != null) { if (D) Log.d(mTag, "unbinding " + component); mBoundService = null; mContext.unbindService(this); } } Loading Loading
services/core/java/com/android/server/ServiceWatcher.java +1 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,7 @@ public class ServiceWatcher implements ServiceConnection { mBoundUserId = UserHandle.USER_NULL; if (component != null) { if (D) Log.d(mTag, "unbinding " + component); mBoundService = null; mContext.unbindService(this); } } Loading