Android O Feature Highlight Apps Can No Longer Draw Over System Ui
Android O will mark the end of apps that draw over System UI as Google is deprecating the UI used by such apps. Instead, it will now be offering developers with a new ‘TYPE_APPLICATION_OVERLAY’ API that will only allow them to draw over other apps. The System UI of Android consists of the status bar, keyboard, lock screen, navigation bar, and other parts of the system. The existing ‘TYPE_SYSTEM_OVERLAY’ API will be deprecated which will lead to apps like Material Status Bar, Status, Clean Status Bar, and PowerLine from working on Android O....