Trying to generate two APK files that can be installed separately on the same device, the only difference in the functionalities being the app icon.
My first assumption was to create two separate projects, but this didn't allow separate installation. So my question is: What parameters does Android use to distinguish apps? Is there a better practice when doing something like this?