fix:
update:跳转优化,资源替换
This commit is contained in:
2025-12-16 14:37:15 +08:00
parent 8a6bd705dc
commit ed285c05ee
54 changed files with 123 additions and 46 deletions

View File

@@ -681,6 +681,11 @@ public class OpenApkUtils {
return;
}
if (TextUtils.isEmpty(className)) {
openApp(packageName);
return;
}
// 2. 构建Intent并设置Component包名+类名)
Intent intent = new Intent();
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);