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