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

Commit 3cae949c authored by Anju Mathapati's avatar Anju Mathapati Committed by Linux Build Service Account
Browse files

IMS: Changes for VICE FR

- Extra for CallPull in -
  - TelephonyProperties
  - ImsProfile
- Error codes in ImsReasonInfo

Change-Id: Iedb0632ed585548b06ae7300584192d3031682f5
CRs-Fixed: 1036618
parent d841ef62
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -248,4 +248,13 @@ public interface TelephonyProperties
     * if false: normal dial
     */
    static final String ADD_PARTICIPANT_KEY = "add_participant";

    /*
     * For VICE Feature
     * If true: Dial intent is for call pull functionality
     * if false: normal dial
     */
    static final String EXTRA_IS_CALL_PULL =
            "org.codeaurora.extra.IS_CALL_PULL";

}