I have an android APP with a lot of action.
In activating my application, I launched the notification icon in the status bar, and it is fixed there until my application stops. Ok, that works.
But now I need one more thing, I need to dynamically change the program using the program of my application. How should I do it?
How can I access the notification icon of my application and then change the icon?
I would appreciate code examples to illustrate how to achieve this.
source
share