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

Commit 30d04689 authored by Aswin Sankar's avatar Aswin Sankar Committed by Android (Google) Code Review
Browse files

Merge "Add flag to set call extra on incoming call for DSDA devices" into main

parents e5b26e15 e2591c77
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -48,3 +48,10 @@ flag {
    description: "This flag is created to notify emergency registration state changed."
    description: "This flag is created to notify emergency registration state changed."
    bug:"312101946"
    bug:"312101946"
}
}

flag {
    name: "call_extra_for_non_hold_supported_carriers"
    namespace: "telephony"
    description: "For DSDA devices, controls whether the existing call will be dropped when an incoming call on a different sub is answered, when either sub does not support hold capability."
    bug:"315993953"
}