python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to disable status bar and not hide it in android?
I want to permanently disable status bar, not hide it. I was able to disable navigation bar by giving qemu.hw.mainkeys=1 in system.prop and building the image.
But, i didn't find any method to disable...

Sourabrt
Votes: 0
Answers: 1
Replacement deprecated window.decorView.systemUiVisibility with WindowInsetsController
I have an Activity with container for fragments. Also, I have three fragment FragmentA, FragmentB, FragmentC.
When I navigate to FragmentC I want the translucent status bar to overlap the content. In ...

Pasha Oleynik
Votes: 0
Answers: 0
Unable to detect SD card (external storage) after disabling systemui
I wanted to disable status and navigation bar on Android 9. so, I used the below commands do disable and enable both the bars.
Disable
pm disable com.android.systemui
Enable
pm enable com.android.sy...

Sourabrt
Votes: 0
Answers: 0