summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc310-mnc120
diff options
context:
space:
mode:
authorJing Zhao <zhaojing@motorola.com>2014-07-18 09:34:36 -0500
committerRobert Greenwalt <rgreenwalt@google.com>2014-12-02 12:33:06 -0800
commite6edb161a78bc9836821fa44fb7e4c81d0a2c1c3 (patch)
treee481c51d23f5b593de085b80474d313a9a001202 /core/res/res/values-mcc310-mnc120
parent217814bf2bef703be8b24cd4f1ea454ca6638111 (diff)
downloadframeworks_base-e6edb161a78bc9836821fa44fb7e4c81d0a2c1c3.zip
frameworks_base-e6edb161a78bc9836821fa44fb7e4c81d0a2c1c3.tar.gz
frameworks_base-e6edb161a78bc9836821fa44fb7e4c81d0a2c1c3.tar.bz2
Separate voice/data roaming state and type
It is possible for voice and data to register on different networks so that the roaming state for them could be different. Provide separated APIs to handle voice and data roaming. Also, add the configuration of CDMA international roaming indicators. Bug: 17318123 Change-Id: Iede9132cbf94bc9971702bd9232374585edd5cd0
Diffstat (limited to 'core/res/res/values-mcc310-mnc120')
-rw-r--r--core/res/res/values-mcc310-mnc120/config.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/core/res/res/values-mcc310-mnc120/config.xml b/core/res/res/values-mcc310-mnc120/config.xml
index 774732d..4b61688 100644
--- a/core/res/res/values-mcc310-mnc120/config.xml
+++ b/core/res/res/values-mcc310-mnc120/config.xml
@@ -31,4 +31,31 @@
<!-- If this value is true, The mms content-disposition field is supported correctly.
If false, Content-disposition fragments are ignored -->
<bool name="config_mms_content_disposition_support">false</bool>
+
+ <!-- An array of CDMA roaming indicators which means international roaming -->
+ <integer-array translatable="false" name="config_cdma_international_roaming_indicators" >
+ <item>2</item>
+ <item>74</item>
+ <item>124</item>
+ <item>125</item>
+ <item>126</item>
+ <item>157</item>
+ <item>158</item>
+ <item>159</item>
+ <item>193</item>
+ <item>194</item>
+ <item>195</item>
+ <item>196</item>
+ <item>197</item>
+ <item>198</item>
+ <item>228</item>
+ <item>229</item>
+ <item>230</item>
+ <item>231</item>
+ <item>232</item>
+ <item>233</item>
+ <item>234</item>
+ <item>235</item>
+ </integer-array>
+
</resources>