Sha256: d8d2d3139032dde1aecee082d6cf93ddde4509521f99ea6a57bf268133249eff

Contents?: true

Size: 428 Bytes

Versions: 17

Compression:

Stored size: 428 Bytes

Contents

package com.rhomobile.rhodes.webview;

import android.webkit.CookieManager;
import android.webkit.WebSettings;

import com.rhomobile.rhodes.extmanager.IRhoConfig;


public class WebSettingsProviderHoneycombMR1 extends WebSettingsProviderFroyo {
    public void fillSettings(WebSettings settings, IRhoConfig config) {
        super.fillSettings(settings, config);
        CookieManager.setAcceptFileSchemeCookies(true);
    }

}

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-7.5.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-7.4.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-7.1.17 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-6.2.0 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-6.0.11 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-5.5.18 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-5.5.17 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-5.5.15 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-5.5.0.22 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-5.5.2 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-5.5.0.7 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-5.5.0.3 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
rhodes-5.5.0 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
tauplatform-1.0.3 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
tauplatform-1.0.2 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java
tauplatform-1.0.1 platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebSettingsProviderHoneycombMR1.java