am 31cab2f8: Merge "Add config_restartRadioAfterProvisioning" into klp-dev

* commit '31cab2f803951edb13ea07e7e34916189fec5167':
  Add config_restartRadioAfterProvisioning
This commit is contained in:
Wink Saville
2013-11-15 11:39:16 -08:00
committed by Android Git Automerger
2 changed files with 4 additions and 0 deletions

View File

@@ -1189,6 +1189,9 @@
<item>12</item> <!-- EVDO_B --> <item>12</item> <!-- EVDO_B -->
</integer-array> </integer-array>
<!-- Set to true if after a provisioning apn the radio should be restarted -->
<bool name="config_restartRadioAfterProvisioning">false</bool>
<!-- Vibrator pattern to be used as the default for notifications <!-- Vibrator pattern to be used as the default for notifications
that specify DEFAULT_VIBRATE. that specify DEFAULT_VIBRATE.
--> -->

View File

@@ -283,6 +283,7 @@
<java-symbol type="bool" name="config_safe_media_volume_enabled" /> <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_camera_sound_forced" />
<java-symbol type="bool" name="config_dontPreferApn" /> <java-symbol type="bool" name="config_dontPreferApn" />
<java-symbol type="bool" name="config_restartRadioAfterProvisioning" />
<java-symbol type="bool" name="config_speed_up_audio_on_mt_calls" /> <java-symbol type="bool" name="config_speed_up_audio_on_mt_calls" />
<java-symbol type="bool" name="config_useFixedVolume" /> <java-symbol type="bool" name="config_useFixedVolume" />
<java-symbol type="bool" name="config_forceDefaultOrientation" /> <java-symbol type="bool" name="config_forceDefaultOrientation" />