michael@0: package org.mozilla.geckoviewexample; michael@0: michael@0: import android.app.Activity; michael@0: import android.os.Bundle; michael@0: import android.util.AttributeSet; michael@0: michael@0: public class GeckoViewExample extends Activity { michael@0: /** Called when the activity is first created. */ michael@0: @Override michael@0: public void onCreate(Bundle savedInstanceState) { michael@0: super.onCreate(savedInstanceState); michael@0: setContentView(R.layout.main); michael@0: } michael@0: }