MobilePermissions icon indicating copy to clipboard operation
MobilePermissions copied to clipboard

This is a component to turn more easy the request permission in Android 8.x or later.

Results 7 MobilePermissions issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/16899680/204092149-2fad5f61-82bd-4dbc-8425-b4e22d208717.png) Estou com este erro ao compilar no delphi 11, sabe dizer o que está errado? Obrigado

This error occurred in Delphi version 11.1 ![0f1f8c2a-9385-4370-9a96-924fbd1b6a38](https://user-images.githubusercontent.com/52858794/202781530-cd102d0d-7494-475b-b691-8cdd2df1d3f0.jpg)

Hi your component is awesome by the way. I cannot find for android11 to ACCESS_BACKGROUND_LOCATION using this component could I request to add this feature on your next build version...

Did DEMO One with RAD Studio 11 Alexandria. ![Screenshot_20211004-141942_Project1](https://user-images.githubusercontent.com/6508486/135850756-5fcf8788-87d0-4e42-ad8b-cc82fc841710.png)

Hi I have tried: {$IFDEF ANDROID} MobilePermissions.Model.Signature, MobilePermissions.Model.Dangerous, MobilePermissions.Model.Standard, MobilePermissions.Component,{$ENDIF}System.IOUtils; Which works on Android. When I switch platforms the uses are added again {$IFDEF ANDROID} MobilePermissions.Model.Signature, MobilePermissions.Model.Dangerous, MobilePermissions.Model.Standard, MobilePermissions.Component,{$ENDIF}System.IOUtils, MobilePermissions.Model.Signature,...

Adding new permissions for API33 READ_MEDIA_AUDIO, READ_MEDIA_IMAGES and READ_MEDIA_VIDEO (https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions)

Coloquei algumas diretivas nesses dois arquivos para poder compilar em iOS, funcionando em meus projetos, caso queira analisar e atualizar no componente. [DiretiveForIOS.zip](https://github.com/user-attachments/files/17350824/DiretiveForIOS.zip)