Merge "Make IMS supported Call Barring MMI codes customizable"
am: d8513243aa
Change-Id: I1cac583133e2f8a5962c5e810fe7231ab3d3161f
This commit is contained in:
@@ -23,4 +23,6 @@
|
||||
and "333" is used for other purpose -->
|
||||
<string-array translatable="false" name="config_callBarringMMI">
|
||||
</string-array>
|
||||
<string-array translatable="false" name="config_callBarringMMI_for_ims">
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -23,4 +23,6 @@
|
||||
and "333" is used for other purpose -->
|
||||
<string-array translatable="false" name="config_callBarringMMI">
|
||||
</string-array>
|
||||
<string-array translatable="false" name="config_callBarringMMI_for_ims">
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -2797,6 +2797,18 @@
|
||||
<item>353</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Ims supported call barring MMI code -->
|
||||
<string-array translatable="false" name="config_callBarringMMI_for_ims">
|
||||
<item>33</item>
|
||||
<item>331</item>
|
||||
<item>332</item>
|
||||
<item>35</item>
|
||||
<item>351</item>
|
||||
<item>330</item>
|
||||
<item>333</item>
|
||||
<item>353</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Override the default detection behavior for the framework method
|
||||
android.view.ViewConfiguration#hasPermanentMenuKey().
|
||||
Valid settings are:
|
||||
|
||||
@@ -1312,6 +1312,7 @@
|
||||
<java-symbol type="array" name="config_cdma_dun_supported_types" />
|
||||
<java-symbol type="array" name="config_disabledUntilUsedPreinstalledImes" />
|
||||
<java-symbol type="array" name="config_callBarringMMI" />
|
||||
<java-symbol type="array" name="config_callBarringMMI_for_ims" />
|
||||
<java-symbol type="array" name="config_globalActionsList" />
|
||||
<java-symbol type="array" name="config_telephonyEuiccDeviceCapabilities" />
|
||||
<java-symbol type="array" name="config_telephonyHardware" />
|
||||
|
||||
Reference in New Issue
Block a user