I made an app with a package name like
com.app.yesterday.MyActivity
I started a new project with a new package name
com.app.today.MyActivity.
Now when the most recent app is launched, the device is presenting the user with a selection screen for the right activity:
=======================================
Select an action:
com.app.yesterday.MyActivity
com.app.today.MyActivity
=======================================
What I would like is for this not to show at all because “yesterday” is irrelevant and “today” should be automatically launched? How can I do this? I can’t the app in my Manage Applications section because the debugger uninstall it.
If you can’t find it in the manage application list, try renaming the package again, uninstall it, and then change the package name again.