statusbar message psrmanent

Post your questions and help other users.

Moderator: Martin

Post Reply
albatrosxl
Posts: 6
Joined: 01 Aug 2015 14:42
Location: Germany

statusbar message psrmanent

Post by albatrosxl » 04 Aug 2015 18:03

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

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: statusbar message psrmanent

Post by Martin » 04 Aug 2015 19:54

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

Post Reply