docs: update license

This commit is contained in:
2025-01-13 10:48:52 +08:00
parent 5262e15749
commit 7f97ad7197
125 changed files with 130 additions and 130 deletions

View File

@@ -90,7 +90,7 @@
``` ```
Apache License Version 2.0 Apache License Version 2.0
Copyright (C) 2019-2024 HighCapable Copyright (C) 2019 HighCapable
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -105,4 +105,4 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
``` ```
版权所有 © 2019-2024 HighCapable 版权所有 © 2019 HighCapable

View File

@@ -92,7 +92,7 @@ links).
``` ```
Apache License Version 2.0 Apache License Version 2.0
Copyright (C) 2019-2024 HighCapable Copyright (C) 2019 HighCapable
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -107,4 +107,4 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
``` ```
Copyright © 2019-2024 HighCapable Copyright © 2019 HighCapable

View File

@@ -9,7 +9,7 @@
```:no-line-numbers ```:no-line-numbers
Apache License Version 2.0 Apache License Version 2.0
Copyright (C) 2019-2024 HighCapable Copyright (C) 2019 HighCapable
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -24,4 +24,4 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
``` ```
Copyright © 2019-2024 HighCapable Copyright © 2019 HighCapable

View File

@@ -22,7 +22,7 @@ features:
details: The built Xposed Module simply supports R8, obfuscate will not destroy the hook entry point, and no other configuration is required under R8. details: The built Xposed Module simply supports R8, obfuscate will not destroy the hook entry point, and no other configuration is required under R8.
- title: Quickly Started - title: Quickly Started
details: Simple and easy to use it now! Do not need complex configuration and full development experience, Integrate dependencies and enjoy yourself. details: Simple and easy to use it now! Do not need complex configuration and full development experience, Integrate dependencies and enjoy yourself.
footer: Apache-2.0 License | Copyright (C) 2019-2024 HighCapable footer: Apache-2.0 License | Copyright (C) 2019 HighCapable
--- ---
### All Hook process in one step, everything is simplified ### All Hook process in one step, everything is simplified

View File

@@ -13,5 +13,5 @@ actions:
- text: 简体中文 - text: 简体中文
link: /zh-cn/ link: /zh-cn/
type: secondary type: secondary
footer: Apache-2.0 License | Copyright (C) 2019-2024 HighCapable footer: Apache-2.0 License | Copyright (C) 2019 HighCapable
--- ---

View File

@@ -9,7 +9,7 @@
```:no-line-numbers ```:no-line-numbers
Apache License Version 2.0 Apache License Version 2.0
Copyright (C) 2019-2024 HighCapable Copyright (C) 2019 HighCapable
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -24,4 +24,4 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
``` ```
版权所有 © 2019-2024 HighCapable 版权所有 © 2019 HighCapable

View File

@@ -22,7 +22,7 @@ features:
details: 构建的 Xposed 模块原生支持 R8 压缩优化混淆,混淆不会破坏 Hook 入口点R8 下无需任何其它配置。 details: 构建的 Xposed 模块原生支持 R8 压缩优化混淆,混淆不会破坏 Hook 入口点R8 下无需任何其它配置。
- title: 快速上手 - title: 快速上手
details: 简单易用,不需要繁琐的配置,不需要十足的开发经验,搭建环境集成依赖即可立即开始使用。 details: 简单易用,不需要繁琐的配置,不需要十足的开发经验,搭建环境集成依赖即可立即开始使用。
footer: Apache-2.0 License | Copyright (C) 2019-2024 HighCapable footer: Apache-2.0 License | Copyright (C) 2019 HighCapable
--- ---
### 所有 Hook 流程一步到位,拒绝繁琐 ### 所有 Hook 流程一步到位,拒绝繁琐

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

View File

@@ -1,6 +1,6 @@
/* /*
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin. * YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
* Copyright (C) 2019-2024 HighCapable * Copyright (C) 2019 HighCapable
* https://github.com/HighCapable/YukiHookAPI * https://github.com/HighCapable/YukiHookAPI
* *
* Apache License Version 2.0 * Apache License Version 2.0

Some files were not shown because too many files have changed in this diff Show More