All pastes #2118221 Raw Edit

Stuff

public text v1 · immutable
#2118221 ·published 2012-02-12 06:24 UTC
rendered paste body
package com.phonegap.example;

import android.app.Activity;
import android.os.Bundle;
import com.phonegap.*;

public class GVoiceA extends DroidGap
{
    @Override
    public void onCreate(Bundle savedInstanceState)
    {
        super.onCreate(savedInstanceState);
        super.setIntegerProperty("loadUrlTimeoutValue", 160000);
        super.loadUrl("file:///android_asset/www/index.html");
    }
}