mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 01:35:17 +08:00
Modify remove invalid statement UserDataHandlerClass in ComponentTypeFactory
This commit is contained in:
@@ -55,7 +55,6 @@ import android.widget.Toast
|
||||
import com.highcapable.yukihookapi.hook.factory.classOf
|
||||
import com.highcapable.yukihookapi.hook.factory.toClass
|
||||
import com.highcapable.yukihookapi.hook.factory.toClassOrNull
|
||||
import org.w3c.dom.UserDataHandler
|
||||
|
||||
/**
|
||||
* 获得 [android.R] 类型
|
||||
@@ -685,12 +684,6 @@ val PowerManager_WakeLockClass get() = classOf<PowerManager.WakeLock>()
|
||||
*/
|
||||
val UserHandleClass get() = classOf<UserHandle>()
|
||||
|
||||
/**
|
||||
* 获得 [UserDataHandler] 类型
|
||||
* @return [Class]<[UserDataHandler]>
|
||||
*/
|
||||
val UserDataHandlerClass get() = classOf<UserDataHandler>()
|
||||
|
||||
/**
|
||||
* 获得 [ShortcutInfo] 类型
|
||||
*
|
||||
|
Reference in New Issue
Block a user