Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9224723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T04:23:42+00:00 2026-06-18T04:23:42+00:00

I don’t understand how method confirmCredentials works. I’ve never seen any options in the

  • 0

I don’t understand how method confirmCredentials works. I’ve never seen any options in the Android UI like “Confirm Credentials” or something like, there are only “Create account” and “Remove account”.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T04:23:43+00:00Added an answer on June 18, 2026 at 4:23 am

    Its used if you want to use the Gmail account on the device as a verification method.
    NFCSecure uses it when you open the app, forcing you to login with your gmail.

    public void verifyAuth(Bundle b) throws IllegalArgumentException {
        accountManager.confirmCredentials(getImportantAccount(importantEmail), b, (Activity) c, new OnConfirmed(), null);
    }
    
    
    public void attemptLogin() {
        mEmailView.setError(null);
        mPasswordView.setError(null);
    
        mEmail = mEmailView.getText().toString();
        mPassword = mPasswordView.getText().toString();
    
        boolean cancel = false;
        View focusView = null;
    
        if (TextUtils.isEmpty(mPassword)) {
            mPasswordView.setError(getString(R.string.error_field_required));
            focusView = mPasswordView;
            cancel = true;
        } else if (mPassword.length() < 4) {
            mPasswordView.setError(getString(R.string.error_invalid_password));
            focusView = mPasswordView;
            cancel = true;
        }
    
        if (TextUtils.isEmpty(mEmail)) {
            mEmailView.setError(getString(R.string.error_field_required));
            focusView = mEmailView;
            cancel = true;
        } else if (!mEmail.contains("@")) {
            mEmailView.setError(getString(R.string.error_invalid_email));
            focusView = mEmailView;
            cancel = true;
        }
    
        if (cancel) {
            focusView.requestFocus();
        } else {
            mLoginStatusMessageView.setText(R.string.login_progress_signing_in);
            showProgress(true);
            gAuth = new GoogleAuthentication(ctx, mEmailView.getText().toString());
            gAuth.setUserConfirmedListener(SettingsUnlockActivity.this);
    
            Bundle b = new Bundle();
            b.putString(AccountManager.KEY_PASSWORD, mPasswordView.getText().toString());
            try {
                gAuth.verifyAuth(b);
            } catch (IllegalArgumentException e) {
                doUnSuccessfulLogin();
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Don't think that I'm mad, I understand how php works! That being said. I
Don't know if I'm missing something here. I'd like to run multiple global variables
Don't ask why, but is there any way to suppress a failed linking error?
Don't be afraid to use any technical jargon or low-level explanations for things, please.
I don't want my user to even try downloading something unless they have Wi-Fi
Don't know what's wrong here, when I run the application it says Specified method
Don't know if this is possible, but I have some code like this: val
Don't understand this simple code: def main(): print (This program illustrates a chaotic function)
Don't get me wrong PDO is great but what I don't like about it,
don't understand: in my controller: @json = User.all.to_gmaps4rails do |user| \Title\: \#{user.email}\ end in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.