Hello,
I would like to set my app icon based on an action which occurs in my oncreate method.
It should work something like this pseudo code:
if(Userlicence == other)
Icon = othericon
Icon = @drawable/icon --- defined in the Activity attribute
After some reseach I am no sure if this is possible or not.
Does anyone know this ?