summaryrefslogtreecommitdiff
path: root/services/core/java/com/android/server/wm/BackgroundActivityStartController.java
diff options
context:
space:
mode:
Diffstat (limited to 'services/core/java/com/android/server/wm/BackgroundActivityStartController.java')
-rw-r--r--services/core/java/com/android/server/wm/BackgroundActivityStartController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/wm/BackgroundActivityStartController.java b/services/core/java/com/android/server/wm/BackgroundActivityStartController.java
index 4929df8061b2..a374b26557dc 100644
--- a/services/core/java/com/android/server/wm/BackgroundActivityStartController.java
+++ b/services/core/java/com/android/server/wm/BackgroundActivityStartController.java
@@ -936,7 +936,7 @@ public class BackgroundActivityStartController {
BalVerdict balAllowedForUid = proc.areBackgroundActivityStartsAllowed(
state.mAppSwitchState);
if (balAllowedForUid.allows()) {
- return balAllowedForCaller.withProcessInfo("process", proc);
+ return balAllowedForUid.withProcessInfo("process", proc);
}
}
}