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

Commit 4ef46266 authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by Android Git Automerger
Browse files

am 863fb4dd: am d2762ca9: am 14370741: Merge "IMS: add ImsConfig api to get...

am 863fb4dd: am d2762ca9: am 14370741: Merge "IMS: add ImsConfig api to get volte provisioned value." into lmp-mr1-dev

* commit '863fb4dd':
  IMS: add ImsConfig api to get volte provisioned value.
parents 558eb39f 863fb4dd
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();
}