I have an activity A, which starts activity B and activity B starts activity C. Is there a way not to show activity B. I want this behavour because if there is no content (e
just call startActivity() in onCreate() method of activity B. It will not be shown, but it will be in activity stack.
startActivity()
onCreate()