The short version

1. Who this policy covers

ShadowCam ("the app", "we", "our") is an Android app that records video in the background and stores it encrypted on your device. This policy explains what information the app accesses on your device, how it is used, what a third-party advertising SDK accesses on our behalf, and your choices. The app has no server or backend of its own โ€” the only outside party involved is Google, through the AdMob SDK described in Section 4.

2. Information the app accesses

Everything below is created by you when you record, and stays on your device. None of it is transmitted to us or to any third party โ€” the app makes no network connections other than the ad requests described in Section 4, and those never carry your recordings or anything about them.

DataWhy it's accessedWhere it's stored
Video you recordThe core function of the app.Encrypted as it is captured, into app-private storage on your device. Unencrypted video is never written to disk except when you deliberately export a copy (see Section 7).
Audio you record (optional)Captured alongside video only when you enable "Record audio" and grant microphone access.Encrypted into the same file as the video. Turning the setting off, or denying the microphone permission, records video only.
Thumbnail stillOne small still image per recording so the in-app list has something to show.Encrypted separately in app-private storage, with the same key as the recording.
Recording detailsCreation time, duration, dimensions, whether audio was captured, and whether you have exported it โ€” used to list and play your recordings.A local database on your device. See Section 8 for a note on this database.
Capture settingsYour chosen camera, quality, and whether audio is recorded.Local device preferences storage.
Earned savesA count of saves you have paid for by watching a rewarded ad but not yet used.Local device preferences storage; persists across restarts, cleared by uninstalling.

3. Device permissions we ask for

PermissionPurpose
CameraTo record video. This is the app's core function and it cannot work without it.
MicrophoneOnly used when you have enabled "Record audio". Deny it, or leave the setting off, and the app records video only.
NotificationsRequired, and not optional. Android mandates a visible indicator whenever an app uses the camera in the background, and that notification is also your stop control โ€” it cannot be dismissed while the camera is live.
Foreground service (camera & microphone)Lets recording continue when the screen is off or the app has been closed, which is the point of the app.
Prevent device from sleepingKeeps the encoder running for the duration of a recording so a session doesn't silently stop when the device dozes.
Internet / network stateUsed only to request and display rewarded ads. Recording, playback, encryption, and deleting all work with no connection at all.
Advertising IDUsed by the Google AdMob SDK to request and measure ads โ€” see Section 4.

You can grant or revoke any of these from your device's system settings. Revoking camera access stops the app from recording; revoking notifications prevents recording from starting at all, because Android will not allow a background camera session without a visible indicator.

4. Advertising & third-party SDKs

ShadowCam is free and funded by optional rewarded video ads instead of a purchase price or a subscription. Ads gate exactly one thing: saving a decrypted copy of a recording out to your device's gallery. Watching a rewarded ad to completion earns one save. Playing a recording inside the app is always free, works offline, and never involves an ad โ€” your own footage is never held behind one.

Ads are served by Google AdMob, a third-party advertising SDK we embed but don't control. To request, deliver, and measure ads, Google's SDK can access and process:

Google collects this data and processes it as a third party for advertising, analytics, and fraud prevention. None of it is collected, stored, or seen by us directly โ€” it is handled inside Google's SDK under Google's own privacy policy, available atpolicies.google.com/privacy. Data sent by the SDK is transmitted over a secure connection.

You can limit how this identifier is used at any time from your device's system settings, underSettings โ†’ Privacy โ†’ Ads, where Android lets you reset your advertising ID or delete it entirely. Deleting it means you will still see ads, just less targeted ones.

Aside from AdMob, the app uses no other third-party SDKs, no analytics, and no crash-reporting service. Your recordings, audio, thumbnails, and recording details are never sent to Google or to anyone else โ€” that data stays on your device as described in Section 2.

5. What we don't do

6. Children's privacy

ShadowCam is intended for adults and is distributed to an audience of 18 and over. It is not directed to children, and we do not knowingly collect personal information from anyone โ€” no recording ever leaves the device. Rewarded ads are requested and displayed through Google AdMob under Google's own policies.

7. Data retention & deletion

Everything the app stores lives on your device only, for as long as the app is installed. You can remove it at any time by:

Deletion is irreversible. Because the encryption key is bound to your device and is never backed up or exported, uninstalling the app or resetting the device destroys every recording permanently. There is no cloud copy and no recovery path โ€” this is deliberate, and it is disclosed in the app before you record anything.

We hold no account and no server-side data about you, so there is nothing for you to request deletion of from us and no process for doing so โ€” the controls above are the complete set. If you export a copy of a recording to your device's gallery, that copy is an ordinary unencrypted video file that lives outside the app; managing or deleting it is up to you, using your gallery or file manager.

8. Security

Recordings are encrypted as they are captured, not encrypted afterwards, so unencrypted video is never written to storage during a recording. The app uses an AES-256 data key to encrypt the stream, and that key is itself wrapped by an AES-256 key held in the Android Keystore โ€” hardware-backed, and stored in a secure element where the device provides one. That key cannot be exported off the device. Each recording's ciphertext is additionally bound to its own identity, so swapping encrypted files on disk causes decryption to fail rather than silently serve the wrong video. Automatic backup is disabled for the app, so none of this is copied to the cloud.

Two limitations are worth stating plainly rather than leaving you to assume otherwise:

As with any app, we recommend keeping your device's operating system up to date and using a device passcode, since device-level encryption and the secure hardware this app relies on are strongest when a passcode is set.

9. Recording responsibly

Recording people without their knowledge or consent is illegal in many jurisdictions, and two-party consent laws apply across much of the United States and Europe. ShadowCam gives you a tool; it does not give you permission. You are solely responsible for complying with the laws that apply where you are, including any rules about recording in private spaces, in workplaces, or of people who have not agreed to it. This is stated in the app before you record anything, and downloading or using the app does not transfer that responsibility to us.

10. Changes to this policy

If ShadowCam's data practices change in the future โ€” for example, if a new online feature, analytics service, or additional third-party SDK is added โ€” this policy will be updated and the effective date above will change accordingly. Continued use of the app after an update constitutes acceptance of the revised policy.

11. Contact us

Questions about this policy or the app's data practices can be sent toavtukalaz@gmail.com.

ShadowCam records and encrypts video entirely on your device; its only data collection beyond that device happens inside the embedded Google AdMob SDK, as described in Section 4. This policy describes the app's actual behavior as implemented; it is provided as a starting point and has not been reviewed by a lawyer โ€” consider a legal review before publishing to an app store, especially given the recording-consent obligations described in Section 9.