title: “Privacy & Zero Telemetry Architecture” description: “Why RPDev Feed is completely private, local-first, and free from third-party tracking.”

Privacy & Zero Telemetry Architecture

Unlike proprietary feed engines (Google Discover, Microsoft Start, Samsung Free), RPDev Feed is designed from the ground up for total privacy sovereignty.


1. Zero Tracking Guarantees

FeatureGoogle DiscoverRPDev Feed
Behavioral Ad ProfilingYes (mandatory)None
Location TrackingContinuous background pollingNone (Manual city or device GPS only if weather module enabled)
Reading Habits RecordedSynced to Google AccountStored only in local SQLite cache
Ad Network SDKsAdMob, DoubleClickZero ad SDKs
Cloudflare DNS PrivacyCustom DNS ignoredDirect DoH over Cloudflare 1.1.1.1

2. On-Device Storage Model

All feed data, module states, and cached card layouts are stored in app-private SQLite databases and SharedPreferences:

  • File: /data/data/iamrp.dev.feed/databases/feed_cache.db
  • File: /data/data/iamrp.dev.feed/shared_prefs/hub_module_manager_prefs.xml

Uninstalling or clearing app data wipes 100% of stored records instantly.