On the package com.google.android.gms.auth.api.credentials
we have a function called disableAutoSignIn()
that will disable auto sign in for the current app so that the popup with the account(s) saved will always be shown to the user, right?
If yes, why don't we have a similar function to enable it again? Any way of doing this?