# App Policy for Dhekran

This document summarizes how the Dhekran app meets Google Play Console policies. It covers data handling, permissions, advertising, content, and supplemental requirements so reviewers and stakeholders understand why the app remains compliant.

## 1. Scope and Compliance
- Dhekran is a devotional and utility app focused on Islamic content such as reminders and compass tools. It does not include political, adult, hateful, or violent content.
- All functionality respects the Google Play Developer Program Policies, including the Privacy, Device and Network Abuse, and Restricted Content sections.

## 2. Data Collection and Privacy
- The app collects only what is necessary for functionality: location for Qibla direction updates and timezone data for scheduling reminders.
- No personal identifiers (name, email, phone, contacts) are stored unless explicitly entered in optional feedback forms; such forms clearly explain why the data is requested.
- Data transmitted off-device is encrypted via HTTPS/TLS to Google APIs or approved third-party services; no data is shared with unauthorized partners.
- A privacy statement is accessible from within the app (or linked in the store listing) and explains the categories listed above, retention periods, and user rights.

## 3. Permissions
- Location permissions (`ACCESS_FINE_LOCATION`, `ACCESS_COARSE_LOCATION`) are requested only when the user accesses compass or direction screens and are clearly explained before prompting.
- Notification rights (`POST_NOTIFICATIONS`) are used strictly for reminder scheduling; users can disable these notifications from their device settings.
- Alarm (`SCHEDULE_EXACT_ALARM`) and boot completed permissions support background reminder delivery; they are optional and documented in the feature descriptions.
- No sensitive permissions (camera, microphone, call logs, SMS) are requested.

## 4. Ads and Monetization
- Dhekran does not display advertisements or implement in-app purchases at this time. If ad SDKs are added later, they will comply with Google Play Ads Policy and use only SDKs approved for the destination countries.
- No incentives are provided for clicking ads or submitting reviews.

## 5. Content and Intellectual Property
- All imagery, audio, and text in the app is original or properly licensed. Usage of religious text complies with copyright allowances and attribution where required.
- No copyrighted material is redistributed without authorization.
- The app does not facilitate piracy, impersonation, or trademark violations.

## 6. User-Generated Content (UGC)
- User feedback is limited to structured forms; there is no public posting or sharing of UGC.
- Feedback submission fields are moderated by user consent and stored securely for troubleshooting.

## 7. Safety and Security
- The app maintains the Flutter security stance and does not embed executable code downloaded at runtime.
- Any third-party libraries are sourced from reputable packages and are kept up to date with security patches.

## 8. Support and Transparency
- Contact information (email or support channel) is provided in the store listing and in-app support section.
- Release notes clearly spell out new features and bug fixes without misleading claims.

## 9. Policy Updates
- The policy author reviews updates to Google Play policies periodically and updates this document and the app as needed.
- Any new features (subscriptions, ads, live streaming) will be evaluated against relevant Google Play requirements before release.
