I am writing an Android App that has one main activity and one subactivity. When I install the app on my phone to test it out, I get two icons instead of one. The first ic
We have the same problem but i fixed it this way before my code below in manifest
Notice that in the SplashActivity inside the intent is this code
i only deleted the category
So after i deleted the intent-filter category in splash it didn't install two app icon but only one for main the code will be like this notice that the intent-filter category is deleted
it really helps