am ebfa64a7
: am ce6e2de7
: Merge "Use correct password dialog for outgoing settings" into ub-gmail-ur14-dev
* commit 'ebfa64a74233300dccce528f4fcb349defd3cd89': Use correct password dialog for outgoing settings
This commit is contained in:
commit
f44d334f4a
@ -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