B站包启动流程屏蔽自己的隐私弹窗

main
SunChengyong 2026-06-01 12:52:23 +08:00
parent d2dfae2dbe
commit 3c44d0787a
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@ public class GameLauncher : MonoBehaviour
bool agreement = PlayerPrefs.GetInt("PrivacyAgreement", 0) == 1; bool agreement = PlayerPrefs.GetInt("PrivacyAgreement", 0) == 1;
//BIToolinAOT.Instance.TrackEventInAOT("app_open", null); //BIToolinAOT.Instance.TrackEventInAOT("app_open", null);
#if SDK_BILIBILI
agreement = true; //B站包启动流程屏蔽自己的隐私弹窗
#endif
if (!agreement) // 弹隐私弹窗 if (!agreement) // 弹隐私弹窗
{ {