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

Commit 4ddb2a14 authored by Grant Menke's avatar Grant Menke
Browse files

Add flag for HSUM Telecom fixes.

This CL adds a flag to use for adding support for HSUM in Telecom.

Test: ExtendedInCallServiceTest#testOnCannedTextResponsesLoaded
Flag: com.android.server.telecom.flags.telecom_main_user_in_get_respond_message_app
Bug: 358587742
Change-Id: I13babeb2b43cf202d3e4decf8043efaae6843377
parent 3bc54b2e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ aconfig_declarations {
        "telecom_profile_user_flags.aconfig",
        "telecom_bluetoothdevicemanager_flags.aconfig",
        "telecom_non_critical_security_flags.aconfig",
        "telecom_headless_system_user_mode.aconfig",
        "telecom_metrics_flags.aconfig",
    ],
}
+14 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"
container: "system"

# OWNER=grantmenke TARGET=25Q1
flag {
    name: "telecom_main_user_in_get_respond_message_app"
    is_exported: true
    namespace: "telecom"
    description: "Support HSUM mode by using the main user when getting respond via message app."
    bug: "358587742"
    metadata {
        purpose: PURPOSE_BUGFIX
      }
}
 No newline at end of file