Launching A Dialog Box Without Main Application Below
I built an application that has an activity that i want to start from the click of a status notification icon. What i want to happen is for my activity which i set to be shown as a
Solution 1:
I figured out my problem, I needed to call finish();
from my main activity so that it wasn't relaunched again every time my other activities were launched.
Post a Comment for "Launching A Dialog Box Without Main Application Below"