Merge "Fix no vibration when typing from time to time"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c1bb6ae5b2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user