Issue
Is it possible to set separate icons for application if we set android:debuggable=true in manifest and if we set android:debuggable=false like in iOS?
Solution
as far as i know app icons are only dependent on the drawables folder they are in, and there is no folder qualifiers for -debug and there’s no way for you to alter the icon based on manifest changes
Answered By – trippedout
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0