How to know that current screen is Full-screen mode in Android

306 Views Asked by At

How can I know that current screen is Full-screen mode in Android?

I'm making a service that notifies some message through status bar.

But It has a problem when status bar is hide.

So I want to know that whether status bar is on the screen or not.

I tried to find out the way. But I don't know how to know that.

Please help me from this problem ;)

Thanks.

1

There are 1 best solutions below

0
On

How can I know that current screen is Full-screen mode in Android?

You can't, sorry.