adrianosantostreina / MobilePermissions

This is a component to turn more easy the request permission in Android 8.x or later.
MIT License
105 stars 46 forks source link

Component is not asking for the necessary rights #11

Closed MichaelLurie closed 3 years ago

MichaelLurie commented 3 years ago

Hi Wonderful idea - hope I can make it work: I placed the component on a form and selected the rights I need, but when the software runs on Android is does not ask for the permissions. Do I have to do somethimg like a check before ?

Additionally I need the microphon permission which I can't find in the list.

Advice appreciated Michael

DeveloppeurPascal commented 3 years ago

Hi,

To activate the permissions you need to call "Apply" method of the TMobilePermissions component.

For the microphon permission, can you give the exact permission string from Android doc ?

adrianosantostreina commented 3 years ago

Yes, sure.