FileDocCategorySizeDatePackage
CrashyApp2.javaAPI DocAndroid 5.1 API1222Thu Mar 12 22:22:44 GMT 2015com.android.smoketest.triggers

CrashyApp2

public class CrashyApp2 extends android.app.Activity

Fields Summary
Constructors Summary
Methods Summary
public voidonCreate(android.os.Bundle savedInstanceState)
Called when the activity is first created.

        super.onCreate(savedInstanceState);
        TextView tv = new TextView(this);
        tv.setText("Hello, Other Crashy Android");
        setContentView(tv);
    
public voidonResume()

        throw new RuntimeException("Two drums and a cymbal fall off a cliff...");