Privacy Policy

Effective date: 2025-10-06

Spendrix ("we", "our", "us") is designed with a privacy-first approach. We minimize permissions and store data locally whenever possible. This page explains how our Money Tracker app uses permissions and data, specifically for optional Google Drive backup and restore.

Permission Use Disclosure: Google Drive Sync (no GET_ACCOUNTS)

This section explains how the Money Tracker app enables optional Google Drive backup/restore without requesting the legacy Android permission android.permission.GET_ACCOUNTS. We removed GET_ACCOUNTS, MANAGE_ACCOUNTS, and USE_CREDENTIALS from our manifest and rely on modern Google APIs and user consent flows.

Where it is declared

<!-- Required permissions for money tracker -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
<!-- No GET_ACCOUNTS / MANAGE_ACCOUNTS / USE_CREDENTIALS -->

How Google Drive sync works without GET_ACCOUNTS

Why no GET_ACCOUNTS is needed

Data we access and process

How we use this data

Storage and retention

Sharing and third parties

Security

User control and choices

Children’s data

Money Tracker is not directed to children. If you are a parent/guardian and believe we have collected a child’s data, contact us (see Contact section) to request deletion.

Compliance notes (Google Play/Data safety)

Minimization

We removed GET_ACCOUNTS, MANAGE_ACCOUNTS, and USE_CREDENTIALS. The app uses OAuth consent and Drive scopes only.

Contact

If you have questions or requests regarding this permission or our privacy practices, contact: nikhilmeena809@gmail.com.

Change log