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 @@ -