Loading services/core/java/com/android/server/wm/BackgroundActivityStartController.java +1 −1 Original line number Diff line number Diff line Loading @@ -997,7 +997,7 @@ public class BackgroundActivityStartController { BalVerdict balAllowedForUid = proc.areBackgroundActivityStartsAllowed( state.mAppSwitchState); if (balAllowedForUid.allows()) { return balAllowedForCaller.withProcessInfo("process", proc); return balAllowedForUid.withProcessInfo("process", proc); } } } Loading Loading
services/core/java/com/android/server/wm/BackgroundActivityStartController.java +1 −1 Original line number Diff line number Diff line Loading @@ -997,7 +997,7 @@ public class BackgroundActivityStartController { BalVerdict balAllowedForUid = proc.areBackgroundActivityStartsAllowed( state.mAppSwitchState); if (balAllowedForUid.allows()) { return balAllowedForCaller.withProcessInfo("process", proc); return balAllowedForUid.withProcessInfo("process", proc); } } } Loading