mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 10:45:47 +08:00
Update YukiHookModulePrefs.kt support Set<String> and all() and clear() method
This commit is contained in:
@@ -436,7 +436,7 @@ class MainActivity : AppCompatActivity() {
|
||||
|
||||
<b>解决方案</b>
|
||||
|
||||
`YukiHookModulePrefs` 支持的类型只有 `String`、`Int`、`Float`、`Long`、`Boolean`,请传入支持的类型。
|
||||
`YukiHookModulePrefs` 支持的类型只有 `String`、`Set<String>`、`Int`、`Float`、`Long`、`Boolean`,请传入支持的类型。
|
||||
|
||||
!> `IllegalStateException` HookParam Method args index must be >= 0
|
||||
|
||||
|
Reference in New Issue
Block a user