0

I am creating a chat app, and I want to add a view like textview or a progressbar in android system's status bar for the app like this

I don't know what to do for this. I also searched in google for a solution, but they giving result for Notification.

Here I mention that, I'm not asking for any notification or floating view! I just want to add a view in that status bar.

Can anyone help me to do this?
Thanks in advance!!

ToXicMHS5
  • 1
  • 3

1 Answers1

0

As an app developer, you have no permission to set a view inside the status bar. Only the Android OS itself can manage and change views in the status bar according to the current state of the device (what notifications it has, battery status etc.)

As a developer, you can only:

  1. Hide it
  2. Change its color

What are you trying to achieve? Surely Android has a better solution to your problem.

Gil Becker
  • 255
  • 1
  • 9