super.onCreate(savedInstanceState); TextView content = new TextView(this); content.setText("Dummy main entry for this apk; not really needed..."); setContentView(content);