So I want an intent to start an Activity that simply brings up a dialog popup box telling the user how to use the app.
I have the code:
private final
Change the intent line to: Intent intent = new Intent(ClassName.this, theNewClassName.class);