mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-14 15:21:04 +08:00
Remove fields from CordovaWebView interface
Fields don't make sense in an interface.
This commit is contained in:
parent
d66bb84924
commit
428e1bc14d
@ -69,8 +69,7 @@ import android.widget.FrameLayout;
|
|||||||
*/
|
*/
|
||||||
public class AndroidWebView extends WebView implements CordovaWebView {
|
public class AndroidWebView extends WebView implements CordovaWebView {
|
||||||
|
|
||||||
public static final String TAG = "CordovaWebView";
|
public static final String TAG = "AndroidWebView";
|
||||||
public static final String CORDOVA_VERSION = "4.0.0-dev";
|
|
||||||
|
|
||||||
private HashSet<Integer> boundKeyCodes = new HashSet<Integer>();
|
private HashSet<Integer> boundKeyCodes = new HashSet<Integer>();
|
||||||
|
|
||||||
|
@ -12,12 +12,6 @@ import android.webkit.WebChromeClient.CustomViewCallback;
|
|||||||
import android.widget.LinearLayout.LayoutParams;
|
import android.widget.LinearLayout.LayoutParams;
|
||||||
|
|
||||||
public interface CordovaWebView {
|
public interface CordovaWebView {
|
||||||
|
|
||||||
String OVER_SCROLL_NEVER = null;
|
|
||||||
Object pluginManager = null;
|
|
||||||
Object jsMessageQueue = null;
|
|
||||||
|
|
||||||
public static final String TAG = "CordovaWebView";
|
|
||||||
public static final String CORDOVA_VERSION = "4.0.0-dev";
|
public static final String CORDOVA_VERSION = "4.0.0-dev";
|
||||||
|
|
||||||
View getView();
|
View getView();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user