diff options
author | John Wang <johnwang@google.com> | 2010-10-06 19:47:37 -0700 |
---|---|---|
committer | John Wang <johnwang@google.com> | 2010-10-06 19:47:37 -0700 |
commit | ec9482a770562993fa5308fad78d0409ba47c300 (patch) | |
tree | 3873b49b5c501c346a1b6152958529b369b91605 /overlay/frameworks | |
parent | 357c334684700462407383b0bef11c82ed6387d3 (diff) | |
download | device_samsung_crespo-ec9482a770562993fa5308fad78d0409ba47c300.zip device_samsung_crespo-ec9482a770562993fa5308fad78d0409ba47c300.tar.gz device_samsung_crespo-ec9482a770562993fa5308fad78d0409ba47c300.tar.bz2 |
Skip restoring network selection.
For bug 3045366
Modem of Crespo handles restoring network selection while radio power up.
Change-Id: Ida24ec1f9d1f1cde7a30ecee3910edde14d38784
Diffstat (limited to 'overlay/frameworks')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 0030338..ad17242 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -150,4 +150,9 @@ <!-- crespo doesn't handle this blur effect very quickly. --> <bool name="config_sf_slowBlur">true</bool> + + + <!-- Boolean indicating if restoring network selection should be skipped --> + <!-- The restoring is handled by modem if it is true --> + <bool translatable="false" name="skip_restoring_network_selection">true</bool> </resources> |