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

Commit 863fb4dd authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by Android Git Automerger
Browse files

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

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

* commit 'd2762ca9':
  IMS: add ImsConfig api to get volte provisioned value.
parents 90c4a299 d2762ca9
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();
}