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

This commit is contained in:
Pavel Zhamaitsiak
2014-12-09 20:05:56 +00:00
committed by Android (Google) Code Review

View File

@@ -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();
}