FileDocCategorySizeDatePackage
Fallback.javaAPI DocAndroid 1.5 API1009Wed May 06 22:41:08 BST 2009com.android.fallback

Fallback

public class Fallback extends android.app.Activity
A fall back activity that registers itself for common intents which may possibly not otherwise be handled.

Fields Summary
Constructors Summary
Methods Summary
public voidonCreate(android.os.Bundle icicle)

        super.onCreate(icicle);
        setContentView(R.layout.fallback);