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
if [ -f $tempSmaliDir/smali/com/android/internal/policy/impl/PhoneWindowManager.smali ];then
echo ">>> turn private to public for keyguardIsShowingTq"
sed -i 's/.method private keyguardIsShowingTq()Z/.method public keyguardIsShowingTq()Z/' $tempSmaliDir/smali/com/android/internal/policy/impl/PhoneWindowManager.smali
sed -i 's/invoke-direct\( .*Lcom\/android\/internal\/policy\/impl\/PhoneWindowManager;->keyguardIsShowingTq()Z\)/invoke-virtual\1/g' $tempSmaliDir/smali/com/android/internal/policy/impl/PhoneWindowManager.smali