You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user wants to take a sequence for the first time, the app asks to get access to the microphone.
IMO this permission is not necessary to take a sequence.
Keep in mind, that when you publish an app on the store, Google asks you to tell why you need this permission (Users can also ask the same question).
I have seen this permission was not declared in the Android manifest, this permission is asked by the camera library?
The text was updated successfully, but these errors were encountered:
Yes, this permission is linked to the camera permission. In fact, this won't prevent the publication on the Play Store since the mechanism is automatic. However, it is possible to disable the permission request to avoid disturbing users. Note that the permission will still be visible in the app's information, but its default value will be "denied".
When the user wants to take a sequence for the first time, the app asks to get access to the microphone.
IMO this permission is not necessary to take a sequence.
Keep in mind, that when you publish an app on the store, Google asks you to tell why you need this permission (Users can also ask the same question).
I have seen this permission was not declared in the Android manifest, this permission is asked by the camera library?
The text was updated successfully, but these errors were encountered: