Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28539897 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

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

Merge commit '8815f032' into gingerbread-plus-aosp

* commit '8815f032':
  Always set right auth_type value in apn.
parents c26cfa35 8815f032
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);
            }

        }