red55der
red55der
Extracted the com.android.systemuit.SystemUIService class from MiuiSystemUI.apk. onCreate() function calls Super and ((Application) getApplication()).getSystemUIApplication().startServicesIfNeeded(); So ((Application) getApplication()) = null or getSystemUIApplication() returns null Don't know why its returns null after Xposed...
Did some research on the MiuiSystemUI package to understand how it works and to find out what is going wrong. In com.android.systemui.SystemUIService (MIUI modified version) the onCreate is be called....
It is a pity that it has been adjusted. But if someone can give some hints in the direction of a solution, I like to help.
@CrescendoFang i looked the log's but the fatal exception is different.