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

Development

public class Development 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_TEST);
        targetIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
        return targetIntent;