From 387cda012688158784461c42c555ff891f945a3e Mon Sep 17 00:00:00 2001 From: ocean <503259349@qq.com> Date: Mon, 17 Nov 2025 11:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E9=9A=90=E7=A7=81=E5=88=B0?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/assets/PrivacyPolicy.html | 69 +++++++++ .../reader/ui/act/PrivacyPolicyActivity.kt | 5 +- app/src/main/res/layout/activity_splash.xml | 145 +++++++++--------- 3 files changed, 147 insertions(+), 72 deletions(-) create mode 100644 app/src/main/assets/PrivacyPolicy.html diff --git a/app/src/main/assets/PrivacyPolicy.html b/app/src/main/assets/PrivacyPolicy.html new file mode 100644 index 0000000..9819d31 --- /dev/null +++ b/app/src/main/assets/PrivacyPolicy.html @@ -0,0 +1,69 @@ + + +
+ + +Last updated: October 28, 2025
+ +Thank you for using SereneMoment: MinimalBreathe . We value your privacy and data security. This Privacy Policy explains how we collect, use, and protect your information.
+ +The App may collect the following types of information:
+We use the collected information to:
+We do not sell or rent your personal data to any third parties. Information may only be shared in the following cases:
+We use reasonable measures to protect your information from unauthorized access, disclosure, alteration, or destruction.
+ +You can withdraw permissions or delete the app at any time to stop further data collection.
+ +We may update this Privacy Policy from time to time. The latest version will always be available on this page.
+ +If you have any questions or concerns about this Privacy Policy, please contact us at:
+Email: alkrisodetonycr@gmail.com
+ \ No newline at end of file diff --git a/app/src/main/java/com/all/pdfreader/pdf/reader/ui/act/PrivacyPolicyActivity.kt b/app/src/main/java/com/all/pdfreader/pdf/reader/ui/act/PrivacyPolicyActivity.kt index f85e543..2a772a3 100644 --- a/app/src/main/java/com/all/pdfreader/pdf/reader/ui/act/PrivacyPolicyActivity.kt +++ b/app/src/main/java/com/all/pdfreader/pdf/reader/ui/act/PrivacyPolicyActivity.kt @@ -69,9 +69,8 @@ class PrivacyPolicyActivity : BaseActivity() { } private fun loadPrivacyPolicy() { - val privacyPolicyUrl = "https://www.explore-sun.com/privacy-policy/pdf-reader-pro.html" - - binding.webView.loadUrl(privacyPolicyUrl) + val localUrl = "file:///android_asset/PrivacyPolicy.html" + binding.webView.loadUrl(localUrl) } private fun loadErrorPage() { diff --git a/app/src/main/res/layout/activity_splash.xml b/app/src/main/res/layout/activity_splash.xml index 9475760..eec8f39 100644 --- a/app/src/main/res/layout/activity_splash.xml +++ b/app/src/main/res/layout/activity_splash.xml @@ -1,97 +1,104 @@ -