1

I am making an android lock screen app.My problem is the status bar .I writed this line on AndroidManifest.xml android:theme="@android:style/Theme.NoTitleBar.Fullscreen" but the users can scroll the status bar and unlock the phone without the app.So how to hide completly the status bar?

Khaled Bendia
  • 11
  • 1
  • 3

1 Answers1

0

Since Android 4.4.2, you can't hide the status bar anymore. What you can do is make it so users are unable to expand it.

The answer to this question should work for you: Hide status bar in android 4.4+ or kitkat with Fullscreen

Community
  • 1
  • 1
Tharkius
  • 2,744
  • 2
  • 20
  • 31