diff --git a/ProjectNLD/Assets/Code/Scripts/HotUpdate/GameLauncher.cs b/ProjectNLD/Assets/Code/Scripts/HotUpdate/GameLauncher.cs index 1bdeb658419..1614f84847f 100644 --- a/ProjectNLD/Assets/Code/Scripts/HotUpdate/GameLauncher.cs +++ b/ProjectNLD/Assets/Code/Scripts/HotUpdate/GameLauncher.cs @@ -101,6 +101,10 @@ public class GameLauncher : MonoBehaviour bool agreement = PlayerPrefs.GetInt("PrivacyAgreement", 0) == 1; //BIToolinAOT.Instance.TrackEventInAOT("app_open", null); + +#if SDK_BILIBILI + agreement = true; //B站包启动流程屏蔽自己的隐私弹窗 +#endif if (!agreement) // 弹隐私弹窗 {