[Android] Can I get the current URL address of 'WEB APP'?

   String aas = "";
   act.runOnUiThread(new Runnable() {public void run() {               
     aas = webview.getUrl();    
   }});