Support configuring the protocol in APN settings.
Change-Id: I435061a631bdb2f58935af607abf8cd7c5d252ba
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user