File tree Expand file tree Collapse file tree
app/src/main/java/toolkit/coderstory Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ public void handleLoadPackage(XC_LoadPackage.LoadPackageParam loadPackageParam)
2727 // Android 17 blocks using reflection to modify static final field
2828 // Since DP2, instead of throwing java exception, they just let art itself crash
2929 // Disable it temporarily till we change hook points
30- if (Build .VERSION .SDK_INT <= Build .VERSION_CODES .BAKLAVA && prefs .getBoolean ("digestCreak" , true ) && prefs .getBoolean ("sharedUser" , false )) {
30+ if ((Build .VERSION .SDK_INT < Build .VERSION_CODES .BAKLAVA || (Build .VERSION .SDK_INT == Build .VERSION_CODES .BAKLAVA && Build .VERSION .PREVIEW_SDK_INT = 0 ))
31+ && prefs .getBoolean ("digestCreak" , true ) && prefs .getBoolean ("sharedUser" , false )) {
3132 setStaticBooleanField (utilClass , "ALLOW_NON_PRELOADS_SYSTEM_SHAREDUIDS" , true );
3233 }
3334
You can’t perform that action at this time.
0 commit comments