am 28539897: am 8815f032: Merge "Always set right auth_type value in apn."

Merge commit '28539897151f0980b0a190ce82b3adf6337d081c'

* commit '28539897151f0980b0a190ce82b3adf6337d081c':
  Always set right auth_type value in apn.
This commit is contained in:
Jean-Baptiste Queru
2010-10-25 17:59:56 -07:00
committed by Android Git Automerger

View File

@@ -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);
}
}