You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uhh in nfcservice theres a thing like this in nfcservice:
Public NfcService(Application nfcApplication) {
...
mContext = nfcApplication;
...
mScreenStateHelper = new ScreenStateHelper(mContext);
...
mScreenState = mScreenStateHelper.checkScreenState();
...
}
Anyway, so doesnt work in android because they moved the interrogation function to another object, right?
All the constants appear to be named the same so hopefully just a matter of renaming and relinking?
either way, beyond me as i dont speak java.
But the problem is a wee change in lollipop's nfc thingy and i bet the nfc lockscreen enabler dev(/s?) Can handle it :-)
rt
do not support android5.0 with xposed 3.0 alpha2
The text was updated successfully, but these errors were encountered: