FileDocCategorySizeDatePackage
UnderdevelopedSettings.javaAPI DocAndroid 1.5 API1023Wed May 06 22:41:08 BST 2009com.android.development

UnderdevelopedSettings

public class UnderdevelopedSettings extends android.app.LauncherActivity

Fields Summary
Constructors Summary
Methods Summary
protected android.content.IntentgetTargetIntent()

        Intent targetIntent = new Intent(Intent.ACTION_MAIN, null);
        targetIntent.addCategory(Intent.CATEGORY_DEVELOPMENT_PREFERENCE);
        return targetIntent;