Hacker News new | ask | show | jobs
by monkeynotes 2724 days ago
Aren't android and iOS apps mostly sandboxed? It would be news to me if AppX could access browsing information from Chrome, at least without asking you for permission. Apps can't access folder i/o without permission, surely they can't monitor browsing history without permission.
1 comments

iOS apps are heavily sandboxed (and given next to no process time when backgrounded).

Android apps are a bit more free, that leads to a lot of apps being good at talking to each other. But the cost is that your sandbox is less sandboxy.

Permissions are a moot point when you're talking about bundled apps because they're already going to be approved for all permissions.