Loading

摘要: object SuShell { private const val SU_CMD = "su" fun exec(cmd: String): Result<String> { val process = Runtime.getRuntime().exec(SU_CMD) val writer = 阅读全文
posted @ 2025-11-20 20:52 xtyuns 阅读(4) 评论(0) 推荐(0)