mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 02:35:40 +08:00
Update demo
This commit is contained in:
@@ -208,6 +208,8 @@ class HookEntry : IYukiHookXposedInit {
|
||||
.setPositiveButton("OK", null)
|
||||
.setNegativeButton("SEND MSG TO MODULE") { _, _ ->
|
||||
dataChannel.put(DataConst.TEST_CN_DATA, value = "I am host, can you hear me?")
|
||||
}.setNeutralButton("REMOVE HOOK") { _, _ ->
|
||||
removeSelf()
|
||||
}.show()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user