Pretty sure that qualifies for that permission.
I don’t know what you mean. Existing behavior does not provide the control or visibility that I described.
One important difference is that the “permissions” in the screen shot are effectively all-or-nothing: if you don’t agree to all of them, then you don’t get to install the app. They’re not permissions so much as demands.
(Some OS do have settings that will let you turn them off individually after installation, but this is not universally available, is often buried in an advanced configuration panel, leaves a window of time where they are still allowed, and in some cases have been known to cause apps to crash. Things are improving on this front with new OS versions, but doing so in microscopic steps that move at a glacial pace.)
If your app touches the camera and mic, it will show up on that screen that it does so. “Using the API” (which is just how the OS works) doesn’t prevent it from appearing on that screen, especially when you’re doing so for the purpose of putting video and audio in posts.
If your app touches the camera and mic, it will show up on that screen that it does so.
Showing up on that screen is no substitute for what is actually needed:
- Individual control (an easy and obvious way to allow or deny each thing separately)
- Minimal access (a way to create a sound file without giving Facebook access to an open mic)
- Visibility (a clear indication by the OS when Facebook is capturing or has captured data)
All of those things are implemented in modern Android. Well, almost.
- Whenever the app wants to use microphone an OS popup asks you if you want to give the app permission to use the feature. The options are “when using app”, “only this time” (it will give the app one-time-use access to the mic) and “never”. If you click the 1st or 3rd options, you wouldn’t see the popup again and you’ll have to change the permission from settings. If you choose the 2nd option, you can manually choose to give permission each time it’s requested.
- This is impossible? The OS can either let the app use the mic or not, it can’t tell what the app is doing with the mic. Unless you mean give a one-time permission this time, but not in the future, then we covered that in previous point.
- Android always shows a green indicator on screen (upper right corner) when any app is using the microphone or camera API. Well, almost always, some system apps might not trigger it. But if you want to see which app is using mic/camera you can tap the indicator.