Added android type

This commit is contained in:
2022-05-19 01:16:17 +08:00
parent 2fcffcf018
commit 9c008ce998

View File

@@ -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]