Hacker News new | ask | show | jobs
by e12e 3668 days ago
As far as I know, it's still tricky to install an app, then revoke all permissions before the app can possibly run? It would be different if no apps got any permissions by default, and they all had to "prompt on first use" - but that's not how it works, or is it?
2 comments

When an app installs it has zero permissions. When the app needs privileged access like microphone access a system notification pops up saying "To record a voice message allow AppX microphone access". You can choose to grant the permission or ignore it.
That's how it works for apps targeting API 23 (Marshmallow).
Right, but the fb app targets much older APIs? And/or how would you know before installing?
I think it asks you when you install the app only if it targets an older API. Not certain though.