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

Commit 9659f088 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Adding flag for new carrier config.

Adding support for configuring whether a carrier wants to log "calls answered elsewhere" in the call log.  This applies for multiendpoint type solutions where a call rings on multiple devices at the same time.

Test: Added new unit test to cover this functionality.
Flag: com.android.internal.telephony.flags.log_calls_answered_elsewhere
Bug: 405460896
Bug: 432782589
Change-Id: Iaff1a915a9e774f51b25de58b37ad61fbadb566c
parent 32811e62
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -43,3 +43,15 @@ flag {
      purpose: PURPOSE_BUGFIX
    }
}

# OWNER=tgunn TARGET=26Q2
flag {
    name: "log_calls_answered_elsewhere"
    is_exported: true
    namespace: "telephony"
    description: "New CC key Log calls which were answered on another device."
    bug: "405460896"
    metadata {
        purpose: PURPOSE_FEATURE
    }
}