changed to loadInWebView

This commit is contained in:
brianleroux
2010-09-02 12:54:35 -07:00
parent a6faa68a5c
commit 5c481ebe40
3 changed files with 3 additions and 5 deletions

View File

@@ -10,12 +10,10 @@ import android.webkit.WebView;
*
*/
public class BrowserKey {
DroidGap mAction;
boolean bound;
WebView mView;
BrowserKey(WebView view, DroidGap action)