this post was submitted on 03 May 2025
177 points (94.0% liked)

Technology

69702 readers
2912 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Hoimo@ani.social 1 points 1 day ago (1 children)

I'm not sure if I understand what you're talking about exactly. With root I can access all files on my device (including /data/data, where app internal files are kept) and I can give permission to apps to access all files too, it they ask for it. Not that I'd want that, because it's way safer to keep user data in /storage/emulated/0 and give read permissions on file or folder level (like /Pictures for a gallery app, or just the picture I want to share for a social media app).

If you want to share data between apps, the easiest way would be to give them access to the same folder in user space. That isn't OS maker's generosity, that's basic security controls.

[–] Sage1918@lemmy.world 1 points 1 day ago

I think they're talking about Android "Intends" which is the thing used by apps to communicate with each other.

I have no clue how the OS handles the underlying things tho...