am f4393101: Merge "Support configuring the protocol in APN settings." into gingerbread

* commit 'f4393101f80f0ca1a10771613a18565323b69fa2':
  Support configuring the protocol in APN settings.
This commit is contained in:
Lorenzo Colitti
2011-03-03 17:07:39 -08:00
committed by Android Git Automerger
4 changed files with 74 additions and 1 deletions

View File

@@ -114,4 +114,11 @@
android:singleLine="true"
android:inputType="textNoSuggestions"
/>
<ListPreference
android:title="@string/apn_protocol"
android:dialogTitle="@string/apn_protocol"
android:key="apn_protocol"
android:entries="@array/apn_protocol_entries"
android:entryValues="@array/apn_protocol_values"
/>
</PreferenceScreen>