This commit is contained in:
Administrator 2025-06-25 19:06:03 +08:00
parent 951f6697e8
commit 6fa7c334ea
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ public class ChangeDeviceInfoUtil {
}
// 构造安装命令
String command = "pm install " + apkFilePath;
String command = "pm install-multiple " + apkFilePath;
// 执行命令并获取结果
String result = ShellUtils.execRootCmdAndGetResult(command);