resolved conflicts for merge of a4fb8c86
to honeycomb-plus-aosp
Change-Id: I8edb2e7f07f793e78c15bcf9b2f048d91b1f6504
This commit is contained in:
@@ -38,6 +38,7 @@ import android.view.Menu;
|
|||||||
import android.view.MenuItem;
|
import android.view.MenuItem;
|
||||||
|
|
||||||
import com.android.internal.telephony.TelephonyProperties;
|
import com.android.internal.telephony.TelephonyProperties;
|
||||||
|
import com.android.internal.telephony.RILConstants;
|
||||||
|
|
||||||
|
|
||||||
public class ApnEditor extends PreferenceActivity
|
public class ApnEditor extends PreferenceActivity
|
||||||
@@ -431,6 +432,11 @@ public class ApnEditor extends PreferenceActivity
|
|||||||
|
|
||||||
values.put(Telephony.Carriers.PROTOCOL, checkNotSet(mProtocol.getValue()));
|
values.put(Telephony.Carriers.PROTOCOL, checkNotSet(mProtocol.getValue()));
|
||||||
|
|
||||||
|
// Hardcode IPv4 roaming for now until the carriers sort out all the
|
||||||
|
// billing arrangements.
|
||||||
|
values.put(Telephony.Carriers.ROAMING_PROTOCOL,
|
||||||
|
RILConstants.SETUP_DATA_PROTOCOL_IP);
|
||||||
|
|
||||||
values.put(Telephony.Carriers.TYPE, checkNotSet(mApnType.getText()));
|
values.put(Telephony.Carriers.TYPE, checkNotSet(mApnType.getText()));
|
||||||
|
|
||||||
values.put(Telephony.Carriers.MCC, mcc);
|
values.put(Telephony.Carriers.MCC, mcc);
|
||||||
|
Reference in New Issue
Block a user