from pathlib import Path html = """ Privacy Policy - RoutineLens

Privacy Policy for RoutineLens

Effective date: June 5, 2026

RoutineLens is a routine bottleneck analysis app designed to help users record repeated daily routines and understand what tends to be delayed, missed, skipped, or completed. This Privacy Policy explains how RoutineLens handles information when you use the app.

Summary: RoutineLens is designed as a privacy-friendly app. Routine data is stored locally on your device. The app does not require account registration and does not provide cloud sync.

1. Information We Collect

RoutineLens may store information that you enter into the app, including:

This information is used to provide the app's core features, including routine tracking, daily status summaries, and bottleneck insights.

2. Local Storage

RoutineLens stores routine and settings data locally on your device. We do not operate a user account system, and RoutineLens does not upload your routine records to our own server.

If you uninstall the app or clear app data, locally stored data may be deleted according to your device and operating system behavior.

3. Notifications

RoutineLens may request notification-related permissions so it can send routine reminder notifications. These reminders are generated based on the routines and reminder settings you configure in the app.

You can enable or disable notifications through the app settings or your device settings. If notification permission is not granted, reminder notifications may not appear.

4. Advertising

RoutineLens may display advertisements using Google AdMob. Google AdMob may collect and process certain data such as device identifiers, advertising identifiers, app interactions, diagnostics, and related information in accordance with Google's own policies.

For more information about how Google handles data in advertising services, please review Google's privacy and advertising policies.

5. Third-Party Services

RoutineLens may use third-party services necessary for app functionality, analytics, crash diagnostics, advertising, or distribution through Google Play. These third-party services may process data according to their own privacy policies.

Third-party services that may be relevant include:

6. Data Sharing

We do not sell your personal information. RoutineLens does not intentionally share your locally stored routine records with our own server.

Data may be processed by third-party services such as Google AdMob or Google Play services as described above, or when required by law, regulation, legal process, or enforceable governmental request.

7. Data Security

RoutineLens is designed to keep routine records on your device. However, no method of electronic storage or transmission is completely secure. You are responsible for maintaining the security of your device, including using device lock features and keeping your operating system up to date.

8. Children's Privacy

RoutineLens is not intended for children under the age of 13. We do not knowingly collect personal information from children under 13. If you believe that a child has provided personal information through the app, please contact us so we can review the situation.

9. International Users

RoutineLens may be used in multiple countries and languages. Third-party services used by the app, such as Google services, may process data in countries other than your country of residence according to their own policies and legal bases.

10. Your Choices

You can manage your information and app behavior in the following ways:

11. Changes to This Privacy Policy

We may update this Privacy Policy from time to time. If we make changes, we will update the effective date at the top of this page. Continued use of RoutineLens after changes means you accept the updated Privacy Policy.

12. Contact Us

If you have any questions about this Privacy Policy or RoutineLens, you can contact us at:

gmtsdk@gmail.com

""" path = Path("/mnt/data/routinelens_privacy_policy_2026-06-05.html") path.write_text(html, encoding="utf-8") path.as_posix()