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 @@ + + + + + + Privacy Policy | PDF Reader Pro + + + +

Privacy Policy

+

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.

+ +

1. Information We Collect

+

The App may collect the following types of information:

+ + +

2. How We Use Information

+

We use the collected information to:

+ + +

3. Information Sharing

+

We do not sell or rent your personal data to any third parties. Information may only be shared in the following cases:

+ + +

4. Data Security

+

We use reasonable measures to protect your information from unauthorized access, disclosure, alteration, or destruction.

+ +

5. Your Rights

+

You can withdraw permissions or delete the app at any time to stop further data collection.

+ +

6. Changes to This Privacy Policy

+

We may update this Privacy Policy from time to time. The latest version will always be available on this page.

+ +

7. Contact Us

+

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 @@ - - - - - - - - - - - - - + android:background="@mipmap/splash_img_bg"> + + + + + + + + + + + android:orientation="vertical"> - + + + + + + + + - - - + android:textSize="16sp" /> - - + - \ No newline at end of file + \ No newline at end of file