When login through Google's authenticator, the Allow Access screen(GrantPermissionActivity) is prompt once per account per app(uid), however it is not documented where can be opt to have that screen appear for custom 3rd party authenticators.
Anyone know if there is anyway to do this?
I tried to insert a custom check and mimic the GrantPermissionActivity, but the problem is that AuthToken is cached, so I couldn't figure out how to enforce this on third party apps as the getAuthToken will simply by pass the custom codes with token cached.
Note that this is not the same problem as: How do you force AccountManager to show the "Access Request" screen after a user has already allowed access?