There are many question related to disable status bar.
I tried that way. But did not work in Android 8.0.
because according to Google Document
Alert windows
If an app uses the SYSTEM_ALERT_WINDOW
permission and uses one of the following window types to attempt to display alert windows above other apps and system windows:
TYPE_PHONE
TYPE_PRIORITY_PHONE
TYPE_SYSTEM_ALERT
TYPE_SYSTEM_OVERLAY
TYPE_SYSTEM_ERROR
...then these windows always appear beneath the windows that use the TYPE_APPLICATION_OVERLAY
window type. If an app targets Android 8.0 (API level 26), the app uses the TYPE_APPLICATION_OVERLAY
window type to display alert windows.
I already tried How to disable status bar click and pull down in Android? but this works only below Android 8.0.
How to disable status bar in Android 8.0?