Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
优化: 妙享不省电
Browse files Browse the repository at this point in the history
  • Loading branch information
HChenX committed Apr 16, 2024
1 parent a2c7e90 commit 2ae7f63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public void init() throws NoSuchMethodException {
FindMethod.create()
.matcher(MethodMatcher.create()
.declaredClass(ClassMatcher.create()
.usingStrings("getEnduranceFromPowerKeeper flag: "))
.usingStrings("changePowerMode")
.usingStrings("hang_up_enable"))
.usingStrings("hang_up_enable")
)
).singleOrNull();
if (methodData == null) {
Expand Down

0 comments on commit 2ae7f63

Please sign in to comment.