am 14370741: Merge "IMS: add ImsConfig api to get volte provisioned value." into lmp-mr1-dev
* commit '14370741898c8725314d638e58da1ca6e12876b7': IMS: add ImsConfig api to get volte provisioned value.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user