Image Resizer for Android · Last updated 9 August 2026
Image Resizer includes two Google Firebase components — Crashlytics (crash reporting) and Performance Monitoring. They exist so that a crash or a slowdown on a device we do not own can still be diagnosed and fixed. They run automatically while the app is in use.
| Collected | What it is | Why |
|---|---|---|
| Crash reports | The stack trace of the failure, the app's state at the moment it crashed, and the app version. | To identify and fix crashes. |
| Performance data | App start-up time, screen rendering times, and the app's CPU and memory use. | To find slow or memory-hungry code paths. |
| Device information | Device model, manufacturer, Android version, language, available memory and storage, orientation, and whether the device is rooted. | To tell whether a problem affects one kind of device or all of them. |
| An installation identifier | A random ID generated on your device when the app is installed. It is not your Android advertising ID, not your account, and is not linked to you. It is reset if you uninstall and reinstall the app, or clear its data. | To group several reports coming from the same installation. |
| IP address | Seen by Google's servers when a report is sent, and used to derive a coarse country/region. It is not used to locate you and is not exposed to us as a precise location. | Unavoidable side effect of any network request; used for regional grouping. |
None of this contains your images or anything you typed. The app attaches no custom logs, no user IDs and no file information to these reports.
Earlier versions of Image Resizer declared no Android permissions at all. Adding the diagnostics components above changed that, and it is only honest to be specific about it. The app now declares:
INTERNET — used solely to send the diagnostic reports described above.ACCESS_NETWORK_STATE — lets the diagnostics library check whether a connection
exists before trying to send.WAKE_LOCK — used by the diagnostics library to finish sending a pending report.You can verify this list yourself at any time: Settings → Apps → Image Resizer → Permissions. The app still requests no storage, camera, location, contacts, or microphone permission, and none of these three can reach your photos.
Pictures/ImageResizer album) or to a folder you pick yourself.Resized images are re-encoded from scratch. Camera metadata such as GPS location, device model, and timestamps present in the original is not carried over into the output file. Image orientation is applied to the pixels so the picture stays upright. This is a privacy benefit, but note it also means the original capture date and location are not preserved in the resized copy.
Crash and performance reports are processed by Google LLC through Firebase, acting as our service provider. They are transmitted over an encrypted HTTPS connection and are stored on Google's infrastructure. Crash reports are retained for approximately 90 days; performance data is retained for a limited period and then kept only in aggregate. Google's handling of this data is described in the Firebase Privacy and Security documentation and the Google Privacy Policy.
We use these reports only to fix defects and improve the app. We do not use them for advertising, profiling, or any automated decision-making, and we do not combine them with data from any other source.
Image Resizer is not directed at children and is not designed for use by children under 13. It collects no personal information from anyone, including children.
If the app changes in a way that affects this policy, this page will be updated and the “Last updated” date above will change. This version reflects the addition of crash reporting and performance monitoring; versions of the app up to 1.0.1 contained neither and made no network connections of any kind.
Questions about this policy or the app: contact@cretiv.in