I have a simple single-activity app. I now want to add another page for the EULA, displayed when the user presses a button.
Do I need to define another activity for that?
Would defining another <intent-filter>
within the existing <activity>
suffice?