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

Commit 038cb80c authored by Libin.Tang@motorola.com's avatar Libin.Tang@motorola.com Committed by David Hacker
Browse files

IMS: add ImsConfig api to get volte provisioned value.

Bug: 18576107
Change-Id: I22d9f675ec607c30906b36cdab72e4d25463ecf5
parent 5c7daa81
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -132,4 +132,12 @@ interface IImsConfig {
     * @throws ImsException if calling the IMS service results in an error.
     */
     oneway void setVideoQuality(int quality, ImsConfigListener listener);

    /**
     * Gets the value for IMS volte provisioned.
     * This should be the same as the operator provisioned value if applies.
     *
     * @return void
     */
    boolean getVolteProvisioned();
}