Use Android integrated Google login

This commit is contained in:
Felix Kloft
2013-05-15 11:24:27 +02:00
parent 88fdb63f06
commit 10d6c0360d
5 changed files with 177 additions and 2 deletions

View File

@ -133,6 +133,11 @@ public class IITC_WebViewClient extends WebViewClient {
handler.proceed();
};
@Override
public void onReceivedLoginRequest(WebView view, String realm, String account, String args) {
((IITC_Mobile) context).onReceivedLoginRequest(this, view, realm, account, args);
}
// plugins should be loaded after the main script is injected
@Override
public void onPageFinished(WebView view, String url) {