Added systemContext function in PackageParam

This commit is contained in:
2022-07-27 23:48:50 +08:00
parent e557133841
commit bff441b07e
4 changed files with 66 additions and 18 deletions

View File

@@ -72,6 +72,20 @@ val appResourcesResources
!> 你只能在 `HookResources.hook` 方法体内或 `appContext` 装载完毕时进行调用。
### systemContext [field]
```kotlin
val systemContext: Context
```
**变更记录**
`v1.0.93` `新增`
**功能描述**
> 获取当前系统框架的 `Context`。
### processName [field]
```kotlin