22.1 Section 22: Trust & Data Ownership

No ads or third-party tracking

Policy commitment: no advertising, no analytics SDKs, no cross-app trackers.

Summary

The app ships with no advertising SDKs, no analytics tracking SDKs, and no third-party data collectors. The absence is the deliverable.

How it works

What this means

There is no advertising integration, no Google Analytics or Firebase Analytics, no Crashlytics, no third-party tracking SDK of any kind in the build.

Why

An analogue light meter has no business broadcasting the user's shooting habits to an ad network. Section 22 (Trust & Data Ownership) is the project's anti-enshittification commitment.

How to verify

Look at app/build.gradle.kts: you will not find AdMob, Firebase, or analytics dependencies. Capture a network trace while using the app: it should be silent on the wire (the only network calls are the optional Sun & Moon location lookup and weather hooks, both opt-in).

Implementation notes (for developers)
No advertising or analytics dependencies in the codebase. Verify via dependency scan.

Search documentation