mirror of
https://github.com/fankes/TSBattery.git
synced 2025-09-04 09:45:41 +08:00
Merge hook function
This commit is contained in:
@@ -151,6 +151,7 @@ class HookEntry : IYukiHookXposedInit {
|
||||
injectMember {
|
||||
method {
|
||||
name = methodName
|
||||
emptyParam()
|
||||
returnType = UnitType
|
||||
}
|
||||
intercept()
|
||||
@@ -163,7 +164,7 @@ class HookEntry : IYukiHookXposedInit {
|
||||
injectMember {
|
||||
method {
|
||||
name = "acquireLocked"
|
||||
returnType = UnitType
|
||||
emptyParam()
|
||||
}
|
||||
intercept()
|
||||
}
|
||||
|
Reference in New Issue
Block a user