hch
2023-05-10 df69044cce7d2bbce4881dc303cf5fbd2f0996c0
SdkProject/library/src/main/java/com/secondworld/sdk/GameAppProxy.java
@@ -36,10 +36,10 @@
            Intent intent = packageManager.getLaunchIntentForPackage(_pn);
            intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
            app.startActivity(intent);
            android.os.Process.killProcess(android.os.Process.myPid());// 杀进程
        }, 1000);
        if (UnityPlayer.currentActivity != null)
            UnityPlayer.currentActivity.finish();
        android.os.Process.killProcess(android.os.Process.myPid());// 杀进程
    }
    //是否位demo