πŸ”’ Privacy Policy

Calc Pro

Offline Precision  Β·  Zero Data Collection  Β·  Google Play Compliant

Mar 13, 2026Effective Date
Mar 13, 2026Last Updated
Version 2.0Current Policy
BytXenDeveloper
Your Privacy is Guaranteed. Calc Pro ("the App", "we", "our") is a fully offline utility app developed by BytXen. It does not collect, store remotely, or transmit any personal data. This Privacy Policy comprehensively discloses the access, collection, use, handling, and sharing of data from our App, in full compliance with the Google Play Developer Program Policies (effective January 28, 2026), GDPR, CCPA, and COPPA.
🚫
Zero Data CollectionNo personal data collected, ever
πŸ“‘
No Internet AccessINTERNET permission not requested
πŸ—‚οΈ
Local History OnlyCalculations saved strictly on-device
πŸ”
No Tracking SDKsZero analytics or advertising libraries
πŸ—‘οΈ
Right to DeleteClear all local data instantly, anytime
πŸ‘Ά
Safe for All AgesCOPPA & GDPR-K compliant
πŸ›‘οΈ
Google Play Data Safety Declaration

In accordance with Google Play policy, our Data Safety section in the Play Store accurately reflects the practices described in this policy: no data collected, no data shared, no data transmitted externally. The App does not collect any user data as defined by Google Play's Data Safety requirements. You can verify this in the app's Play Store listing under "Data safety".

01Information We Access

Calc Pro accesses only the following minimal, on-device data required to operate the App's core features. None of this data is ever transmitted externally or stored outside your device.

Data TypePurposeAPI UsedSent Externally?
Calculation inputs & results Perform and display arithmetic, unit conversions, and finance calculations In-memory only Never
Calculation history Allow you to review, copy, or re-use past calculations within the App Local SQLite DB Never β€” local only
User preferences Remember your chosen settings (theme, vibration, history display) SharedPreferences Never β€” local only
βœ… Technical Guarantee β€” No Internet Permission The App does not declare android.permission.INTERNET in its AndroidManifest. Under Android's permission model, this makes it technically impossible for the App to open any network socket, make any HTTP/HTTPS request, or transmit any data to any external server β€” regardless of any code logic. This is verifiable by inspecting the APK manifest.

02Information We Do NOT Collect

In accordance with Google Play's data transparency requirements, we explicitly confirm that Calc Pro does not access, collect, process, or transmit any of the following categories of personal or sensitive user data:

  • Personal identifiers β€” name, email address, phone number, user IDs, or any account information
  • Precise or approximate location β€” GPS coordinates, IP-derived location, or network-based location
  • Photos, videos, or media files β€” no access to device storage or media library
  • Contacts or call logs β€” no access to your address book or call history
  • SMS, MMS, or messaging content β€” no access to any messages
  • Browsing history or app activity β€” no tracking of how you use other apps or websites
  • Financial or payment information β€” no credit card numbers, bank data, or transaction history (numbers typed into the calculator are not financial data in this sense)
  • Health or biometric data β€” no fitness, medical, or sensor data
  • Audio or camera data β€” no microphone access, no camera access
  • Unique device identifiers β€” no IMEI, Android ID, Advertising ID, or similar
  • Crash or diagnostic data β€” no crash logs are sent to any remote server
ℹ️ Zero-Server Architecture BytXen does not operate any backend servers, APIs, cloud databases, or data pipelines for this App. There is no infrastructure capable of receiving user data from the App.

03How We Use Information

Google Play policy requires us to disclose the specific purpose for every data type accessed. The following is a complete and accurate list of how data is used β€” all processing is local and on-device only:

3.1 Calculation Processing

Numbers and mathematical expressions you enter are processed in-memory in real time to produce results. This data exists only in RAM during your active session. Nothing is logged, persisted beyond the session, or sent anywhere.

3.2 Calculation History

With your implicit use of the history feature, previous calculations are stored in the App's private local SQLite database. This allows you to scroll back through past results, copy an old result, or re-use a formula. This database is stored in the App's private sandboxed storage β€” inaccessible to other apps β€” and can be fully cleared by you at any time from within the App or via Android system settings.

