Merged Joe`s turning off of native geolocation in WebView.

This commit is contained in:
filmaj
2010-03-31 14:02:08 -07:00
4 changed files with 1 additions and 75 deletions

View File

@@ -75,7 +75,6 @@ public class WebViewReflect {
}
} else {
/* feature not supported, do something else */
System.out.println("Database not supported");
}
}
public static void setGeolocationEnabled(WebSettings setting, boolean enable) {
@@ -117,9 +116,7 @@ public class WebViewReflect {
}
} else {
/* feature not supported, do something else */
System.out.println("DOM Storage not supported");
}
}
}