Hello, I would like to remove the usual software bar that Android has from my application. It used to work, but now when I program a new application, the bottom bar cannot be removed. Can you please advise?
Hi! On modern Android versions, removing the navigation bar completely can be tricky because of system gestures and security restrictions. You can try using ‘Show navigation bar=false’ in your app, which hides the navigation bar temporarily while your app is active.
Just hide
![]()