コード例 #1
0
ファイル: BrowserAdapter.java プロジェクト: rrmartins/rhodes
 public String getHTTPCookie(String url) {
   return m_app.getCookie(url);
 }