Merge "Implement framework for TelephonyPlugin."

This commit is contained in:
Linux Build Service Account 2015-08-16 18:08:49 -07:00 committed by Gerrit - the friendly Code Review server
commit 662bd317c2
1 changed files with 8 additions and 0 deletions

View File

@ -231,4 +231,12 @@
<!-- Whether Multiuser UI should be shown -->
<bool name="config_enableMultiUserUI">true</bool>
<!--Fully qualified class name of the plugin which would be
dynamically loaded by TelephonyPluginDelegate-->
<string name="telephony_plugin_class_name" translatable="false">com.qti.internal.telephony.QtiTelephonyPlugin</string>
<!--The locatiotion of .jar file which has the extended implementation
of telephony base classes.-->
<string name="telephony_plugin_lib_path" translatable="false">/system/framework/qti-telephony-common.jar</string>
</resources>