Commit 524b7e31 authored by maxiaoliang's avatar maxiaoliang

多多菜园修改设置页的隐私政策

parent 70a92f88
...@@ -131,7 +131,7 @@ public class SettingControl : MonoBehaviour ...@@ -131,7 +131,7 @@ public class SettingControl : MonoBehaviour
#if UNITY_IOS #if UNITY_IOS
ShowIOSWebView(PlayerDataControl.Instance.PrivacyPolicyUrl, "隐私政策"); ShowIOSWebView(PlayerDataControl.Instance.PrivacyPolicyUrl, "隐私政策");
#elif UNITY_ANDROID #elif UNITY_ANDROID
CallLocalFunUtil.Instance.OpenWebPage(Constant.Instance.PrivacyPolicy, "隐私政策"); CallingNativeMethods.Instance.OpenWebPage(Constant.Instance.PrivacyPolicy, "隐私政策");
#endif #endif
} }
public void OnClicAboutUs() public void OnClicAboutUs()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment