mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Added android type
This commit is contained in:
@@ -97,6 +97,12 @@ val ApplicationClass get() = Application::class.java
|
||||
*/
|
||||
val ApplicationInfoClass get() = ApplicationInfo::class.java
|
||||
|
||||
/**
|
||||
* 获得 [Instrumentation] 类型
|
||||
* @return [Class]
|
||||
*/
|
||||
val InstrumentationClass get() = Instrumentation::class.java
|
||||
|
||||
/**
|
||||
* 获得 [PackageInfo] 类型
|
||||
* @return [Class]
|
||||
|
Reference in New Issue
Block a user