After deauthorizing using AuthzModule#deleteAccount the authorization process is instant, i. e. the credentials dialog is not even shown. It seems like an account is properly deleted from an underlying SQLite database, but WebView still has some cache. CookieManager.getInstance().removeAllCookies(null) does the trick and cleans everything properly. The side effect is it will clear every cookie at the application which is not really good.
|