version:
fix: update:跳转优化,资源替换
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user