Skip to content

Commit 64cb35c

Browse files
Robert GreenwaltAndroid (Google) Code Review
authored andcommitted
Merge "Add config resource to help ATT prepaid" into jb-mr1-dev
2 parents 1606212 + 901ac56 commit 64cb35c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

core/res/res/values/config.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,4 +988,9 @@
988988
<!-- Whether camera shutter sound is forced or not (country specific). -->
989989
<bool name="config_camera_sound_forced">false</bool>
990990

991+
<!-- Set to true if we need to not prefer an APN.
992+
This is being added to enable a simple scenario of pre-paid
993+
provisioning on some carriers, working around a bug (7305641)
994+
where if the preferred is used we don't try the others. -->
995+
<bool name="config_dontPreferApn">false</bool>
991996
</resources>

core/res/res/values/symbols.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
<java-symbol type="bool" name="config_useDevInputEventForAudioJack" />
277277
<java-symbol type="bool" name="config_safe_media_volume_enabled" />
278278
<java-symbol type="bool" name="config_camera_sound_forced" />
279+
<java-symbol type="bool" name="config_dontPreferApn" />
279280

280281
<java-symbol type="integer" name="config_cursorWindowSize" />
281282
<java-symbol type="integer" name="config_longPressOnPowerBehavior" />

0 commit comments

Comments
 (0)