user1926491
user1926491

Reputation: 21

Are there any ways to hide the System bar (or Navigation bar) **permanently** on Android?

Are there any ways to hide the System bar (or Navigation bar) permanently on Android? It will re-appear when user touch on screen.

My solution was: catch the event (e.g. Touching) when user interact with screen. But I can only catch it at the second time. The first time I can not. If I can catch at the first time, I think I can force the System bar will be visibility again. Have you got any ways to catch the event in this situation?

Upvotes: 2

Views: 439

Answers (1)

mihirjoshi
mihirjoshi

Reputation: 12201

Yes it is here is the code Pieter Pareit.

Upvotes: 1

Related Questions