Revert "Add config resource to help ATT prepaid"

breaking jb-mr1-release

This reverts commit 901ac560ca

Change-Id: I5fab4097a40e0ba31dc716967ef921c113a795a7
This commit is contained in:
Baligh Uddin
2012-10-09 17:52:52 -07:00
committed by Android (Google) Code Review
parent 901ac560ca
commit 2133caf515
2 changed files with 0 additions and 6 deletions

View File

@@ -984,9 +984,4 @@
<!-- Whether camera shutter sound is forced or not (country specific). -->
<bool name="config_camera_sound_forced">false</bool>
<!-- Set to true if we need to not prefer an APN.
This is being added to enable a simple scenario of pre-paid
provisioning on some carriers, working around a bug (7305641)
where if the preferred is used we don't try the others. -->
<bool name="config_dontPreferApn">false</bool>
</resources>

View File

@@ -276,7 +276,6 @@
<java-symbol type="bool" name="config_useDevInputEventForAudioJack" />
<java-symbol type="bool" name="config_safe_media_volume_enabled" />
<java-symbol type="bool" name="config_camera_sound_forced" />
<java-symbol type="bool" name="config_dontPreferApn" />
<java-symbol type="integer" name="config_cursorWindowSize" />
<java-symbol type="integer" name="config_longPressOnPowerBehavior" />