Commit 524b7e31 authored by maxiaoliang's avatar maxiaoliang

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

parent 70a92f88
......@@ -131,7 +131,7 @@ public class SettingControl : MonoBehaviour
#if UNITY_IOS
ShowIOSWebView(PlayerDataControl.Instance.PrivacyPolicyUrl, "隐私政策");
#elif UNITY_ANDROID
CallLocalFunUtil.Instance.OpenWebPage(Constant.Instance.PrivacyPolicy, "隐私政策");
CallingNativeMethods.Instance.OpenWebPage(Constant.Instance.PrivacyPolicy, "隐私政策");
#endif
}
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