Skip to content

Commit 901ac56

Browse files
author
Robert Greenwalt
committed
Add config resource to help ATT prepaid
bug:7306353 Change-Id: I8da9e7591ad5e28d5b319df11435333da44fb7d3
1 parent af3cd21 commit 901ac56

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
@@ -984,4 +984,9 @@
984984
<!-- Whether camera shutter sound is forced or not (country specific). -->
985985
<bool name="config_camera_sound_forced">false</bool>
986986

987+
<!-- Set to true if we need to not prefer an APN.
988+
This is being added to enable a simple scenario of pre-paid
989+
provisioning on some carriers, working around a bug (7305641)
990+
where if the preferred is used we don't try the others. -->
991+
<bool name="config_dontPreferApn">false</bool>
987992
</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)