Protect windowNoTitle and windowActionBar attributes
This patch creates a new method to define "protected" attributes. These are attributes like windowActionBar which should not be modified by a theme. Some apps (eg gmail) use the appcompat library which has its own Actionbar classes. When an app uses its own Actionbar it must not include the default actionbar which is achieved through the windowActionBar attribute. Some themes may try to change these attributes, which can will cause the app to crash. Change-Id: Ie3bb7285eed09f3f13facf9d142ea9eb83796eec
Loading
Please register or sign in to comment