3.3 User Preferences

Settings you configure (such as Dark Mode, Shake to Clear, vibration feedback, and history visibility) are stored in Android's SharedPreferences within the App's private sandbox, so the App remembers your setup between sessions.

3.4 Vibration Feedback

If enabled, the App triggers your device's vibration motor via the VIBRATE system permission when a button is pressed. This is a hardware output action only β€” no data is read, recorded, or associated with this interaction.

ℹ️ No Secondary Use We do not use any data for profiling, advertising, analytics, personalization, developer communications, or any purpose beyond the specific on-device functions described above. This complies with Google Play's principle of "purpose limitation" for user data.

04Data Storage & Security

4.1 Where Data Is Stored

DataStorage LocationAccessible by Other Apps?Cleared When?
Active calculation Device RAM (volatile memory) No β€” sandbox isolated When App is closed
Calculation history Private SQLite database on-device No β€” private app storage When you clear history or uninstall
User preferences Android SharedPreferences (private) No β€” private app storage When you clear app data or uninstall

4.2 Security Measures

  • Android Application Sandbox: The App runs within Android's sandboxed execution environment, which isolates its data from all other apps and system components.
  • No network transmission: The physical absence of the INTERNET permission in the manifest prevents any data from leaving the device at the OS level.
  • No third-party SDKs: The App includes no external libraries that could independently initiate data collection or transmission.
  • Secure system APIs only: All data interactions use official Android APIs with built-in access control.
πŸ” Data Retention Policy Since no data is transmitted or stored outside your device, there is no remote retention period to disclose. Calculation history persists locally on your device until you choose to delete it. Uninstalling the App permanently removes all associated local data. BytXen retains no copies of any user data at any time.

05Permissions Explained

Google Play policy requires all apps to provide a clear, honest disclosure of every permission requested and its purpose. Below is the complete and accurate list for Calc Pro:

PermissionStatusExact PurposeIf Denied
VIBRATE Optional Activates the device vibration motor for a brief tactile pulse when you press a calculator button. This is a hardware output only β€” no data is read or recorded from this permission. App works fully. Button-press vibration will not occur.
⚠️ Prominent Disclosure β€” Permissions We Do NOT Request

Google Play policy requires developers to justify sensitive permission usage. The following permissions are intentionally absent from Calc Pro's AndroidManifest:

  • INTERNET β€” Cannot send any data to external servers. Absent by design.
  • ACCESS_NETWORK_STATE / ACCESS_WIFI_STATE β€” Cannot check network status.
  • READ / WRITE_EXTERNAL_STORAGE β€” Cannot access photos, files, or documents.
  • CAMERA / RECORD_AUDIO β€” Cannot capture images or audio.
  • ACCESS_FINE_LOCATION / ACCESS_COARSE_LOCATION β€” Cannot track location.
  • READ_CONTACTS / READ_CALL_LOG / READ_SMS β€” Cannot access personal communications.
  • READ_PHONE_STATE β€” Cannot read device identifiers such as IMEI.

06Third-Party Services

Google Play policy requires disclosure of all third-party SDKs and their data practices. Calc Pro includes no third-party analytics, advertising, or crash-reporting SDKs. The following system-level Google services may be present to support standard Play Store functionality:

6.1 Google Play Core Library

The App may integrate Google Play's core library for the following standard functions only:

  • In-App Updates: Allows the App to check for and prompt installation of a newer version from the Play Store. This interaction is handled entirely by the Play Store app β€” no user data from Calc Pro is transmitted. This feature only activates when explicitly triggered.
  • In-App Review: Allows you to submit a star rating or review for the App from within the UI, via the standard Play Store review dialog. No review content or personal data is processed by Calc Pro itself.
⚠️ Third-Party Disclosure β€” Google Play Services These Google Play Core interactions are governed by Google's Privacy Policy (policies.google.com/privacy). BytXen does not receive, access, or store any data generated by these interactions. These features are only activated by an explicit user action (tapping "Check for Update" or "Rate this App") and do not run in the background.

