EARLY ACCESS — NDA REQUIRED

📱 CookiePrime Android SDK

The first on-device consent enforcement engine. Blocks tracking SDKs at initialization, not the network.

420KB AAR size < 10 min integration 93ms consent save 50+ SDKs detected
Request SDK Access Watch Demos
NDA REQUIRED We work directly with early partners. NDA, AAR, and integration support included.

See it in action

Two real integrations. No simulation. No smoke and mirrors.

Early prototype – Hello World

A minimal integration showing the consent banner, user choices, and the app responding with "Hello" and the user's selections. Proof of concept, zero bloat.

Minimal test app

Google Sunflower integration

We integrated CookiePrime SDK into Google's official Sunflower demo app — a real-world gardening app with Firebase Analytics, Facebook SDK, and Mixpanel.

Watch the user deny advertising, see the SDKs get blocked in real-time, and experience zero performance impact.

github.com/google/sunflower

First time here? The Sunflower app is Google's official Android architecture sample — we added tracking SDKs (Firebase, Facebook, Mixpanel) and integrated CookiePrime to show real-world blocking. The app remains fast, responsive, and fully functional. View on GitHub →

📋 Live from Sunflower

Proof in the logs

Real ADB logcat output from our Sunflower test run. No editing, no simulation.

ADB LOGCAT Pixel 4a • Android 12 • Sunflower APK
🔴 RECORDING
12-18 20:19:40.765 D CookiePrimeScanner: === STARTING DEPENDENCY SCAN ===
12-18 20:19:40.766 D CookiePrimeScanner: ✓ Found Firebase Analytics via class loading
12-18 20:19:40.769 D CookiePrimeScanner: ✓ Found Facebook SDK via class loading
12-18 20:19:40.771 D CookiePrimeScanner: ✓ Found Mixpanel via class loading
12-18 20:19:42.051 D CookiePrimeScanner: ✅ Detected 5 KNOWN SDKs • Confidence 96%
12-18 20:19:53.204 D CookiePrimeDebug: 📄 Consent JSON: {"essential":true,"analytics":true,"performance":true,"advertising":false,"social":true}
12-18 20:19:53.204 ✅ analytics: ALLOWED
12-18 20:19:53.204 ❌ advertising: DENIED
12-18 20:19:53.205 D CookiePrimeDebug: 🔐 Proof hash: buQzvc7oUZTOVPoROEN-qF8hwBSdu1r3JbroAT_MtDk
12-18 20:19:53.248 I CookiePrimeBlock: 🛡️ === CONFIGURING SDKs BASED ON CONSENT ===
12-18 20:19:53.248 ❌ Category 'advertising': SDKs BLOCKED
12-18 20:19:53.255 ✅ Firebase Analytics collection: true
12-18 20:19:53.257 ❌ Adapter Facebook SDK failed: not initialized (expected)
12-18 20:19:53.286 I CookiePrimeBlock: 📊 Configuration complete: 6 successful, 3 failed
12-18 20:19:53.295 ⚡ CookiePrimeDebug: ✅ [12/12] TOTAL SAVE TIME: 93ms
12-18 20:19:53.295 D ConsentActivity: ✅ Consent saved successfully
Consent save: 93ms
Scan time: 320ms for 15 SDKs

Integration: 3 steps, < 10 minutes

1

Add AAR

Drop the 420KB AAR into your libs/ folder

implementation(files("libs/cookieprime-sdk.aar"))
2

Initialize

One line in your Application class

CookiePrime.init(this, "LICENSE_KEY")
3

Check consent

React to user choices in real-time

CookiePrime.isConsentGiven("analytics")

No server required • 100% on-device • Works offline • Tamper-proof audit trail

⚡ EARLY ACCESS — NDA REQUIRED

We don't do "download and forget"

CookiePrime Android SDK is currently in early access. We're accepting a limited number of pilot partners.

  • You'll receive the latest AAR directly from us
  • 30-minute onboarding call with our engineer
  • Direct Slack/Teams support during integration
  • NDA provided — your code, your IP, protected
Request SDK Access

We'll respond within 24 hours with NDA and next steps.