Skip to content
Snippets Groups Projects
Commit d8513243 authored by Jack Yu's avatar Jack Yu Committed by Gerrit Code Review
Browse files

Merge "Make IMS supported Call Barring MMI codes customizable"

parents 0bc81e1d 51dbc658
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment