I have a kind of an ApplicationLauncher that has to start the build-in gallery. But I don\'t want to get any result from that gallery. I just want to start it and want my &q
I just want to start it and want my "Launcher" to close after that.
Call finish() after you call startActivity() to close up your "Launcher".
finish()
startActivity()