Merge "Fix no vibration when typing from time to time"

This commit is contained in:
TreeHugger Robot
2019-03-25 18:31:52 +00:00
committed by Android (Google) Code Review

View File

@@ -1805,7 +1805,7 @@ public final class ActiveServices {
|| (callerApp.getCurProcState() <= ActivityManager.PROCESS_STATE_TOP
&& (flags & Context.BIND_TREAT_LIKE_ACTIVITY) != 0),
b.client);
mAm.updateOomAdjLocked(s.app, true);
mAm.updateOomAdjLocked();
}
if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Bind " + s + " with " + b