summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hao Ke <haok@google.com> 2024-10-24 21:06:04 +0000
committer Hao Ke <haok@google.com> 2024-10-24 21:06:04 +0000
commitec025997cdf710e970c8024376f360fe3e23ea14 (patch)
treec51cc3c4e17b43ee4fadc409cc945e291be3c87a
parentb1071dc678849cb9608909590165db5dc160d728 (diff)
Add ACTIVITY_SECURITY_OWNERS.
Change-Id: I193ec755f720774183d3db184e511020f16dc1f6
-rw-r--r--ACTIVITY_SECURITY_OWNERS2
-rw-r--r--INTENT_OWNERS1
-rw-r--r--services/core/java/com/android/server/wm/OWNERS4
3 files changed, 7 insertions, 0 deletions
diff --git a/ACTIVITY_SECURITY_OWNERS b/ACTIVITY_SECURITY_OWNERS
new file mode 100644
index 000000000000..c39842e1b7a3
--- /dev/null
+++ b/ACTIVITY_SECURITY_OWNERS
@@ -0,0 +1,2 @@
+haok@google.com
+wnan@google.com \ No newline at end of file
diff --git a/INTENT_OWNERS b/INTENT_OWNERS
index 58b5f2a61be0..c828215ef225 100644
--- a/INTENT_OWNERS
+++ b/INTENT_OWNERS
@@ -1,3 +1,4 @@
include /PACKAGE_MANAGER_OWNERS
include /services/core/java/com/android/server/wm/OWNERS
include /services/core/java/com/android/server/am/OWNERS
+include /ACTIVITY_SECURITY_OWNERS \ No newline at end of file
diff --git a/services/core/java/com/android/server/wm/OWNERS b/services/core/java/com/android/server/wm/OWNERS
index 5d2c50c8aaca..431023163d0a 100644
--- a/services/core/java/com/android/server/wm/OWNERS
+++ b/services/core/java/com/android/server/wm/OWNERS
@@ -31,3 +31,7 @@ per-file ActivityCallerState.java = file:/core/java/android/app/COMPONENT_CALLER
# Files related to tracing
per-file *TransitionTracer.java = file:platform/development:/tools/winscope/OWNERS
+
+# Files related to activity security
+per-file ActivityStarter.java = file:/ACTIVITY_SECURITY_OWNERS
+per-file ActivityTaskManagerService.java = file:/ACTIVITY_SECURITY_OWNERS