You can open the manifest file and see that it is added automatically to the main activity. You can move this intent filter to a different activity and make that activity the starting activity. This can be done by making the manifest file read-only or with the manifest editor (not trivial in this case).