From 7e2ac66d7c532a5725635fa3913789bb17c1e157 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 21 十月 2021 13:46:33 +0800 Subject: [PATCH] 隐私合规,青少年模式,64位兼容 --- MGVideo/src/com/mugua/mgvideo/ui/dialog/UserProtocolDialog.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/MGVideo/src/com/mugua/mgvideo/ui/dialog/UserProtocolDialog.java b/MGVideo/src/com/mugua/mgvideo/ui/dialog/UserProtocolDialog.java index 2eab921..3fc1ad4 100644 --- a/MGVideo/src/com/mugua/mgvideo/ui/dialog/UserProtocolDialog.java +++ b/MGVideo/src/com/mugua/mgvideo/ui/dialog/UserProtocolDialog.java @@ -13,6 +13,7 @@ import com.lcjian.library.util.SystemCommon; import com.mugua.mgvideo.R; +import com.mugua.mgvideo.ui.SimpleBrowserActivity; import com.mugua.mgvideo.util.ui.TextViewUtil; import com.ysh.wpc.appupdate.util.StringUtils; @@ -106,7 +107,7 @@ FrameLayout.LayoutParams.MATCH_PARENT, FrameLayout.LayoutParams.WRAP_CONTENT)); TextView tv_title = layout.findViewById(R.id.tv_title); TextView tv_content = layout.findViewById(R.id.tv_content); - tv_content.setText(TextViewUtil.getClickableHtml(webviewData, context, Color.rgb(23,106,230))); + tv_content.setText(TextViewUtil.getClickableHtml(webviewData, context, Color.rgb(23, 106, 230), SimpleBrowserActivity.class)); tv_content.setMovementMethod(LinkMovementMethod.getInstance()); tv_content.setClickable(false); -- Gitblit v1.8.0