Dynamic App Icons on Android using activity-alias
Ever wonder how apps like Discord or Twitter let users change their app icon? It’s not magic—it’s an Android trick using activity-alias in the manifest file! By toggling between the main activity and an alias with different icons, you can dynamically switch the app icon during runtime.