Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14c992eb authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flag for getAssociatedUser API" into main

parents 4320c89b 3a709f2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ package {
aconfig_declarations {
    name: "telecom_flags",
    package: "com.android.server.telecom.flags",
    exportable: true,
    container: "system",
    srcs: [
        "telecom_broadcast_flags.aconfig",
+12 −0
Original line number Diff line number Diff line
@@ -83,6 +83,18 @@ flag {
  bug: "353579043"
}

# OWNER=ntmyren TARGET=24Q4
flag {
  name: "call_details_get_associated_user_api"
  is_exported: true
  namespace: "telecom"
  description: "Adds a UserHandle to the Call Details"
  bug: "408470449"
  metadata {
      purpose: PURPOSE_BUGFIX
  }
}

# OWNER=grantmenke TARGET=25Q4
flag {
  name: "reuse_original_conn_remote_conf_api"