File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments