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

Commit 75c4f704 authored by Suchand Ghosh's avatar Suchand Ghosh Committed by Ricardo Cerqueira
Browse files

IMS: Allow placeCall with complete uri.

Add extra "org.codeaurora.extra.SKIP_SCHEMA_PARSING".
Application need to set the intent extra to dial with
complete uri.

Change-Id: Ia2b9ca3480951ce759992fe0dfd6c9792a58a34a
CRs-Fixed: 680318
parent 16cd961b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -235,4 +235,7 @@ public interface TelephonyProperties
    static final String EXTRA_DIAL_CONFERENCE_URI =
            "org.codeaurora.extra.DIAL_CONFERENCE_URI";
    static final String ADD_PARTICIPANT_KEY = "add_participant";

    static final String EXTRA_SKIP_SCHEMA_PARSING =
            "org.codeaurora.extra.SKIP_SCHEMA_PARSING";
}