Android floating window with hidden statusbar Accessibility problems
I am working on android 4.4.2 building an application with a system overlay/floating window created by an accessibility service. Edit: I want to be able to hide the status bar GLOBALLY (in any app) (made possible by the code below) however when the overlay is shown i stop receiving acessibilityEvents from the listener and the software/hardware back button When the floating view is injected into windowmanager: AccessibilityEvent listener does not receive updates Soft/hardware back key does not register (home/recents does) in order to hide the status bar both 'FLAG_FULLSCREEN | FLAG_NOT_TOUCH