Hi @Prakash, Tinju ,
Thanks for reaching out.
From your query, I understand you are looking to prompt the user to enter the credentials to login into Android application.
Generally, you can achieve this by clearing the cache but in android we can't clear the cookies.
If your app is configured to use a broker, then only tokens associated with your client are removed but account won't be removed using removeAccount().
To prompt the user for credentials, you need to prompt the user by calling AcquireTokenInteractive().
Hope this will help.
Thanks,
Shweta
-----------------------------------------
Please remember to "Accept Answer" if answer helped you.