6.2 SDKs We Do NOT Include

  • No analytics SDKs β€” No Google Analytics, Firebase Analytics, Mixpanel, or any equivalent
  • No advertising SDKs β€” No AdMob, Meta Audience Network, AppLovin, or any ad network
  • No crash reporting SDKs β€” No Crashlytics, Sentry, Bugsnag, or remote crash tools
  • No social SDKs β€” No Facebook, Twitter, or social login libraries
  • No cloud storage SDKs β€” No Firebase Firestore, Realtime Database, or cloud sync
πŸ” Independent Verification You can verify the absence of tracking SDKs by analyzing the APK using Exodus Privacy (exodus-privacy.eu.org), which scans for known tracker signatures in Android apps.

07Data Sharing & Disclosure

7.1 Zero Data Sharing Policy

Calc Pro does not share, sell, rent, trade, license, or otherwise disclose any user data to any third party under any circumstances. This is both a legal commitment and a technical reality. Because we do not collect or possess any user data, there is nothing to share.

7.2 Legal Requests from Authorities

We cannot comply with data requests from law enforcement agencies, government bodies, courts, or any other authority β€” because BytXen does not hold, possess, or have access to any Calc Pro user data. All data created by use of the App resides exclusively on the user's device.

7.3 Business Transfers

In the event of a merger, acquisition, bankruptcy, or transfer of assets, no user data would be transferred as part of that transaction, because no user data is held by BytXen.

🌐 Commitment to Transparency If our data practices ever change in any way β€” including if we were to introduce any form of data collection, analytics, advertising, or third-party SDK β€” we will update this Privacy Policy, notify existing users proactively via the Play Store and in-app notification, and obtain explicit user consent before any such change takes effect. We will never collect data silently.

08Your Rights & Data Deletion

Google Play policy (effective December 7, 2023 and ongoing) requires apps to provide users with clear data deletion options. Although Calc Pro holds no data on our servers, we provide full on-device deletion controls:

8.1 Delete Your Calculation History

  • From within the App: Tap the history icon β†’ tap "Clear All" to permanently delete all saved calculations instantly.
  • Via Android Settings: Go to Settings → Apps → Calc Pro → Storage → Clear Data β€” this resets the App completely, removing all history and preferences.

8.2 Delete All App Data

  • Clear App Data: Settings → Apps → Calc Pro → Storage → Clear Data β€” deletes all history, preferences, and cached data permanently.
  • Uninstall the App: Uninstalling Calc Pro permanently removes all associated local data from your device. No residual data exists on any server.

8.3 Your Rights Under Privacy Law

Depending on your jurisdiction, you may have the following rights regarding personal data. Since BytXen holds no personal data about you, these rights are satisfied by the on-device controls above:

Right to Access

Request what data is held about you. We hold none β€” your data is only on your device under your control.

Right to Deletion

Request erasure of your data. Use "Clear History" or "Clear Data" in Android settings at any time.

Right to Rectification

Correct inaccurate data. Your history is editable directly within the App.

Right to Portability

Export your data. You can manually copy calculations from the history view.

Right to Object

Object to processing. You can clear all history and disable history saving in App settings.

Right to Withdraw Consent

Revoke the VIBRATE permission at any time via Android Settings → Apps → Calc Pro → Permissions.

To exercise any of these rights or if you have questions, contact us at the address in Section 12. We will respond within 30 days as required by GDPR and applicable law.

09Children's Privacy

Calc Pro is appropriate for all ages and is suitable for use by children. The App does not knowingly collect personal information from anyone, including children under the age of 13 (or the applicable age of digital consent in your jurisdiction).

The App's offline, zero-collection design fully satisfies the requirements of:

  • COPPA β€” Children's Online Privacy Protection Act (USA, age 13)
  • GDPR-K β€” GDPR provisions for children (EU, age 16 or member state minimum)
  • Age-Appropriate Design Code β€” Children's Code (UK, age 18)
  • Google Play Families Policy β€” We do not collect personal data, show ads, or include in-app purchases

