B站包启动流程屏蔽自己的隐私弹窗
parent
d2dfae2dbe
commit
3c44d0787a
|
|
@ -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) // 弹隐私弹窗
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue