As a Nothing Phone (3a) Pro user, I trusted Essential Space to be a useful AI tool—not a privacy-invasive data grab. Yet, the app refuses to function unless users grant full access to their entire photo gallery, despite only needing to save screenshots.
This is unnecessary, dangerous, and against Android’s privacy standards. Here’s why—and how Nothing can (and must) fix it immediately.
—
Why Full Gallery Access is Unacceptable
Your gallery contains highly sensitive data, including:
Personal photos (family, friends, private moments)
Financial documents (bank statements, tax records)
Confidential screenshots (login codes, private chats)
Identity proofs (scanned IDs, passports, signatures)
Granting full read/write access means:
✔ Nothing’s servers can upload & store your private media (even if they claim it’s “deleted later”).
✔ AI models trained on your data may retain traces of it indefinitely.
✔ A security breach could expose your most personal files.
—
The Solution Already Exists: Scoped Storage
Since Android 10, Google restricted full storage access to protect users. Ethical apps now use:
MediaStore
API → Access only the files they need (e.g., screenshots).
Storage Access Framework (SAF) → Let users manually pick files when necessary.
App-specific folders → Store data without touching private media.
This is standard practice—used by apps like Google Photos, WhatsApp, and Telegram.
—
How Nothing Can Fix This (Fast)
Task | Time Required | Technical Approach |
Replace READ_EXTERNAL_STORAGE with MediaStore | 1-2 days | Query only relevant media (e.g., MediaStore.Images.Media.DISPLAY_NAME ). |
Implement file picks via SAF | 1 day | Use Intent.ACTION_OPEN_DOCUMENT for user-selected files. |
Restrict saves to app folders | 1 day | Save screenshots to Context.getExternalFilesDir("Screenshots") . |
Total development time | 3-7 days | No excuses for delay. |
—
Why Hasn’t Nothing Fixed This Yet?
Ignorance? Unlikely—their engineers know Scoped Storage.
Intentional data collection? Possible. Full access = more AI training material.
Negligence? Then admit it and correct course.
Three updates in six weeks—yet the app still demands full control over our private galleries. Why?
—
What You Can Do
Upvote & share this post – Make it impossible to ignore.
Flood Nothing’s feedback channels:
Demand answers:
“Why does Essential Space need full gallery access when Scoped Storage works?”
—
Nothing: Prove you respect user privacy. Implement Scoped Storage—now.