Pokazywanie dokumentu z Dokumentów Google w WebView

Problem z wyświetlaniem dokumentów Google w WebView (Android)

to jest mój kod

mWebView=(WebView)findViewById(R.id.web);
mWebView.getSettings().setJavaScriptEnabled(true);
mWebView.loadUrl("https://docs.google.com/viewer?url="+ "https://docs.google.com/file/d/0B7pKTkDz8c3gWGNRTWJidTBTVmc/edit?usp=sharing");

kiedy klikamtutaj mój Android pokazuje opcje, aby otworzyć link (np. Przeglądarka, Chrome, Dysk, Internet) i otwiera link w wyskakującej przeglądarce!

questionAnswers(1)

yourAnswerToTheQuestion