Hi,
how can i make a statusbar message being shown permanent in the statusbar until a New trigger is set.
I use a trigger like batterylevel below 100%
Then the action: show battery_level_percentage in the statusbar
Then the condition, if battery_level changed, goto action above.
Ehat happens
-the related icon stays permanent in the statusbat, but the Text is shown only for 5-4s.
Furthermore, i do not want the icon, only the Text.
Any hinter ?
Thanks in advance
Aalbatros
statusbar message psrmanent
Moderator: Martin
Re: statusbar message psrmanent
Hi,
You mean the ticker text that is shown for a short amount of time in the statusbar?
This is handled by Android itself, Automagic can not tell how long this text should be shown. Google even removed this text completely on Lollipop.
You could try to build some kind of battery information superimposed over the statusbar with a custom widget and action Show Custom Widget Overlay. It's not a very clean solution since it will also be displayed over full screen apps like games and video players.
Regards,
Martin
You mean the ticker text that is shown for a short amount of time in the statusbar?
This is handled by Android itself, Automagic can not tell how long this text should be shown. Google even removed this text completely on Lollipop.
You could try to build some kind of battery information superimposed over the statusbar with a custom widget and action Show Custom Widget Overlay. It's not a very clean solution since it will also be displayed over full screen apps like games and video players.
Regards,
Martin