Merge "Implement framework for TelephonyPlugin."
This commit is contained in:
commit
662bd317c2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue