Skip to content

Commit

Permalink
Fixed method name
Browse files Browse the repository at this point in the history
  • Loading branch information
pylerSM committed Dec 23, 2014
1 parent 6136766 commit fddf40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/pyler/xinstaller/XInstaller.java
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ protected void afterHookedMethod(MethodHookParam param)
if (LOLLIPOP_NEWER) {
// 5.0 and newer
XposedHelpers.findAndHookMethod(packageManagerClass,
"verifySignaturesLP",
"checkUpgradeKeySetLP",
"com.android.server.pm.PackageSetting",
"android.content.pm.PackageParser$Package",
checkDuplicatedPermissions);
Expand Down

0 comments on commit fddf40c

Please sign in to comment.