Merge "Always set right auth_type value in apn."
This commit is contained in:
@@ -234,6 +234,8 @@ public class ApnEditor extends PreferenceActivity
|
||||
int authVal = mCursor.getInt(AUTH_TYPE_INDEX);
|
||||
if (authVal != -1) {
|
||||
mAuthType.setValueIndex(authVal);
|
||||
} else {
|
||||
mAuthType.setValue(null);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user