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

Commit bec2c3e2 authored by Libin.Tang@motorola.com's avatar Libin.Tang@motorola.com Committed by Pavel Zhamaitsiak
Browse files

IMS: add ImsConfig api to get volte provisioned value.

Bug: 18576107
Change-Id: I22d9f675ec607c30906b36cdab72e4d25463ecf5
parent 6ef76c60
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -112,4 +112,12 @@ interface IImsConfig {
     * @return void
     */
    oneway void setFeatureValue(int feature, int network, int value, 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();
}