Hacker News new | ask | show | jobs
by dijit 2722 days ago
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.