I'd like to know which class/method parses the styles.xml
file in Android apps' resource folder.
I need to set the attribute windowIsTranslucent
to true
for several applications which source code I don't have.
I thought I could hook into the method that parses the styles.xml
file and "force" the value of the attribute, using the Xposed framework.