from pathlib import Path html = r''' Privacy Policy | TEMI CARS
Android App Privacy

Privacy Policy

This Privacy Policy explains how the TEMI CARS Android application handles information, local records, device actions, permissions, retention, and user privacy.

No Server Collection

The app does not collect personal data on TEMI CARS servers.

Local Device Storage

Rental estimates, notes, and preferences remain in Android app storage.

User-Controlled Actions

Exporting, copying, and sharing happen only when initiated by the user.

Effective date and last updated: July 12, 2026

01. Developer and Business Information

Developer name TEMI CARS
DUNS Number 535502573
Address N 193 Avenue Biranzarane, Tinghir (M), MA
Activity Location de véhicule automobile sans chauffeur
RC 671 (Tribunal de Tinghir)
ICE 002553608000087
Legal form Société à Responsabilité Limitée à Associé Unique
Capital 100 000 DHS

02. What the App Does

The app lets users:

  • View a vehicle catalog.
  • Search and filter vehicles.
  • Open vehicle details.
  • Prepare local rental estimates.
  • Save request details on the device.
  • Export local request records.
  • Copy business information.
  • Share a business summary using Android user-initiated actions.
Important: The app does not process payments, automatically confirm rentals, or submit requests to a server through the app. Final confirmation is handled outside the app with TEMI CARS.

03. Information Stored on the Device

The app may store the following information locally on the device for app functionality:

  • Selected vehicle information.
  • Rental dates entered by the user.
  • Local estimate values such as rental total, deposit estimate, and extra kilometer estimate.
  • Optional notes entered by the user.
  • Local pricing preference values, such as extra kilometer cost.
  • An onboarding preference that remembers whether the welcome screen was already shown.

This information is stored locally inside the app's normal Android storage area.

04. Data Collection and Sharing

The app does not collect personal data on TEMI CARS servers through the app.

The app does not use analytics SDKs, advertising SDKs, tracking SDKs, crash reporting SDKs, profiling tools, or background data collection.

The app does not send local request records, notes, or local settings to TEMI CARS or to third parties from inside the app.

For Google Play Data safety purposes, TEMI CARS does not collect app data because the app does not transmit it off the device. Data that a user deliberately exports or shares is handled by the destination or app selected by the user and is subject to that recipient's privacy practices.

05. User-Initiated Device Actions

The app includes Android actions started by the user, such as:

  • Copying business information to the device clipboard.
  • Exporting local request data to a text file using the Android document picker.
  • Sharing business summary text using Android sharing.

These actions only occur when the user starts them.

An exported text file can contain vehicle details, rental dates, estimates, status, and optional notes. Users should review the destination and the contents before exporting or sharing them.

06. Permissions and Access

  • The app does not request internet permission.
  • The app does not request dangerous Android permissions such as location, camera, microphone, contacts, SMS, call logs, or broad storage access.
  • The app does not require account registration, password login, or identity verification to use its main features.

07. Retention and Deletion

Locally stored app information remains on the device until the user deletes it from the app settings, clears app data through Android, or uninstalls the app.

The Settings screen includes controls to export local data and to delete saved local requests and local preferences.

08. Security

The app stores local records inside the app's standard Android storage environment. No mobile application can guarantee absolute security on every device, so users should avoid placing unnecessary sensitive personal information in optional notes.

09. Children

The app is not directed to children and is not designed as a child-focused service.

10. Changes to This Policy

If this Privacy Policy changes, the updated version will be published with a new effective date. Continued use after an update is subject to the revised policy.

11. Contact

TEMI CARS

Questions or privacy requests may be sent by post to:
N 193 Avenue Biranzarane,
Tinghir (M), Morocco.
''' path = Path("/mnt/data/temi_cars_privacy_policy.html") path.write_text(html, encoding="utf-8") print(f"Created: {path}")