Update demo

This commit is contained in:
2022-07-28 03:11:34 +08:00
parent c410608690
commit fb8d76a3af

View File

@@ -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()
}
}