Parents and guardians can safely allow children to use Calc Pro. The App does not require account creation, contain advertisements, include in-app purchases, access the internet, or communicate with any external service.

πŸ‘¨β€πŸ‘©β€πŸ‘§ For Parents & Guardians If you believe your child has inadvertently provided any data through use of this App, please contact us at the email in Section 12. We will respond promptly, though we note the App's architecture makes data transmission technically impossible.

10Changes to This Policy

10.1 When We Update This Policy

We may update this Privacy Policy to reflect changes in Android OS requirements, new App features, legal or regulatory obligations, or evolving best practices. The "Last Updated" date at the top of this document will always reflect the most recent revision.

10.2 How You Will Be Notified

  • This page: The updated policy will be posted at this URL immediately upon taking effect.
  • Google Play Store listing: The privacy policy link in the Play Store will always point to the current version.
  • In-app notification: For any material change that affects data collection or user rights, an in-app notice will be displayed on next launch, before the change takes effect.
  • Version history: We maintain a revision date at the top of this document so you can track when changes were made.

10.3 Continued Use

Your continued use of Calc Pro after a policy update constitutes acceptance of the revised policy. If you do not agree with an update, you may delete the App at any time. For material changes involving data collection, we will obtain your explicit consent before those changes apply to you.

πŸ’¬ Our Absolute Commitment We will never introduce data collection, advertising SDKs, analytics, or remote data transmission without: (1) updating this policy in advance, (2) displaying a prominent in-app notice, and (3) obtaining your explicit opt-in consent. Any such change would only take effect after consent is granted.

11Legal Compliance & Jurisdiction

11.1 Google Play Policy Compliance

  • Google Play Developer Program Policies (Jan 28, 2026): This policy comprehensively discloses all data access, collection, use, and sharing in compliance with the User Data policy section.
  • Data Safety Form: Our Data Safety declaration in Play Console accurately reflects this policy. Declared values: no data collected, no data shared.
  • Sensitive Permissions: All permissions are fully disclosed with justification. No sensitive permissions beyond VIBRATE are used.
  • SDK Compliance: We are responsible for ensuring all code in the App β€” including any third-party code β€” complies with Google Play policies, as required by Google.
  • Data Deletion: Data deletion options are provided as required by Google Play policy (in-app clear history, Android system clear data, and uninstall).

11.2 International Privacy Regulations

RegulationJurisdictionCompliance Status
GDPR β€” General Data Protection RegulationEuropean UnionCompliant
CCPA β€” California Consumer Privacy ActCalifornia, USACompliant
COPPA β€” Children's Online Privacy Protection ActUSACompliant
LGPD β€” Lei Geral de ProteΓ§Γ£o de DadosBrazilCompliant
PIPEDA β€” Personal Information Protection ActCanadaCompliant
Privacy Act 1988AustraliaCompliant

11.3 Privacy Principles

  • Privacy by Design: Privacy is a core architectural principle embedded from the start of development, not an afterthought.
  • Data Minimization: Only the absolute minimum data necessary for core functionality is accessed β€” and none of it leaves the device.
  • Purpose Limitation: Each data access is tied to a single, clearly stated, user-expected purpose. No secondary use of data occurs.
  • Transparency: This policy is publicly accessible, written in plain language, and kept up to date with actual App behavior.

12Contact Information

If you have any questions, concerns, requests, or feedback regarding this Privacy Policy or the App's data practices, please contact us. We are committed to responding to all privacy-related inquiries.

Developer / Studio: BytXen

Email: tech.bytxen01@gmail.com

App Name: Calc Pro

Response Time: We aim to respond to all inquiries within 48–72 hours, and within 30 days for formal data rights requests under GDPR/CCPA.

What to Include in Your Message

To help us respond efficiently, please include your device model and Android version, the Calc Pro version number (visible in Play Store or App info), and a clear description of your question or concern.

πŸ›‘οΈ Responsible Security Disclosure If you discover a security vulnerability or privacy concern in the App, please report it responsibly by emailing us before any public disclosure. We take all reports seriously, will acknowledge receipt promptly, and will work to address valid findings as quickly as possible.