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
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.