am 008d5501
: am a78ba75e
: am f44d334f
: am ebfa64a7
: am ce6e2de7
: Merge "Use correct password dialog for outgoing settings" into ub-gmail-ur14-dev
* commit '008d5501d91dbe67d3accb3a36eee363d71e2a91': Use correct password dialog for outgoing settings
This commit is contained in:
commit
26859ae360
@ -410,8 +410,10 @@ public class AccountSetupOutgoingFragment extends AccountServerBaseFragment
|
||||
@Override
|
||||
public void onRequestSignIn() {
|
||||
// Launch the credential activity.
|
||||
// Use HostAuthRecv here because we want to know if this is account is IMAP (offer OAuth) or
|
||||
// if it's POP (password only)
|
||||
final String protocol =
|
||||
mSetupData.getAccount().getOrCreateHostAuthSend(mAppContext).mProtocol;
|
||||
mSetupData.getAccount().getOrCreateHostAuthRecv(mAppContext).mProtocol;
|
||||
final Intent intent = AccountCredentials.getAccountCredentialsIntent(getActivity(),
|
||||
mUsernameView.getText().toString(), protocol);
|
||||
startActivityForResult(intent, SIGN_IN_REQUEST);
|
||||
|
Loading…
Reference in New Issue
Block a user