am 8815f032
: Merge "Always set right auth_type value in apn."
Merge commit '8815f03202abf3117b6a1f6a058a835915ddae04' into gingerbread-plus-aosp * commit '8815f03202abf3117b6a1f6a058a835915ddae04': Always set right auth_type value in apn.
This commit is contained in:
committed by
Android Git Automerger
commit
2853989715
@@ -234,6 +234,8 @@ public class ApnEditor extends PreferenceActivity
|
|||||||
int authVal = mCursor.getInt(AUTH_TYPE_INDEX);
|
int authVal = mCursor.getInt(AUTH_TYPE_INDEX);
|
||||||
if (authVal != -1) {
|
if (authVal != -1) {
|
||||||
mAuthType.setValueIndex(authVal);
|
mAuthType.setValueIndex(authVal);
|
||||||
|
} else {
|
||||||
|
mAuthType.setValue(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user