Example usage for org.apache.cordova CordovaPreferences CordovaPreferences

List of usage examples for org.apache.cordova CordovaPreferences CordovaPreferences

Introduction

In this page you can find the example usage for org.apache.cordova CordovaPreferences CordovaPreferences.

Prototype

CordovaPreferences

Source Link

Usage

From source file:org.crosswalk.engine.XWalkCordovaWebViewImpl.java

License:Apache License

public void init(CordovaInterface cordova) {
    init(cordova, new ArrayList<PluginEntry>(), new CordovaPreferences());
}